gzip -d -c /home/autobuild/autobuild/instance-2/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/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-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-2/output-1/host/bin PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/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-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%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-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-2/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-2/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/include /home/autobuild/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-599-g908caefa91"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-2/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.4 c_version: [ 1.4] c_dbg_lvl: [ 2] c_dry_run: [ 0] >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1080 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1080 0% [ ] 2/1080 0% [ ] 3/1080 0% [ ] 4/1080 0% [ ] 5/1080 0% [ ] 6/1080 0% [ ] 7/1080 0% [ ] 8/1080 0% [ ] 9/1080 0% [ ] 10/1080 0% [ ] 11/1080 1% [ ] 12/1080 1% [ ] 13/1080 1% [ ] 14/1080 1% [ ] 15/1080 1% [ ] 16/1080 1% [ ] 17/1080 1% [= ] 18/1080 1% [= ] 19/1080 1% [= ] 20/1080 1% [= ] 21/1080 1% [= ] 22/1080 2% [= ] 23/1080 2% [= ] 24/1080 2% [= ] 25/1080 2% [= ] 26/1080 2% [= ] 27/1080 2% [= ] 28/1080 2% [= ] 29/1080 2% [= ] 30/1080 2% [= ] 31/1080 2% [= ] 32/1080 2% [= ] 33/1080 3% [= ] 34/1080 3% [== ] 35/1080 3% [== ] 36/1080 3% [== ] 37/1080 3% [== ] 38/1080 3% [== ] 39/1080 3% [== ] 40/1080 3% [== ] 41/1080 3% [== ] 42/1080 3% [== ] 43/1080 3% [== ] 44/1080 4% [== ] 45/1080 4% [== ] 46/1080 4% [== ] 47/1080 4% [== ] 48/1080 4% [== ] 49/1080 4% [== ] 50/1080 4% [== ] 51/1080 4% [== ] 52/1080 4% [=== ] 53/1080 4% [=== ] 54/1080 5% [=== ] 55/1080 5% [=== ] 56/1080 5% [=== ] 57/1080 5% [=== ] 58/1080 5% [=== ] 59/1080 5% [=== ] 60/1080 5% [=== ] 61/1080 5% [=== ] 62/1080 5% [=== ] 63/1080 5% [=== ] 64/1080 5% [=== ] 65/1080 6% [=== ] 66/1080 6% [=== ] 67/1080 6% [=== ] 68/1080 6% [=== ] 69/1080 6% [==== ] 70/1080 6% [==== ] 71/1080 6% [==== ] 72/1080 6% [==== ] 73/1080 6% [==== ] 74/1080 6% [==== ] 75/1080 6% [==== ] 76/1080 7% [==== ] 77/1080 7% [==== ] 78/1080 7% [==== ] 79/1080 7% [==== ] 80/1080 7% [==== ] 81/1080 7% [==== ] 82/1080 7% [==== ] 83/1080 7% [==== ] 84/1080 7% [==== ] 85/1080 7% [==== ] 86/1080 7% [==== ] 87/1080 8% [===== ] 88/1080 8% [===== ] 89/1080 8% [===== ] 90/1080 8% [===== ] 91/1080 8% [===== ] 92/1080 8% [===== ] 93/1080 8% [===== ] 94/1080 8% [===== ] 95/1080 8% [===== ] 96/1080 8% [===== ] 97/1080 8% [===== ] 98/1080 9% [===== ] 99/1080 9% [===== ] 100/1080 9% [===== ] 101/1080 9% [===== ] 102/1080 9% [===== ] 103/1080 9% [===== ] 104/1080 9% [====== ] 105/1080 9% [====== ] 106/1080 9% [====== ] 107/1080 9% [====== ] 108/1080 10% [====== ] 109/1080 10% [====== ] 110/1080 10% [====== ] 111/1080 10% [====== ] 112/1080 10% [====== ] 113/1080 10% [====== ] 114/1080 10% [====== ] 115/1080 10% [====== ] 116/1080 10% [====== ] 117/1080 10% [====== ] 118/1080 10% [====== ] 119/1080 11% [====== ] 120/1080 11% [====== ] 121/1080 11% [======= ] 122/1080 11% [======= ] 123/1080 11% [======= ] 124/1080 11% [======= ] 125/1080 11% [======= ] 126/1080 11% [======= ] 127/1080 11% [======= ] 128/1080 11% [======= ] 129/1080 11% [======= ] 130/1080 12% [======= ] 131/1080 12% [======= ] 132/1080 12% [======= ] 133/1080 12% [======= ] 134/1080 12% [======= ] 135/1080 12% [======= ] 136/1080 12% [======= ] 137/1080 12% [======= ] 138/1080 12% [======= ] 139/1080 12% [======== ] 140/1080 12% [======== ] 141/1080 13% [======== ] 142/1080 13% [======== ] 143/1080 13% [======== ] 144/1080 13% [======== ] 145/1080 13% [======== ] 146/1080 13% [======== ] 147/1080 13% [======== ] 148/1080 13% [======== ] 149/1080 13% [======== ] 150/1080 13% [======== ] 151/1080 13% [======== ] 152/1080 14% [======== ] 153/1080 14% [======== ] 154/1080 14% [======== ] 155/1080 14% [======== ] 156/1080 14% [========= ] 157/1080 14% [========= ] 158/1080 14% [========= ] 159/1080 14% [========= ] 160/1080 14% [========= ] 161/1080 14% [========= ] 162/1080 15% [========= ] 163/1080 15% [========= ] 164/1080 15% [========= ] 165/1080 15% [========= ] 166/1080 15% [========= ] 167/1080 15% [========= ] 168/1080 15% [========= ] 169/1080 15% [========= ] 170/1080 15% [========= ] 171/1080 15% [========= ] 172/1080 15% [========= ] 173/1080 16% [========= ] 174/1080 16% [========== ] 175/1080 16% [========== ] 176/1080 16% [========== ] 177/1080 16% [========== ] 178/1080 16% [========== ] 179/1080 16% [========== ] 180/1080 16% [========== ] 181/1080 16% [========== ] 182/1080 16% [========== ] 183/1080 16% [========== ] 184/1080 17% [========== ] 185/1080 17% [========== ] 186/1080 17% [========== ] 187/1080 17% [========== ] 188/1080 17% [========== ] 189/1080 17% [========== ] 190/1080 17% [========== ] 191/1080 17% [=========== ] 192/1080 17% [=========== ] 193/1080 17% [=========== ] 194/1080 17% [=========== ] 195/1080 18% [=========== ] 196/1080 18% [=========== ] 197/1080 18% [=========== ] 198/1080 18% [=========== ] 199/1080 18% [=========== ] 200/1080 18% [=========== ] 201/1080 18% [=========== ] 202/1080 18% [=========== ] 203/1080 18% [=========== ] 204/1080 18% [=========== ] 205/1080 18% [=========== ] 206/1080 19% [=========== ] 207/1080 19% [=========== ] 208/1080 19% [=========== ] 209/1080 19% [============ ] 210/1080 19% [============ ] 211/1080 19% [============ ] 212/1080 19% [============ ] 213/1080 19% [============ ] 214/1080 19% [============ ] 215/1080 19% [============ ] 216/1080 20% [============ ] 217/1080 20% [============ ] 218/1080 20% [============ ] 219/1080 20% [============ ] 220/1080 20% [============ ] 221/1080 20% [============ ] 222/1080 20% [============ ] 223/1080 20% [============ ] 224/1080 20% [============ ] 225/1080 20% [============ ] 226/1080 20% [============= ] 227/1080 21% [============= ] 228/1080 21% [============= ] 229/1080 21% [============= ] 230/1080 21% [============= ] 231/1080 21% [============= ] 232/1080 21% [============= ] 233/1080 21% [============= ] 234/1080 21% [============= ] 235/1080 21% [============= ] 236/1080 21% [============= ] 237/1080 21% [============= ] 238/1080 22% [============= ] 239/1080 22% [============= ] 240/1080 22% [============= ] 241/1080 22% [============= ] 242/1080 22% [============= ] 243/1080 22% [============== ] 244/1080 22% [============== ] 245/1080 22% [============== ] 246/1080 22% [============== ] 247/1080 22% [============== ] 248/1080 22% [============== ] 249/1080 23% [============== ] 250/1080 23% [============== ] 251/1080 23% [============== ] 252/1080 23% [============== ] 253/1080 23% [============== ] 254/1080 23% [============== ] 255/1080 23% [============== ] 256/1080 23% [============== ] 257/1080 23% [============== ] 258/1080 23% [============== ] 259/1080 23% [============== ] 260/1080 24% [============== ] 261/1080 24% [=============== ] 262/1080 24% [=============== ] 263/1080 24% [=============== ] 264/1080 24% [=============== ] 265/1080 24% [=============== ] 266/1080 24% [=============== ] 267/1080 24% [=============== ] 268/1080 24% [=============== ] 269/1080 24% [=============== ] 270/1080 25% [=============== ] 271/1080 25% [=============== ] 272/1080 25% [=============== ] 273/1080 25% [=============== ] 274/1080 25% [=============== ] 275/1080 25% [=============== ] 276/1080 25% [=============== ] 277/1080 25% [=============== ] 278/1080 25% [================ ] 279/1080 25% [================ ] 280/1080 25% [================ ] 281/1080 26% [================ ] 282/1080 26% [================ ] 283/1080 26% [================ ] 284/1080 26% [================ ] 285/1080 26% [================ ] 286/1080 26% [================ ] 287/1080 26% [================ ] 288/1080 26% [================ ] 289/1080 26% [================ ] 290/1080 26% [================ ] 291/1080 26% [================ ] 292/1080 27% [================ ] 293/1080 27% [================ ] 294/1080 27% [================ ] 295/1080 27% [================ ] 296/1080 27% [================= ] 297/1080 27% [================= ] 298/1080 27% [================= ] 299/1080 27% [================= ] 300/1080 27% [================= ] 301/1080 27% [================= ] 302/1080 27% [================= ] 303/1080 28% [================= ] 304/1080 28% [================= ] 305/1080 28% [================= ] 306/1080 28% [================= ] 307/1080 28% [================= ] 308/1080 28% [================= ] 309/1080 28% [================= ] 310/1080 28% [================= ] 311/1080 28% [================= ] 312/1080 28% [================= ] 313/1080 28% [================== ] 314/1080 29% [================== ] 315/1080 29% [================== ] 316/1080 29% [================== ] 317/1080 29% [================== ] 318/1080 29% [================== ] 319/1080 29% [================== ] 320/1080 29% [================== ] 321/1080 29% [================== ] 322/1080 29% [================== ] 323/1080 29% [================== ] 324/1080 30% [================== ] 325/1080 30% [================== ] 326/1080 30% [================== ] 327/1080 30% [================== ] 328/1080 30% [================== ] 329/1080 30% [================== ] 330/1080 30% [=================== ] 331/1080 30% [=================== ] 332/1080 30% [=================== ] 333/1080 30% [=================== ] 334/1080 30% [=================== ] 335/1080 31% [=================== ] 336/1080 31% [=================== ] 337/1080 31% [=================== ] 338/1080 31% [=================== ] 339/1080 31% [=================== ] 340/1080 31% [=================== ] 341/1080 31% [=================== ] 342/1080 31% [=================== ] 343/1080 31% [=================== ] 344/1080 31% [=================== ] 345/1080 31% [=================== ] 346/1080 32% [=================== ] 347/1080 32% [=================== ] 348/1080 32% [==================== ] 349/1080 32% [==================== ] 350/1080 32% [==================== ] 351/1080 32% [==================== ] 352/1080 32% [==================== ] 353/1080 32% [==================== ] 354/1080 32% [==================== ] 355/1080 32% [==================== ] 356/1080 32% [==================== ] 357/1080 33% [==================== ] 358/1080 33% [==================== ] 359/1080 33% [==================== ] 360/1080 33% [==================== ] 361/1080 33% [==================== ] 362/1080 33% [==================== ] 363/1080 33% [==================== ] 364/1080 33% [==================== ] 365/1080 33% [===================== ] 366/1080 33% [===================== ] 367/1080 33% [===================== ] 368/1080 34% [===================== ] 369/1080 34% [===================== ] 370/1080 34% [===================== ] 371/1080 34% [===================== ] 372/1080 34% [===================== ] 373/1080 34% [===================== ] 374/1080 34% [===================== ] 375/1080 34% [===================== ] 376/1080 34% [===================== ] 377/1080 34% [===================== ] 378/1080 35% [===================== ] 379/1080 35% [===================== ] 380/1080 35% [===================== ] 381/1080 35% [===================== ] 382/1080 35% [===================== ] 383/1080 35% [====================== ] 384/1080 35% [====================== ] 385/1080 35% [====================== ] 386/1080 35% [====================== ] 387/1080 35% [====================== ] 388/1080 35% [====================== ] 389/1080 36% [====================== ] 390/1080 36% [====================== ] 391/1080 36% [====================== ] 392/1080 36% [====================== ] 393/1080 36% [====================== ] 394/1080 36% [====================== ] 395/1080 36% [====================== ] 396/1080 36% [====================== ] 397/1080 36% [====================== ] 398/1080 36% [====================== ] 399/1080 36% [====================== ] 400/1080 37% [======================= ] 401/1080 37% [======================= ] 402/1080 37% [======================= ] 403/1080 37% [======================= ] 404/1080 37% [======================= ] 405/1080 37% [======================= ] 406/1080 37% [======================= ] 407/1080 37% [======================= ] 408/1080 37% [======================= ] 409/1080 37% [======================= ] 410/1080 37% [======================= ] 411/1080 38% [======================= ] 412/1080 38% [======================= ] 413/1080 38% [======================= ] 414/1080 38% [======================= ] 415/1080 38% [======================= ] 416/1080 38% [======================= ] 417/1080 38% [======================= ] 418/1080 38% [======================== ] 419/1080 38% [======================== ] 420/1080 38% [======================== ] 421/1080 38% [======================== ] 422/1080 39% [======================== ] 423/1080 39% [======================== ] 424/1080 39% [======================== ] 425/1080 39% [======================== ] 426/1080 39% [======================== ] 427/1080 39% [======================== ] 428/1080 39% [======================== ] 429/1080 39% [======================== ] 430/1080 39% [======================== ] 431/1080 39% [======================== ] 432/1080 40% [======================== ] 433/1080 40% [======================== ] 434/1080 40% [======================== ] 435/1080 40% [========================= ] 436/1080 40% [========================= ] 437/1080 40% [========================= ] 438/1080 40% [========================= ] 439/1080 40% [========================= ] 440/1080 40% [========================= ] 441/1080 40% [========================= ] 442/1080 40% [========================= ] 443/1080 41% [========================= ] 444/1080 41% [========================= ] 445/1080 41% [========================= ] 446/1080 41% [========================= ] 447/1080 41% [========================= ] 448/1080 41% [========================= ] 449/1080 41% [========================= ] 450/1080 41% [========================= ] 451/1080 41% [========================= ] 452/1080 41% [========================== ] 453/1080 41% [========================== ] 454/1080 42% [========================== ] 455/1080 42% [========================== ] 456/1080 42% [========================== ] 457/1080 42% [========================== ] 458/1080 42% [========================== ] 459/1080 42% [========================== ] 460/1080 42% [========================== ] 461/1080 42% [========================== ] 462/1080 42% [========================== ] 463/1080 42% [========================== ] 464/1080 42% [========================== ] 465/1080 43% [========================== ] 466/1080 43% [========================== ] 467/1080 43% [========================== ] 468/1080 43% [========================== ] 469/1080 43% [========================== ] 470/1080 43% [=========================== ] 471/1080 43% [=========================== ] 472/1080 43% [=========================== ] 473/1080 43% [=========================== ] 474/1080 43% [=========================== ] 475/1080 43% [=========================== ] 476/1080 44% [=========================== ] 477/1080 44% [=========================== ] 478/1080 44% [=========================== ] 479/1080 44% [=========================== ] 480/1080 44% [=========================== ] 481/1080 44% [=========================== ] 482/1080 44% [=========================== ] 483/1080 44% [=========================== ] 484/1080 44% [=========================== ] 485/1080 44% [=========================== ] 486/1080 45% [=========================== ] 487/1080 45% [============================ ] 488/1080 45% [============================ ] 489/1080 45% [============================ ] 490/1080 45% [============================ ] 491/1080 45% [============================ ] 492/1080 45% [============================ ] 493/1080 45% [============================ ] 494/1080 45% [============================ ] 495/1080 45% [============================ ] 496/1080 45% [============================ ] 497/1080 46% [============================ ] 498/1080 46% [============================ ] 499/1080 46% [============================ ] 500/1080 46% [============================ ] 501/1080 46% [============================ ] 502/1080 46% [============================ ] 503/1080 46% [============================ ] 504/1080 46% [============================ ] 505/1080 46% [============================= ] 506/1080 46% [============================= ] 507/1080 46% [============================= ] 508/1080 47% [============================= ] 509/1080 47% [============================= ] 510/1080 47% [============================= ] 511/1080 47% [============================= ] 512/1080 47% [============================= ] 513/1080 47% [============================= ] 514/1080 47% [============================= ] 515/1080 47% [============================= ] 516/1080 47% [============================= ] 517/1080 47% [============================= ] 518/1080 47% [============================= ] 519/1080 48% [============================= ] 520/1080 48% [============================= ] 521/1080 48% [============================= ] 522/1080 48% [============================== ] 523/1080 48% [============================== ] 524/1080 48% [============================== ] 525/1080 48% [============================== ] 526/1080 48% [============================== ] 527/1080 48% [============================== ] 528/1080 48% [============================== ] 529/1080 48% [============================== ] 530/1080 49% [============================== ] 531/1080 49% [============================== ] 532/1080 49% [============================== ] 533/1080 49% [============================== ] 534/1080 49% [============================== ] 535/1080 49% [============================== ] 536/1080 49% [============================== ] 537/1080 49% [============================== ] 538/1080 49% [============================== ] 539/1080 49% [=============================== ] 540/1080 50% [=============================== ] 541/1080 50% [=============================== ] 542/1080 50% [=============================== ] 543/1080 50% [=============================== ] 544/1080 50% [=============================== ] 545/1080 50% [=============================== ] 546/1080 50% [=============================== ] 547/1080 50% [=============================== ] 548/1080 50% [=============================== ] 549/1080 50% [=============================== ] 550/1080 50% [=============================== ] 551/1080 51% [=============================== ] 552/1080 51% [=============================== ] 553/1080 51% [=============================== ] 554/1080 51% [=============================== ] 555/1080 51% [=============================== ] 556/1080 51% [=============================== ] 557/1080 51% [================================ ] 558/1080 51% [================================ ] 559/1080 51% [================================ ] 560/1080 51% [================================ ] 561/1080 51% [================================ ] 562/1080 52% [================================ ] 563/1080 52% [================================ ] 564/1080 52% [================================ ] 565/1080 52% [================================ ] 566/1080 52% [================================ ] 567/1080 52% [================================ ] 568/1080 52% [================================ ] 569/1080 52% [================================ ] 570/1080 52% [================================ ] 571/1080 52% [================================ ] 572/1080 52% [================================ ] 573/1080 53% [================================ ] 574/1080 53% [================================= ] 575/1080 53% [================================= ] 576/1080 53% [================================= ] 577/1080 53% [================================= ] 578/1080 53% [================================= ] 579/1080 53% [================================= ] 580/1080 53% [================================= ] 581/1080 53% [================================= ] 582/1080 53% [================================= ] 583/1080 53% [================================= ] 584/1080 54% [================================= ] 585/1080 54% [================================= ] 586/1080 54% [================================= ] 587/1080 54% [================================= ] 588/1080 54% [================================= ] 589/1080 54% [================================= ] 590/1080 54% [================================= ] 591/1080 54% [================================= ] 592/1080 54% [================================== ] 593/1080 54% [================================== ] 594/1080 55% [================================== ] 595/1080 55% [================================== ] 596/1080 55% [================================== ] 597/1080 55% [================================== ] 598/1080 55% [================================== ] 599/1080 55% [================================== ] 600/1080 55% [================================== ] 601/1080 55% [================================== ] 602/1080 55% [================================== ] 603/1080 55% [================================== ] 604/1080 55% [================================== ] 605/1080 56% [================================== ] 606/1080 56% [================================== ] 607/1080 56% [================================== ] 608/1080 56% [================================== ] 609/1080 56% [=================================== ] 610/1080 56% [=================================== ] 611/1080 56% [=================================== ] 612/1080 56% [=================================== ] 613/1080 56% [=================================== ] 614/1080 56% [=================================== ] 615/1080 56% [=================================== ] 616/1080 57% [=================================== ] 617/1080 57% [=================================== ] 618/1080 57% [=================================== ] 619/1080 57% [=================================== ] 620/1080 57% [=================================== ] 621/1080 57% [=================================== ] 622/1080 57% [=================================== ] 623/1080 57% [=================================== ] 624/1080 57% [=================================== ] 625/1080 57% [=================================== ] 626/1080 57% [=================================== ] 627/1080 58% [==================================== ] 628/1080 58% [==================================== ] 629/1080 58% [==================================== ] 630/1080 58% [==================================== ] 631/1080 58% [==================================== ] 632/1080 58% [==================================== ] 633/1080 58% [==================================== ] 634/1080 58% [==================================== ] 635/1080 58% [==================================== ] 636/1080 58% [==================================== ] 637/1080 58% [==================================== ] 638/1080 59% [==================================== ] 639/1080 59% [==================================== ] 640/1080 59% [==================================== ] 641/1080 59% [==================================== ] 642/1080 59% [==================================== ] 643/1080 59% [==================================== ] 644/1080 59% [===================================== ] 645/1080 59% [===================================== ] 646/1080 59% [===================================== ] 647/1080 59% [===================================== ] 648/1080 60% [===================================== ] 649/1080 60% [===================================== ] 650/1080 60% [===================================== ] 651/1080 60% [===================================== ] 652/1080 60% [===================================== ] 653/1080 60% [===================================== ] 654/1080 60% [===================================== ] 655/1080 60% [===================================== ] 656/1080 60% [===================================== ] 657/1080 60% [===================================== ] 658/1080 60% [===================================== ] 659/1080 61% [===================================== ] 660/1080 61% [===================================== ] 661/1080 61% [====================================== ] 662/1080 61% [====================================== ] 663/1080 61% [====================================== ] 664/1080 61% [====================================== ] 665/1080 61% [====================================== ] 666/1080 61% [====================================== ] 667/1080 61% [====================================== ] 668/1080 61% [====================================== ] 669/1080 61% [====================================== ] 670/1080 62% [====================================== ] 671/1080 62% [====================================== ] 672/1080 62% [====================================== ] 673/1080 62% [====================================== ] 674/1080 62% [====================================== ] 675/1080 62% [====================================== ] 676/1080 62% [====================================== ] 677/1080 62% [====================================== ] 678/1080 62% [====================================== ] 679/1080 62% [======================================= ] 680/1080 62% [======================================= ] 681/1080 63% [======================================= ] 682/1080 63% [======================================= ] 683/1080 63% [======================================= ] 684/1080 63% [======================================= ] 685/1080 63% [======================================= ] 686/1080 63% [======================================= ] 687/1080 63% [======================================= ] 688/1080 63% [======================================= ] 689/1080 63% [======================================= ] 690/1080 63% [======================================= ] 691/1080 63% [======================================= ] 692/1080 64% [======================================= ] 693/1080 64% [======================================= ] 694/1080 64% [======================================= ] 695/1080 64% [======================================= ] 696/1080 64% [======================================== ] 697/1080 64% [======================================== ] 698/1080 64% [======================================== ] 699/1080 64% [======================================== ] 700/1080 64% [======================================== ] 701/1080 64% [======================================== ] 702/1080 65% [======================================== ] 703/1080 65% [======================================== ] 704/1080 65% [======================================== ] 705/1080 65% [======================================== ] 706/1080 65% [======================================== ] 707/1080 65% [======================================== ] 708/1080 65% [======================================== ] 709/1080 65% [======================================== ] 710/1080 65% [======================================== ] 711/1080 65% [======================================== ] 712/1080 65% [======================================== ] 713/1080 66% [======================================== ] 714/1080 66% [========================================= ] 715/1080 66% [========================================= ] 716/1080 66% [========================================= ] 717/1080 66% [========================================= ] 718/1080 66% [========================================= ] 719/1080 66% [========================================= ] 720/1080 66% [========================================= ] 721/1080 66% [========================================= ] 722/1080 66% [========================================= ] 723/1080 66% [========================================= ] 724/1080 67% [========================================= ] 725/1080 67% [========================================= ] 726/1080 67% [========================================= ] 727/1080 67% [========================================= ] 728/1080 67% [========================================= ] 729/1080 67% [========================================= ] 730/1080 67% [========================================= ] 731/1080 67% [========================================== ] 732/1080 67% [========================================== ] 733/1080 67% [========================================== ] 734/1080 67% [========================================== ] 735/1080 68% [========================================== ] 736/1080 68% [========================================== ] 737/1080 68% [========================================== ] 738/1080 68% [========================================== ] 739/1080 68% [========================================== ] 740/1080 68% [========================================== ] 741/1080 68% [========================================== ] 742/1080 68% [========================================== ] 743/1080 68% [========================================== ] 744/1080 68% [========================================== ] 745/1080 68% [========================================== ] 746/1080 69% [========================================== ] 747/1080 69% [========================================== ] 748/1080 69% [========================================== ] 749/1080 69% [=========================================== ] 750/1080 69% [=========================================== ] 751/1080 69% [=========================================== ] 752/1080 69% [=========================================== ] 753/1080 69% [=========================================== ] 754/1080 69% [=========================================== ] 755/1080 69% [=========================================== ] 756/1080 70% [=========================================== ] 757/1080 70% [=========================================== ] 758/1080 70% [=========================================== ] 759/1080 70% [=========================================== ] 760/1080 70% [=========================================== ] 761/1080 70% [=========================================== ] 762/1080 70% [=========================================== ] 763/1080 70% [=========================================== ] 764/1080 70% [=========================================== ] 765/1080 70% [=========================================== ] 766/1080 70% [============================================ ] 767/1080 71% [============================================ ] 768/1080 71% [============================================ ] 769/1080 71% [============================================ ] 770/1080 71% [============================================ ] 771/1080 71% [============================================ ] 772/1080 71% [============================================ ] 773/1080 71% [============================================ ] 774/1080 71% [============================================ ] 775/1080 71% [============================================ ] 776/1080 71% [============================================ ] 777/1080 71% [============================================ ] 778/1080 72% [============================================ ] 779/1080 72% [============================================ ] 780/1080 72% [============================================ ] 781/1080 72% [============================================ ] 782/1080 72% [============================================ ] 783/1080 72% [============================================= ] 784/1080 72% [============================================= ] 785/1080 72% [============================================= ] 786/1080 72% [============================================= ] 787/1080 72% [============================================= ] 788/1080 72% [============================================= ] 789/1080 73% [============================================= ] 790/1080 73% [============================================= ] 791/1080 73% [============================================= ] 792/1080 73% [============================================= ] 793/1080 73% [============================================= ] 794/1080 73% [============================================= ] 795/1080 73% [============================================= ] 796/1080 73% [============================================= ] 797/1080 73% [============================================= ] 798/1080 73% [============================================= ] 799/1080 73% [============================================= ] 800/1080 74% [============================================= ] 801/1080 74% [============================================== ] 802/1080 74% [============================================== ] 803/1080 74% [============================================== ] 804/1080 74% [============================================== ] 805/1080 74% [============================================== ] 806/1080 74% [============================================== ] 807/1080 74% [============================================== ] 808/1080 74% [============================================== ] 809/1080 74% [============================================== ] 810/1080 75% [============================================== ] 811/1080 75% [============================================== ] 812/1080 75% [============================================== ] 813/1080 75% [============================================== ] 814/1080 75% [============================================== ] 815/1080 75% [============================================== ] 816/1080 75% [============================================== ] 817/1080 75% [============================================== ] 818/1080 75% [=============================================== ] 819/1080 75% [=============================================== ] 820/1080 75% [=============================================== ] 821/1080 76% [=============================================== ] 822/1080 76% [=============================================== ] 823/1080 76% [=============================================== ] 824/1080 76% [=============================================== ] 825/1080 76% [=============================================== ] 826/1080 76% [=============================================== ] 827/1080 76% [=============================================== ] 828/1080 76% [=============================================== ] 829/1080 76% [=============================================== ] 830/1080 76% [=============================================== ] 831/1080 76% [=============================================== ] 832/1080 77% [=============================================== ] 833/1080 77% [=============================================== ] 834/1080 77% [=============================================== ] 835/1080 77% [=============================================== ] 836/1080 77% [================================================ ] 837/1080 77% [================================================ ] 838/1080 77% [================================================ ] 839/1080 77% [================================================ ] 840/1080 77% [================================================ ] 841/1080 77% [================================================ ] 842/1080 77% [================================================ ] 843/1080 78% [================================================ ] 844/1080 78% [================================================ ] 845/1080 78% [================================================ ] 846/1080 78% [================================================ ] 847/1080 78% [================================================ ] 848/1080 78% [================================================ ] 849/1080 78% [================================================ ] 850/1080 78% [================================================ ] 851/1080 78% [================================================ ] 852/1080 78% [================================================ ] 853/1080 78% [================================================= ] 854/1080 79% [================================================= ] 855/1080 79% [================================================= ] 856/1080 79% [================================================= ] 857/1080 79% [================================================= ] 858/1080 79% [================================================= ] 859/1080 79% [================================================= ] 860/1080 79% [================================================= ] 861/1080 79% [================================================= ] 862/1080 79% [================================================= ] 863/1080 79% [================================================= ] 864/1080 80% [================================================= ] 865/1080 80% [================================================= ] 866/1080 80% [================================================= ] 867/1080 80% [================================================= ] 868/1080 80% [================================================= ] 869/1080 80% [================================================= ] 870/1080 80% [================================================== ] 871/1080 80% [================================================== ] 872/1080 80% [================================================== ] 873/1080 80% [================================================== ] 874/1080 80% [================================================== ] 875/1080 81% [================================================== ] 876/1080 81% [================================================== ] 877/1080 81% [================================================== ] 878/1080 81% [================================================== ] 879/1080 81% [================================================== ] 880/1080 81% [================================================== ] 881/1080 81% [================================================== ] 882/1080 81% [================================================== ] 883/1080 81% [================================================== ] 884/1080 81% [================================================== ] 885/1080 81% [================================================== ] 886/1080 82% [================================================== ] 887/1080 82% [================================================== ] 888/1080 82% [=================================================== ] 889/1080 82% [=================================================== ] 890/1080 82% [=================================================== ] 891/1080 82% [=================================================== ] 892/1080 82% [=================================================== ] 893/1080 82% [=================================================== ] 894/1080 82% [=================================================== ] 895/1080 82% [=================================================== ] 896/1080 82% [=================================================== ] 897/1080 83% [=================================================== ] 898/1080 83% [=================================================== ] 899/1080 83% [=================================================== ] 900/1080 83% [=================================================== ] 901/1080 83% [=================================================== ] 902/1080 83% [=================================================== ] 903/1080 83% [=================================================== ] 904/1080 83% [=================================================== ] 905/1080 83% [==================================================== ] 906/1080 83% [==================================================== ] 907/1080 83% [==================================================== ] 908/1080 84% [==================================================== ] 909/1080 84% [==================================================== ] 910/1080 84% [==================================================== ] 911/1080 84% [==================================================== ] 912/1080 84% [==================================================== ] 913/1080 84% [==================================================== ] 914/1080 84% [==================================================== ] 915/1080 84% [==================================================== ] 916/1080 84% [==================================================== ] 917/1080 84% [==================================================== ] 918/1080 85% [==================================================== ] 919/1080 85% [==================================================== ] 920/1080 85% [==================================================== ] 921/1080 85% [==================================================== ] 922/1080 85% [==================================================== ] 923/1080 85% [===================================================== ] 924/1080 85% [===================================================== ] 925/1080 85% [===================================================== ] 926/1080 85% [===================================================== ] 927/1080 85% [===================================================== ] 928/1080 85% [===================================================== ] 929/1080 86% [===================================================== ] 930/1080 86% [===================================================== ] 931/1080 86% [===================================================== ] 932/1080 86% [===================================================== ] 933/1080 86% [===================================================== ] 934/1080 86% [===================================================== ] 935/1080 86% [===================================================== ] 936/1080 86% [===================================================== ] 937/1080 86% [===================================================== ] 938/1080 86% [===================================================== ] 939/1080 86% [===================================================== ] 940/1080 87% [====================================================== ] 941/1080 87% [====================================================== ] 942/1080 87% [====================================================== ] 943/1080 87% [====================================================== ] 944/1080 87% [====================================================== ] 945/1080 87% [====================================================== ] 946/1080 87% [====================================================== ] 947/1080 87% [====================================================== ] 948/1080 87% [====================================================== ] 949/1080 87% [====================================================== ] 950/1080 87% [====================================================== ] 951/1080 88% [====================================================== ] 952/1080 88% [====================================================== ] 953/1080 88% [====================================================== ] 954/1080 88% [====================================================== ] 955/1080 88% [====================================================== ] 956/1080 88% [====================================================== ] 957/1080 88% [====================================================== ] 958/1080 88% [======================================================= ] 959/1080 88% [======================================================= ] 960/1080 88% [======================================================= ] 961/1080 88% [======================================================= ] 962/1080 89% [======================================================= ] 963/1080 89% [======================================================= ] 964/1080 89% [======================================================= ] 965/1080 89% [======================================================= ] 966/1080 89% [======================================================= ] 967/1080 89% [======================================================= ] 968/1080 89% [======================================================= ] 969/1080 89% [======================================================= ] 970/1080 89% [======================================================= ] 971/1080 89% [======================================================= ] 972/1080 90% [======================================================= ] 973/1080 90% [======================================================= ] 974/1080 90% [======================================================= ] 975/1080 90% [======================================================== ] 976/1080 90% [======================================================== ] 977/1080 90% [======================================================== ] 978/1080 90% [======================================================== ] 979/1080 90% [======================================================== ] 980/1080 90% [======================================================== ] 981/1080 90% [======================================================== ] 982/1080 90% [======================================================== ] 983/1080 91% [======================================================== ] 984/1080 91% [======================================================== ] 985/1080 91% [======================================================== ] 986/1080 91% [======================================================== ] 987/1080 91% [======================================================== ] 988/1080 91% [======================================================== ] 989/1080 91% [======================================================== ] 990/1080 91% [======================================================== ] 991/1080 91% [======================================================== ] 992/1080 91% [========================================================= ] 993/1080 91% [========================================================= ] 994/1080 92% [========================================================= ] 995/1080 92% [========================================================= ] 996/1080 92% [========================================================= ] 997/1080 92% [========================================================= ] 998/1080 92% [========================================================= ] 999/1080 92% [========================================================= ] 1000/1080 92% [========================================================= ] 1001/1080 92% [========================================================= ] 1002/1080 92% [========================================================= ] 1003/1080 92% [========================================================= ] 1004/1080 92% [========================================================= ] 1005/1080 93% [========================================================= ] 1006/1080 93% [========================================================= ] 1007/1080 93% [========================================================= ] 1008/1080 93% [========================================================= ] 1009/1080 93% [========================================================= ] 1010/1080 93% [========================================================== ] 1011/1080 93% [========================================================== ] 1012/1080 93% [========================================================== ] 1013/1080 93% [========================================================== ] 1014/1080 93% [========================================================== ] 1015/1080 93% [========================================================== ] 1016/1080 94% [========================================================== ] 1017/1080 94% [========================================================== ] 1018/1080 94% [========================================================== ] 1019/1080 94% [========================================================== ] 1020/1080 94% [========================================================== ] 1021/1080 94% [========================================================== ] 1022/1080 94% [========================================================== ] 1023/1080 94% [========================================================== ] 1024/1080 94% [========================================================== ] 1025/1080 94% [========================================================== ] 1026/1080 95% [========================================================== ] 1027/1080 95% [=========================================================== ] 1028/1080 95% [=========================================================== ] 1029/1080 95% [=========================================================== ] 1030/1080 95% [=========================================================== ] 1031/1080 95% [=========================================================== ] 1032/1080 95% [=========================================================== ] 1033/1080 95% [=========================================================== ] 1034/1080 95% [=========================================================== ] 1035/1080 95% [=========================================================== ] 1036/1080 95% [=========================================================== ] 1037/1080 96% [=========================================================== ] 1038/1080 96% [=========================================================== ] 1039/1080 96% [=========================================================== ] 1040/1080 96% [=========================================================== ] 1041/1080 96% [=========================================================== ] 1042/1080 96% [=========================================================== ] 1043/1080 96% [=========================================================== ] 1044/1080 96% [=========================================================== ] 1045/1080 96% [============================================================ ] 1046/1080 96% [============================================================ ] 1047/1080 96% [============================================================ ] 1048/1080 97% [============================================================ ] 1049/1080 97% [============================================================ ] 1050/1080 97% [============================================================ ] 1051/1080 97% [============================================================ ] 1052/1080 97% [============================================================ ] 1053/1080 97% [============================================================ ] 1054/1080 97% [============================================================ ] 1055/1080 97% [============================================================ ] 1056/1080 97% [============================================================ ] 1057/1080 97% [============================================================ ] 1058/1080 97% [============================================================ ] 1059/1080 98% [============================================================ ] 1060/1080 98% [============================================================ ] 1061/1080 98% [============================================================ ] 1062/1080 98% [============================================================= ] 1063/1080 98% [============================================================= ] 1064/1080 98% [============================================================= ] 1065/1080 98% [============================================================= ] 1066/1080 98% [============================================================= ] 1067/1080 98% [============================================================= ] 1068/1080 98% [============================================================= ] 1069/1080 98% [============================================================= ] 1070/1080 99% [============================================================= ] 1071/1080 99% [============================================================= ] 1072/1080 99% [============================================================= ] 1073/1080 99% [============================================================= ] 1074/1080 99% [============================================================= ] 1075/1080 99% [============================================================= ] 1076/1080 99% [============================================================= ] 1077/1080 99% [============================================================= ] 1078/1080 99% [============================================================= ] 1079/1080 99% [==============================================================] 1080/1080 100% operation complete, 1080 objects in 18621 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2022.02-599-g908caefa91 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.16.19 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.5 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.39 Collecting legal info LICENCE: OK (sha256: 15bc778a1f7e1f857d57abab4181749a06ad1d1f9420d5c9e3c23ef8c991b025) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.0 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> easy-rsa 3.0.8 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> getent Collecting legal info >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> host-imx-mkimage rel_imx_5.4.70_2.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libcap 2.63 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> jpeg Collecting legal info >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> 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-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.9.13 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info linux_syscall_support.h: OK (sha256: 4c1fc9acc9f3867e5c81b5d5f57c52fb9a932662bd4e2e5e43b3fe95390035f5) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> nfs-utils 2.6.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> optee-client 3.16.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-rauc 1.6 Collecting legal info COPYING: 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-openssl Collecting legal info >>> host-libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> speexdsp 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> unixodbc 2.3.9 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wolfssl 5.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ympd 1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.63 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd 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-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'