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-8/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/bin PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/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-8/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-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-8/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-8/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/lua/5.4/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/luarocks grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-8/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-8/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-8/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-8/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/include /home/autobuild/autobuild/instance-8/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-8/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-8/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-8/output-1/host/bin/s390x-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-441-g8f3cfe4196"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-8/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/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-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1120 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/1120 0% [ ] 2/1120 0% [ ] 3/1120 0% [ ] 4/1120 0% [ ] 5/1120 0% [ ] 6/1120 0% [ ] 7/1120 0% [ ] 8/1120 0% [ ] 9/1120 0% [ ] 10/1120 0% [ ] 11/1120 0% [ ] 12/1120 1% [ ] 13/1120 1% [ ] 14/1120 1% [ ] 15/1120 1% [ ] 16/1120 1% [ ] 17/1120 1% [ ] 18/1120 1% [= ] 19/1120 1% [= ] 20/1120 1% [= ] 21/1120 1% [= ] 22/1120 1% [= ] 23/1120 2% [= ] 24/1120 2% [= ] 25/1120 2% [= ] 26/1120 2% [= ] 27/1120 2% [= ] 28/1120 2% [= ] 29/1120 2% [= ] 30/1120 2% [= ] 31/1120 2% [= ] 32/1120 2% [= ] 33/1120 2% [= ] 34/1120 3% [= ] 35/1120 3% [= ] 36/1120 3% [== ] 37/1120 3% [== ] 38/1120 3% [== ] 39/1120 3% [== ] 40/1120 3% [== ] 41/1120 3% [== ] 42/1120 3% [== ] 43/1120 3% [== ] 44/1120 3% [== ] 45/1120 4% [== ] 46/1120 4% [== ] 47/1120 4% [== ] 48/1120 4% [== ] 49/1120 4% [== ] 50/1120 4% [== ] 51/1120 4% [== ] 52/1120 4% [== ] 53/1120 4% [== ] 54/1120 4% [=== ] 55/1120 4% [=== ] 56/1120 5% [=== ] 57/1120 5% [=== ] 58/1120 5% [=== ] 59/1120 5% [=== ] 60/1120 5% [=== ] 61/1120 5% [=== ] 62/1120 5% [=== ] 63/1120 5% [=== ] 64/1120 5% [=== ] 65/1120 5% [=== ] 66/1120 5% [=== ] 67/1120 5% [=== ] 68/1120 6% [=== ] 69/1120 6% [=== ] 70/1120 6% [=== ] 71/1120 6% [=== ] 72/1120 6% [==== ] 73/1120 6% [==== ] 74/1120 6% [==== ] 75/1120 6% [==== ] 76/1120 6% [==== ] 77/1120 6% [==== ] 78/1120 6% [==== ] 79/1120 7% [==== ] 80/1120 7% [==== ] 81/1120 7% [==== ] 82/1120 7% [==== ] 83/1120 7% [==== ] 84/1120 7% [==== ] 85/1120 7% [==== ] 86/1120 7% [==== ] 87/1120 7% [==== ] 88/1120 7% [==== ] 89/1120 7% [==== ] 90/1120 8% [===== ] 91/1120 8% [===== ] 92/1120 8% [===== ] 93/1120 8% [===== ] 94/1120 8% [===== ] 95/1120 8% [===== ] 96/1120 8% [===== ] 97/1120 8% [===== ] 98/1120 8% [===== ] 99/1120 8% [===== ] 100/1120 8% [===== ] 101/1120 9% [===== ] 102/1120 9% [===== ] 103/1120 9% [===== ] 104/1120 9% [===== ] 105/1120 9% [===== ] 106/1120 9% [===== ] 107/1120 9% [===== ] 108/1120 9% [====== ] 109/1120 9% [====== ] 110/1120 9% [====== ] 111/1120 9% [====== ] 112/1120 10% [====== ] 113/1120 10% [====== ] 114/1120 10% [====== ] 115/1120 10% [====== ] 116/1120 10% [====== ] 117/1120 10% [====== ] 118/1120 10% [====== ] 119/1120 10% [====== ] 120/1120 10% [====== ] 121/1120 10% [====== ] 122/1120 10% [====== ] 123/1120 10% [====== ] 124/1120 11% [====== ] 125/1120 11% [====== ] 126/1120 11% [======= ] 127/1120 11% [======= ] 128/1120 11% [======= ] 129/1120 11% [======= ] 130/1120 11% [======= ] 131/1120 11% [======= ] 132/1120 11% [======= ] 133/1120 11% [======= ] 134/1120 11% [======= ] 135/1120 12% [======= ] 136/1120 12% [======= ] 137/1120 12% [======= ] 138/1120 12% [======= ] 139/1120 12% [======= ] 140/1120 12% [======= ] 141/1120 12% [======= ] 142/1120 12% [======= ] 143/1120 12% [======= ] 144/1120 12% [======== ] 145/1120 12% [======== ] 146/1120 13% [======== ] 147/1120 13% [======== ] 148/1120 13% [======== ] 149/1120 13% [======== ] 150/1120 13% [======== ] 151/1120 13% [======== ] 152/1120 13% [======== ] 153/1120 13% [======== ] 154/1120 13% [======== ] 155/1120 13% [======== ] 156/1120 13% [======== ] 157/1120 14% [======== ] 158/1120 14% [======== ] 159/1120 14% [======== ] 160/1120 14% [======== ] 161/1120 14% [======== ] 162/1120 14% [========= ] 163/1120 14% [========= ] 164/1120 14% [========= ] 165/1120 14% [========= ] 166/1120 14% [========= ] 167/1120 14% [========= ] 168/1120 15% [========= ] 169/1120 15% [========= ] 170/1120 15% [========= ] 171/1120 15% [========= ] 172/1120 15% [========= ] 173/1120 15% [========= ] 174/1120 15% [========= ] 175/1120 15% [========= ] 176/1120 15% [========= ] 177/1120 15% [========= ] 178/1120 15% [========= ] 179/1120 15% [========= ] 180/1120 16% [========== ] 181/1120 16% [========== ] 182/1120 16% [========== ] 183/1120 16% [========== ] 184/1120 16% [========== ] 185/1120 16% [========== ] 186/1120 16% [========== ] 187/1120 16% [========== ] 188/1120 16% [========== ] 189/1120 16% [========== ] 190/1120 16% [========== ] 191/1120 17% [========== ] 192/1120 17% [========== ] 193/1120 17% [========== ] 194/1120 17% [========== ] 195/1120 17% [========== ] 196/1120 17% [========== ] 197/1120 17% [========== ] 198/1120 17% [=========== ] 199/1120 17% [=========== ] 200/1120 17% [=========== ] 201/1120 17% [=========== ] 202/1120 18% [=========== ] 203/1120 18% [=========== ] 204/1120 18% [=========== ] 205/1120 18% [=========== ] 206/1120 18% [=========== ] 207/1120 18% [=========== ] 208/1120 18% [=========== ] 209/1120 18% [=========== ] 210/1120 18% [=========== ] 211/1120 18% [=========== ] 212/1120 18% [=========== ] 213/1120 19% [=========== ] 214/1120 19% [=========== ] 215/1120 19% [=========== ] 216/1120 19% [============ ] 217/1120 19% [============ ] 218/1120 19% [============ ] 219/1120 19% [============ ] 220/1120 19% [============ ] 221/1120 19% [============ ] 222/1120 19% [============ ] 223/1120 19% [============ ] 224/1120 20% [============ ] 225/1120 20% [============ ] 226/1120 20% [============ ] 227/1120 20% [============ ] 228/1120 20% [============ ] 229/1120 20% [============ ] 230/1120 20% [============ ] 231/1120 20% [============ ] 232/1120 20% [============ ] 233/1120 20% [============ ] 234/1120 20% [============= ] 235/1120 20% [============= ] 236/1120 21% [============= ] 237/1120 21% [============= ] 238/1120 21% [============= ] 239/1120 21% [============= ] 240/1120 21% [============= ] 241/1120 21% [============= ] 242/1120 21% [============= ] 243/1120 21% [============= ] 244/1120 21% [============= ] 245/1120 21% [============= ] 246/1120 21% [============= ] 247/1120 22% [============= ] 248/1120 22% [============= ] 249/1120 22% [============= ] 250/1120 22% [============= ] 251/1120 22% [============= ] 252/1120 22% [============== ] 253/1120 22% [============== ] 254/1120 22% [============== ] 255/1120 22% [============== ] 256/1120 22% [============== ] 257/1120 22% [============== ] 258/1120 23% [============== ] 259/1120 23% [============== ] 260/1120 23% [============== ] 261/1120 23% [============== ] 262/1120 23% [============== ] 263/1120 23% [============== ] 264/1120 23% [============== ] 265/1120 23% [============== ] 266/1120 23% [============== ] 267/1120 23% [============== ] 268/1120 23% [============== ] 269/1120 24% [============== ] 270/1120 24% [=============== ] 271/1120 24% [=============== ] 272/1120 24% [=============== ] 273/1120 24% [=============== ] 274/1120 24% [=============== ] 275/1120 24% [=============== ] 276/1120 24% [=============== ] 277/1120 24% [=============== ] 278/1120 24% [=============== ] 279/1120 24% [=============== ] 280/1120 25% [=============== ] 281/1120 25% [=============== ] 282/1120 25% [=============== ] 283/1120 25% [=============== ] 284/1120 25% [=============== ] 285/1120 25% [=============== ] 286/1120 25% [=============== ] 287/1120 25% [=============== ] 288/1120 25% [=============== ] 289/1120 25% [================ ] 290/1120 25% [================ ] 291/1120 25% [================ ] 292/1120 26% [================ ] 293/1120 26% [================ ] 294/1120 26% [================ ] 295/1120 26% [================ ] 296/1120 26% [================ ] 297/1120 26% [================ ] 298/1120 26% [================ ] 299/1120 26% [================ ] 300/1120 26% [================ ] 301/1120 26% [================ ] 302/1120 26% [================ ] 303/1120 27% [================ ] 304/1120 27% [================ ] 305/1120 27% [================ ] 306/1120 27% [================ ] 307/1120 27% [================= ] 308/1120 27% [================= ] 309/1120 27% [================= ] 310/1120 27% [================= ] 311/1120 27% [================= ] 312/1120 27% [================= ] 313/1120 27% [================= ] 314/1120 28% [================= ] 315/1120 28% [================= ] 316/1120 28% [================= ] 317/1120 28% [================= ] 318/1120 28% [================= ] 319/1120 28% [================= ] 320/1120 28% [================= ] 321/1120 28% [================= ] 322/1120 28% [================= ] 323/1120 28% [================= ] 324/1120 28% [================= ] 325/1120 29% [================== ] 326/1120 29% [================== ] 327/1120 29% [================== ] 328/1120 29% [================== ] 329/1120 29% [================== ] 330/1120 29% [================== ] 331/1120 29% [================== ] 332/1120 29% [================== ] 333/1120 29% [================== ] 334/1120 29% [================== ] 335/1120 29% [================== ] 336/1120 30% [================== ] 337/1120 30% [================== ] 338/1120 30% [================== ] 339/1120 30% [================== ] 340/1120 30% [================== ] 341/1120 30% [================== ] 342/1120 30% [================== ] 343/1120 30% [=================== ] 344/1120 30% [=================== ] 345/1120 30% [=================== ] 346/1120 30% [=================== ] 347/1120 30% [=================== ] 348/1120 31% [=================== ] 349/1120 31% [=================== ] 350/1120 31% [=================== ] 351/1120 31% [=================== ] 352/1120 31% [=================== ] 353/1120 31% [=================== ] 354/1120 31% [=================== ] 355/1120 31% [=================== ] 356/1120 31% [=================== ] 357/1120 31% [=================== ] 358/1120 31% [=================== ] 359/1120 32% [=================== ] 360/1120 32% [=================== ] 361/1120 32% [==================== ] 362/1120 32% [==================== ] 363/1120 32% [==================== ] 364/1120 32% [==================== ] 365/1120 32% [==================== ] 366/1120 32% [==================== ] 367/1120 32% [==================== ] 368/1120 32% [==================== ] 369/1120 32% [==================== ] 370/1120 33% [==================== ] 371/1120 33% [==================== ] 372/1120 33% [==================== ] 373/1120 33% [==================== ] 374/1120 33% [==================== ] 375/1120 33% [==================== ] 376/1120 33% [==================== ] 377/1120 33% [==================== ] 378/1120 33% [==================== ] 379/1120 33% [===================== ] 380/1120 33% [===================== ] 381/1120 34% [===================== ] 382/1120 34% [===================== ] 383/1120 34% [===================== ] 384/1120 34% [===================== ] 385/1120 34% [===================== ] 386/1120 34% [===================== ] 387/1120 34% [===================== ] 388/1120 34% [===================== ] 389/1120 34% [===================== ] 390/1120 34% [===================== ] 391/1120 34% [===================== ] 392/1120 35% [===================== ] 393/1120 35% [===================== ] 394/1120 35% [===================== ] 395/1120 35% [===================== ] 396/1120 35% [===================== ] 397/1120 35% [====================== ] 398/1120 35% [====================== ] 399/1120 35% [====================== ] 400/1120 35% [====================== ] 401/1120 35% [====================== ] 402/1120 35% [====================== ] 403/1120 35% [====================== ] 404/1120 36% [====================== ] 405/1120 36% [====================== ] 406/1120 36% [====================== ] 407/1120 36% [====================== ] 408/1120 36% [====================== ] 409/1120 36% [====================== ] 410/1120 36% [====================== ] 411/1120 36% [====================== ] 412/1120 36% [====================== ] 413/1120 36% [====================== ] 414/1120 36% [====================== ] 415/1120 37% [======================= ] 416/1120 37% [======================= ] 417/1120 37% [======================= ] 418/1120 37% [======================= ] 419/1120 37% [======================= ] 420/1120 37% [======================= ] 421/1120 37% [======================= ] 422/1120 37% [======================= ] 423/1120 37% [======================= ] 424/1120 37% [======================= ] 425/1120 37% [======================= ] 426/1120 38% [======================= ] 427/1120 38% [======================= ] 428/1120 38% [======================= ] 429/1120 38% [======================= ] 430/1120 38% [======================= ] 431/1120 38% [======================= ] 432/1120 38% [======================= ] 433/1120 38% [======================== ] 434/1120 38% [======================== ] 435/1120 38% [======================== ] 436/1120 38% [======================== ] 437/1120 39% [======================== ] 438/1120 39% [======================== ] 439/1120 39% [======================== ] 440/1120 39% [======================== ] 441/1120 39% [======================== ] 442/1120 39% [======================== ] 443/1120 39% [======================== ] 444/1120 39% [======================== ] 445/1120 39% [======================== ] 446/1120 39% [======================== ] 447/1120 39% [======================== ] 448/1120 40% [======================== ] 449/1120 40% [======================== ] 450/1120 40% [======================== ] 451/1120 40% [========================= ] 452/1120 40% [========================= ] 453/1120 40% [========================= ] 454/1120 40% [========================= ] 455/1120 40% [========================= ] 456/1120 40% [========================= ] 457/1120 40% [========================= ] 458/1120 40% [========================= ] 459/1120 40% [========================= ] 460/1120 41% [========================= ] 461/1120 41% [========================= ] 462/1120 41% [========================= ] 463/1120 41% [========================= ] 464/1120 41% [========================= ] 465/1120 41% [========================= ] 466/1120 41% [========================= ] 467/1120 41% [========================= ] 468/1120 41% [========================= ] 469/1120 41% [========================== ] 470/1120 41% [========================== ] 471/1120 42% [========================== ] 472/1120 42% [========================== ] 473/1120 42% [========================== ] 474/1120 42% [========================== ] 475/1120 42% [========================== ] 476/1120 42% [========================== ] 477/1120 42% [========================== ] 478/1120 42% [========================== ] 479/1120 42% [========================== ] 480/1120 42% [========================== ] 481/1120 42% [========================== ] 482/1120 43% [========================== ] 483/1120 43% [========================== ] 484/1120 43% [========================== ] 485/1120 43% [========================== ] 486/1120 43% [========================== ] 487/1120 43% [=========================== ] 488/1120 43% [=========================== ] 489/1120 43% [=========================== ] 490/1120 43% [=========================== ] 491/1120 43% [=========================== ] 492/1120 43% [=========================== ] 493/1120 44% [=========================== ] 494/1120 44% [=========================== ] 495/1120 44% [=========================== ] 496/1120 44% [=========================== ] 497/1120 44% [=========================== ] 498/1120 44% [=========================== ] 499/1120 44% [=========================== ] 500/1120 44% [=========================== ] 501/1120 44% [=========================== ] 502/1120 44% [=========================== ] 503/1120 44% [=========================== ] 504/1120 45% [=========================== ] 505/1120 45% [============================ ] 506/1120 45% [============================ ] 507/1120 45% [============================ ] 508/1120 45% [============================ ] 509/1120 45% [============================ ] 510/1120 45% [============================ ] 511/1120 45% [============================ ] 512/1120 45% [============================ ] 513/1120 45% [============================ ] 514/1120 45% [============================ ] 515/1120 45% [============================ ] 516/1120 46% [============================ ] 517/1120 46% [============================ ] 518/1120 46% [============================ ] 519/1120 46% [============================ ] 520/1120 46% [============================ ] 521/1120 46% [============================ ] 522/1120 46% [============================ ] 523/1120 46% [============================= ] 524/1120 46% [============================= ] 525/1120 46% [============================= ] 526/1120 46% [============================= ] 527/1120 47% [============================= ] 528/1120 47% [============================= ] 529/1120 47% [============================= ] 530/1120 47% [============================= ] 531/1120 47% [============================= ] 532/1120 47% [============================= ] 533/1120 47% [============================= ] 534/1120 47% [============================= ] 535/1120 47% [============================= ] 536/1120 47% [============================= ] 537/1120 47% [============================= ] 538/1120 48% [============================= ] 539/1120 48% [============================= ] 540/1120 48% [============================= ] 541/1120 48% [============================== ] 542/1120 48% [============================== ] 543/1120 48% [============================== ] 544/1120 48% [============================== ] 545/1120 48% [============================== ] 546/1120 48% [============================== ] 547/1120 48% [============================== ] 548/1120 48% [============================== ] 549/1120 49% [============================== ] 550/1120 49% [============================== ] 551/1120 49% [============================== ] 552/1120 49% [============================== ] 553/1120 49% [============================== ] 554/1120 49% [============================== ] 555/1120 49% [============================== ] 556/1120 49% [============================== ] 557/1120 49% [============================== ] 558/1120 49% [============================== ] 559/1120 49% [=============================== ] 560/1120 50% [=============================== ] 561/1120 50% [=============================== ] 562/1120 50% [=============================== ] 563/1120 50% [=============================== ] 564/1120 50% [=============================== ] 565/1120 50% [=============================== ] 566/1120 50% [=============================== ] 567/1120 50% [=============================== ] 568/1120 50% [=============================== ] 569/1120 50% [=============================== ] 570/1120 50% [=============================== ] 571/1120 50% [=============================== ] 572/1120 51% [=============================== ] 573/1120 51% [=============================== ] 574/1120 51% [=============================== ] 575/1120 51% [=============================== ] 576/1120 51% [=============================== ] 577/1120 51% [=============================== ] 578/1120 51% [================================ ] 579/1120 51% [================================ ] 580/1120 51% [================================ ] 581/1120 51% [================================ ] 582/1120 51% [================================ ] 583/1120 52% [================================ ] 584/1120 52% [================================ ] 585/1120 52% [================================ ] 586/1120 52% [================================ ] 587/1120 52% [================================ ] 588/1120 52% [================================ ] 589/1120 52% [================================ ] 590/1120 52% [================================ ] 591/1120 52% [================================ ] 592/1120 52% [================================ ] 593/1120 52% [================================ ] 594/1120 53% [================================ ] 595/1120 53% [================================ ] 596/1120 53% [================================= ] 597/1120 53% [================================= ] 598/1120 53% [================================= ] 599/1120 53% [================================= ] 600/1120 53% [================================= ] 601/1120 53% [================================= ] 602/1120 53% [================================= ] 603/1120 53% [================================= ] 604/1120 53% [================================= ] 605/1120 54% [================================= ] 606/1120 54% [================================= ] 607/1120 54% [================================= ] 608/1120 54% [================================= ] 609/1120 54% [================================= ] 610/1120 54% [================================= ] 611/1120 54% [================================= ] 612/1120 54% [================================= ] 613/1120 54% [================================= ] 614/1120 54% [================================== ] 615/1120 54% [================================== ] 616/1120 55% [================================== ] 617/1120 55% [================================== ] 618/1120 55% [================================== ] 619/1120 55% [================================== ] 620/1120 55% [================================== ] 621/1120 55% [================================== ] 622/1120 55% [================================== ] 623/1120 55% [================================== ] 624/1120 55% [================================== ] 625/1120 55% [================================== ] 626/1120 55% [================================== ] 627/1120 55% [================================== ] 628/1120 56% [================================== ] 629/1120 56% [================================== ] 630/1120 56% [================================== ] 631/1120 56% [================================== ] 632/1120 56% [=================================== ] 633/1120 56% [=================================== ] 634/1120 56% [=================================== ] 635/1120 56% [=================================== ] 636/1120 56% [=================================== ] 637/1120 56% [=================================== ] 638/1120 56% [=================================== ] 639/1120 57% [=================================== ] 640/1120 57% [=================================== ] 641/1120 57% [=================================== ] 642/1120 57% [=================================== ] 643/1120 57% [=================================== ] 644/1120 57% [=================================== ] 645/1120 57% [=================================== ] 646/1120 57% [=================================== ] 647/1120 57% [=================================== ] 648/1120 57% [=================================== ] 649/1120 57% [=================================== ] 650/1120 58% [==================================== ] 651/1120 58% [==================================== ] 652/1120 58% [==================================== ] 653/1120 58% [==================================== ] 654/1120 58% [==================================== ] 655/1120 58% [==================================== ] 656/1120 58% [==================================== ] 657/1120 58% [==================================== ] 658/1120 58% [==================================== ] 659/1120 58% [==================================== ] 660/1120 58% [==================================== ] 661/1120 59% [==================================== ] 662/1120 59% [==================================== ] 663/1120 59% [==================================== ] 664/1120 59% [==================================== ] 665/1120 59% [==================================== ] 666/1120 59% [==================================== ] 667/1120 59% [==================================== ] 668/1120 59% [===================================== ] 669/1120 59% [===================================== ] 670/1120 59% [===================================== ] 671/1120 59% [===================================== ] 672/1120 60% [===================================== ] 673/1120 60% [===================================== ] 674/1120 60% [===================================== ] 675/1120 60% [===================================== ] 676/1120 60% [===================================== ] 677/1120 60% [===================================== ] 678/1120 60% [===================================== ] 679/1120 60% [===================================== ] 680/1120 60% [===================================== ] 681/1120 60% [===================================== ] 682/1120 60% [===================================== ] 683/1120 60% [===================================== ] 684/1120 61% [===================================== ] 685/1120 61% [===================================== ] 686/1120 61% [====================================== ] 687/1120 61% [====================================== ] 688/1120 61% [====================================== ] 689/1120 61% [====================================== ] 690/1120 61% [====================================== ] 691/1120 61% [====================================== ] 692/1120 61% [====================================== ] 693/1120 61% [====================================== ] 694/1120 61% [====================================== ] 695/1120 62% [====================================== ] 696/1120 62% [====================================== ] 697/1120 62% [====================================== ] 698/1120 62% [====================================== ] 699/1120 62% [====================================== ] 700/1120 62% [====================================== ] 701/1120 62% [====================================== ] 702/1120 62% [====================================== ] 703/1120 62% [====================================== ] 704/1120 62% [======================================= ] 705/1120 62% [======================================= ] 706/1120 63% [======================================= ] 707/1120 63% [======================================= ] 708/1120 63% [======================================= ] 709/1120 63% [======================================= ] 710/1120 63% [======================================= ] 711/1120 63% [======================================= ] 712/1120 63% [======================================= ] 713/1120 63% [======================================= ] 714/1120 63% [======================================= ] 715/1120 63% [======================================= ] 716/1120 63% [======================================= ] 717/1120 64% [======================================= ] 718/1120 64% [======================================= ] 719/1120 64% [======================================= ] 720/1120 64% [======================================= ] 721/1120 64% [======================================= ] 722/1120 64% [======================================== ] 723/1120 64% [======================================== ] 724/1120 64% [======================================== ] 725/1120 64% [======================================== ] 726/1120 64% [======================================== ] 727/1120 64% [======================================== ] 728/1120 65% [======================================== ] 729/1120 65% [======================================== ] 730/1120 65% [======================================== ] 731/1120 65% [======================================== ] 732/1120 65% [======================================== ] 733/1120 65% [======================================== ] 734/1120 65% [======================================== ] 735/1120 65% [======================================== ] 736/1120 65% [======================================== ] 737/1120 65% [======================================== ] 738/1120 65% [======================================== ] 739/1120 65% [======================================== ] 740/1120 66% [========================================= ] 741/1120 66% [========================================= ] 742/1120 66% [========================================= ] 743/1120 66% [========================================= ] 744/1120 66% [========================================= ] 745/1120 66% [========================================= ] 746/1120 66% [========================================= ] 747/1120 66% [========================================= ] 748/1120 66% [========================================= ] 749/1120 66% [========================================= ] 750/1120 66% [========================================= ] 751/1120 67% [========================================= ] 752/1120 67% [========================================= ] 753/1120 67% [========================================= ] 754/1120 67% [========================================= ] 755/1120 67% [========================================= ] 756/1120 67% [========================================= ] 757/1120 67% [========================================= ] 758/1120 67% [========================================== ] 759/1120 67% [========================================== ] 760/1120 67% [========================================== ] 761/1120 67% [========================================== ] 762/1120 68% [========================================== ] 763/1120 68% [========================================== ] 764/1120 68% [========================================== ] 765/1120 68% [========================================== ] 766/1120 68% [========================================== ] 767/1120 68% [========================================== ] 768/1120 68% [========================================== ] 769/1120 68% [========================================== ] 770/1120 68% [========================================== ] 771/1120 68% [========================================== ] 772/1120 68% [========================================== ] 773/1120 69% [========================================== ] 774/1120 69% [========================================== ] 775/1120 69% [========================================== ] 776/1120 69% [=========================================== ] 777/1120 69% [=========================================== ] 778/1120 69% [=========================================== ] 779/1120 69% [=========================================== ] 780/1120 69% [=========================================== ] 781/1120 69% [=========================================== ] 782/1120 69% [=========================================== ] 783/1120 69% [=========================================== ] 784/1120 70% [=========================================== ] 785/1120 70% [=========================================== ] 786/1120 70% [=========================================== ] 787/1120 70% [=========================================== ] 788/1120 70% [=========================================== ] 789/1120 70% [=========================================== ] 790/1120 70% [=========================================== ] 791/1120 70% [=========================================== ] 792/1120 70% [=========================================== ] 793/1120 70% [=========================================== ] 794/1120 70% [============================================ ] 795/1120 70% [============================================ ] 796/1120 71% [============================================ ] 797/1120 71% [============================================ ] 798/1120 71% [============================================ ] 799/1120 71% [============================================ ] 800/1120 71% [============================================ ] 801/1120 71% [============================================ ] 802/1120 71% [============================================ ] 803/1120 71% [============================================ ] 804/1120 71% [============================================ ] 805/1120 71% [============================================ ] 806/1120 71% [============================================ ] 807/1120 72% [============================================ ] 808/1120 72% [============================================ ] 809/1120 72% [============================================ ] 810/1120 72% [============================================ ] 811/1120 72% [============================================ ] 812/1120 72% [============================================= ] 813/1120 72% [============================================= ] 814/1120 72% [============================================= ] 815/1120 72% [============================================= ] 816/1120 72% [============================================= ] 817/1120 72% [============================================= ] 818/1120 73% [============================================= ] 819/1120 73% [============================================= ] 820/1120 73% [============================================= ] 821/1120 73% [============================================= ] 822/1120 73% [============================================= ] 823/1120 73% [============================================= ] 824/1120 73% [============================================= ] 825/1120 73% [============================================= ] 826/1120 73% [============================================= ] 827/1120 73% [============================================= ] 828/1120 73% [============================================= ] 829/1120 74% [============================================= ] 830/1120 74% [============================================== ] 831/1120 74% [============================================== ] 832/1120 74% [============================================== ] 833/1120 74% [============================================== ] 834/1120 74% [============================================== ] 835/1120 74% [============================================== ] 836/1120 74% [============================================== ] 837/1120 74% [============================================== ] 838/1120 74% [============================================== ] 839/1120 74% [============================================== ] 840/1120 75% [============================================== ] 841/1120 75% [============================================== ] 842/1120 75% [============================================== ] 843/1120 75% [============================================== ] 844/1120 75% [============================================== ] 845/1120 75% [============================================== ] 846/1120 75% [============================================== ] 847/1120 75% [============================================== ] 848/1120 75% [============================================== ] 849/1120 75% [=============================================== ] 850/1120 75% [=============================================== ] 851/1120 75% [=============================================== ] 852/1120 76% [=============================================== ] 853/1120 76% [=============================================== ] 854/1120 76% [=============================================== ] 855/1120 76% [=============================================== ] 856/1120 76% [=============================================== ] 857/1120 76% [=============================================== ] 858/1120 76% [=============================================== ] 859/1120 76% [=============================================== ] 860/1120 76% [=============================================== ] 861/1120 76% [=============================================== ] 862/1120 76% [=============================================== ] 863/1120 77% [=============================================== ] 864/1120 77% [=============================================== ] 865/1120 77% [=============================================== ] 866/1120 77% [=============================================== ] 867/1120 77% [================================================ ] 868/1120 77% [================================================ ] 869/1120 77% [================================================ ] 870/1120 77% [================================================ ] 871/1120 77% [================================================ ] 872/1120 77% [================================================ ] 873/1120 77% [================================================ ] 874/1120 78% [================================================ ] 875/1120 78% [================================================ ] 876/1120 78% [================================================ ] 877/1120 78% [================================================ ] 878/1120 78% [================================================ ] 879/1120 78% [================================================ ] 880/1120 78% [================================================ ] 881/1120 78% [================================================ ] 882/1120 78% [================================================ ] 883/1120 78% [================================================ ] 884/1120 78% [================================================ ] 885/1120 79% [================================================= ] 886/1120 79% [================================================= ] 887/1120 79% [================================================= ] 888/1120 79% [================================================= ] 889/1120 79% [================================================= ] 890/1120 79% [================================================= ] 891/1120 79% [================================================= ] 892/1120 79% [================================================= ] 893/1120 79% [================================================= ] 894/1120 79% [================================================= ] 895/1120 79% [================================================= ] 896/1120 80% [================================================= ] 897/1120 80% [================================================= ] 898/1120 80% [================================================= ] 899/1120 80% [================================================= ] 900/1120 80% [================================================= ] 901/1120 80% [================================================= ] 902/1120 80% [================================================= ] 903/1120 80% [================================================== ] 904/1120 80% [================================================== ] 905/1120 80% [================================================== ] 906/1120 80% [================================================== ] 907/1120 80% [================================================== ] 908/1120 81% [================================================== ] 909/1120 81% [================================================== ] 910/1120 81% [================================================== ] 911/1120 81% [================================================== ] 912/1120 81% [================================================== ] 913/1120 81% [================================================== ] 914/1120 81% [================================================== ] 915/1120 81% [================================================== ] 916/1120 81% [================================================== ] 917/1120 81% [================================================== ] 918/1120 81% [================================================== ] 919/1120 82% [================================================== ] 920/1120 82% [================================================== ] 921/1120 82% [=================================================== ] 922/1120 82% [=================================================== ] 923/1120 82% [=================================================== ] 924/1120 82% [=================================================== ] 925/1120 82% [=================================================== ] 926/1120 82% [=================================================== ] 927/1120 82% [=================================================== ] 928/1120 82% [=================================================== ] 929/1120 82% [=================================================== ] 930/1120 83% [=================================================== ] 931/1120 83% [=================================================== ] 932/1120 83% [=================================================== ] 933/1120 83% [=================================================== ] 934/1120 83% [=================================================== ] 935/1120 83% [=================================================== ] 936/1120 83% [=================================================== ] 937/1120 83% [=================================================== ] 938/1120 83% [=================================================== ] 939/1120 83% [==================================================== ] 940/1120 83% [==================================================== ] 941/1120 84% [==================================================== ] 942/1120 84% [==================================================== ] 943/1120 84% [==================================================== ] 944/1120 84% [==================================================== ] 945/1120 84% [==================================================== ] 946/1120 84% [==================================================== ] 947/1120 84% [==================================================== ] 948/1120 84% [==================================================== ] 949/1120 84% [==================================================== ] 950/1120 84% [==================================================== ] 951/1120 84% [==================================================== ] 952/1120 85% [==================================================== ] 953/1120 85% [==================================================== ] 954/1120 85% [==================================================== ] 955/1120 85% [==================================================== ] 956/1120 85% [==================================================== ] 957/1120 85% [===================================================== ] 958/1120 85% [===================================================== ] 959/1120 85% [===================================================== ] 960/1120 85% [===================================================== ] 961/1120 85% [===================================================== ] 962/1120 85% [===================================================== ] 963/1120 85% [===================================================== ] 964/1120 86% [===================================================== ] 965/1120 86% [===================================================== ] 966/1120 86% [===================================================== ] 967/1120 86% [===================================================== ] 968/1120 86% [===================================================== ] 969/1120 86% [===================================================== ] 970/1120 86% [===================================================== ] 971/1120 86% [===================================================== ] 972/1120 86% [===================================================== ] 973/1120 86% [===================================================== ] 974/1120 86% [===================================================== ] 975/1120 87% [====================================================== ] 976/1120 87% [====================================================== ] 977/1120 87% [====================================================== ] 978/1120 87% [====================================================== ] 979/1120 87% [====================================================== ] 980/1120 87% [====================================================== ] 981/1120 87% [====================================================== ] 982/1120 87% [====================================================== ] 983/1120 87% [====================================================== ] 984/1120 87% [====================================================== ] 985/1120 87% [====================================================== ] 986/1120 88% [====================================================== ] 987/1120 88% [====================================================== ] 988/1120 88% [====================================================== ] 989/1120 88% [====================================================== ] 990/1120 88% [====================================================== ] 991/1120 88% [====================================================== ] 992/1120 88% [====================================================== ] 993/1120 88% [======================================================= ] 994/1120 88% [======================================================= ] 995/1120 88% [======================================================= ] 996/1120 88% [======================================================= ] 997/1120 89% [======================================================= ] 998/1120 89% [======================================================= ] 999/1120 89% [======================================================= ] 1000/1120 89% [======================================================= ] 1001/1120 89% [======================================================= ] 1002/1120 89% [======================================================= ] 1003/1120 89% [======================================================= ] 1004/1120 89% [======================================================= ] 1005/1120 89% [======================================================= ] 1006/1120 89% [======================================================= ] 1007/1120 89% [======================================================= ] 1008/1120 90% [======================================================= ] 1009/1120 90% [======================================================= ] 1010/1120 90% [======================================================= ] 1011/1120 90% [======================================================== ] 1012/1120 90% [======================================================== ] 1013/1120 90% [======================================================== ] 1014/1120 90% [======================================================== ] 1015/1120 90% [======================================================== ] 1016/1120 90% [======================================================== ] 1017/1120 90% [======================================================== ] 1018/1120 90% [======================================================== ] 1019/1120 90% [======================================================== ] 1020/1120 91% [======================================================== ] 1021/1120 91% [======================================================== ] 1022/1120 91% [======================================================== ] 1023/1120 91% [======================================================== ] 1024/1120 91% [======================================================== ] 1025/1120 91% [======================================================== ] 1026/1120 91% [======================================================== ] 1027/1120 91% [======================================================== ] 1028/1120 91% [======================================================== ] 1029/1120 91% [========================================================= ] 1030/1120 91% [========================================================= ] 1031/1120 92% [========================================================= ] 1032/1120 92% [========================================================= ] 1033/1120 92% [========================================================= ] 1034/1120 92% [========================================================= ] 1035/1120 92% [========================================================= ] 1036/1120 92% [========================================================= ] 1037/1120 92% [========================================================= ] 1038/1120 92% [========================================================= ] 1039/1120 92% [========================================================= ] 1040/1120 92% [========================================================= ] 1041/1120 92% [========================================================= ] 1042/1120 93% [========================================================= ] 1043/1120 93% [========================================================= ] 1044/1120 93% [========================================================= ] 1045/1120 93% [========================================================= ] 1046/1120 93% [========================================================= ] 1047/1120 93% [========================================================== ] 1048/1120 93% [========================================================== ] 1049/1120 93% [========================================================== ] 1050/1120 93% [========================================================== ] 1051/1120 93% [========================================================== ] 1052/1120 93% [========================================================== ] 1053/1120 94% [========================================================== ] 1054/1120 94% [========================================================== ] 1055/1120 94% [========================================================== ] 1056/1120 94% [========================================================== ] 1057/1120 94% [========================================================== ] 1058/1120 94% [========================================================== ] 1059/1120 94% [========================================================== ] 1060/1120 94% [========================================================== ] 1061/1120 94% [========================================================== ] 1062/1120 94% [========================================================== ] 1063/1120 94% [========================================================== ] 1064/1120 95% [========================================================== ] 1065/1120 95% [=========================================================== ] 1066/1120 95% [=========================================================== ] 1067/1120 95% [=========================================================== ] 1068/1120 95% [=========================================================== ] 1069/1120 95% [=========================================================== ] 1070/1120 95% [=========================================================== ] 1071/1120 95% [=========================================================== ] 1072/1120 95% [=========================================================== ] 1073/1120 95% [=========================================================== ] 1074/1120 95% [=========================================================== ] 1075/1120 95% [=========================================================== ] 1076/1120 96% [=========================================================== ] 1077/1120 96% [=========================================================== ] 1078/1120 96% [=========================================================== ] 1079/1120 96% [=========================================================== ] 1080/1120 96% [=========================================================== ] 1081/1120 96% [=========================================================== ] 1082/1120 96% [=========================================================== ] 1083/1120 96% [============================================================ ] 1084/1120 96% [============================================================ ] 1085/1120 96% [============================================================ ] 1086/1120 96% [============================================================ ] 1087/1120 97% [============================================================ ] 1088/1120 97% [============================================================ ] 1089/1120 97% [============================================================ ] 1090/1120 97% [============================================================ ] 1091/1120 97% [============================================================ ] 1092/1120 97% [============================================================ ] 1093/1120 97% [============================================================ ] 1094/1120 97% [============================================================ ] 1095/1120 97% [============================================================ ] 1096/1120 97% [============================================================ ] 1097/1120 97% [============================================================ ] 1098/1120 98% [============================================================ ] 1099/1120 98% [============================================================ ] 1100/1120 98% [============================================================ ] 1101/1120 98% [============================================================= ] 1102/1120 98% [============================================================= ] 1103/1120 98% [============================================================= ] 1104/1120 98% [============================================================= ] 1105/1120 98% [============================================================= ] 1106/1120 98% [============================================================= ] 1107/1120 98% [============================================================= ] 1108/1120 98% [============================================================= ] 1109/1120 99% [============================================================= ] 1110/1120 99% [============================================================= ] 1111/1120 99% [============================================================= ] 1112/1120 99% [============================================================= ] 1113/1120 99% [============================================================= ] 1114/1120 99% [============================================================= ] 1115/1120 99% [============================================================= ] 1116/1120 99% [============================================================= ] 1117/1120 99% [============================================================= ] 1118/1120 99% [============================================================= ] 1119/1120 99% [==============================================================] 1120/1120 100% operation complete, 1120 objects in 20209 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2022.02-441-g8f3cfe4196 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.34-109-gd64b08d5ba7ffbc9155630f4843cf2e271b1629c 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-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.30 Collecting legal info >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> cgilua 6.0.2-0 Collecting legal info cgilua/doc/us/license.html: OK (sha256: b82f9b13f9b1a1387f53203a625612914630b520377731b0aab7ce93ad2b18c4) >>> host-luarocks 3.8.0 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> luainterpreter Collecting legal info >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> sdl2 2.0.20 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> darkhttpd 1.13 Collecting legal info darkhttpd.c: OK (sha256: 44e784df460954c7760e2eeae69aecb12a3d23ca1c0a4f6047c3c6452b2e2f49) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.82.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-imagemagick 7.1.0-19 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> jszip 3.2.2 Collecting legal info LICENSE.markdown: OK (sha256: 14450c78405ad2a2173e25740b56406556779149df9c4c83523a8c63d0686210) >>> kexec 2.0.23 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbytesize 2.6 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.39 Collecting legal info LICENCE: OK (sha256: 15bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b025) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libevdev 1.12.0 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.62.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 60.9.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.2 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libfribidi 1.0.11 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgpgme 1.16.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> logsurfer 1.8 Collecting legal info >>> lrandom 20180729-1 Collecting legal info >>> lua-rotas 0.2.1-1 Collecting legal info lua-Rotas-0.2.1/COPYRIGHT: OK (sha256: ac8bb87b7b5e803ae27510b9c6fd284f1b00e741258bc59fc78d3bc107d96fbb) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luasql-sqlite3 2.4.0-1 Collecting legal info luasql/doc/us/license.html: OK (sha256: c8bb3a3947379addb89412e578d0aae95ca37dc6e48a17e128f40e512d10b025) >>> sqlite 3.38.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-nodejs 14.18.3 Collecting legal info LICENSE: OK (sha256: b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> host-python-cython 0.29.27 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-qemu 6.2.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> whetstone 1.2 Collecting legal info >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.30: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: lrandom-20180729-1: cannot save license (LRANDOM_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'