0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /tmp/instance-23/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /tmp/instance-23/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="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-23/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="/tmp/instance-23/output-1/host/lib/pkgconfig:/tmp/instance-23/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/tmp/instance-23/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:2: 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:3: 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_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ 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:2: 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 '/tmp/instance-23/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /tmp/instance-23/output-1/host/bin PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-23/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="/tmp/instance-23/output-1/host/lib/pkgconfig:/tmp/instance-23/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/tmp/instance-23/output-1/host/bin install make[1]: Entering directory '/tmp/instance-23/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /tmp/instance-23/output-1/host/bin make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-23/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-23/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-23/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/tmp/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-23/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-23/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-23/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-23/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-23/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-23/output-1/target/etc/shells; fi mkdir -p /tmp/instance-23/output-1/target/etc echo "buildroot" > /tmp/instance-23/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-23/output-1/target/etc/hosts mkdir -p /tmp/instance-23/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-23/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-23/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-23/output-1/target/etc/shells if test -d /tmp/instance-23/output-1/target/lib/modules/`MAKEFLAGS='' /home/autobuild/make/make -j1 HOSTCC="/usr/bin/gcc -O2 -isystem /tmp/instance-23/output-1/host/include -L/tmp/instance-23/output-1/host/lib -Wl,-rpath,/tmp/instance-23/output-1/host/lib" ARCH=arc INSTALL_MOD_PATH=/tmp/instance-23/output-1/target CROSS_COMPILE="/tmp/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-23/output-1/host/sbin/depmod -C /tmp/instance-23/output-1/build/linux-6.1.14 --no-print-directory -s kernelrelease 2>/dev/null` && grep -q "CONFIG_MODULES=y" /tmp/instance-23/output-1/build/linux-6.1.14/.config; then /tmp/instance-23/output-1/host/sbin/depmod -a -b /tmp/instance-23/output-1/target `MAKEFLAGS='' /home/autobuild/make/make -j1 HOSTCC="/usr/bin/gcc -O2 -isystem /tmp/instance-23/output-1/host/include -L/tmp/instance-23/output-1/host/lib -Wl,-rpath,/tmp/instance-23/output-1/host/lib" ARCH=arc INSTALL_MOD_PATH=/tmp/instance-23/output-1/target CROSS_COMPILE="/tmp/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-23/output-1/host/sbin/depmod -C /tmp/instance-23/output-1/build/linux-6.1.14 --no-print-directory -s kernelrelease 2>/dev/null`; fi rm -rf /tmp/instance-23/output-1/target/usr/include /tmp/instance-23/output-1/target/usr/share/aclocal \ /tmp/instance-23/output-1/target/usr/lib/pkgconfig /tmp/instance-23/output-1/target/usr/share/pkgconfig \ /tmp/instance-23/output-1/target/usr/lib/cmake /tmp/instance-23/output-1/target/usr/share/cmake \ /tmp/instance-23/output-1/target/usr/lib/rpm /tmp/instance-23/output-1/target/usr/doc find /tmp/instance-23/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-23/output-1/target/lib/ /tmp/instance-23/output-1/target/usr/lib/ /tmp/instance-23/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-23/output-1/target/usr/share/gdb rm -rf /tmp/instance-23/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-23/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-23/output-1/target/usr/share/zsh rm -rf /tmp/instance-23/output-1/target/usr/man /tmp/instance-23/output-1/target/usr/share/man rm -rf /tmp/instance-23/output-1/target/usr/info /tmp/instance-23/output-1/target/usr/share/info rm -rf /tmp/instance-23/output-1/target/usr/doc /tmp/instance-23/output-1/target/usr/share/doc rm -rf /tmp/instance-23/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-23/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-23/output-1/target/lib/debug /tmp/instance-23/output-1/target/usr/lib/debug find /tmp/instance-23/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 /tmp/instance-23/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-23/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-23/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 /tmp/instance-23/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-163-g7ad6dd20ff"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-23/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-23/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-23/output-1/per-package /tmp/instance-23/buildroot/support/scripts/fix-rpath target touch /tmp/instance-23/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-23/output-1/build/buildroot-fs mkdir -p /tmp/instance-23/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /tmp/instance-23/output-1/images rm -rf /tmp/instance-23/output-1/build/buildroot-fs/axfs mkdir -p /tmp/instance-23/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-23/output-1/target/ /tmp/instance-23/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-23/output-1/build/buildroot-fs/axfs/target" >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-23/buildroot/support/scripts/mkusers /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-23/output-1/build/buildroot-fs/axfs/target >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot echo "/tmp/instance-23/output-1/host/bin/makedevs -d /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-23/output-1/build/buildroot-fs/axfs/target" >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /tmp/instance-23/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-23/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot printf ' /tmp/instance-23/output-1/host/bin/mkfs.axfs -s -a /tmp/instance-23/output-1/build/buildroot-fs/axfs/target /tmp/instance-23/output-1/images/rootfs.axfs\n' >> /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-23/output-1/host/bin/fakeroot -- /tmp/instance-23/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/tmp/instance-23/output-1/build/buildroot-fs/axfs/target table='/tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 880 number of 4KB nodes: 154922 Total image size: 630452160 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-23/output-1/images rm -rf /tmp/instance-23/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-23/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-23/output-1/target/ /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-23/buildroot/support/scripts/mkusers /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-23/output-1/host/bin/makedevs -d /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-23/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-23/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-23/output-1/host/bin/fakeroot -- /tmp/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-23/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 880 objects. stage 2: creating image '/tmp/instance-23/output-1/images/rootfs.yaffs2' [ ] 1/880 0% [ ] 2/880 0% [ ] 3/880 0% [ ] 4/880 0% [ ] 5/880 0% [ ] 6/880 0% [ ] 7/880 0% [ ] 8/880 0% [ ] 9/880 1% [ ] 10/880 1% [ ] 11/880 1% [ ] 12/880 1% [ ] 13/880 1% [= ] 14/880 1% [= ] 15/880 1% [= ] 16/880 1% [= ] 17/880 1% [= ] 18/880 2% [= ] 19/880 2% [= ] 20/880 2% [= ] 21/880 2% [= ] 22/880 2% [= ] 23/880 2% [= ] 24/880 2% [= ] 25/880 2% [= ] 26/880 2% [= ] 27/880 3% [== ] 28/880 3% [== ] 29/880 3% [== ] 30/880 3% [== ] 31/880 3% [== ] 32/880 3% [== ] 33/880 3% [== ] 34/880 3% [== ] 35/880 3% [== ] 36/880 4% [== ] 37/880 4% [== ] 38/880 4% [== ] 39/880 4% [== ] 40/880 4% [== ] 41/880 4% [=== ] 42/880 4% [=== ] 43/880 4% [=== ] 44/880 5% [=== ] 45/880 5% [=== ] 46/880 5% [=== ] 47/880 5% [=== ] 48/880 5% [=== ] 49/880 5% [=== ] 50/880 5% [=== ] 51/880 5% [=== ] 52/880 5% [=== ] 53/880 6% [=== ] 54/880 6% [==== ] 55/880 6% [==== ] 56/880 6% [==== ] 57/880 6% [==== ] 58/880 6% [==== ] 59/880 6% [==== ] 60/880 6% [==== ] 61/880 6% [==== ] 62/880 7% [==== ] 63/880 7% [==== ] 64/880 7% [==== ] 65/880 7% [==== ] 66/880 7% [==== ] 67/880 7% [==== ] 68/880 7% [===== ] 69/880 7% [===== ] 70/880 7% [===== ] 71/880 8% [===== ] 72/880 8% [===== ] 73/880 8% [===== ] 74/880 8% [===== ] 75/880 8% [===== ] 76/880 8% [===== ] 77/880 8% [===== ] 78/880 8% [===== ] 79/880 8% [===== ] 80/880 9% [===== ] 81/880 9% [===== ] 82/880 9% [====== ] 83/880 9% [====== ] 84/880 9% [====== ] 85/880 9% [====== ] 86/880 9% [====== ] 87/880 9% [====== ] 88/880 10% [====== ] 89/880 10% [====== ] 90/880 10% [====== ] 91/880 10% [====== ] 92/880 10% [====== ] 93/880 10% [====== ] 94/880 10% [====== ] 95/880 10% [====== ] 96/880 10% [======= ] 97/880 11% [======= ] 98/880 11% [======= ] 99/880 11% [======= ] 100/880 11% [======= ] 101/880 11% [======= ] 102/880 11% [======= ] 103/880 11% [======= ] 104/880 11% [======= ] 105/880 11% [======= ] 106/880 12% [======= ] 107/880 12% [======= ] 108/880 12% [======= ] 109/880 12% [======== ] 110/880 12% [======== ] 111/880 12% [======== ] 112/880 12% [======== ] 113/880 12% [======== ] 114/880 12% [======== ] 115/880 13% [======== ] 116/880 13% [======== ] 117/880 13% [======== ] 118/880 13% [======== ] 119/880 13% [======== ] 120/880 13% [======== ] 121/880 13% [======== ] 122/880 13% [======== ] 123/880 13% [========= ] 124/880 14% [========= ] 125/880 14% [========= ] 126/880 14% [========= ] 127/880 14% [========= ] 128/880 14% [========= ] 129/880 14% [========= ] 130/880 14% [========= ] 131/880 14% [========= ] 132/880 15% [========= ] 133/880 15% [========= ] 134/880 15% [========= ] 135/880 15% [========= ] 136/880 15% [========= ] 137/880 15% [========== ] 138/880 15% [========== ] 139/880 15% [========== ] 140/880 15% [========== ] 141/880 16% [========== ] 142/880 16% [========== ] 143/880 16% [========== ] 144/880 16% [========== ] 145/880 16% [========== ] 146/880 16% [========== ] 147/880 16% [========== ] 148/880 16% [========== ] 149/880 16% [========== ] 150/880 17% [========== ] 151/880 17% [=========== ] 152/880 17% [=========== ] 153/880 17% [=========== ] 154/880 17% [=========== ] 155/880 17% [=========== ] 156/880 17% [=========== ] 157/880 17% [=========== ] 158/880 17% [=========== ] 159/880 18% [=========== ] 160/880 18% [=========== ] 161/880 18% [=========== ] 162/880 18% [=========== ] 163/880 18% [=========== ] 164/880 18% [============ ] 165/880 18% [============ ] 166/880 18% [============ ] 167/880 18% [============ ] 168/880 19% [============ ] 169/880 19% [============ ] 170/880 19% [============ ] 171/880 19% [============ ] 172/880 19% [============ ] 173/880 19% [============ ] 174/880 19% [============ ] 175/880 19% [============ ] 176/880 20% [============ ] 177/880 20% [============ ] 178/880 20% [============= ] 179/880 20% [============= ] 180/880 20% [============= ] 181/880 20% [============= ] 182/880 20% [============= ] 183/880 20% [============= ] 184/880 20% [============= ] 185/880 21% [============= ] 186/880 21% [============= ] 187/880 21% [============= ] 188/880 21% [============= ] 189/880 21% [============= ] 190/880 21% [============= ] 191/880 21% [============= ] 192/880 21% [============== ] 193/880 21% [============== ] 194/880 22% [============== ] 195/880 22% [============== ] 196/880 22% [============== ] 197/880 22% [============== ] 198/880 22% [============== ] 199/880 22% [============== ] 200/880 22% [============== ] 201/880 22% [============== ] 202/880 22% [============== ] 203/880 23% [============== ] 204/880 23% [============== ] 205/880 23% [============== ] 206/880 23% [=============== ] 207/880 23% [=============== ] 208/880 23% [=============== ] 209/880 23% [=============== ] 210/880 23% [=============== ] 211/880 23% [=============== ] 212/880 24% [=============== ] 213/880 24% [=============== ] 214/880 24% [=============== ] 215/880 24% [=============== ] 216/880 24% [=============== ] 217/880 24% [=============== ] 218/880 24% [=============== ] 219/880 24% [================ ] 220/880 25% [================ ] 221/880 25% [================ ] 222/880 25% [================ ] 223/880 25% [================ ] 224/880 25% [================ ] 225/880 25% [================ ] 226/880 25% [================ ] 227/880 25% [================ ] 228/880 25% [================ ] 229/880 26% [================ ] 230/880 26% [================ ] 231/880 26% [================ ] 232/880 26% [================ ] 233/880 26% [================= ] 234/880 26% [================= ] 235/880 26% [================= ] 236/880 26% [================= ] 237/880 26% [================= ] 238/880 27% [================= ] 239/880 27% [================= ] 240/880 27% [================= ] 241/880 27% [================= ] 242/880 27% [================= ] 243/880 27% [================= ] 244/880 27% [================= ] 245/880 27% [================= ] 246/880 27% [================= ] 247/880 28% [================== ] 248/880 28% [================== ] 249/880 28% [================== ] 250/880 28% [================== ] 251/880 28% [================== ] 252/880 28% [================== ] 253/880 28% [================== ] 254/880 28% [================== ] 255/880 28% [================== ] 256/880 29% [================== ] 257/880 29% [================== ] 258/880 29% [================== ] 259/880 29% [================== ] 260/880 29% [================== ] 261/880 29% [=================== ] 262/880 29% [=================== ] 263/880 29% [=================== ] 264/880 30% [=================== ] 265/880 30% [=================== ] 266/880 30% [=================== ] 267/880 30% [=================== ] 268/880 30% [=================== ] 269/880 30% [=================== ] 270/880 30% [=================== ] 271/880 30% [=================== ] 272/880 30% [=================== ] 273/880 31% [=================== ] 274/880 31% [==================== ] 275/880 31% [==================== ] 276/880 31% [==================== ] 277/880 31% [==================== ] 278/880 31% [==================== ] 279/880 31% [==================== ] 280/880 31% [==================== ] 281/880 31% [==================== ] 282/880 32% [==================== ] 283/880 32% [==================== ] 284/880 32% [==================== ] 285/880 32% [==================== ] 286/880 32% [==================== ] 287/880 32% [==================== ] 288/880 32% [===================== ] 289/880 32% [===================== ] 290/880 32% [===================== ] 291/880 33% [===================== ] 292/880 33% [===================== ] 293/880 33% [===================== ] 294/880 33% [===================== ] 295/880 33% [===================== ] 296/880 33% [===================== ] 297/880 33% [===================== ] 298/880 33% [===================== ] 299/880 33% [===================== ] 300/880 34% [===================== ] 301/880 34% [===================== ] 302/880 34% [====================== ] 303/880 34% [====================== ] 304/880 34% [====================== ] 305/880 34% [====================== ] 306/880 34% [====================== ] 307/880 34% [====================== ] 308/880 35% [====================== ] 309/880 35% [====================== ] 310/880 35% [====================== ] 311/880 35% [====================== ] 312/880 35% [====================== ] 313/880 35% [====================== ] 314/880 35% [====================== ] 315/880 35% [====================== ] 316/880 35% [======================= ] 317/880 36% [======================= ] 318/880 36% [======================= ] 319/880 36% [======================= ] 320/880 36% [======================= ] 321/880 36% [======================= ] 322/880 36% [======================= ] 323/880 36% [======================= ] 324/880 36% [======================= ] 325/880 36% [======================= ] 326/880 37% [======================= ] 327/880 37% [======================= ] 328/880 37% [======================= ] 329/880 37% [======================== ] 330/880 37% [======================== ] 331/880 37% [======================== ] 332/880 37% [======================== ] 333/880 37% [======================== ] 334/880 37% [======================== ] 335/880 38% [======================== ] 336/880 38% [======================== ] 337/880 38% [======================== ] 338/880 38% [======================== ] 339/880 38% [======================== ] 340/880 38% [======================== ] 341/880 38% [======================== ] 342/880 38% [======================== ] 343/880 38% [========================= ] 344/880 39% [========================= ] 345/880 39% [========================= ] 346/880 39% [========================= ] 347/880 39% [========================= ] 348/880 39% [========================= ] 349/880 39% [========================= ] 350/880 39% [========================= ] 351/880 39% [========================= ] 352/880 40% [========================= ] 353/880 40% [========================= ] 354/880 40% [========================= ] 355/880 40% [========================= ] 356/880 40% [========================= ] 357/880 40% [========================== ] 358/880 40% [========================== ] 359/880 40% [========================== ] 360/880 40% [========================== ] 361/880 41% [========================== ] 362/880 41% [========================== ] 363/880 41% [========================== ] 364/880 41% [========================== ] 365/880 41% [========================== ] 366/880 41% [========================== ] 367/880 41% [========================== ] 368/880 41% [========================== ] 369/880 41% [========================== ] 370/880 42% [========================== ] 371/880 42% [=========================== ] 372/880 42% [=========================== ] 373/880 42% [=========================== ] 374/880 42% [=========================== ] 375/880 42% [=========================== ] 376/880 42% [=========================== ] 377/880 42% [=========================== ] 378/880 42% [=========================== ] 379/880 43% [=========================== ] 380/880 43% [=========================== ] 381/880 43% [=========================== ] 382/880 43% [=========================== ] 383/880 43% [=========================== ] 384/880 43% [============================ ] 385/880 43% [============================ ] 386/880 43% [============================ ] 387/880 43% [============================ ] 388/880 44% [============================ ] 389/880 44% [============================ ] 390/880 44% [============================ ] 391/880 44% [============================ ] 392/880 44% [============================ ] 393/880 44% [============================ ] 394/880 44% [============================ ] 395/880 44% [============================ ] 396/880 45% [============================ ] 397/880 45% [============================ ] 398/880 45% [============================= ] 399/880 45% [============================= ] 400/880 45% [============================= ] 401/880 45% [============================= ] 402/880 45% [============================= ] 403/880 45% [============================= ] 404/880 45% [============================= ] 405/880 46% [============================= ] 406/880 46% [============================= ] 407/880 46% [============================= ] 408/880 46% [============================= ] 409/880 46% [============================= ] 410/880 46% [============================= ] 411/880 46% [============================= ] 412/880 46% [============================== ] 413/880 46% [============================== ] 414/880 47% [============================== ] 415/880 47% [============================== ] 416/880 47% [============================== ] 417/880 47% [============================== ] 418/880 47% [============================== ] 419/880 47% [============================== ] 420/880 47% [============================== ] 421/880 47% [============================== ] 422/880 47% [============================== ] 423/880 48% [============================== ] 424/880 48% [============================== ] 425/880 48% [============================== ] 426/880 48% [=============================== ] 427/880 48% [=============================== ] 428/880 48% [=============================== ] 429/880 48% [=============================== ] 430/880 48% [=============================== ] 431/880 48% [=============================== ] 432/880 49% [=============================== ] 433/880 49% [=============================== ] 434/880 49% [=============================== ] 435/880 49% [=============================== ] 436/880 49% [=============================== ] 437/880 49% [=============================== ] 438/880 49% [=============================== ] 439/880 49% [================================ ] 440/880 50% [================================ ] 441/880 50% [================================ ] 442/880 50% [================================ ] 443/880 50% [================================ ] 444/880 50% [================================ ] 445/880 50% [================================ ] 446/880 50% [================================ ] 447/880 50% [================================ ] 448/880 50% [================================ ] 449/880 51% [================================ ] 450/880 51% [================================ ] 451/880 51% [================================ ] 452/880 51% [================================ ] 453/880 51% [================================= ] 454/880 51% [================================= ] 455/880 51% [================================= ] 456/880 51% [================================= ] 457/880 51% [================================= ] 458/880 52% [================================= ] 459/880 52% [================================= ] 460/880 52% [================================= ] 461/880 52% [================================= ] 462/880 52% [================================= ] 463/880 52% [================================= ] 464/880 52% [================================= ] 465/880 52% [================================= ] 466/880 52% [================================= ] 467/880 53% [================================== ] 468/880 53% [================================== ] 469/880 53% [================================== ] 470/880 53% [================================== ] 471/880 53% [================================== ] 472/880 53% [================================== ] 473/880 53% [================================== ] 474/880 53% [================================== ] 475/880 53% [================================== ] 476/880 54% [================================== ] 477/880 54% [================================== ] 478/880 54% [================================== ] 479/880 54% [================================== ] 480/880 54% [================================== ] 481/880 54% [=================================== ] 482/880 54% [=================================== ] 483/880 54% [=================================== ] 484/880 55% [=================================== ] 485/880 55% [=================================== ] 486/880 55% [=================================== ] 487/880 55% [=================================== ] 488/880 55% [=================================== ] 489/880 55% [=================================== ] 490/880 55% [=================================== ] 491/880 55% [=================================== ] 492/880 55% [=================================== ] 493/880 56% [=================================== ] 494/880 56% [==================================== ] 495/880 56% [==================================== ] 496/880 56% [==================================== ] 497/880 56% [==================================== ] 498/880 56% [==================================== ] 499/880 56% [==================================== ] 500/880 56% [==================================== ] 501/880 56% [==================================== ] 502/880 57% [==================================== ] 503/880 57% [==================================== ] 504/880 57% [==================================== ] 505/880 57% [==================================== ] 506/880 57% [==================================== ] 507/880 57% [==================================== ] 508/880 57% [===================================== ] 509/880 57% [===================================== ] 510/880 57% [===================================== ] 511/880 58% [===================================== ] 512/880 58% [===================================== ] 513/880 58% [===================================== ] 514/880 58% [===================================== ] 515/880 58% [===================================== ] 516/880 58% [===================================== ] 517/880 58% [===================================== ] 518/880 58% [===================================== ] 519/880 58% [===================================== ] 520/880 59% [===================================== ] 521/880 59% [===================================== ] 522/880 59% [====================================== ] 523/880 59% [====================================== ] 524/880 59% [====================================== ] 525/880 59% [====================================== ] 526/880 59% [====================================== ] 527/880 59% [====================================== ] 528/880 60% [====================================== ] 529/880 60% [====================================== ] 530/880 60% [====================================== ] 531/880 60% [====================================== ] 532/880 60% [====================================== ] 533/880 60% [====================================== ] 534/880 60% [====================================== ] 535/880 60% [====================================== ] 536/880 60% [======================================= ] 537/880 61% [======================================= ] 538/880 61% [======================================= ] 539/880 61% [======================================= ] 540/880 61% [======================================= ] 541/880 61% [======================================= ] 542/880 61% [======================================= ] 543/880 61% [======================================= ] 544/880 61% [======================================= ] 545/880 61% [======================================= ] 546/880 62% [======================================= ] 547/880 62% [======================================= ] 548/880 62% [======================================= ] 549/880 62% [======================================== ] 550/880 62% [======================================== ] 551/880 62% [======================================== ] 552/880 62% [======================================== ] 553/880 62% [======================================== ] 554/880 62% [======================================== ] 555/880 63% [======================================== ] 556/880 63% [======================================== ] 557/880 63% [======================================== ] 558/880 63% [======================================== ] 559/880 63% [======================================== ] 560/880 63% [======================================== ] 561/880 63% [======================================== ] 562/880 63% [======================================== ] 563/880 63% [========================================= ] 564/880 64% [========================================= ] 565/880 64% [========================================= ] 566/880 64% [========================================= ] 567/880 64% [========================================= ] 568/880 64% [========================================= ] 569/880 64% [========================================= ] 570/880 64% [========================================= ] 571/880 64% [========================================= ] 572/880 65% [========================================= ] 573/880 65% [========================================= ] 574/880 65% [========================================= ] 575/880 65% [========================================= ] 576/880 65% [========================================= ] 577/880 65% [========================================== ] 578/880 65% [========================================== ] 579/880 65% [========================================== ] 580/880 65% [========================================== ] 581/880 66% [========================================== ] 582/880 66% [========================================== ] 583/880 66% [========================================== ] 584/880 66% [========================================== ] 585/880 66% [========================================== ] 586/880 66% [========================================== ] 587/880 66% [========================================== ] 588/880 66% [========================================== ] 589/880 66% [========================================== ] 590/880 67% [========================================== ] 591/880 67% [=========================================== ] 592/880 67% [=========================================== ] 593/880 67% [=========================================== ] 594/880 67% [=========================================== ] 595/880 67% [=========================================== ] 596/880 67% [=========================================== ] 597/880 67% [=========================================== ] 598/880 67% [=========================================== ] 599/880 68% [=========================================== ] 600/880 68% [=========================================== ] 601/880 68% [=========================================== ] 602/880 68% [=========================================== ] 603/880 68% [=========================================== ] 604/880 68% [============================================ ] 605/880 68% [============================================ ] 606/880 68% [============================================ ] 607/880 68% [============================================ ] 608/880 69% [============================================ ] 609/880 69% [============================================ ] 610/880 69% [============================================ ] 611/880 69% [============================================ ] 612/880 69% [============================================ ] 613/880 69% [============================================ ] 614/880 69% [============================================ ] 615/880 69% [============================================ ] 616/880 70% [============================================ ] 617/880 70% [============================================ ] 618/880 70% [============================================= ] 619/880 70% [============================================= ] 620/880 70% [============================================= ] 621/880 70% [============================================= ] 622/880 70% [============================================= ] 623/880 70% [============================================= ] 624/880 70% [============================================= ] 625/880 71% [============================================= ] 626/880 71% [============================================= ] 627/880 71% [============================================= ] 628/880 71% [============================================= ] 629/880 71% [============================================= ] 630/880 71% [============================================= ] 631/880 71% [============================================= ] 632/880 71% [============================================== ] 633/880 71% [============================================== ] 634/880 72% [============================================== ] 635/880 72% [============================================== ] 636/880 72% [============================================== ] 637/880 72% [============================================== ] 638/880 72% [============================================== ] 639/880 72% [============================================== ] 640/880 72% [============================================== ] 641/880 72% [============================================== ] 642/880 72% [============================================== ] 643/880 73% [============================================== ] 644/880 73% [============================================== ] 645/880 73% [============================================== ] 646/880 73% [=============================================== ] 647/880 73% [=============================================== ] 648/880 73% [=============================================== ] 649/880 73% [=============================================== ] 650/880 73% [=============================================== ] 651/880 73% [=============================================== ] 652/880 74% [=============================================== ] 653/880 74% [=============================================== ] 654/880 74% [=============================================== ] 655/880 74% [=============================================== ] 656/880 74% [=============================================== ] 657/880 74% [=============================================== ] 658/880 74% [=============================================== ] 659/880 74% [================================================ ] 660/880 75% [================================================ ] 661/880 75% [================================================ ] 662/880 75% [================================================ ] 663/880 75% [================================================ ] 664/880 75% [================================================ ] 665/880 75% [================================================ ] 666/880 75% [================================================ ] 667/880 75% [================================================ ] 668/880 75% [================================================ ] 669/880 76% [================================================ ] 670/880 76% [================================================ ] 671/880 76% [================================================ ] 672/880 76% [================================================ ] 673/880 76% [================================================= ] 674/880 76% [================================================= ] 675/880 76% [================================================= ] 676/880 76% [================================================= ] 677/880 76% [================================================= ] 678/880 77% [================================================= ] 679/880 77% [================================================= ] 680/880 77% [================================================= ] 681/880 77% [================================================= ] 682/880 77% [================================================= ] 683/880 77% [================================================= ] 684/880 77% [================================================= ] 685/880 77% [================================================= ] 686/880 77% [================================================= ] 687/880 78% [================================================== ] 688/880 78% [================================================== ] 689/880 78% [================================================== ] 690/880 78% [================================================== ] 691/880 78% [================================================== ] 692/880 78% [================================================== ] 693/880 78% [================================================== ] 694/880 78% [================================================== ] 695/880 78% [================================================== ] 696/880 79% [================================================== ] 697/880 79% [================================================== ] 698/880 79% [================================================== ] 699/880 79% [================================================== ] 700/880 79% [================================================== ] 701/880 79% [=================================================== ] 702/880 79% [=================================================== ] 703/880 79% [=================================================== ] 704/880 80% [=================================================== ] 705/880 80% [=================================================== ] 706/880 80% [=================================================== ] 707/880 80% [=================================================== ] 708/880 80% [=================================================== ] 709/880 80% [=================================================== ] 710/880 80% [=================================================== ] 711/880 80% [=================================================== ] 712/880 80% [=================================================== ] 713/880 81% [=================================================== ] 714/880 81% [==================================================== ] 715/880 81% [==================================================== ] 716/880 81% [==================================================== ] 717/880 81% [==================================================== ] 718/880 81% [==================================================== ] 719/880 81% [==================================================== ] 720/880 81% [==================================================== ] 721/880 81% [==================================================== ] 722/880 82% [==================================================== ] 723/880 82% [==================================================== ] 724/880 82% [==================================================== ] 725/880 82% [==================================================== ] 726/880 82% [==================================================== ] 727/880 82% [==================================================== ] 728/880 82% [===================================================== ] 729/880 82% [===================================================== ] 730/880 82% [===================================================== ] 731/880 83% [===================================================== ] 732/880 83% [===================================================== ] 733/880 83% [===================================================== ] 734/880 83% [===================================================== ] 735/880 83% [===================================================== ] 736/880 83% [===================================================== ] 737/880 83% [===================================================== ] 738/880 83% [===================================================== ] 739/880 83% [===================================================== ] 740/880 84% [===================================================== ] 741/880 84% [===================================================== ] 742/880 84% [====================================================== ] 743/880 84% [====================================================== ] 744/880 84% [====================================================== ] 745/880 84% [====================================================== ] 746/880 84% [====================================================== ] 747/880 84% [====================================================== ] 748/880 85% [====================================================== ] 749/880 85% [====================================================== ] 750/880 85% [====================================================== ] 751/880 85% [====================================================== ] 752/880 85% [====================================================== ] 753/880 85% [====================================================== ] 754/880 85% [====================================================== ] 755/880 85% [====================================================== ] 756/880 85% [======================================================= ] 757/880 86% [======================================================= ] 758/880 86% [======================================================= ] 759/880 86% [======================================================= ] 760/880 86% [======================================================= ] 761/880 86% [======================================================= ] 762/880 86% [======================================================= ] 763/880 86% [======================================================= ] 764/880 86% [======================================================= ] 765/880 86% [======================================================= ] 766/880 87% [======================================================= ] 767/880 87% [======================================================= ] 768/880 87% [======================================================= ] 769/880 87% [======================================================== ] 770/880 87% [======================================================== ] 771/880 87% [======================================================== ] 772/880 87% [======================================================== ] 773/880 87% [======================================================== ] 774/880 87% [======================================================== ] 775/880 88% [======================================================== ] 776/880 88% [======================================================== ] 777/880 88% [======================================================== ] 778/880 88% [======================================================== ] 779/880 88% [======================================================== ] 780/880 88% [======================================================== ] 781/880 88% [======================================================== ] 782/880 88% [======================================================== ] 783/880 88% [========================================================= ] 784/880 89% [========================================================= ] 785/880 89% [========================================================= ] 786/880 89% [========================================================= ] 787/880 89% [========================================================= ] 788/880 89% [========================================================= ] 789/880 89% [========================================================= ] 790/880 89% [========================================================= ] 791/880 89% [========================================================= ] 792/880 90% [========================================================= ] 793/880 90% [========================================================= ] 794/880 90% [========================================================= ] 795/880 90% [========================================================= ] 796/880 90% [========================================================= ] 797/880 90% [========================================================== ] 798/880 90% [========================================================== ] 799/880 90% [========================================================== ] 800/880 90% [========================================================== ] 801/880 91% [========================================================== ] 802/880 91% [========================================================== ] 803/880 91% [========================================================== ] 804/880 91% [========================================================== ] 805/880 91% [========================================================== ] 806/880 91% [========================================================== ] 807/880 91% [========================================================== ] 808/880 91% [========================================================== ] 809/880 91% [========================================================== ] 810/880 92% [========================================================== ] 811/880 92% [=========================================================== ] 812/880 92% [=========================================================== ] 813/880 92% [=========================================================== ] 814/880 92% [=========================================================== ] 815/880 92% [=========================================================== ] 816/880 92% [=========================================================== ] 817/880 92% [=========================================================== ] 818/880 92% [=========================================================== ] 819/880 93% [=========================================================== ] 820/880 93% [=========================================================== ] 821/880 93% [=========================================================== ] 822/880 93% [=========================================================== ] 823/880 93% [=========================================================== ] 824/880 93% [============================================================ ] 825/880 93% [============================================================ ] 826/880 93% [============================================================ ] 827/880 93% [============================================================ ] 828/880 94% [============================================================ ] 829/880 94% [============================================================ ] 830/880 94% [============================================================ ] 831/880 94% [============================================================ ] 832/880 94% [============================================================ ] 833/880 94% [============================================================ ] 834/880 94% [============================================================ ] 835/880 94% [============================================================ ] 836/880 95% [============================================================ ] 837/880 95% [============================================================ ] 838/880 95% [============================================================= ] 839/880 95% [============================================================= ] 840/880 95% [============================================================= ] 841/880 95% [============================================================= ] 842/880 95% [============================================================= ] 843/880 95% [============================================================= ] 844/880 95% [============================================================= ] 845/880 96% [============================================================= ] 846/880 96% [============================================================= ] 847/880 96% [============================================================= ] 848/880 96% [============================================================= ] 849/880 96% [============================================================= ] 850/880 96% [============================================================= ] 851/880 96% [============================================================= ] 852/880 96% [============================================================== ] 853/880 96% [============================================================== ] 854/880 97% [============================================================== ] 855/880 97% [============================================================== ] 856/880 97% [============================================================== ] 857/880 97% [============================================================== ] 858/880 97% [============================================================== ] 859/880 97% [============================================================== ] 860/880 97% [============================================================== ] 861/880 97% [============================================================== ] 862/880 97% [============================================================== ] 863/880 98% [============================================================== ] 864/880 98% [============================================================== ] 865/880 98% [============================================================== ] 866/880 98% [=============================================================== ] 867/880 98% [=============================================================== ] 868/880 98% [=============================================================== ] 869/880 98% [=============================================================== ] 870/880 98% [=============================================================== ] 871/880 98% [=============================================================== ] 872/880 99% [=============================================================== ] 873/880 99% [=============================================================== ] 874/880 99% [=============================================================== ] 875/880 99% [=============================================================== ] 876/880 99% [=============================================================== ] 877/880 99% [=============================================================== ] 878/880 99% [=============================================================== ] 879/880 99% [================================================================] 880/880 100% operation complete, 880 objects in 38506 NAND pages. ln -snf /tmp/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot /tmp/instance-23/output-1/staging make: Leaving directory '/tmp/instance-23/buildroot' make: Entering directory '/tmp/instance-23/buildroot' >>> Buildroot 2023.02-163-g7ad6dd20ff Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-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-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-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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> bird 2.0.11 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.36.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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> host-delve 1.20.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.7 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> git 2.40.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 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) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmodbus 3.1.8 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> linux-tools Collecting legal info >>> linux 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> monit 5.26.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> nginx 1.22.1 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> 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) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: 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) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-23/output-1/legal-info make: Leaving directory '/tmp/instance-23/buildroot'