gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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" PKG_CONFIG="/home/autobuild/autobuild/instance-6/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-6/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-6/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-6/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-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-6/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/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-6/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-6/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-6/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-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-1174-ge889a1c9e9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package \ /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-6/output-1/host/sbin/mkfs.ext4 -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-6/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-6/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 3df628ad-017c-47d1-b30b-5ba6e4530d1a Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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" bzip2 -9 -c /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ext2.bz2 ln -sf rootfs.ext2.bz2 /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ext4.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/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-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1019 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/1019 0% [ ] 2/1019 0% [ ] 3/1019 0% [ ] 4/1019 0% [ ] 5/1019 0% [ ] 6/1019 0% [ ] 7/1019 0% [ ] 8/1019 0% [ ] 9/1019 0% [ ] 10/1019 0% [ ] 11/1019 1% [ ] 12/1019 1% [ ] 13/1019 1% [ ] 14/1019 1% [ ] 15/1019 1% [ ] 16/1019 1% [= ] 17/1019 1% [= ] 18/1019 1% [= ] 19/1019 1% [= ] 20/1019 1% [= ] 21/1019 2% [= ] 22/1019 2% [= ] 23/1019 2% [= ] 24/1019 2% [= ] 25/1019 2% [= ] 26/1019 2% [= ] 27/1019 2% [= ] 28/1019 2% [= ] 29/1019 2% [= ] 30/1019 2% [= ] 31/1019 3% [= ] 32/1019 3% [== ] 33/1019 3% [== ] 34/1019 3% [== ] 35/1019 3% [== ] 36/1019 3% [== ] 37/1019 3% [== ] 38/1019 3% [== ] 39/1019 3% [== ] 40/1019 3% [== ] 41/1019 4% [== ] 42/1019 4% [== ] 43/1019 4% [== ] 44/1019 4% [== ] 45/1019 4% [== ] 46/1019 4% [== ] 47/1019 4% [== ] 48/1019 4% [== ] 49/1019 4% [=== ] 50/1019 4% [=== ] 51/1019 5% [=== ] 52/1019 5% [=== ] 53/1019 5% [=== ] 54/1019 5% [=== ] 55/1019 5% [=== ] 56/1019 5% [=== ] 57/1019 5% [=== ] 58/1019 5% [=== ] 59/1019 5% [=== ] 60/1019 5% [=== ] 61/1019 5% [=== ] 62/1019 6% [=== ] 63/1019 6% [=== ] 64/1019 6% [=== ] 65/1019 6% [==== ] 66/1019 6% [==== ] 67/1019 6% [==== ] 68/1019 6% [==== ] 69/1019 6% [==== ] 70/1019 6% [==== ] 71/1019 6% [==== ] 72/1019 7% [==== ] 73/1019 7% [==== ] 74/1019 7% [==== ] 75/1019 7% [==== ] 76/1019 7% [==== ] 77/1019 7% [==== ] 78/1019 7% [==== ] 79/1019 7% [==== ] 80/1019 7% [==== ] 81/1019 7% [==== ] 82/1019 8% [===== ] 83/1019 8% [===== ] 84/1019 8% [===== ] 85/1019 8% [===== ] 86/1019 8% [===== ] 87/1019 8% [===== ] 88/1019 8% [===== ] 89/1019 8% [===== ] 90/1019 8% [===== ] 91/1019 8% [===== ] 92/1019 9% [===== ] 93/1019 9% [===== ] 94/1019 9% [===== ] 95/1019 9% [===== ] 96/1019 9% [===== ] 97/1019 9% [===== ] 98/1019 9% [====== ] 99/1019 9% [====== ] 100/1019 9% [====== ] 101/1019 9% [====== ] 102/1019 10% [====== ] 103/1019 10% [====== ] 104/1019 10% [====== ] 105/1019 10% [====== ] 106/1019 10% [====== ] 107/1019 10% [====== ] 108/1019 10% [====== ] 109/1019 10% [====== ] 110/1019 10% [====== ] 111/1019 10% [====== ] 112/1019 10% [====== ] 113/1019 11% [====== ] 114/1019 11% [====== ] 115/1019 11% [======= ] 116/1019 11% [======= ] 117/1019 11% [======= ] 118/1019 11% [======= ] 119/1019 11% [======= ] 120/1019 11% [======= ] 121/1019 11% [======= ] 122/1019 11% [======= ] 123/1019 12% [======= ] 124/1019 12% [======= ] 125/1019 12% [======= ] 126/1019 12% [======= ] 127/1019 12% [======= ] 128/1019 12% [======= ] 129/1019 12% [======= ] 130/1019 12% [======= ] 131/1019 12% [======== ] 132/1019 12% [======== ] 133/1019 13% [======== ] 134/1019 13% [======== ] 135/1019 13% [======== ] 136/1019 13% [======== ] 137/1019 13% [======== ] 138/1019 13% [======== ] 139/1019 13% [======== ] 140/1019 13% [======== ] 141/1019 13% [======== ] 142/1019 13% [======== ] 143/1019 14% [======== ] 144/1019 14% [======== ] 145/1019 14% [======== ] 146/1019 14% [======== ] 147/1019 14% [========= ] 148/1019 14% [========= ] 149/1019 14% [========= ] 150/1019 14% [========= ] 151/1019 14% [========= ] 152/1019 14% [========= ] 153/1019 15% [========= ] 154/1019 15% [========= ] 155/1019 15% [========= ] 156/1019 15% [========= ] 157/1019 15% [========= ] 158/1019 15% [========= ] 159/1019 15% [========= ] 160/1019 15% [========= ] 161/1019 15% [========= ] 162/1019 15% [========= ] 163/1019 15% [========= ] 164/1019 16% [========== ] 165/1019 16% [========== ] 166/1019 16% [========== ] 167/1019 16% [========== ] 168/1019 16% [========== ] 169/1019 16% [========== ] 170/1019 16% [========== ] 171/1019 16% [========== ] 172/1019 16% [========== ] 173/1019 16% [========== ] 174/1019 17% [========== ] 175/1019 17% [========== ] 176/1019 17% [========== ] 177/1019 17% [========== ] 178/1019 17% [========== ] 179/1019 17% [========== ] 180/1019 17% [=========== ] 181/1019 17% [=========== ] 182/1019 17% [=========== ] 183/1019 17% [=========== ] 184/1019 18% [=========== ] 185/1019 18% [=========== ] 186/1019 18% [=========== ] 187/1019 18% [=========== ] 188/1019 18% [=========== ] 189/1019 18% [=========== ] 190/1019 18% [=========== ] 191/1019 18% [=========== ] 192/1019 18% [=========== ] 193/1019 18% [=========== ] 194/1019 19% [=========== ] 195/1019 19% [=========== ] 196/1019 19% [=========== ] 197/1019 19% [============ ] 198/1019 19% [============ ] 199/1019 19% [============ ] 200/1019 19% [============ ] 201/1019 19% [============ ] 202/1019 19% [============ ] 203/1019 19% [============ ] 204/1019 20% [============ ] 205/1019 20% [============ ] 206/1019 20% [============ ] 207/1019 20% [============ ] 208/1019 20% [============ ] 209/1019 20% [============ ] 210/1019 20% [============ ] 211/1019 20% [============ ] 212/1019 20% [============ ] 213/1019 20% [============= ] 214/1019 21% [============= ] 215/1019 21% [============= ] 216/1019 21% [============= ] 217/1019 21% [============= ] 218/1019 21% [============= ] 219/1019 21% [============= ] 220/1019 21% [============= ] 221/1019 21% [============= ] 222/1019 21% [============= ] 223/1019 21% [============= ] 224/1019 21% [============= ] 225/1019 22% [============= ] 226/1019 22% [============= ] 227/1019 22% [============= ] 228/1019 22% [============= ] 229/1019 22% [============= ] 230/1019 22% [============== ] 231/1019 22% [============== ] 232/1019 22% [============== ] 233/1019 22% [============== ] 234/1019 22% [============== ] 235/1019 23% [============== ] 236/1019 23% [============== ] 237/1019 23% [============== ] 238/1019 23% [============== ] 239/1019 23% [============== ] 240/1019 23% [============== ] 241/1019 23% [============== ] 242/1019 23% [============== ] 243/1019 23% [============== ] 244/1019 23% [============== ] 245/1019 24% [============== ] 246/1019 24% [=============== ] 247/1019 24% [=============== ] 248/1019 24% [=============== ] 249/1019 24% [=============== ] 250/1019 24% [=============== ] 251/1019 24% [=============== ] 252/1019 24% [=============== ] 253/1019 24% [=============== ] 254/1019 24% [=============== ] 255/1019 25% [=============== ] 256/1019 25% [=============== ] 257/1019 25% [=============== ] 258/1019 25% [=============== ] 259/1019 25% [=============== ] 260/1019 25% [=============== ] 261/1019 25% [=============== ] 262/1019 25% [================ ] 263/1019 25% [================ ] 264/1019 25% [================ ] 265/1019 26% [================ ] 266/1019 26% [================ ] 267/1019 26% [================ ] 268/1019 26% [================ ] 269/1019 26% [================ ] 270/1019 26% [================ ] 271/1019 26% [================ ] 272/1019 26% [================ ] 273/1019 26% [================ ] 274/1019 26% [================ ] 275/1019 26% [================ ] 276/1019 27% [================ ] 277/1019 27% [================ ] 278/1019 27% [================ ] 279/1019 27% [================= ] 280/1019 27% [================= ] 281/1019 27% [================= ] 282/1019 27% [================= ] 283/1019 27% [================= ] 284/1019 27% [================= ] 285/1019 27% [================= ] 286/1019 28% [================= ] 287/1019 28% [================= ] 288/1019 28% [================= ] 289/1019 28% [================= ] 290/1019 28% [================= ] 291/1019 28% [================= ] 292/1019 28% [================= ] 293/1019 28% [================= ] 294/1019 28% [================= ] 295/1019 28% [================== ] 296/1019 29% [================== ] 297/1019 29% [================== ] 298/1019 29% [================== ] 299/1019 29% [================== ] 300/1019 29% [================== ] 301/1019 29% [================== ] 302/1019 29% [================== ] 303/1019 29% [================== ] 304/1019 29% [================== ] 305/1019 29% [================== ] 306/1019 30% [================== ] 307/1019 30% [================== ] 308/1019 30% [================== ] 309/1019 30% [================== ] 310/1019 30% [================== ] 311/1019 30% [================== ] 312/1019 30% [=================== ] 313/1019 30% [=================== ] 314/1019 30% [=================== ] 315/1019 30% [=================== ] 316/1019 31% [=================== ] 317/1019 31% [=================== ] 318/1019 31% [=================== ] 319/1019 31% [=================== ] 320/1019 31% [=================== ] 321/1019 31% [=================== ] 322/1019 31% [=================== ] 323/1019 31% [=================== ] 324/1019 31% [=================== ] 325/1019 31% [=================== ] 326/1019 31% [=================== ] 327/1019 32% [=================== ] 328/1019 32% [==================== ] 329/1019 32% [==================== ] 330/1019 32% [==================== ] 331/1019 32% [==================== ] 332/1019 32% [==================== ] 333/1019 32% [==================== ] 334/1019 32% [==================== ] 335/1019 32% [==================== ] 336/1019 32% [==================== ] 337/1019 33% [==================== ] 338/1019 33% [==================== ] 339/1019 33% [==================== ] 340/1019 33% [==================== ] 341/1019 33% [==================== ] 342/1019 33% [==================== ] 343/1019 33% [==================== ] 344/1019 33% [==================== ] 345/1019 33% [===================== ] 346/1019 33% [===================== ] 347/1019 34% [===================== ] 348/1019 34% [===================== ] 349/1019 34% [===================== ] 350/1019 34% [===================== ] 351/1019 34% [===================== ] 352/1019 34% [===================== ] 353/1019 34% [===================== ] 354/1019 34% [===================== ] 355/1019 34% [===================== ] 356/1019 34% [===================== ] 357/1019 35% [===================== ] 358/1019 35% [===================== ] 359/1019 35% [===================== ] 360/1019 35% [===================== ] 361/1019 35% [====================== ] 362/1019 35% [====================== ] 363/1019 35% [====================== ] 364/1019 35% [====================== ] 365/1019 35% [====================== ] 366/1019 35% [====================== ] 367/1019 36% [====================== ] 368/1019 36% [====================== ] 369/1019 36% [====================== ] 370/1019 36% [====================== ] 371/1019 36% [====================== ] 372/1019 36% [====================== ] 373/1019 36% [====================== ] 374/1019 36% [====================== ] 375/1019 36% [====================== ] 376/1019 36% [====================== ] 377/1019 36% [====================== ] 378/1019 37% [======================= ] 379/1019 37% [======================= ] 380/1019 37% [======================= ] 381/1019 37% [======================= ] 382/1019 37% [======================= ] 383/1019 37% [======================= ] 384/1019 37% [======================= ] 385/1019 37% [======================= ] 386/1019 37% [======================= ] 387/1019 37% [======================= ] 388/1019 38% [======================= ] 389/1019 38% [======================= ] 390/1019 38% [======================= ] 391/1019 38% [======================= ] 392/1019 38% [======================= ] 393/1019 38% [======================= ] 394/1019 38% [======================== ] 395/1019 38% [======================== ] 396/1019 38% [======================== ] 397/1019 38% [======================== ] 398/1019 39% [======================== ] 399/1019 39% [======================== ] 400/1019 39% [======================== ] 401/1019 39% [======================== ] 402/1019 39% [======================== ] 403/1019 39% [======================== ] 404/1019 39% [======================== ] 405/1019 39% [======================== ] 406/1019 39% [======================== ] 407/1019 39% [======================== ] 408/1019 40% [======================== ] 409/1019 40% [======================== ] 410/1019 40% [========================= ] 411/1019 40% [========================= ] 412/1019 40% [========================= ] 413/1019 40% [========================= ] 414/1019 40% [========================= ] 415/1019 40% [========================= ] 416/1019 40% [========================= ] 417/1019 40% [========================= ] 418/1019 41% [========================= ] 419/1019 41% [========================= ] 420/1019 41% [========================= ] 421/1019 41% [========================= ] 422/1019 41% [========================= ] 423/1019 41% [========================= ] 424/1019 41% [========================= ] 425/1019 41% [========================= ] 426/1019 41% [========================= ] 427/1019 41% [========================== ] 428/1019 42% [========================== ] 429/1019 42% [========================== ] 430/1019 42% [========================== ] 431/1019 42% [========================== ] 432/1019 42% [========================== ] 433/1019 42% [========================== ] 434/1019 42% [========================== ] 435/1019 42% [========================== ] 436/1019 42% [========================== ] 437/1019 42% [========================== ] 438/1019 42% [========================== ] 439/1019 43% [========================== ] 440/1019 43% [========================== ] 441/1019 43% [========================== ] 442/1019 43% [========================== ] 443/1019 43% [=========================== ] 444/1019 43% [=========================== ] 445/1019 43% [=========================== ] 446/1019 43% [=========================== ] 447/1019 43% [=========================== ] 448/1019 43% [=========================== ] 449/1019 44% [=========================== ] 450/1019 44% [=========================== ] 451/1019 44% [=========================== ] 452/1019 44% [=========================== ] 453/1019 44% [=========================== ] 454/1019 44% [=========================== ] 455/1019 44% [=========================== ] 456/1019 44% [=========================== ] 457/1019 44% [=========================== ] 458/1019 44% [=========================== ] 459/1019 45% [=========================== ] 460/1019 45% [============================ ] 461/1019 45% [============================ ] 462/1019 45% [============================ ] 463/1019 45% [============================ ] 464/1019 45% [============================ ] 465/1019 45% [============================ ] 466/1019 45% [============================ ] 467/1019 45% [============================ ] 468/1019 45% [============================ ] 469/1019 46% [============================ ] 470/1019 46% [============================ ] 471/1019 46% [============================ ] 472/1019 46% [============================ ] 473/1019 46% [============================ ] 474/1019 46% [============================ ] 475/1019 46% [============================ ] 476/1019 46% [============================= ] 477/1019 46% [============================= ] 478/1019 46% [============================= ] 479/1019 47% [============================= ] 480/1019 47% [============================= ] 481/1019 47% [============================= ] 482/1019 47% [============================= ] 483/1019 47% [============================= ] 484/1019 47% [============================= ] 485/1019 47% [============================= ] 486/1019 47% [============================= ] 487/1019 47% [============================= ] 488/1019 47% [============================= ] 489/1019 47% [============================= ] 490/1019 48% [============================= ] 491/1019 48% [============================= ] 492/1019 48% [============================= ] 493/1019 48% [============================== ] 494/1019 48% [============================== ] 495/1019 48% [============================== ] 496/1019 48% [============================== ] 497/1019 48% [============================== ] 498/1019 48% [============================== ] 499/1019 48% [============================== ] 500/1019 49% [============================== ] 501/1019 49% [============================== ] 502/1019 49% [============================== ] 503/1019 49% [============================== ] 504/1019 49% [============================== ] 505/1019 49% [============================== ] 506/1019 49% [============================== ] 507/1019 49% [============================== ] 508/1019 49% [============================== ] 509/1019 49% [=============================== ] 510/1019 50% [=============================== ] 511/1019 50% [=============================== ] 512/1019 50% [=============================== ] 513/1019 50% [=============================== ] 514/1019 50% [=============================== ] 515/1019 50% [=============================== ] 516/1019 50% [=============================== ] 517/1019 50% [=============================== ] 518/1019 50% [=============================== ] 519/1019 50% [=============================== ] 520/1019 51% [=============================== ] 521/1019 51% [=============================== ] 522/1019 51% [=============================== ] 523/1019 51% [=============================== ] 524/1019 51% [=============================== ] 525/1019 51% [================================ ] 526/1019 51% [================================ ] 527/1019 51% [================================ ] 528/1019 51% [================================ ] 529/1019 51% [================================ ] 530/1019 52% [================================ ] 531/1019 52% [================================ ] 532/1019 52% [================================ ] 533/1019 52% [================================ ] 534/1019 52% [================================ ] 535/1019 52% [================================ ] 536/1019 52% [================================ ] 537/1019 52% [================================ ] 538/1019 52% [================================ ] 539/1019 52% [================================ ] 540/1019 52% [================================ ] 541/1019 53% [================================ ] 542/1019 53% [================================= ] 543/1019 53% [================================= ] 544/1019 53% [================================= ] 545/1019 53% [================================= ] 546/1019 53% [================================= ] 547/1019 53% [================================= ] 548/1019 53% [================================= ] 549/1019 53% [================================= ] 550/1019 53% [================================= ] 551/1019 54% [================================= ] 552/1019 54% [================================= ] 553/1019 54% [================================= ] 554/1019 54% [================================= ] 555/1019 54% [================================= ] 556/1019 54% [================================= ] 557/1019 54% [================================= ] 558/1019 54% [================================== ] 559/1019 54% [================================== ] 560/1019 54% [================================== ] 561/1019 55% [================================== ] 562/1019 55% [================================== ] 563/1019 55% [================================== ] 564/1019 55% [================================== ] 565/1019 55% [================================== ] 566/1019 55% [================================== ] 567/1019 55% [================================== ] 568/1019 55% [================================== ] 569/1019 55% [================================== ] 570/1019 55% [================================== ] 571/1019 56% [================================== ] 572/1019 56% [================================== ] 573/1019 56% [================================== ] 574/1019 56% [================================== ] 575/1019 56% [=================================== ] 576/1019 56% [=================================== ] 577/1019 56% [=================================== ] 578/1019 56% [=================================== ] 579/1019 56% [=================================== ] 580/1019 56% [=================================== ] 581/1019 57% [=================================== ] 582/1019 57% [=================================== ] 583/1019 57% [=================================== ] 584/1019 57% [=================================== ] 585/1019 57% [=================================== ] 586/1019 57% [=================================== ] 587/1019 57% [=================================== ] 588/1019 57% [=================================== ] 589/1019 57% [=================================== ] 590/1019 57% [=================================== ] 591/1019 57% [==================================== ] 592/1019 58% [==================================== ] 593/1019 58% [==================================== ] 594/1019 58% [==================================== ] 595/1019 58% [==================================== ] 596/1019 58% [==================================== ] 597/1019 58% [==================================== ] 598/1019 58% [==================================== ] 599/1019 58% [==================================== ] 600/1019 58% [==================================== ] 601/1019 58% [==================================== ] 602/1019 59% [==================================== ] 603/1019 59% [==================================== ] 604/1019 59% [==================================== ] 605/1019 59% [==================================== ] 606/1019 59% [==================================== ] 607/1019 59% [==================================== ] 608/1019 59% [===================================== ] 609/1019 59% [===================================== ] 610/1019 59% [===================================== ] 611/1019 59% [===================================== ] 612/1019 60% [===================================== ] 613/1019 60% [===================================== ] 614/1019 60% [===================================== ] 615/1019 60% [===================================== ] 616/1019 60% [===================================== ] 617/1019 60% [===================================== ] 618/1019 60% [===================================== ] 619/1019 60% [===================================== ] 620/1019 60% [===================================== ] 621/1019 60% [===================================== ] 622/1019 61% [===================================== ] 623/1019 61% [===================================== ] 624/1019 61% [====================================== ] 625/1019 61% [====================================== ] 626/1019 61% [====================================== ] 627/1019 61% [====================================== ] 628/1019 61% [====================================== ] 629/1019 61% [====================================== ] 630/1019 61% [====================================== ] 631/1019 61% [====================================== ] 632/1019 62% [====================================== ] 633/1019 62% [====================================== ] 634/1019 62% [====================================== ] 635/1019 62% [====================================== ] 636/1019 62% [====================================== ] 637/1019 62% [====================================== ] 638/1019 62% [====================================== ] 639/1019 62% [====================================== ] 640/1019 62% [======================================= ] 641/1019 62% [======================================= ] 642/1019 63% [======================================= ] 643/1019 63% [======================================= ] 644/1019 63% [======================================= ] 645/1019 63% [======================================= ] 646/1019 63% [======================================= ] 647/1019 63% [======================================= ] 648/1019 63% [======================================= ] 649/1019 63% [======================================= ] 650/1019 63% [======================================= ] 651/1019 63% [======================================= ] 652/1019 63% [======================================= ] 653/1019 64% [======================================= ] 654/1019 64% [======================================= ] 655/1019 64% [======================================= ] 656/1019 64% [======================================= ] 657/1019 64% [======================================== ] 658/1019 64% [======================================== ] 659/1019 64% [======================================== ] 660/1019 64% [======================================== ] 661/1019 64% [======================================== ] 662/1019 64% [======================================== ] 663/1019 65% [======================================== ] 664/1019 65% [======================================== ] 665/1019 65% [======================================== ] 666/1019 65% [======================================== ] 667/1019 65% [======================================== ] 668/1019 65% [======================================== ] 669/1019 65% [======================================== ] 670/1019 65% [======================================== ] 671/1019 65% [======================================== ] 672/1019 65% [======================================== ] 673/1019 66% [========================================= ] 674/1019 66% [========================================= ] 675/1019 66% [========================================= ] 676/1019 66% [========================================= ] 677/1019 66% [========================================= ] 678/1019 66% [========================================= ] 679/1019 66% [========================================= ] 680/1019 66% [========================================= ] 681/1019 66% [========================================= ] 682/1019 66% [========================================= ] 683/1019 67% [========================================= ] 684/1019 67% [========================================= ] 685/1019 67% [========================================= ] 686/1019 67% [========================================= ] 687/1019 67% [========================================= ] 688/1019 67% [========================================= ] 689/1019 67% [========================================= ] 690/1019 67% [========================================== ] 691/1019 67% [========================================== ] 692/1019 67% [========================================== ] 693/1019 68% [========================================== ] 694/1019 68% [========================================== ] 695/1019 68% [========================================== ] 696/1019 68% [========================================== ] 697/1019 68% [========================================== ] 698/1019 68% [========================================== ] 699/1019 68% [========================================== ] 700/1019 68% [========================================== ] 701/1019 68% [========================================== ] 702/1019 68% [========================================== ] 703/1019 68% [========================================== ] 704/1019 69% [========================================== ] 705/1019 69% [========================================== ] 706/1019 69% [=========================================== ] 707/1019 69% [=========================================== ] 708/1019 69% [=========================================== ] 709/1019 69% [=========================================== ] 710/1019 69% [=========================================== ] 711/1019 69% [=========================================== ] 712/1019 69% [=========================================== ] 713/1019 69% [=========================================== ] 714/1019 70% [=========================================== ] 715/1019 70% [=========================================== ] 716/1019 70% [=========================================== ] 717/1019 70% [=========================================== ] 718/1019 70% [=========================================== ] 719/1019 70% [=========================================== ] 720/1019 70% [=========================================== ] 721/1019 70% [=========================================== ] 722/1019 70% [=========================================== ] 723/1019 70% [============================================ ] 724/1019 71% [============================================ ] 725/1019 71% [============================================ ] 726/1019 71% [============================================ ] 727/1019 71% [============================================ ] 728/1019 71% [============================================ ] 729/1019 71% [============================================ ] 730/1019 71% [============================================ ] 731/1019 71% [============================================ ] 732/1019 71% [============================================ ] 733/1019 71% [============================================ ] 734/1019 72% [============================================ ] 735/1019 72% [============================================ ] 736/1019 72% [============================================ ] 737/1019 72% [============================================ ] 738/1019 72% [============================================ ] 739/1019 72% [============================================= ] 740/1019 72% [============================================= ] 741/1019 72% [============================================= ] 742/1019 72% [============================================= ] 743/1019 72% [============================================= ] 744/1019 73% [============================================= ] 745/1019 73% [============================================= ] 746/1019 73% [============================================= ] 747/1019 73% [============================================= ] 748/1019 73% [============================================= ] 749/1019 73% [============================================= ] 750/1019 73% [============================================= ] 751/1019 73% [============================================= ] 752/1019 73% [============================================= ] 753/1019 73% [============================================= ] 754/1019 73% [============================================= ] 755/1019 74% [============================================= ] 756/1019 74% [============================================== ] 757/1019 74% [============================================== ] 758/1019 74% [============================================== ] 759/1019 74% [============================================== ] 760/1019 74% [============================================== ] 761/1019 74% [============================================== ] 762/1019 74% [============================================== ] 763/1019 74% [============================================== ] 764/1019 74% [============================================== ] 765/1019 75% [============================================== ] 766/1019 75% [============================================== ] 767/1019 75% [============================================== ] 768/1019 75% [============================================== ] 769/1019 75% [============================================== ] 770/1019 75% [============================================== ] 771/1019 75% [============================================== ] 772/1019 75% [=============================================== ] 773/1019 75% [=============================================== ] 774/1019 75% [=============================================== ] 775/1019 76% [=============================================== ] 776/1019 76% [=============================================== ] 777/1019 76% [=============================================== ] 778/1019 76% [=============================================== ] 779/1019 76% [=============================================== ] 780/1019 76% [=============================================== ] 781/1019 76% [=============================================== ] 782/1019 76% [=============================================== ] 783/1019 76% [=============================================== ] 784/1019 76% [=============================================== ] 785/1019 77% [=============================================== ] 786/1019 77% [=============================================== ] 787/1019 77% [=============================================== ] 788/1019 77% [================================================ ] 789/1019 77% [================================================ ] 790/1019 77% [================================================ ] 791/1019 77% [================================================ ] 792/1019 77% [================================================ ] 793/1019 77% [================================================ ] 794/1019 77% [================================================ ] 795/1019 78% [================================================ ] 796/1019 78% [================================================ ] 797/1019 78% [================================================ ] 798/1019 78% [================================================ ] 799/1019 78% [================================================ ] 800/1019 78% [================================================ ] 801/1019 78% [================================================ ] 802/1019 78% [================================================ ] 803/1019 78% [================================================ ] 804/1019 78% [================================================ ] 805/1019 78% [================================================= ] 806/1019 79% [================================================= ] 807/1019 79% [================================================= ] 808/1019 79% [================================================= ] 809/1019 79% [================================================= ] 810/1019 79% [================================================= ] 811/1019 79% [================================================= ] 812/1019 79% [================================================= ] 813/1019 79% [================================================= ] 814/1019 79% [================================================= ] 815/1019 79% [================================================= ] 816/1019 80% [================================================= ] 817/1019 80% [================================================= ] 818/1019 80% [================================================= ] 819/1019 80% [================================================= ] 820/1019 80% [================================================= ] 821/1019 80% [================================================== ] 822/1019 80% [================================================== ] 823/1019 80% [================================================== ] 824/1019 80% [================================================== ] 825/1019 80% [================================================== ] 826/1019 81% [================================================== ] 827/1019 81% [================================================== ] 828/1019 81% [================================================== ] 829/1019 81% [================================================== ] 830/1019 81% [================================================== ] 831/1019 81% [================================================== ] 832/1019 81% [================================================== ] 833/1019 81% [================================================== ] 834/1019 81% [================================================== ] 835/1019 81% [================================================== ] 836/1019 82% [================================================== ] 837/1019 82% [================================================== ] 838/1019 82% [=================================================== ] 839/1019 82% [=================================================== ] 840/1019 82% [=================================================== ] 841/1019 82% [=================================================== ] 842/1019 82% [=================================================== ] 843/1019 82% [=================================================== ] 844/1019 82% [=================================================== ] 845/1019 82% [=================================================== ] 846/1019 83% [=================================================== ] 847/1019 83% [=================================================== ] 848/1019 83% [=================================================== ] 849/1019 83% [=================================================== ] 850/1019 83% [=================================================== ] 851/1019 83% [=================================================== ] 852/1019 83% [=================================================== ] 853/1019 83% [=================================================== ] 854/1019 83% [==================================================== ] 855/1019 83% [==================================================== ] 856/1019 84% [==================================================== ] 857/1019 84% [==================================================== ] 858/1019 84% [==================================================== ] 859/1019 84% [==================================================== ] 860/1019 84% [==================================================== ] 861/1019 84% [==================================================== ] 862/1019 84% [==================================================== ] 863/1019 84% [==================================================== ] 864/1019 84% [==================================================== ] 865/1019 84% [==================================================== ] 866/1019 84% [==================================================== ] 867/1019 85% [==================================================== ] 868/1019 85% [==================================================== ] 869/1019 85% [==================================================== ] 870/1019 85% [==================================================== ] 871/1019 85% [===================================================== ] 872/1019 85% [===================================================== ] 873/1019 85% [===================================================== ] 874/1019 85% [===================================================== ] 875/1019 85% [===================================================== ] 876/1019 85% [===================================================== ] 877/1019 86% [===================================================== ] 878/1019 86% [===================================================== ] 879/1019 86% [===================================================== ] 880/1019 86% [===================================================== ] 881/1019 86% [===================================================== ] 882/1019 86% [===================================================== ] 883/1019 86% [===================================================== ] 884/1019 86% [===================================================== ] 885/1019 86% [===================================================== ] 886/1019 86% [===================================================== ] 887/1019 87% [====================================================== ] 888/1019 87% [====================================================== ] 889/1019 87% [====================================================== ] 890/1019 87% [====================================================== ] 891/1019 87% [====================================================== ] 892/1019 87% [====================================================== ] 893/1019 87% [====================================================== ] 894/1019 87% [====================================================== ] 895/1019 87% [====================================================== ] 896/1019 87% [====================================================== ] 897/1019 88% [====================================================== ] 898/1019 88% [====================================================== ] 899/1019 88% [====================================================== ] 900/1019 88% [====================================================== ] 901/1019 88% [====================================================== ] 902/1019 88% [====================================================== ] 903/1019 88% [======================================================= ] 904/1019 88% [======================================================= ] 905/1019 88% [======================================================= ] 906/1019 88% [======================================================= ] 907/1019 89% [======================================================= ] 908/1019 89% [======================================================= ] 909/1019 89% [======================================================= ] 910/1019 89% [======================================================= ] 911/1019 89% [======================================================= ] 912/1019 89% [======================================================= ] 913/1019 89% [======================================================= ] 914/1019 89% [======================================================= ] 915/1019 89% [======================================================= ] 916/1019 89% [======================================================= ] 917/1019 89% [======================================================= ] 918/1019 90% [======================================================= ] 919/1019 90% [======================================================= ] 920/1019 90% [======================================================== ] 921/1019 90% [======================================================== ] 922/1019 90% [======================================================== ] 923/1019 90% [======================================================== ] 924/1019 90% [======================================================== ] 925/1019 90% [======================================================== ] 926/1019 90% [======================================================== ] 927/1019 90% [======================================================== ] 928/1019 91% [======================================================== ] 929/1019 91% [======================================================== ] 930/1019 91% [======================================================== ] 931/1019 91% [======================================================== ] 932/1019 91% [======================================================== ] 933/1019 91% [======================================================== ] 934/1019 91% [======================================================== ] 935/1019 91% [======================================================== ] 936/1019 91% [========================================================= ] 937/1019 91% [========================================================= ] 938/1019 92% [========================================================= ] 939/1019 92% [========================================================= ] 940/1019 92% [========================================================= ] 941/1019 92% [========================================================= ] 942/1019 92% [========================================================= ] 943/1019 92% [========================================================= ] 944/1019 92% [========================================================= ] 945/1019 92% [========================================================= ] 946/1019 92% [========================================================= ] 947/1019 92% [========================================================= ] 948/1019 93% [========================================================= ] 949/1019 93% [========================================================= ] 950/1019 93% [========================================================= ] 951/1019 93% [========================================================= ] 952/1019 93% [========================================================= ] 953/1019 93% [========================================================== ] 954/1019 93% [========================================================== ] 955/1019 93% [========================================================== ] 956/1019 93% [========================================================== ] 957/1019 93% [========================================================== ] 958/1019 94% [========================================================== ] 959/1019 94% [========================================================== ] 960/1019 94% [========================================================== ] 961/1019 94% [========================================================== ] 962/1019 94% [========================================================== ] 963/1019 94% [========================================================== ] 964/1019 94% [========================================================== ] 965/1019 94% [========================================================== ] 966/1019 94% [========================================================== ] 967/1019 94% [========================================================== ] 968/1019 94% [========================================================== ] 969/1019 95% [=========================================================== ] 970/1019 95% [=========================================================== ] 971/1019 95% [=========================================================== ] 972/1019 95% [=========================================================== ] 973/1019 95% [=========================================================== ] 974/1019 95% [=========================================================== ] 975/1019 95% [=========================================================== ] 976/1019 95% [=========================================================== ] 977/1019 95% [=========================================================== ] 978/1019 95% [=========================================================== ] 979/1019 96% [=========================================================== ] 980/1019 96% [=========================================================== ] 981/1019 96% [=========================================================== ] 982/1019 96% [=========================================================== ] 983/1019 96% [=========================================================== ] 984/1019 96% [=========================================================== ] 985/1019 96% [=========================================================== ] 986/1019 96% [============================================================ ] 987/1019 96% [============================================================ ] 988/1019 96% [============================================================ ] 989/1019 97% [============================================================ ] 990/1019 97% [============================================================ ] 991/1019 97% [============================================================ ] 992/1019 97% [============================================================ ] 993/1019 97% [============================================================ ] 994/1019 97% [============================================================ ] 995/1019 97% [============================================================ ] 996/1019 97% [============================================================ ] 997/1019 97% [============================================================ ] 998/1019 97% [============================================================ ] 999/1019 98% [============================================================ ] 1000/1019 98% [============================================================ ] 1001/1019 98% [============================================================ ] 1002/1019 98% [============================================================= ] 1003/1019 98% [============================================================= ] 1004/1019 98% [============================================================= ] 1005/1019 98% [============================================================= ] 1006/1019 98% [============================================================= ] 1007/1019 98% [============================================================= ] 1008/1019 98% [============================================================= ] 1009/1019 99% [============================================================= ] 1010/1019 99% [============================================================= ] 1011/1019 99% [============================================================= ] 1012/1019 99% [============================================================= ] 1013/1019 99% [============================================================= ] 1014/1019 99% [============================================================= ] 1015/1019 99% [============================================================= ] 1016/1019 99% [============================================================= ] 1017/1019 99% [============================================================= ] 1018/1019 99% [==============================================================] 1019/1019 100% operation complete, 1019 objects in 58442 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/i686-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2023.11-1174-ge889a1c9e9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 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) >>> glibc 2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> host-binutils 2.40 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.2.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.6.16 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 >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-aespipe 2.4g Collecting legal info >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cryptsetup 2.7.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> host-depot-tools 8d14454ba4a35fd9d2483842b08815a2357ec86f Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.22.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> 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.1 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-pyparsing 3.1.1 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> empty 0.6.23c Collecting legal info COPYRIGHT: OK (sha256: 6433f4490a82b80ddac37f24cebfe8f3cd7de5686ebb9737281d47997a9941d6) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> exfat-utils 1.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> genpart 1.0.2 Collecting legal info >>> hwdata 0.373 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libkcapi 1.5.0 Collecting legal info COPYING: OK (sha256: 00e0a844d67b190580a9dc5943e555a3d0b2158e21d01a25526762c619979326) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmaxminddb 1.8.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-firmware 20240115 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 92d477fe15d81875bc5bcc4c54df7e95b65f42e4c44d64d840f39cd0aa153d6f) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> mbedtls 2.28.7 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mbpfan 2.4.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> host-mkpasswd Collecting legal info >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> open62541 v1.3.9 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> 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.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pv 1.8.5 Collecting legal info docs/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rlwrap 0.46.1 Collecting legal info AUTHORS: OK (sha256: 656d25fab58016ac6ac11bb126709e4f860ea063d11795232eb55987172f78ff) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strace 6.7 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tree 2.1.1 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vulkan-headers 1.3.262 Collecting legal info LICENSE.md: OK (sha256: ac24e5ea920e4318e4d02c4086ae51f53cfb03feed06c18df1019e7ada1ec7bc) >>> whetstone 1.2 Collecting legal info >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> ytree 2.05 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> grub2 2.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> host-grub2 2.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> 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: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'