rm -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/autobuild/autobuild/instance-4/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/autobuild/autobuild/instance-4/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/autobuild/autobuild/instance-4/output-1/host/bin/c_rehash /home/autobuild/autobuild/instance-4/output-1/target/etc/ssl/certs Doing /home/autobuild/autobuild/instance-4/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/autobuild/autobuild/instance-4/output-1/build/ca-certificates.crt /home/autobuild/autobuild/instance-4/output-1/target/etc/ssl/certs/ca-certificates.crt grep -qsE '^/usr/bin/screen$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-4/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/include /home/autobuild/autobuild/instance-4/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-4/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-4/output-1/target/usr/doc find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc2-35-g180216631a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package \ /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ext2 -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 55849bc8-1f77-494e-8bf9-b48d4714943f Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" lz4 -l -9 -c /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1268 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/1268 0% [ ] 2/1268 0% [ ] 3/1268 0% [ ] 4/1268 0% [ ] 5/1268 0% [ ] 6/1268 0% [ ] 7/1268 0% [ ] 8/1268 0% [ ] 9/1268 0% [ ] 10/1268 0% [ ] 11/1268 0% [ ] 12/1268 0% [ ] 13/1268 1% [ ] 14/1268 1% [ ] 15/1268 1% [ ] 16/1268 1% [ ] 17/1268 1% [ ] 18/1268 1% [ ] 19/1268 1% [ ] 20/1268 1% [= ] 21/1268 1% [= ] 22/1268 1% [= ] 23/1268 1% [= ] 24/1268 1% [= ] 25/1268 1% [= ] 26/1268 2% [= ] 27/1268 2% [= ] 28/1268 2% [= ] 29/1268 2% [= ] 30/1268 2% [= ] 31/1268 2% [= ] 32/1268 2% [= ] 33/1268 2% [= ] 34/1268 2% [= ] 35/1268 2% [= ] 36/1268 2% [= ] 37/1268 2% [= ] 38/1268 2% [= ] 39/1268 3% [= ] 40/1268 3% [== ] 41/1268 3% [== ] 42/1268 3% [== ] 43/1268 3% [== ] 44/1268 3% [== ] 45/1268 3% [== ] 46/1268 3% [== ] 47/1268 3% [== ] 48/1268 3% [== ] 49/1268 3% [== ] 50/1268 3% [== ] 51/1268 4% [== ] 52/1268 4% [== ] 53/1268 4% [== ] 54/1268 4% [== ] 55/1268 4% [== ] 56/1268 4% [== ] 57/1268 4% [== ] 58/1268 4% [== ] 59/1268 4% [== ] 60/1268 4% [== ] 61/1268 4% [=== ] 62/1268 4% [=== ] 63/1268 4% [=== ] 64/1268 5% [=== ] 65/1268 5% [=== ] 66/1268 5% [=== ] 67/1268 5% [=== ] 68/1268 5% [=== ] 69/1268 5% [=== ] 70/1268 5% [=== ] 71/1268 5% [=== ] 72/1268 5% [=== ] 73/1268 5% [=== ] 74/1268 5% [=== ] 75/1268 5% [=== ] 76/1268 5% [=== ] 77/1268 6% [=== ] 78/1268 6% [=== ] 79/1268 6% [=== ] 80/1268 6% [=== ] 81/1268 6% [==== ] 82/1268 6% [==== ] 83/1268 6% [==== ] 84/1268 6% [==== ] 85/1268 6% [==== ] 86/1268 6% [==== ] 87/1268 6% [==== ] 88/1268 6% [==== ] 89/1268 7% [==== ] 90/1268 7% [==== ] 91/1268 7% [==== ] 92/1268 7% [==== ] 93/1268 7% [==== ] 94/1268 7% [==== ] 95/1268 7% [==== ] 96/1268 7% [==== ] 97/1268 7% [==== ] 98/1268 7% [==== ] 99/1268 7% [==== ] 100/1268 7% [==== ] 101/1268 7% [==== ] 102/1268 8% [===== ] 103/1268 8% [===== ] 104/1268 8% [===== ] 105/1268 8% [===== ] 106/1268 8% [===== ] 107/1268 8% [===== ] 108/1268 8% [===== ] 109/1268 8% [===== ] 110/1268 8% [===== ] 111/1268 8% [===== ] 112/1268 8% [===== ] 113/1268 8% [===== ] 114/1268 8% [===== ] 115/1268 9% [===== ] 116/1268 9% [===== ] 117/1268 9% [===== ] 118/1268 9% [===== ] 119/1268 9% [===== ] 120/1268 9% [===== ] 121/1268 9% [===== ] 122/1268 9% [====== ] 123/1268 9% [====== ] 124/1268 9% [====== ] 125/1268 9% [====== ] 126/1268 9% [====== ] 127/1268 10% [====== ] 128/1268 10% [====== ] 129/1268 10% [====== ] 130/1268 10% [====== ] 131/1268 10% [====== ] 132/1268 10% [====== ] 133/1268 10% [====== ] 134/1268 10% [====== ] 135/1268 10% [====== ] 136/1268 10% [====== ] 137/1268 10% [====== ] 138/1268 10% [====== ] 139/1268 10% [====== ] 140/1268 11% [====== ] 141/1268 11% [====== ] 142/1268 11% [====== ] 143/1268 11% [======= ] 144/1268 11% [======= ] 145/1268 11% [======= ] 146/1268 11% [======= ] 147/1268 11% [======= ] 148/1268 11% [======= ] 149/1268 11% [======= ] 150/1268 11% [======= ] 151/1268 11% [======= ] 152/1268 11% [======= ] 153/1268 12% [======= ] 154/1268 12% [======= ] 155/1268 12% [======= ] 156/1268 12% [======= ] 157/1268 12% [======= ] 158/1268 12% [======= ] 159/1268 12% [======= ] 160/1268 12% [======= ] 161/1268 12% [======= ] 162/1268 12% [======= ] 163/1268 12% [======== ] 164/1268 12% [======== ] 165/1268 13% [======== ] 166/1268 13% [======== ] 167/1268 13% [======== ] 168/1268 13% [======== ] 169/1268 13% [======== ] 170/1268 13% [======== ] 171/1268 13% [======== ] 172/1268 13% [======== ] 173/1268 13% [======== ] 174/1268 13% [======== ] 175/1268 13% [======== ] 176/1268 13% [======== ] 177/1268 13% [======== ] 178/1268 14% [======== ] 179/1268 14% [======== ] 180/1268 14% [======== ] 181/1268 14% [======== ] 182/1268 14% [======== ] 183/1268 14% [======== ] 184/1268 14% [========= ] 185/1268 14% [========= ] 186/1268 14% [========= ] 187/1268 14% [========= ] 188/1268 14% [========= ] 189/1268 14% [========= ] 190/1268 14% [========= ] 191/1268 15% [========= ] 192/1268 15% [========= ] 193/1268 15% [========= ] 194/1268 15% [========= ] 195/1268 15% [========= ] 196/1268 15% [========= ] 197/1268 15% [========= ] 198/1268 15% [========= ] 199/1268 15% [========= ] 200/1268 15% [========= ] 201/1268 15% [========= ] 202/1268 15% [========= ] 203/1268 16% [========= ] 204/1268 16% [========== ] 205/1268 16% [========== ] 206/1268 16% [========== ] 207/1268 16% [========== ] 208/1268 16% [========== ] 209/1268 16% [========== ] 210/1268 16% [========== ] 211/1268 16% [========== ] 212/1268 16% [========== ] 213/1268 16% [========== ] 214/1268 16% [========== ] 215/1268 16% [========== ] 216/1268 17% [========== ] 217/1268 17% [========== ] 218/1268 17% [========== ] 219/1268 17% [========== ] 220/1268 17% [========== ] 221/1268 17% [========== ] 222/1268 17% [========== ] 223/1268 17% [========== ] 224/1268 17% [=========== ] 225/1268 17% [=========== ] 226/1268 17% [=========== ] 227/1268 17% [=========== ] 228/1268 17% [=========== ] 229/1268 18% [=========== ] 230/1268 18% [=========== ] 231/1268 18% [=========== ] 232/1268 18% [=========== ] 233/1268 18% [=========== ] 234/1268 18% [=========== ] 235/1268 18% [=========== ] 236/1268 18% [=========== ] 237/1268 18% [=========== ] 238/1268 18% [=========== ] 239/1268 18% [=========== ] 240/1268 18% [=========== ] 241/1268 19% [=========== ] 242/1268 19% [=========== ] 243/1268 19% [=========== ] 244/1268 19% [=========== ] 245/1268 19% [============ ] 246/1268 19% [============ ] 247/1268 19% [============ ] 248/1268 19% [============ ] 249/1268 19% [============ ] 250/1268 19% [============ ] 251/1268 19% [============ ] 252/1268 19% [============ ] 253/1268 19% [============ ] 254/1268 20% [============ ] 255/1268 20% [============ ] 256/1268 20% [============ ] 257/1268 20% [============ ] 258/1268 20% [============ ] 259/1268 20% [============ ] 260/1268 20% [============ ] 261/1268 20% [============ ] 262/1268 20% [============ ] 263/1268 20% [============ ] 264/1268 20% [============ ] 265/1268 20% [============= ] 266/1268 20% [============= ] 267/1268 21% [============= ] 268/1268 21% [============= ] 269/1268 21% [============= ] 270/1268 21% [============= ] 271/1268 21% [============= ] 272/1268 21% [============= ] 273/1268 21% [============= ] 274/1268 21% [============= ] 275/1268 21% [============= ] 276/1268 21% [============= ] 277/1268 21% [============= ] 278/1268 21% [============= ] 279/1268 22% [============= ] 280/1268 22% [============= ] 281/1268 22% [============= ] 282/1268 22% [============= ] 283/1268 22% [============= ] 284/1268 22% [============= ] 285/1268 22% [============= ] 286/1268 22% [============== ] 287/1268 22% [============== ] 288/1268 22% [============== ] 289/1268 22% [============== ] 290/1268 22% [============== ] 291/1268 22% [============== ] 292/1268 23% [============== ] 293/1268 23% [============== ] 294/1268 23% [============== ] 295/1268 23% [============== ] 296/1268 23% [============== ] 297/1268 23% [============== ] 298/1268 23% [============== ] 299/1268 23% [============== ] 300/1268 23% [============== ] 301/1268 23% [============== ] 302/1268 23% [============== ] 303/1268 23% [============== ] 304/1268 23% [============== ] 305/1268 24% [============== ] 306/1268 24% [=============== ] 307/1268 24% [=============== ] 308/1268 24% [=============== ] 309/1268 24% [=============== ] 310/1268 24% [=============== ] 311/1268 24% [=============== ] 312/1268 24% [=============== ] 313/1268 24% [=============== ] 314/1268 24% [=============== ] 315/1268 24% [=============== ] 316/1268 24% [=============== ] 317/1268 25% [=============== ] 318/1268 25% [=============== ] 319/1268 25% [=============== ] 320/1268 25% [=============== ] 321/1268 25% [=============== ] 322/1268 25% [=============== ] 323/1268 25% [=============== ] 324/1268 25% [=============== ] 325/1268 25% [=============== ] 326/1268 25% [=============== ] 327/1268 25% [================ ] 328/1268 25% [================ ] 329/1268 25% [================ ] 330/1268 26% [================ ] 331/1268 26% [================ ] 332/1268 26% [================ ] 333/1268 26% [================ ] 334/1268 26% [================ ] 335/1268 26% [================ ] 336/1268 26% [================ ] 337/1268 26% [================ ] 338/1268 26% [================ ] 339/1268 26% [================ ] 340/1268 26% [================ ] 341/1268 26% [================ ] 342/1268 26% [================ ] 343/1268 27% [================ ] 344/1268 27% [================ ] 345/1268 27% [================ ] 346/1268 27% [================ ] 347/1268 27% [================= ] 348/1268 27% [================= ] 349/1268 27% [================= ] 350/1268 27% [================= ] 351/1268 27% [================= ] 352/1268 27% [================= ] 353/1268 27% [================= ] 354/1268 27% [================= ] 355/1268 27% [================= ] 356/1268 28% [================= ] 357/1268 28% [================= ] 358/1268 28% [================= ] 359/1268 28% [================= ] 360/1268 28% [================= ] 361/1268 28% [================= ] 362/1268 28% [================= ] 363/1268 28% [================= ] 364/1268 28% [================= ] 365/1268 28% [================= ] 366/1268 28% [================= ] 367/1268 28% [================= ] 368/1268 29% [================== ] 369/1268 29% [================== ] 370/1268 29% [================== ] 371/1268 29% [================== ] 372/1268 29% [================== ] 373/1268 29% [================== ] 374/1268 29% [================== ] 375/1268 29% [================== ] 376/1268 29% [================== ] 377/1268 29% [================== ] 378/1268 29% [================== ] 379/1268 29% [================== ] 380/1268 29% [================== ] 381/1268 30% [================== ] 382/1268 30% [================== ] 383/1268 30% [================== ] 384/1268 30% [================== ] 385/1268 30% [================== ] 386/1268 30% [================== ] 387/1268 30% [================== ] 388/1268 30% [=================== ] 389/1268 30% [=================== ] 390/1268 30% [=================== ] 391/1268 30% [=================== ] 392/1268 30% [=================== ] 393/1268 30% [=================== ] 394/1268 31% [=================== ] 395/1268 31% [=================== ] 396/1268 31% [=================== ] 397/1268 31% [=================== ] 398/1268 31% [=================== ] 399/1268 31% [=================== ] 400/1268 31% [=================== ] 401/1268 31% [=================== ] 402/1268 31% [=================== ] 403/1268 31% [=================== ] 404/1268 31% [=================== ] 405/1268 31% [=================== ] 406/1268 32% [=================== ] 407/1268 32% [=================== ] 408/1268 32% [=================== ] 409/1268 32% [==================== ] 410/1268 32% [==================== ] 411/1268 32% [==================== ] 412/1268 32% [==================== ] 413/1268 32% [==================== ] 414/1268 32% [==================== ] 415/1268 32% [==================== ] 416/1268 32% [==================== ] 417/1268 32% [==================== ] 418/1268 32% [==================== ] 419/1268 33% [==================== ] 420/1268 33% [==================== ] 421/1268 33% [==================== ] 422/1268 33% [==================== ] 423/1268 33% [==================== ] 424/1268 33% [==================== ] 425/1268 33% [==================== ] 426/1268 33% [==================== ] 427/1268 33% [==================== ] 428/1268 33% [==================== ] 429/1268 33% [===================== ] 430/1268 33% [===================== ] 431/1268 33% [===================== ] 432/1268 34% [===================== ] 433/1268 34% [===================== ] 434/1268 34% [===================== ] 435/1268 34% [===================== ] 436/1268 34% [===================== ] 437/1268 34% [===================== ] 438/1268 34% [===================== ] 439/1268 34% [===================== ] 440/1268 34% [===================== ] 441/1268 34% [===================== ] 442/1268 34% [===================== ] 443/1268 34% [===================== ] 444/1268 35% [===================== ] 445/1268 35% [===================== ] 446/1268 35% [===================== ] 447/1268 35% [===================== ] 448/1268 35% [===================== ] 449/1268 35% [====================== ] 450/1268 35% [====================== ] 451/1268 35% [====================== ] 452/1268 35% [====================== ] 453/1268 35% [====================== ] 454/1268 35% [====================== ] 455/1268 35% [====================== ] 456/1268 35% [====================== ] 457/1268 36% [====================== ] 458/1268 36% [====================== ] 459/1268 36% [====================== ] 460/1268 36% [====================== ] 461/1268 36% [====================== ] 462/1268 36% [====================== ] 463/1268 36% [====================== ] 464/1268 36% [====================== ] 465/1268 36% [====================== ] 466/1268 36% [====================== ] 467/1268 36% [====================== ] 468/1268 36% [====================== ] 469/1268 36% [====================== ] 470/1268 37% [======================= ] 471/1268 37% [======================= ] 472/1268 37% [======================= ] 473/1268 37% [======================= ] 474/1268 37% [======================= ] 475/1268 37% [======================= ] 476/1268 37% [======================= ] 477/1268 37% [======================= ] 478/1268 37% [======================= ] 479/1268 37% [======================= ] 480/1268 37% [======================= ] 481/1268 37% [======================= ] 482/1268 38% [======================= ] 483/1268 38% [======================= ] 484/1268 38% [======================= ] 485/1268 38% [======================= ] 486/1268 38% [======================= ] 487/1268 38% [======================= ] 488/1268 38% [======================= ] 489/1268 38% [======================= ] 490/1268 38% [======================== ] 491/1268 38% [======================== ] 492/1268 38% [======================== ] 493/1268 38% [======================== ] 494/1268 38% [======================== ] 495/1268 39% [======================== ] 496/1268 39% [======================== ] 497/1268 39% [======================== ] 498/1268 39% [======================== ] 499/1268 39% [======================== ] 500/1268 39% [======================== ] 501/1268 39% [======================== ] 502/1268 39% [======================== ] 503/1268 39% [======================== ] 504/1268 39% [======================== ] 505/1268 39% [======================== ] 506/1268 39% [======================== ] 507/1268 39% [======================== ] 508/1268 40% [======================== ] 509/1268 40% [======================== ] 510/1268 40% [======================== ] 511/1268 40% [========================= ] 512/1268 40% [========================= ] 513/1268 40% [========================= ] 514/1268 40% [========================= ] 515/1268 40% [========================= ] 516/1268 40% [========================= ] 517/1268 40% [========================= ] 518/1268 40% [========================= ] 519/1268 40% [========================= ] 520/1268 41% [========================= ] 521/1268 41% [========================= ] 522/1268 41% [========================= ] 523/1268 41% [========================= ] 524/1268 41% [========================= ] 525/1268 41% [========================= ] 526/1268 41% [========================= ] 527/1268 41% [========================= ] 528/1268 41% [========================= ] 529/1268 41% [========================= ] 530/1268 41% [========================= ] 531/1268 41% [========================== ] 532/1268 41% [========================== ] 533/1268 42% [========================== ] 534/1268 42% [========================== ] 535/1268 42% [========================== ] 536/1268 42% [========================== ] 537/1268 42% [========================== ] 538/1268 42% [========================== ] 539/1268 42% [========================== ] 540/1268 42% [========================== ] 541/1268 42% [========================== ] 542/1268 42% [========================== ] 543/1268 42% [========================== ] 544/1268 42% [========================== ] 545/1268 42% [========================== ] 546/1268 43% [========================== ] 547/1268 43% [========================== ] 548/1268 43% [========================== ] 549/1268 43% [========================== ] 550/1268 43% [========================== ] 551/1268 43% [========================== ] 552/1268 43% [=========================== ] 553/1268 43% [=========================== ] 554/1268 43% [=========================== ] 555/1268 43% [=========================== ] 556/1268 43% [=========================== ] 557/1268 43% [=========================== ] 558/1268 44% [=========================== ] 559/1268 44% [=========================== ] 560/1268 44% [=========================== ] 561/1268 44% [=========================== ] 562/1268 44% [=========================== ] 563/1268 44% [=========================== ] 564/1268 44% [=========================== ] 565/1268 44% [=========================== ] 566/1268 44% [=========================== ] 567/1268 44% [=========================== ] 568/1268 44% [=========================== ] 569/1268 44% [=========================== ] 570/1268 44% [=========================== ] 571/1268 45% [=========================== ] 572/1268 45% [============================ ] 573/1268 45% [============================ ] 574/1268 45% [============================ ] 575/1268 45% [============================ ] 576/1268 45% [============================ ] 577/1268 45% [============================ ] 578/1268 45% [============================ ] 579/1268 45% [============================ ] 580/1268 45% [============================ ] 581/1268 45% [============================ ] 582/1268 45% [============================ ] 583/1268 45% [============================ ] 584/1268 46% [============================ ] 585/1268 46% [============================ ] 586/1268 46% [============================ ] 587/1268 46% [============================ ] 588/1268 46% [============================ ] 589/1268 46% [============================ ] 590/1268 46% [============================ ] 591/1268 46% [============================ ] 592/1268 46% [============================ ] 593/1268 46% [============================= ] 594/1268 46% [============================= ] 595/1268 46% [============================= ] 596/1268 47% [============================= ] 597/1268 47% [============================= ] 598/1268 47% [============================= ] 599/1268 47% [============================= ] 600/1268 47% [============================= ] 601/1268 47% [============================= ] 602/1268 47% [============================= ] 603/1268 47% [============================= ] 604/1268 47% [============================= ] 605/1268 47% [============================= ] 606/1268 47% [============================= ] 607/1268 47% [============================= ] 608/1268 47% [============================= ] 609/1268 48% [============================= ] 610/1268 48% [============================= ] 611/1268 48% [============================= ] 612/1268 48% [============================= ] 613/1268 48% [============================== ] 614/1268 48% [============================== ] 615/1268 48% [============================== ] 616/1268 48% [============================== ] 617/1268 48% [============================== ] 618/1268 48% [============================== ] 619/1268 48% [============================== ] 620/1268 48% [============================== ] 621/1268 48% [============================== ] 622/1268 49% [============================== ] 623/1268 49% [============================== ] 624/1268 49% [============================== ] 625/1268 49% [============================== ] 626/1268 49% [============================== ] 627/1268 49% [============================== ] 628/1268 49% [============================== ] 629/1268 49% [============================== ] 630/1268 49% [============================== ] 631/1268 49% [============================== ] 632/1268 49% [============================== ] 633/1268 49% [=============================== ] 634/1268 50% [=============================== ] 635/1268 50% [=============================== ] 636/1268 50% [=============================== ] 637/1268 50% [=============================== ] 638/1268 50% [=============================== ] 639/1268 50% [=============================== ] 640/1268 50% [=============================== ] 641/1268 50% [=============================== ] 642/1268 50% [=============================== ] 643/1268 50% [=============================== ] 644/1268 50% [=============================== ] 645/1268 50% [=============================== ] 646/1268 50% [=============================== ] 647/1268 51% [=============================== ] 648/1268 51% [=============================== ] 649/1268 51% [=============================== ] 650/1268 51% [=============================== ] 651/1268 51% [=============================== ] 652/1268 51% [=============================== ] 653/1268 51% [=============================== ] 654/1268 51% [================================ ] 655/1268 51% [================================ ] 656/1268 51% [================================ ] 657/1268 51% [================================ ] 658/1268 51% [================================ ] 659/1268 51% [================================ ] 660/1268 52% [================================ ] 661/1268 52% [================================ ] 662/1268 52% [================================ ] 663/1268 52% [================================ ] 664/1268 52% [================================ ] 665/1268 52% [================================ ] 666/1268 52% [================================ ] 667/1268 52% [================================ ] 668/1268 52% [================================ ] 669/1268 52% [================================ ] 670/1268 52% [================================ ] 671/1268 52% [================================ ] 672/1268 52% [================================ ] 673/1268 53% [================================ ] 674/1268 53% [================================= ] 675/1268 53% [================================= ] 676/1268 53% [================================= ] 677/1268 53% [================================= ] 678/1268 53% [================================= ] 679/1268 53% [================================= ] 680/1268 53% [================================= ] 681/1268 53% [================================= ] 682/1268 53% [================================= ] 683/1268 53% [================================= ] 684/1268 53% [================================= ] 685/1268 54% [================================= ] 686/1268 54% [================================= ] 687/1268 54% [================================= ] 688/1268 54% [================================= ] 689/1268 54% [================================= ] 690/1268 54% [================================= ] 691/1268 54% [================================= ] 692/1268 54% [================================= ] 693/1268 54% [================================= ] 694/1268 54% [================================= ] 695/1268 54% [================================== ] 696/1268 54% [================================== ] 697/1268 54% [================================== ] 698/1268 55% [================================== ] 699/1268 55% [================================== ] 700/1268 55% [================================== ] 701/1268 55% [================================== ] 702/1268 55% [================================== ] 703/1268 55% [================================== ] 704/1268 55% [================================== ] 705/1268 55% [================================== ] 706/1268 55% [================================== ] 707/1268 55% [================================== ] 708/1268 55% [================================== ] 709/1268 55% [================================== ] 710/1268 55% [================================== ] 711/1268 56% [================================== ] 712/1268 56% [================================== ] 713/1268 56% [================================== ] 714/1268 56% [================================== ] 715/1268 56% [=================================== ] 716/1268 56% [=================================== ] 717/1268 56% [=================================== ] 718/1268 56% [=================================== ] 719/1268 56% [=================================== ] 720/1268 56% [=================================== ] 721/1268 56% [=================================== ] 722/1268 56% [=================================== ] 723/1268 57% [=================================== ] 724/1268 57% [=================================== ] 725/1268 57% [=================================== ] 726/1268 57% [=================================== ] 727/1268 57% [=================================== ] 728/1268 57% [=================================== ] 729/1268 57% [=================================== ] 730/1268 57% [=================================== ] 731/1268 57% [=================================== ] 732/1268 57% [=================================== ] 733/1268 57% [=================================== ] 734/1268 57% [=================================== ] 735/1268 57% [=================================== ] 736/1268 58% [==================================== ] 737/1268 58% [==================================== ] 738/1268 58% [==================================== ] 739/1268 58% [==================================== ] 740/1268 58% [==================================== ] 741/1268 58% [==================================== ] 742/1268 58% [==================================== ] 743/1268 58% [==================================== ] 744/1268 58% [==================================== ] 745/1268 58% [==================================== ] 746/1268 58% [==================================== ] 747/1268 58% [==================================== ] 748/1268 58% [==================================== ] 749/1268 59% [==================================== ] 750/1268 59% [==================================== ] 751/1268 59% [==================================== ] 752/1268 59% [==================================== ] 753/1268 59% [==================================== ] 754/1268 59% [==================================== ] 755/1268 59% [==================================== ] 756/1268 59% [===================================== ] 757/1268 59% [===================================== ] 758/1268 59% [===================================== ] 759/1268 59% [===================================== ] 760/1268 59% [===================================== ] 761/1268 60% [===================================== ] 762/1268 60% [===================================== ] 763/1268 60% [===================================== ] 764/1268 60% [===================================== ] 765/1268 60% [===================================== ] 766/1268 60% [===================================== ] 767/1268 60% [===================================== ] 768/1268 60% [===================================== ] 769/1268 60% [===================================== ] 770/1268 60% [===================================== ] 771/1268 60% [===================================== ] 772/1268 60% [===================================== ] 773/1268 60% [===================================== ] 774/1268 61% [===================================== ] 775/1268 61% [===================================== ] 776/1268 61% [===================================== ] 777/1268 61% [====================================== ] 778/1268 61% [====================================== ] 779/1268 61% [====================================== ] 780/1268 61% [====================================== ] 781/1268 61% [====================================== ] 782/1268 61% [====================================== ] 783/1268 61% [====================================== ] 784/1268 61% [====================================== ] 785/1268 61% [====================================== ] 786/1268 61% [====================================== ] 787/1268 62% [====================================== ] 788/1268 62% [====================================== ] 789/1268 62% [====================================== ] 790/1268 62% [====================================== ] 791/1268 62% [====================================== ] 792/1268 62% [====================================== ] 793/1268 62% [====================================== ] 794/1268 62% [====================================== ] 795/1268 62% [====================================== ] 796/1268 62% [====================================== ] 797/1268 62% [======================================= ] 798/1268 62% [======================================= ] 799/1268 63% [======================================= ] 800/1268 63% [======================================= ] 801/1268 63% [======================================= ] 802/1268 63% [======================================= ] 803/1268 63% [======================================= ] 804/1268 63% [======================================= ] 805/1268 63% [======================================= ] 806/1268 63% [======================================= ] 807/1268 63% [======================================= ] 808/1268 63% [======================================= ] 809/1268 63% [======================================= ] 810/1268 63% [======================================= ] 811/1268 63% [======================================= ] 812/1268 64% [======================================= ] 813/1268 64% [======================================= ] 814/1268 64% [======================================= ] 815/1268 64% [======================================= ] 816/1268 64% [======================================= ] 817/1268 64% [======================================= ] 818/1268 64% [======================================== ] 819/1268 64% [======================================== ] 820/1268 64% [======================================== ] 821/1268 64% [======================================== ] 822/1268 64% [======================================== ] 823/1268 64% [======================================== ] 824/1268 64% [======================================== ] 825/1268 65% [======================================== ] 826/1268 65% [======================================== ] 827/1268 65% [======================================== ] 828/1268 65% [======================================== ] 829/1268 65% [======================================== ] 830/1268 65% [======================================== ] 831/1268 65% [======================================== ] 832/1268 65% [======================================== ] 833/1268 65% [======================================== ] 834/1268 65% [======================================== ] 835/1268 65% [======================================== ] 836/1268 65% [======================================== ] 837/1268 66% [======================================== ] 838/1268 66% [========================================= ] 839/1268 66% [========================================= ] 840/1268 66% [========================================= ] 841/1268 66% [========================================= ] 842/1268 66% [========================================= ] 843/1268 66% [========================================= ] 844/1268 66% [========================================= ] 845/1268 66% [========================================= ] 846/1268 66% [========================================= ] 847/1268 66% [========================================= ] 848/1268 66% [========================================= ] 849/1268 66% [========================================= ] 850/1268 67% [========================================= ] 851/1268 67% [========================================= ] 852/1268 67% [========================================= ] 853/1268 67% [========================================= ] 854/1268 67% [========================================= ] 855/1268 67% [========================================= ] 856/1268 67% [========================================= ] 857/1268 67% [========================================= ] 858/1268 67% [========================================== ] 859/1268 67% [========================================== ] 860/1268 67% [========================================== ] 861/1268 67% [========================================== ] 862/1268 67% [========================================== ] 863/1268 68% [========================================== ] 864/1268 68% [========================================== ] 865/1268 68% [========================================== ] 866/1268 68% [========================================== ] 867/1268 68% [========================================== ] 868/1268 68% [========================================== ] 869/1268 68% [========================================== ] 870/1268 68% [========================================== ] 871/1268 68% [========================================== ] 872/1268 68% [========================================== ] 873/1268 68% [========================================== ] 874/1268 68% [========================================== ] 875/1268 69% [========================================== ] 876/1268 69% [========================================== ] 877/1268 69% [========================================== ] 878/1268 69% [========================================== ] 879/1268 69% [=========================================== ] 880/1268 69% [=========================================== ] 881/1268 69% [=========================================== ] 882/1268 69% [=========================================== ] 883/1268 69% [=========================================== ] 884/1268 69% [=========================================== ] 885/1268 69% [=========================================== ] 886/1268 69% [=========================================== ] 887/1268 69% [=========================================== ] 888/1268 70% [=========================================== ] 889/1268 70% [=========================================== ] 890/1268 70% [=========================================== ] 891/1268 70% [=========================================== ] 892/1268 70% [=========================================== ] 893/1268 70% [=========================================== ] 894/1268 70% [=========================================== ] 895/1268 70% [=========================================== ] 896/1268 70% [=========================================== ] 897/1268 70% [=========================================== ] 898/1268 70% [=========================================== ] 899/1268 70% [============================================ ] 900/1268 70% [============================================ ] 901/1268 71% [============================================ ] 902/1268 71% [============================================ ] 903/1268 71% [============================================ ] 904/1268 71% [============================================ ] 905/1268 71% [============================================ ] 906/1268 71% [============================================ ] 907/1268 71% [============================================ ] 908/1268 71% [============================================ ] 909/1268 71% [============================================ ] 910/1268 71% [============================================ ] 911/1268 71% [============================================ ] 912/1268 71% [============================================ ] 913/1268 72% [============================================ ] 914/1268 72% [============================================ ] 915/1268 72% [============================================ ] 916/1268 72% [============================================ ] 917/1268 72% [============================================ ] 918/1268 72% [============================================ ] 919/1268 72% [============================================ ] 920/1268 72% [============================================= ] 921/1268 72% [============================================= ] 922/1268 72% [============================================= ] 923/1268 72% [============================================= ] 924/1268 72% [============================================= ] 925/1268 72% [============================================= ] 926/1268 73% [============================================= ] 927/1268 73% [============================================= ] 928/1268 73% [============================================= ] 929/1268 73% [============================================= ] 930/1268 73% [============================================= ] 931/1268 73% [============================================= ] 932/1268 73% [============================================= ] 933/1268 73% [============================================= ] 934/1268 73% [============================================= ] 935/1268 73% [============================================= ] 936/1268 73% [============================================= ] 937/1268 73% [============================================= ] 938/1268 73% [============================================= ] 939/1268 74% [============================================= ] 940/1268 74% [============================================== ] 941/1268 74% [============================================== ] 942/1268 74% [============================================== ] 943/1268 74% [============================================== ] 944/1268 74% [============================================== ] 945/1268 74% [============================================== ] 946/1268 74% [============================================== ] 947/1268 74% [============================================== ] 948/1268 74% [============================================== ] 949/1268 74% [============================================== ] 950/1268 74% [============================================== ] 951/1268 75% [============================================== ] 952/1268 75% [============================================== ] 953/1268 75% [============================================== ] 954/1268 75% [============================================== ] 955/1268 75% [============================================== ] 956/1268 75% [============================================== ] 957/1268 75% [============================================== ] 958/1268 75% [============================================== ] 959/1268 75% [============================================== ] 960/1268 75% [============================================== ] 961/1268 75% [=============================================== ] 962/1268 75% [=============================================== ] 963/1268 75% [=============================================== ] 964/1268 76% [=============================================== ] 965/1268 76% [=============================================== ] 966/1268 76% [=============================================== ] 967/1268 76% [=============================================== ] 968/1268 76% [=============================================== ] 969/1268 76% [=============================================== ] 970/1268 76% [=============================================== ] 971/1268 76% [=============================================== ] 972/1268 76% [=============================================== ] 973/1268 76% [=============================================== ] 974/1268 76% [=============================================== ] 975/1268 76% [=============================================== ] 976/1268 76% [=============================================== ] 977/1268 77% [=============================================== ] 978/1268 77% [=============================================== ] 979/1268 77% [=============================================== ] 980/1268 77% [=============================================== ] 981/1268 77% [================================================ ] 982/1268 77% [================================================ ] 983/1268 77% [================================================ ] 984/1268 77% [================================================ ] 985/1268 77% [================================================ ] 986/1268 77% [================================================ ] 987/1268 77% [================================================ ] 988/1268 77% [================================================ ] 989/1268 77% [================================================ ] 990/1268 78% [================================================ ] 991/1268 78% [================================================ ] 992/1268 78% [================================================ ] 993/1268 78% [================================================ ] 994/1268 78% [================================================ ] 995/1268 78% [================================================ ] 996/1268 78% [================================================ ] 997/1268 78% [================================================ ] 998/1268 78% [================================================ ] 999/1268 78% [================================================ ] 1000/1268 78% [================================================ ] 1001/1268 78% [================================================ ] 1002/1268 79% [================================================= ] 1003/1268 79% [================================================= ] 1004/1268 79% [================================================= ] 1005/1268 79% [================================================= ] 1006/1268 79% [================================================= ] 1007/1268 79% [================================================= ] 1008/1268 79% [================================================= ] 1009/1268 79% [================================================= ] 1010/1268 79% [================================================= ] 1011/1268 79% [================================================= ] 1012/1268 79% [================================================= ] 1013/1268 79% [================================================= ] 1014/1268 79% [================================================= ] 1015/1268 80% [================================================= ] 1016/1268 80% [================================================= ] 1017/1268 80% [================================================= ] 1018/1268 80% [================================================= ] 1019/1268 80% [================================================= ] 1020/1268 80% [================================================= ] 1021/1268 80% [================================================= ] 1022/1268 80% [================================================== ] 1023/1268 80% [================================================== ] 1024/1268 80% [================================================== ] 1025/1268 80% [================================================== ] 1026/1268 80% [================================================== ] 1027/1268 80% [================================================== ] 1028/1268 81% [================================================== ] 1029/1268 81% [================================================== ] 1030/1268 81% [================================================== ] 1031/1268 81% [================================================== ] 1032/1268 81% [================================================== ] 1033/1268 81% [================================================== ] 1034/1268 81% [================================================== ] 1035/1268 81% [================================================== ] 1036/1268 81% [================================================== ] 1037/1268 81% [================================================== ] 1038/1268 81% [================================================== ] 1039/1268 81% [================================================== ] 1040/1268 82% [================================================== ] 1041/1268 82% [================================================== ] 1042/1268 82% [================================================== ] 1043/1268 82% [=================================================== ] 1044/1268 82% [=================================================== ] 1045/1268 82% [=================================================== ] 1046/1268 82% [=================================================== ] 1047/1268 82% [=================================================== ] 1048/1268 82% [=================================================== ] 1049/1268 82% [=================================================== ] 1050/1268 82% [=================================================== ] 1051/1268 82% [=================================================== ] 1052/1268 82% [=================================================== ] 1053/1268 83% [=================================================== ] 1054/1268 83% [=================================================== ] 1055/1268 83% [=================================================== ] 1056/1268 83% [=================================================== ] 1057/1268 83% [=================================================== ] 1058/1268 83% [=================================================== ] 1059/1268 83% [=================================================== ] 1060/1268 83% [=================================================== ] 1061/1268 83% [=================================================== ] 1062/1268 83% [=================================================== ] 1063/1268 83% [==================================================== ] 1064/1268 83% [==================================================== ] 1065/1268 83% [==================================================== ] 1066/1268 84% [==================================================== ] 1067/1268 84% [==================================================== ] 1068/1268 84% [==================================================== ] 1069/1268 84% [==================================================== ] 1070/1268 84% [==================================================== ] 1071/1268 84% [==================================================== ] 1072/1268 84% [==================================================== ] 1073/1268 84% [==================================================== ] 1074/1268 84% [==================================================== ] 1075/1268 84% [==================================================== ] 1076/1268 84% [==================================================== ] 1077/1268 84% [==================================================== ] 1078/1268 85% [==================================================== ] 1079/1268 85% [==================================================== ] 1080/1268 85% [==================================================== ] 1081/1268 85% [==================================================== ] 1082/1268 85% [==================================================== ] 1083/1268 85% [===================================================== ] 1084/1268 85% [===================================================== ] 1085/1268 85% [===================================================== ] 1086/1268 85% [===================================================== ] 1087/1268 85% [===================================================== ] 1088/1268 85% [===================================================== ] 1089/1268 85% [===================================================== ] 1090/1268 85% [===================================================== ] 1091/1268 86% [===================================================== ] 1092/1268 86% [===================================================== ] 1093/1268 86% [===================================================== ] 1094/1268 86% [===================================================== ] 1095/1268 86% [===================================================== ] 1096/1268 86% [===================================================== ] 1097/1268 86% [===================================================== ] 1098/1268 86% [===================================================== ] 1099/1268 86% [===================================================== ] 1100/1268 86% [===================================================== ] 1101/1268 86% [===================================================== ] 1102/1268 86% [===================================================== ] 1103/1268 86% [===================================================== ] 1104/1268 87% [====================================================== ] 1105/1268 87% [====================================================== ] 1106/1268 87% [====================================================== ] 1107/1268 87% [====================================================== ] 1108/1268 87% [====================================================== ] 1109/1268 87% [====================================================== ] 1110/1268 87% [====================================================== ] 1111/1268 87% [====================================================== ] 1112/1268 87% [====================================================== ] 1113/1268 87% [====================================================== ] 1114/1268 87% [====================================================== ] 1115/1268 87% [====================================================== ] 1116/1268 88% [====================================================== ] 1117/1268 88% [====================================================== ] 1118/1268 88% [====================================================== ] 1119/1268 88% [====================================================== ] 1120/1268 88% [====================================================== ] 1121/1268 88% [====================================================== ] 1122/1268 88% [====================================================== ] 1123/1268 88% [====================================================== ] 1124/1268 88% [======================================================= ] 1125/1268 88% [======================================================= ] 1126/1268 88% [======================================================= ] 1127/1268 88% [======================================================= ] 1128/1268 88% [======================================================= ] 1129/1268 89% [======================================================= ] 1130/1268 89% [======================================================= ] 1131/1268 89% [======================================================= ] 1132/1268 89% [======================================================= ] 1133/1268 89% [======================================================= ] 1134/1268 89% [======================================================= ] 1135/1268 89% [======================================================= ] 1136/1268 89% [======================================================= ] 1137/1268 89% [======================================================= ] 1138/1268 89% [======================================================= ] 1139/1268 89% [======================================================= ] 1140/1268 89% [======================================================= ] 1141/1268 89% [======================================================= ] 1142/1268 90% [======================================================= ] 1143/1268 90% [======================================================= ] 1144/1268 90% [======================================================= ] 1145/1268 90% [======================================================== ] 1146/1268 90% [======================================================== ] 1147/1268 90% [======================================================== ] 1148/1268 90% [======================================================== ] 1149/1268 90% [======================================================== ] 1150/1268 90% [======================================================== ] 1151/1268 90% [======================================================== ] 1152/1268 90% [======================================================== ] 1153/1268 90% [======================================================== ] 1154/1268 91% [======================================================== ] 1155/1268 91% [======================================================== ] 1156/1268 91% [======================================================== ] 1157/1268 91% [======================================================== ] 1158/1268 91% [======================================================== ] 1159/1268 91% [======================================================== ] 1160/1268 91% [======================================================== ] 1161/1268 91% [======================================================== ] 1162/1268 91% [======================================================== ] 1163/1268 91% [======================================================== ] 1164/1268 91% [======================================================== ] 1165/1268 91% [========================================================= ] 1166/1268 91% [========================================================= ] 1167/1268 92% [========================================================= ] 1168/1268 92% [========================================================= ] 1169/1268 92% [========================================================= ] 1170/1268 92% [========================================================= ] 1171/1268 92% [========================================================= ] 1172/1268 92% [========================================================= ] 1173/1268 92% [========================================================= ] 1174/1268 92% [========================================================= ] 1175/1268 92% [========================================================= ] 1176/1268 92% [========================================================= ] 1177/1268 92% [========================================================= ] 1178/1268 92% [========================================================= ] 1179/1268 92% [========================================================= ] 1180/1268 93% [========================================================= ] 1181/1268 93% [========================================================= ] 1182/1268 93% [========================================================= ] 1183/1268 93% [========================================================= ] 1184/1268 93% [========================================================= ] 1185/1268 93% [========================================================= ] 1186/1268 93% [========================================================== ] 1187/1268 93% [========================================================== ] 1188/1268 93% [========================================================== ] 1189/1268 93% [========================================================== ] 1190/1268 93% [========================================================== ] 1191/1268 93% [========================================================== ] 1192/1268 94% [========================================================== ] 1193/1268 94% [========================================================== ] 1194/1268 94% [========================================================== ] 1195/1268 94% [========================================================== ] 1196/1268 94% [========================================================== ] 1197/1268 94% [========================================================== ] 1198/1268 94% [========================================================== ] 1199/1268 94% [========================================================== ] 1200/1268 94% [========================================================== ] 1201/1268 94% [========================================================== ] 1202/1268 94% [========================================================== ] 1203/1268 94% [========================================================== ] 1204/1268 94% [========================================================== ] 1205/1268 95% [========================================================== ] 1206/1268 95% [=========================================================== ] 1207/1268 95% [=========================================================== ] 1208/1268 95% [=========================================================== ] 1209/1268 95% [=========================================================== ] 1210/1268 95% [=========================================================== ] 1211/1268 95% [=========================================================== ] 1212/1268 95% [=========================================================== ] 1213/1268 95% [=========================================================== ] 1214/1268 95% [=========================================================== ] 1215/1268 95% [=========================================================== ] 1216/1268 95% [=========================================================== ] 1217/1268 95% [=========================================================== ] 1218/1268 96% [=========================================================== ] 1219/1268 96% [=========================================================== ] 1220/1268 96% [=========================================================== ] 1221/1268 96% [=========================================================== ] 1222/1268 96% [=========================================================== ] 1223/1268 96% [=========================================================== ] 1224/1268 96% [=========================================================== ] 1225/1268 96% [=========================================================== ] 1226/1268 96% [=========================================================== ] 1227/1268 96% [============================================================ ] 1228/1268 96% [============================================================ ] 1229/1268 96% [============================================================ ] 1230/1268 97% [============================================================ ] 1231/1268 97% [============================================================ ] 1232/1268 97% [============================================================ ] 1233/1268 97% [============================================================ ] 1234/1268 97% [============================================================ ] 1235/1268 97% [============================================================ ] 1236/1268 97% [============================================================ ] 1237/1268 97% [============================================================ ] 1238/1268 97% [============================================================ ] 1239/1268 97% [============================================================ ] 1240/1268 97% [============================================================ ] 1241/1268 97% [============================================================ ] 1242/1268 97% [============================================================ ] 1243/1268 98% [============================================================ ] 1244/1268 98% [============================================================ ] 1245/1268 98% [============================================================ ] 1246/1268 98% [============================================================ ] 1247/1268 98% [============================================================= ] 1248/1268 98% [============================================================= ] 1249/1268 98% [============================================================= ] 1250/1268 98% [============================================================= ] 1251/1268 98% [============================================================= ] 1252/1268 98% [============================================================= ] 1253/1268 98% [============================================================= ] 1254/1268 98% [============================================================= ] 1255/1268 98% [============================================================= ] 1256/1268 99% [============================================================= ] 1257/1268 99% [============================================================= ] 1258/1268 99% [============================================================= ] 1259/1268 99% [============================================================= ] 1260/1268 99% [============================================================= ] 1261/1268 99% [============================================================= ] 1262/1268 99% [============================================================= ] 1263/1268 99% [============================================================= ] 1264/1268 99% [============================================================= ] 1265/1268 99% [============================================================= ] 1266/1268 99% [============================================================= ] 1267/1268 99% [==============================================================] 1268/1268 100% operation complete, 1268 objects in 29476 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2024.08-rc2-35-g180216631a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.10.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20240117 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf 2.72 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-checksec 2.7.1 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> host-crudini 0.9.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-setuptools-scm 8.0.4 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> host-python-typing-extensions 4.12.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dotconf 1.4.1 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> 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) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.50 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.3.0 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgpgme 1.23.2 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.6.6 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsolv 0.7.25 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> links 2.29 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> mdevd 0.1.6.4 Collecting legal info COPYING: OK (sha256: 701e0e7d93a5da6421f69bed2136d4c64fd4bc17f35221297838a3ad9ba6050e) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> host-minisign 0.11 Collecting legal info LICENSE: OK (sha256: d775d155cbf31638714c31c6f990f9fdc5f07998d91e42d1bf15483bd2d1706b) >>> host-libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> host-mkpasswd Collecting legal info >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pinentry 1.3.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-uswid 0.5.0 Collecting legal info LICENSE: OK (sha256: 98bc07f3fb70d05b01ff740e8191b9f29c080159f01588991fbd872c611236f9) >>> host-python-cbor2 5.5.1 Collecting legal info LICENSE.txt: OK (sha256: a6afd126d8f545a15166a22f25fadff4b9fb4978bbdd17e97d97d950b66d2fef) >>> host-python-lxml 5.2.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-pefile 2023.2.7 Collecting legal info LICENSE: OK (sha256: bfd4b5e4f8a99c961fd6f94d708e38396cc146bfe8fbc5d2a86e63aa29fb4208) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> host-qemu 9.0.2 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-python-distlib 0.3.8 Collecting legal info LICENSE.txt: OK (sha256: 808e10c8a6ab8deb149ff9b3fb19f447a808094606d712a9ca57fead3552599d) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> rtty 8.1.2 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> socat 1.8.0.0 Collecting legal info README: OK (sha256: de9d702354b2e748ea87eb20d18c3d90ebede5dc6d2fc3c2e0645d139a5181bc) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sound-theme-borealis 0.9a Collecting legal info >>> spidev_test 5.8 Collecting legal info >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-swtpm 0.8.2 Collecting legal info LICENSE: OK (sha256: 19d27d6e96d07022e5e688f75c974f1ceb9aae9e90e0fccae68666d02099cc4b) >>> host-json-glib 1.8.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> host-libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libtpms 0.9.6 Collecting legal info LICENSE: OK (sha256: 82f1e6bae374bb6a9d4f4596767fd33e499718d560de140fd9f3d402cc5e41fb) >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zchunk 1.3.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'