rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-467-g256aa8ed85"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package \ /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' snmp -1 snmp -1 * - - - snmpd user\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-3/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target -r 0 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 961addab-d496-44c5-9d57-7e4538582aff Superblock backups stored on blocks: 32768, 65536, 98304, 131072, 163840, 196608, 229376, 262144, 294912, 327680, 360448, 393216, 425984, 458752, 491520, 524288, 557056, 589824, 622592, 655360, 688128, 720896, 753664, 786432, 819200, 851968, 884736, 917504, 950272, 983040, 1015808, 1048576, 1081344, 1114112, 1146880, 1179648, 1212416, 1245184, 1277952 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/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/output-1/host/bin/lzma -9 -c /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ext2.lzma >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x none -o /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubifs.bz2 >>> Generating filesystem image rootfs.ubi mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/buildroot/autobuild/instance-3/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/buildroot/autobuild/instance-3/output-1/build/ubinize.cfg\n /home/buildroot/autobuild/instance-3/output-1/host/sbin/ubinize -o /home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/buildroot/autobuild/instance-3/output-1/build/ubinize.cfg\n rm /home/buildroot/autobuild/instance-3/output-1/build/ubinize.cfg\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/ubi/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/buildroot/autobuild/instance-3/output-1/images/rootfs.ubifs"54190080 bytes (51.6 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 781 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/781 0% [ ] 2/781 0% [ ] 3/781 0% [ ] 4/781 0% [ ] 5/781 0% [ ] 6/781 0% [ ] 7/781 0% [ ] 8/781 1% [ ] 9/781 1% [ ] 10/781 1% [ ] 11/781 1% [ ] 12/781 1% [= ] 13/781 1% [= ] 14/781 1% [= ] 15/781 1% [= ] 16/781 2% [= ] 17/781 2% [= ] 18/781 2% [= ] 19/781 2% [= ] 20/781 2% [= ] 21/781 2% [= ] 22/781 2% [= ] 23/781 2% [= ] 24/781 3% [== ] 25/781 3% [== ] 26/781 3% [== ] 27/781 3% [== ] 28/781 3% [== ] 29/781 3% [== ] 30/781 3% [== ] 31/781 3% [== ] 32/781 4% [== ] 33/781 4% [== ] 34/781 4% [== ] 35/781 4% [== ] 36/781 4% [=== ] 37/781 4% [=== ] 38/781 4% [=== ] 39/781 4% [=== ] 40/781 5% [=== ] 41/781 5% [=== ] 42/781 5% [=== ] 43/781 5% [=== ] 44/781 5% [=== ] 45/781 5% [=== ] 46/781 5% [=== ] 47/781 6% [=== ] 48/781 6% [==== ] 49/781 6% [==== ] 50/781 6% [==== ] 51/781 6% [==== ] 52/781 6% [==== ] 53/781 6% [==== ] 54/781 6% [==== ] 55/781 7% [==== ] 56/781 7% [==== ] 57/781 7% [==== ] 58/781 7% [==== ] 59/781 7% [==== ] 60/781 7% [==== ] 61/781 7% [===== ] 62/781 7% [===== ] 63/781 8% [===== ] 64/781 8% [===== ] 65/781 8% [===== ] 66/781 8% [===== ] 67/781 8% [===== ] 68/781 8% [===== ] 69/781 8% [===== ] 70/781 8% [===== ] 71/781 9% [===== ] 72/781 9% [===== ] 73/781 9% [====== ] 74/781 9% [====== ] 75/781 9% [====== ] 76/781 9% [====== ] 77/781 9% [====== ] 78/781 9% [====== ] 79/781 10% [====== ] 80/781 10% [====== ] 81/781 10% [====== ] 82/781 10% [====== ] 83/781 10% [====== ] 84/781 10% [====== ] 85/781 10% [======= ] 86/781 11% [======= ] 87/781 11% [======= ] 88/781 11% [======= ] 89/781 11% [======= ] 90/781 11% [======= ] 91/781 11% [======= ] 92/781 11% [======= ] 93/781 11% [======= ] 94/781 12% [======= ] 95/781 12% [======= ] 96/781 12% [======= ] 97/781 12% [======== ] 98/781 12% [======== ] 99/781 12% [======== ] 100/781 12% [======== ] 101/781 12% [======== ] 102/781 13% [======== ] 103/781 13% [======== ] 104/781 13% [======== ] 105/781 13% [======== ] 106/781 13% [======== ] 107/781 13% [======== ] 108/781 13% [======== ] 109/781 13% [========= ] 110/781 14% [========= ] 111/781 14% [========= ] 112/781 14% [========= ] 113/781 14% [========= ] 114/781 14% [========= ] 115/781 14% [========= ] 116/781 14% [========= ] 117/781 14% [========= ] 118/781 15% [========= ] 119/781 15% [========= ] 120/781 15% [========= ] 121/781 15% [========= ] 122/781 15% [========== ] 123/781 15% [========== ] 124/781 15% [========== ] 125/781 16% [========== ] 126/781 16% [========== ] 127/781 16% [========== ] 128/781 16% [========== ] 129/781 16% [========== ] 130/781 16% [========== ] 131/781 16% [========== ] 132/781 16% [========== ] 133/781 17% [========== ] 134/781 17% [=========== ] 135/781 17% [=========== ] 136/781 17% [=========== ] 137/781 17% [=========== ] 138/781 17% [=========== ] 139/781 17% [=========== ] 140/781 17% [=========== ] 141/781 18% [=========== ] 142/781 18% [=========== ] 143/781 18% [=========== ] 144/781 18% [=========== ] 145/781 18% [=========== ] 146/781 18% [============ ] 147/781 18% [============ ] 148/781 18% [============ ] 149/781 19% [============ ] 150/781 19% [============ ] 151/781 19% [============ ] 152/781 19% [============ ] 153/781 19% [============ ] 154/781 19% [============ ] 155/781 19% [============ ] 156/781 19% [============ ] 157/781 20% [============ ] 158/781 20% [============= ] 159/781 20% [============= ] 160/781 20% [============= ] 161/781 20% [============= ] 162/781 20% [============= ] 163/781 20% [============= ] 164/781 20% [============= ] 165/781 21% [============= ] 166/781 21% [============= ] 167/781 21% [============= ] 168/781 21% [============= ] 169/781 21% [============= ] 170/781 21% [============== ] 171/781 21% [============== ] 172/781 22% [============== ] 173/781 22% [============== ] 174/781 22% [============== ] 175/781 22% [============== ] 176/781 22% [============== ] 177/781 22% [============== ] 178/781 22% [============== ] 179/781 22% [============== ] 180/781 23% [============== ] 181/781 23% [============== ] 182/781 23% [============== ] 183/781 23% [=============== ] 184/781 23% [=============== ] 185/781 23% [=============== ] 186/781 23% [=============== ] 187/781 23% [=============== ] 188/781 24% [=============== ] 189/781 24% [=============== ] 190/781 24% [=============== ] 191/781 24% [=============== ] 192/781 24% [=============== ] 193/781 24% [=============== ] 194/781 24% [=============== ] 195/781 24% [================ ] 196/781 25% [================ ] 197/781 25% [================ ] 198/781 25% [================ ] 199/781 25% [================ ] 200/781 25% [================ ] 201/781 25% [================ ] 202/781 25% [================ ] 203/781 25% [================ ] 204/781 26% [================ ] 205/781 26% [================ ] 206/781 26% [================ ] 207/781 26% [================= ] 208/781 26% [================= ] 209/781 26% [================= ] 210/781 26% [================= ] 211/781 27% [================= ] 212/781 27% [================= ] 213/781 27% [================= ] 214/781 27% [================= ] 215/781 27% [================= ] 216/781 27% [================= ] 217/781 27% [================= ] 218/781 27% [================= ] 219/781 28% [================== ] 220/781 28% [================== ] 221/781 28% [================== ] 222/781 28% [================== ] 223/781 28% [================== ] 224/781 28% [================== ] 225/781 28% [================== ] 226/781 28% [================== ] 227/781 29% [================== ] 228/781 29% [================== ] 229/781 29% [================== ] 230/781 29% [================== ] 231/781 29% [=================== ] 232/781 29% [=================== ] 233/781 29% [=================== ] 234/781 29% [=================== ] 235/781 30% [=================== ] 236/781 30% [=================== ] 237/781 30% [=================== ] 238/781 30% [=================== ] 239/781 30% [=================== ] 240/781 30% [=================== ] 241/781 30% [=================== ] 242/781 30% [=================== ] 243/781 31% [=================== ] 244/781 31% [==================== ] 245/781 31% [==================== ] 246/781 31% [==================== ] 247/781 31% [==================== ] 248/781 31% [==================== ] 249/781 31% [==================== ] 250/781 32% [==================== ] 251/781 32% [==================== ] 252/781 32% [==================== ] 253/781 32% [==================== ] 254/781 32% [==================== ] 255/781 32% [==================== ] 256/781 32% [===================== ] 257/781 32% [===================== ] 258/781 33% [===================== ] 259/781 33% [===================== ] 260/781 33% [===================== ] 261/781 33% [===================== ] 262/781 33% [===================== ] 263/781 33% [===================== ] 264/781 33% [===================== ] 265/781 33% [===================== ] 266/781 34% [===================== ] 267/781 34% [===================== ] 268/781 34% [====================== ] 269/781 34% [====================== ] 270/781 34% [====================== ] 271/781 34% [====================== ] 272/781 34% [====================== ] 273/781 34% [====================== ] 274/781 35% [====================== ] 275/781 35% [====================== ] 276/781 35% [====================== ] 277/781 35% [====================== ] 278/781 35% [====================== ] 279/781 35% [====================== ] 280/781 35% [======================= ] 281/781 35% [======================= ] 282/781 36% [======================= ] 283/781 36% [======================= ] 284/781 36% [======================= ] 285/781 36% [======================= ] 286/781 36% [======================= ] 287/781 36% [======================= ] 288/781 36% [======================= ] 289/781 37% [======================= ] 290/781 37% [======================= ] 291/781 37% [======================= ] 292/781 37% [======================== ] 293/781 37% [======================== ] 294/781 37% [======================== ] 295/781 37% [======================== ] 296/781 37% [======================== ] 297/781 38% [======================== ] 298/781 38% [======================== ] 299/781 38% [======================== ] 300/781 38% [======================== ] 301/781 38% [======================== ] 302/781 38% [======================== ] 303/781 38% [======================== ] 304/781 38% [======================== ] 305/781 39% [========================= ] 306/781 39% [========================= ] 307/781 39% [========================= ] 308/781 39% [========================= ] 309/781 39% [========================= ] 310/781 39% [========================= ] 311/781 39% [========================= ] 312/781 39% [========================= ] 313/781 40% [========================= ] 314/781 40% [========================= ] 315/781 40% [========================= ] 316/781 40% [========================= ] 317/781 40% [========================== ] 318/781 40% [========================== ] 319/781 40% [========================== ] 320/781 40% [========================== ] 321/781 41% [========================== ] 322/781 41% [========================== ] 323/781 41% [========================== ] 324/781 41% [========================== ] 325/781 41% [========================== ] 326/781 41% [========================== ] 327/781 41% [========================== ] 328/781 41% [========================== ] 329/781 42% [=========================== ] 330/781 42% [=========================== ] 331/781 42% [=========================== ] 332/781 42% [=========================== ] 333/781 42% [=========================== ] 334/781 42% [=========================== ] 335/781 42% [=========================== ] 336/781 43% [=========================== ] 337/781 43% [=========================== ] 338/781 43% [=========================== ] 339/781 43% [=========================== ] 340/781 43% [=========================== ] 341/781 43% [============================ ] 342/781 43% [============================ ] 343/781 43% [============================ ] 344/781 44% [============================ ] 345/781 44% [============================ ] 346/781 44% [============================ ] 347/781 44% [============================ ] 348/781 44% [============================ ] 349/781 44% [============================ ] 350/781 44% [============================ ] 351/781 44% [============================ ] 352/781 45% [============================ ] 353/781 45% [============================= ] 354/781 45% [============================= ] 355/781 45% [============================= ] 356/781 45% [============================= ] 357/781 45% [============================= ] 358/781 45% [============================= ] 359/781 45% [============================= ] 360/781 46% [============================= ] 361/781 46% [============================= ] 362/781 46% [============================= ] 363/781 46% [============================= ] 364/781 46% [============================= ] 365/781 46% [============================= ] 366/781 46% [============================== ] 367/781 46% [============================== ] 368/781 47% [============================== ] 369/781 47% [============================== ] 370/781 47% [============================== ] 371/781 47% [============================== ] 372/781 47% [============================== ] 373/781 47% [============================== ] 374/781 47% [============================== ] 375/781 48% [============================== ] 376/781 48% [============================== ] 377/781 48% [============================== ] 378/781 48% [=============================== ] 379/781 48% [=============================== ] 380/781 48% [=============================== ] 381/781 48% [=============================== ] 382/781 48% [=============================== ] 383/781 49% [=============================== ] 384/781 49% [=============================== ] 385/781 49% [=============================== ] 386/781 49% [=============================== ] 387/781 49% [=============================== ] 388/781 49% [=============================== ] 389/781 49% [=============================== ] 390/781 49% [================================ ] 391/781 50% [================================ ] 392/781 50% [================================ ] 393/781 50% [================================ ] 394/781 50% [================================ ] 395/781 50% [================================ ] 396/781 50% [================================ ] 397/781 50% [================================ ] 398/781 50% [================================ ] 399/781 51% [================================ ] 400/781 51% [================================ ] 401/781 51% [================================ ] 402/781 51% [================================= ] 403/781 51% [================================= ] 404/781 51% [================================= ] 405/781 51% [================================= ] 406/781 51% [================================= ] 407/781 52% [================================= ] 408/781 52% [================================= ] 409/781 52% [================================= ] 410/781 52% [================================= ] 411/781 52% [================================= ] 412/781 52% [================================= ] 413/781 52% [================================= ] 414/781 53% [================================== ] 415/781 53% [================================== ] 416/781 53% [================================== ] 417/781 53% [================================== ] 418/781 53% [================================== ] 419/781 53% [================================== ] 420/781 53% [================================== ] 421/781 53% [================================== ] 422/781 54% [================================== ] 423/781 54% [================================== ] 424/781 54% [================================== ] 425/781 54% [================================== ] 426/781 54% [================================== ] 427/781 54% [=================================== ] 428/781 54% [=================================== ] 429/781 54% [=================================== ] 430/781 55% [=================================== ] 431/781 55% [=================================== ] 432/781 55% [=================================== ] 433/781 55% [=================================== ] 434/781 55% [=================================== ] 435/781 55% [=================================== ] 436/781 55% [=================================== ] 437/781 55% [=================================== ] 438/781 56% [=================================== ] 439/781 56% [==================================== ] 440/781 56% [==================================== ] 441/781 56% [==================================== ] 442/781 56% [==================================== ] 443/781 56% [==================================== ] 444/781 56% [==================================== ] 445/781 56% [==================================== ] 446/781 57% [==================================== ] 447/781 57% [==================================== ] 448/781 57% [==================================== ] 449/781 57% [==================================== ] 450/781 57% [==================================== ] 451/781 57% [===================================== ] 452/781 57% [===================================== ] 453/781 58% [===================================== ] 454/781 58% [===================================== ] 455/781 58% [===================================== ] 456/781 58% [===================================== ] 457/781 58% [===================================== ] 458/781 58% [===================================== ] 459/781 58% [===================================== ] 460/781 58% [===================================== ] 461/781 59% [===================================== ] 462/781 59% [===================================== ] 463/781 59% [====================================== ] 464/781 59% [====================================== ] 465/781 59% [====================================== ] 466/781 59% [====================================== ] 467/781 59% [====================================== ] 468/781 59% [====================================== ] 469/781 60% [====================================== ] 470/781 60% [====================================== ] 471/781 60% [====================================== ] 472/781 60% [====================================== ] 473/781 60% [====================================== ] 474/781 60% [====================================== ] 475/781 60% [======================================= ] 476/781 60% [======================================= ] 477/781 61% [======================================= ] 478/781 61% [======================================= ] 479/781 61% [======================================= ] 480/781 61% [======================================= ] 481/781 61% [======================================= ] 482/781 61% [======================================= ] 483/781 61% [======================================= ] 484/781 61% [======================================= ] 485/781 62% [======================================= ] 486/781 62% [======================================= ] 487/781 62% [======================================= ] 488/781 62% [======================================== ] 489/781 62% [======================================== ] 490/781 62% [======================================== ] 491/781 62% [======================================== ] 492/781 62% [======================================== ] 493/781 63% [======================================== ] 494/781 63% [======================================== ] 495/781 63% [======================================== ] 496/781 63% [======================================== ] 497/781 63% [======================================== ] 498/781 63% [======================================== ] 499/781 63% [======================================== ] 500/781 64% [========================================= ] 501/781 64% [========================================= ] 502/781 64% [========================================= ] 503/781 64% [========================================= ] 504/781 64% [========================================= ] 505/781 64% [========================================= ] 506/781 64% [========================================= ] 507/781 64% [========================================= ] 508/781 65% [========================================= ] 509/781 65% [========================================= ] 510/781 65% [========================================= ] 511/781 65% [========================================= ] 512/781 65% [========================================== ] 513/781 65% [========================================== ] 514/781 65% [========================================== ] 515/781 65% [========================================== ] 516/781 66% [========================================== ] 517/781 66% [========================================== ] 518/781 66% [========================================== ] 519/781 66% [========================================== ] 520/781 66% [========================================== ] 521/781 66% [========================================== ] 522/781 66% [========================================== ] 523/781 66% [========================================== ] 524/781 67% [=========================================== ] 525/781 67% [=========================================== ] 526/781 67% [=========================================== ] 527/781 67% [=========================================== ] 528/781 67% [=========================================== ] 529/781 67% [=========================================== ] 530/781 67% [=========================================== ] 531/781 67% [=========================================== ] 532/781 68% [=========================================== ] 533/781 68% [=========================================== ] 534/781 68% [=========================================== ] 535/781 68% [=========================================== ] 536/781 68% [============================================ ] 537/781 68% [============================================ ] 538/781 68% [============================================ ] 539/781 69% [============================================ ] 540/781 69% [============================================ ] 541/781 69% [============================================ ] 542/781 69% [============================================ ] 543/781 69% [============================================ ] 544/781 69% [============================================ ] 545/781 69% [============================================ ] 546/781 69% [============================================ ] 547/781 70% [============================================ ] 548/781 70% [============================================ ] 549/781 70% [============================================= ] 550/781 70% [============================================= ] 551/781 70% [============================================= ] 552/781 70% [============================================= ] 553/781 70% [============================================= ] 554/781 70% [============================================= ] 555/781 71% [============================================= ] 556/781 71% [============================================= ] 557/781 71% [============================================= ] 558/781 71% [============================================= ] 559/781 71% [============================================= ] 560/781 71% [============================================= ] 561/781 71% [============================================== ] 562/781 71% [============================================== ] 563/781 72% [============================================== ] 564/781 72% [============================================== ] 565/781 72% [============================================== ] 566/781 72% [============================================== ] 567/781 72% [============================================== ] 568/781 72% [============================================== ] 569/781 72% [============================================== ] 570/781 72% [============================================== ] 571/781 73% [============================================== ] 572/781 73% [============================================== ] 573/781 73% [=============================================== ] 574/781 73% [=============================================== ] 575/781 73% [=============================================== ] 576/781 73% [=============================================== ] 577/781 73% [=============================================== ] 578/781 74% [=============================================== ] 579/781 74% [=============================================== ] 580/781 74% [=============================================== ] 581/781 74% [=============================================== ] 582/781 74% [=============================================== ] 583/781 74% [=============================================== ] 584/781 74% [=============================================== ] 585/781 74% [================================================ ] 586/781 75% [================================================ ] 587/781 75% [================================================ ] 588/781 75% [================================================ ] 589/781 75% [================================================ ] 590/781 75% [================================================ ] 591/781 75% [================================================ ] 592/781 75% [================================================ ] 593/781 75% [================================================ ] 594/781 76% [================================================ ] 595/781 76% [================================================ ] 596/781 76% [================================================ ] 597/781 76% [================================================= ] 598/781 76% [================================================= ] 599/781 76% [================================================= ] 600/781 76% [================================================= ] 601/781 76% [================================================= ] 602/781 77% [================================================= ] 603/781 77% [================================================= ] 604/781 77% [================================================= ] 605/781 77% [================================================= ] 606/781 77% [================================================= ] 607/781 77% [================================================= ] 608/781 77% [================================================= ] 609/781 77% [================================================= ] 610/781 78% [================================================== ] 611/781 78% [================================================== ] 612/781 78% [================================================== ] 613/781 78% [================================================== ] 614/781 78% [================================================== ] 615/781 78% [================================================== ] 616/781 78% [================================================== ] 617/781 79% [================================================== ] 618/781 79% [================================================== ] 619/781 79% [================================================== ] 620/781 79% [================================================== ] 621/781 79% [================================================== ] 622/781 79% [=================================================== ] 623/781 79% [=================================================== ] 624/781 79% [=================================================== ] 625/781 80% [=================================================== ] 626/781 80% [=================================================== ] 627/781 80% [=================================================== ] 628/781 80% [=================================================== ] 629/781 80% [=================================================== ] 630/781 80% [=================================================== ] 631/781 80% [=================================================== ] 632/781 80% [=================================================== ] 633/781 81% [=================================================== ] 634/781 81% [==================================================== ] 635/781 81% [==================================================== ] 636/781 81% [==================================================== ] 637/781 81% [==================================================== ] 638/781 81% [==================================================== ] 639/781 81% [==================================================== ] 640/781 81% [==================================================== ] 641/781 82% [==================================================== ] 642/781 82% [==================================================== ] 643/781 82% [==================================================== ] 644/781 82% [==================================================== ] 645/781 82% [==================================================== ] 646/781 82% [===================================================== ] 647/781 82% [===================================================== ] 648/781 82% [===================================================== ] 649/781 83% [===================================================== ] 650/781 83% [===================================================== ] 651/781 83% [===================================================== ] 652/781 83% [===================================================== ] 653/781 83% [===================================================== ] 654/781 83% [===================================================== ] 655/781 83% [===================================================== ] 656/781 83% [===================================================== ] 657/781 84% [===================================================== ] 658/781 84% [====================================================== ] 659/781 84% [====================================================== ] 660/781 84% [====================================================== ] 661/781 84% [====================================================== ] 662/781 84% [====================================================== ] 663/781 84% [====================================================== ] 664/781 85% [====================================================== ] 665/781 85% [====================================================== ] 666/781 85% [====================================================== ] 667/781 85% [====================================================== ] 668/781 85% [====================================================== ] 669/781 85% [====================================================== ] 670/781 85% [====================================================== ] 671/781 85% [======================================================= ] 672/781 86% [======================================================= ] 673/781 86% [======================================================= ] 674/781 86% [======================================================= ] 675/781 86% [======================================================= ] 676/781 86% [======================================================= ] 677/781 86% [======================================================= ] 678/781 86% [======================================================= ] 679/781 86% [======================================================= ] 680/781 87% [======================================================= ] 681/781 87% [======================================================= ] 682/781 87% [======================================================= ] 683/781 87% [======================================================== ] 684/781 87% [======================================================== ] 685/781 87% [======================================================== ] 686/781 87% [======================================================== ] 687/781 87% [======================================================== ] 688/781 88% [======================================================== ] 689/781 88% [======================================================== ] 690/781 88% [======================================================== ] 691/781 88% [======================================================== ] 692/781 88% [======================================================== ] 693/781 88% [======================================================== ] 694/781 88% [======================================================== ] 695/781 88% [========================================================= ] 696/781 89% [========================================================= ] 697/781 89% [========================================================= ] 698/781 89% [========================================================= ] 699/781 89% [========================================================= ] 700/781 89% [========================================================= ] 701/781 89% [========================================================= ] 702/781 89% [========================================================= ] 703/781 90% [========================================================= ] 704/781 90% [========================================================= ] 705/781 90% [========================================================= ] 706/781 90% [========================================================= ] 707/781 90% [========================================================== ] 708/781 90% [========================================================== ] 709/781 90% [========================================================== ] 710/781 90% [========================================================== ] 711/781 91% [========================================================== ] 712/781 91% [========================================================== ] 713/781 91% [========================================================== ] 714/781 91% [========================================================== ] 715/781 91% [========================================================== ] 716/781 91% [========================================================== ] 717/781 91% [========================================================== ] 718/781 91% [========================================================== ] 719/781 92% [=========================================================== ] 720/781 92% [=========================================================== ] 721/781 92% [=========================================================== ] 722/781 92% [=========================================================== ] 723/781 92% [=========================================================== ] 724/781 92% [=========================================================== ] 725/781 92% [=========================================================== ] 726/781 92% [=========================================================== ] 727/781 93% [=========================================================== ] 728/781 93% [=========================================================== ] 729/781 93% [=========================================================== ] 730/781 93% [=========================================================== ] 731/781 93% [=========================================================== ] 732/781 93% [============================================================ ] 733/781 93% [============================================================ ] 734/781 93% [============================================================ ] 735/781 94% [============================================================ ] 736/781 94% [============================================================ ] 737/781 94% [============================================================ ] 738/781 94% [============================================================ ] 739/781 94% [============================================================ ] 740/781 94% [============================================================ ] 741/781 94% [============================================================ ] 742/781 95% [============================================================ ] 743/781 95% [============================================================ ] 744/781 95% [============================================================= ] 745/781 95% [============================================================= ] 746/781 95% [============================================================= ] 747/781 95% [============================================================= ] 748/781 95% [============================================================= ] 749/781 95% [============================================================= ] 750/781 96% [============================================================= ] 751/781 96% [============================================================= ] 752/781 96% [============================================================= ] 753/781 96% [============================================================= ] 754/781 96% [============================================================= ] 755/781 96% [============================================================= ] 756/781 96% [============================================================== ] 757/781 96% [============================================================== ] 758/781 97% [============================================================== ] 759/781 97% [============================================================== ] 760/781 97% [============================================================== ] 761/781 97% [============================================================== ] 762/781 97% [============================================================== ] 763/781 97% [============================================================== ] 764/781 97% [============================================================== ] 765/781 97% [============================================================== ] 766/781 98% [============================================================== ] 767/781 98% [============================================================== ] 768/781 98% [=============================================================== ] 769/781 98% [=============================================================== ] 770/781 98% [=============================================================== ] 771/781 98% [=============================================================== ] 772/781 98% [=============================================================== ] 773/781 98% [=============================================================== ] 774/781 99% [=============================================================== ] 775/781 99% [=============================================================== ] 776/781 99% [=============================================================== ] 777/781 99% [=============================================================== ] 778/781 99% [=============================================================== ] 779/781 99% [=============================================================== ] 780/781 99% [================================================================] 781/781 100% operation complete, 781 objects in 26210 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2024.02-467-g256aa8ed85 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-bare-metal-buildroot Collecting legal info >>> host-skeleton Collecting legal info >>> newlib-bare-metal 4.4.0.20231231 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.LIBGLOSS: OK (sha256: f3b7f3e4426b1fa6f60198dae7adfedd94b77b28db2d108adc0253575011e0ff) COPYING.NEWLIB: OK (sha256: 9a59b4ee3af067045fe0ea78786201c42d54756fe48cbccf44f3dfc398474717) >>> host-gcc-bare-metal 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils-bare-metal 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.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.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> uclibc 1.0.47 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.6.22 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.11 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> alsa-utils 1.2.11 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> axel 2.17.13 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bdwgc 8.2.4 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cfm 0.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> 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) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> giflib 5.2.2 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libcap-ng 0.8.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libidn2 2.3.7 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libstrophe 0.13.1 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> neon 0.33.0 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: 6c4f5d59a60a66cc970642c0f3799cf03b40a81c9dccbc4a254f20487d143f74) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> openvpn 2.6.10 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> privoxy 3.0.34 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> rtl_433 23.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> 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.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uhubctl 2.5.0 Collecting legal info LICENSE: OK (sha256: 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unifdef 2.12 Collecting legal info COPYING: OK (sha256: 37ed46a39446b15b08af418fda23b75c27a769d5aad236d817ee7522cc9caeee) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-6.6.22: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'