creating pkgconfig Installing libraries in /home/autobuild/autobuild/instance-0/output-1/host/lib Installing headers in /home/autobuild/autobuild/instance-0/output-1/host/include lz4 libraries installed make[2]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/host-lz4-1.9.4/lib' make[2]: Entering directory '/home/autobuild/autobuild/instance-0/output-1/build/host-lz4-1.9.4/programs' Installing binaries in /home/autobuild/autobuild/instance-0/output-1/host/bin Installing man pages in /home/autobuild/autobuild/instance-0/output-1/host/share/man/man1 lz4 installation completed make[2]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/host-lz4-1.9.4/programs' make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/host-lz4-1.9.4' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-0/dl/yaffs2utils/0.2.9.tar.gz | /home/autobuild/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-0/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 GIT_DIR=. PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-0/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-0/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-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-0/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-0/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-0/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-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-0/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-0/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/include /home/autobuild/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-0/output-1/target/usr/doc find /home/autobuild/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-0/output-1/target/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/man /home/autobuild/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/info /home/autobuild/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/doc /home/autobuild/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-0/output-1/target/lib/debug /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-467-g256aa8ed85"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/autobuild/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-0/output-1/per-package \ /home/autobuild/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.f2fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-0/output-1/images/rootfs.f2fs\n truncate -s 5G /home/autobuild/autobuild/instance-0/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-0/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /home/autobuild/autobuild/instance-0/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-0/output-1/host/sbin/sload.f2fs -f /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.f2fs\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/f2fs/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' F2FS-tools: mkfs.f2fs Ver: 1.16.0 (2023-04-11) Info: Disable heap-based policy Info: Debug level = 0 Info: Trim is disabled Info: Segments per section = 1 Info: Sections per zone = 1 Info: sector size = 512 Info: total sectors = 10485760 (5120 MB) Info: zone aligned segment0 blkaddr: 512 Info: format version with "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" Info: Overprovision ratio = 2.150% Info: Overprovision segments = 55 (GC reserved = 53) Info: format successful Info: MKFS version "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" Info: FSCK version from "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" to "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: Segments per section = 1 Info: Sections per zone = 1 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 2b370abb Info: Duplicate valid checkpoint to mirror position 512 -> 1024 Info: Write valid nat_bits in checkpoint [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ | ] Free segments: 0x9d7 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3[FIX] (move_one_curseg_info:2921) --> Move curseg[0] 3 -> 4 after 2c00 [FIX] (move_one_curseg_info:2921) --> Move curseg[1] 4f4 -> 14 after 2c00 [FIX] (move_one_curseg_info:2921) --> Move curseg[2] 279 -> 15 after 2c00 [FIX] (move_one_curseg_info:2921) --> Move curseg[3] 0 -> 12 after 2c00 [FIX] (move_one_curseg_info:2921) --> Move curseg[4] 1 -> 16 after 2c00 [FIX] (move_one_curseg_info:2921) --> Move curseg[5] 2 -> 1 after 2c00 Info: Write valid nat_bits in checkpoint Info: MKFS version "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" Info: FSCK version from "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" to "Linux version 6.5.0-asahi-15-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 12 Oct 2023 08:22:22 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: Segments per section = 1 Info: Sections per zone = 1 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 2b370abb Info: Checked valid nat_bits in checkpoint Info: checkpoint state = 81 : nat_bits unmount [FSCK] Max image size: 76 MB, Free space: 5044 MB [FSCK] Unreachable nat entries [Ok..] [0x0] [FSCK] SIT valid block bitmap checking [Ok..] [FSCK] Hard link checking for regular file [Ok..] [0x0] [FSCK] valid_block_count matching with CP [Ok..] [0x1c9c] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x21e] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x21e] [FSCK] valid_inode_count matched with CP [Ok..] [0x21e] [FSCK] free segment_count matched with CP [Ok..] [0x9d4] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 2.605404 secs >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-0/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" lz4 -l -9 -c /home/autobuild/autobuild/instance-0/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-0/output-1/images/rootfs.tar.lz4 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-0/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-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 542 objects. stage 2: creating image '/home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/542 0% [ ] 2/542 0% [ ] 3/542 0% [ ] 4/542 0% [ ] 5/542 0% [ ] 6/542 1% [ ] 7/542 1% [ ] 8/542 1% [= ] 9/542 1% [= ] 10/542 1% [= ] 11/542 2% [= ] 12/542 2% [= ] 13/542 2% [= ] 14/542 2% [= ] 15/542 2% [= ] 16/542 2% [== ] 17/542 3% [== ] 18/542 3% [== ] 19/542 3% [== ] 20/542 3% [== ] 21/542 3% [== ] 22/542 4% [== ] 23/542 4% [== ] 24/542 4% [== ] 25/542 4% [=== ] 26/542 4% [=== ] 27/542 4% [=== ] 28/542 5% [=== ] 29/542 5% [=== ] 30/542 5% [=== ] 31/542 5% [=== ] 32/542 5% [=== ] 33/542 6% [==== ] 34/542 6% [==== ] 35/542 6% [==== ] 36/542 6% [==== ] 37/542 6% [==== ] 38/542 7% [==== ] 39/542 7% [==== ] 40/542 7% [==== ] 41/542 7% [==== ] 42/542 7% [===== ] 43/542 7% [===== ] 44/542 8% [===== ] 45/542 8% [===== ] 46/542 8% [===== ] 47/542 8% [===== ] 48/542 8% [===== ] 49/542 9% [===== ] 50/542 9% [====== ] 51/542 9% [====== ] 52/542 9% [====== ] 53/542 9% [====== ] 54/542 9% [====== ] 55/542 10% [====== ] 56/542 10% [====== ] 57/542 10% [====== ] 58/542 10% [====== ] 59/542 10% [======= ] 60/542 11% [======= ] 61/542 11% [======= ] 62/542 11% [======= ] 63/542 11% [======= ] 64/542 11% [======= ] 65/542 11% [======= ] 66/542 12% [======= ] 67/542 12% [======== ] 68/542 12% [======== ] 69/542 12% [======== ] 70/542 12% [======== ] 71/542 13% [======== ] 72/542 13% [======== ] 73/542 13% [======== ] 74/542 13% [======== ] 75/542 13% [======== ] 76/542 14% [========= ] 77/542 14% [========= ] 78/542 14% [========= ] 79/542 14% [========= ] 80/542 14% [========= ] 81/542 14% [========= ] 82/542 15% [========= ] 83/542 15% [========= ] 84/542 15% [========== ] 85/542 15% [========== ] 86/542 15% [========== ] 87/542 16% [========== ] 88/542 16% [========== ] 89/542 16% [========== ] 90/542 16% [========== ] 91/542 16% [========== ] 92/542 16% [========== ] 93/542 17% [=========== ] 94/542 17% [=========== ] 95/542 17% [=========== ] 96/542 17% [=========== ] 97/542 17% [=========== ] 98/542 18% [=========== ] 99/542 18% [=========== ] 100/542 18% [=========== ] 101/542 18% [============ ] 102/542 18% [============ ] 103/542 19% [============ ] 104/542 19% [============ ] 105/542 19% [============ ] 106/542 19% [============ ] 107/542 19% [============ ] 108/542 19% [============ ] 109/542 20% [============ ] 110/542 20% [============= ] 111/542 20% [============= ] 112/542 20% [============= ] 113/542 20% [============= ] 114/542 21% [============= ] 115/542 21% [============= ] 116/542 21% [============= ] 117/542 21% [============= ] 118/542 21% [============== ] 119/542 21% [============== ] 120/542 22% [============== ] 121/542 22% [============== ] 122/542 22% [============== ] 123/542 22% [============== ] 124/542 22% [============== ] 125/542 23% [============== ] 126/542 23% [============== ] 127/542 23% [=============== ] 128/542 23% [=============== ] 129/542 23% [=============== ] 130/542 23% [=============== ] 131/542 24% [=============== ] 132/542 24% [=============== ] 133/542 24% [=============== ] 134/542 24% [=============== ] 135/542 24% [================ ] 136/542 25% [================ ] 137/542 25% [================ ] 138/542 25% [================ ] 139/542 25% [================ ] 140/542 25% [================ ] 141/542 26% [================ ] 142/542 26% [================ ] 143/542 26% [================= ] 144/542 26% [================= ] 145/542 26% [================= ] 146/542 26% [================= ] 147/542 27% [================= ] 148/542 27% [================= ] 149/542 27% [================= ] 150/542 27% [================= ] 151/542 27% [================= ] 152/542 28% [================== ] 153/542 28% [================== ] 154/542 28% [================== ] 155/542 28% [================== ] 156/542 28% [================== ] 157/542 28% [================== ] 158/542 29% [================== ] 159/542 29% [================== ] 160/542 29% [=================== ] 161/542 29% [=================== ] 162/542 29% [=================== ] 163/542 30% [=================== ] 164/542 30% [=================== ] 165/542 30% [=================== ] 166/542 30% [=================== ] 167/542 30% [=================== ] 168/542 30% [=================== ] 169/542 31% [==================== ] 170/542 31% [==================== ] 171/542 31% [==================== ] 172/542 31% [==================== ] 173/542 31% [==================== ] 174/542 32% [==================== ] 175/542 32% [==================== ] 176/542 32% [==================== ] 177/542 32% [===================== ] 178/542 32% [===================== ] 179/542 33% [===================== ] 180/542 33% [===================== ] 181/542 33% [===================== ] 182/542 33% [===================== ] 183/542 33% [===================== ] 184/542 33% [===================== ] 185/542 34% [===================== ] 186/542 34% [====================== ] 187/542 34% [====================== ] 188/542 34% [====================== ] 189/542 34% [====================== ] 190/542 35% [====================== ] 191/542 35% [====================== ] 192/542 35% [====================== ] 193/542 35% [====================== ] 194/542 35% [======================= ] 195/542 35% [======================= ] 196/542 36% [======================= ] 197/542 36% [======================= ] 198/542 36% [======================= ] 199/542 36% [======================= ] 200/542 36% [======================= ] 201/542 37% [======================= ] 202/542 37% [======================= ] 203/542 37% [======================== ] 204/542 37% [======================== ] 205/542 37% [======================== ] 206/542 38% [======================== ] 207/542 38% [======================== ] 208/542 38% [======================== ] 209/542 38% [======================== ] 210/542 38% [======================== ] 211/542 38% [========================= ] 212/542 39% [========================= ] 213/542 39% [========================= ] 214/542 39% [========================= ] 215/542 39% [========================= ] 216/542 39% [========================= ] 217/542 40% [========================= ] 218/542 40% [========================= ] 219/542 40% [========================= ] 220/542 40% [========================== ] 221/542 40% [========================== ] 222/542 40% [========================== ] 223/542 41% [========================== ] 224/542 41% [========================== ] 225/542 41% [========================== ] 226/542 41% [========================== ] 227/542 41% [========================== ] 228/542 42% [=========================== ] 229/542 42% [=========================== ] 230/542 42% [=========================== ] 231/542 42% [=========================== ] 232/542 42% [=========================== ] 233/542 42% [=========================== ] 234/542 43% [=========================== ] 235/542 43% [=========================== ] 236/542 43% [=========================== ] 237/542 43% [============================ ] 238/542 43% [============================ ] 239/542 44% [============================ ] 240/542 44% [============================ ] 241/542 44% [============================ ] 242/542 44% [============================ ] 243/542 44% [============================ ] 244/542 45% [============================ ] 245/542 45% [============================= ] 246/542 45% [============================= ] 247/542 45% [============================= ] 248/542 45% [============================= ] 249/542 45% [============================= ] 250/542 46% [============================= ] 251/542 46% [============================= ] 252/542 46% [============================= ] 253/542 46% [============================= ] 254/542 46% [============================== ] 255/542 47% [============================== ] 256/542 47% [============================== ] 257/542 47% [============================== ] 258/542 47% [============================== ] 259/542 47% [============================== ] 260/542 47% [============================== ] 261/542 48% [============================== ] 262/542 48% [=============================== ] 263/542 48% [=============================== ] 264/542 48% [=============================== ] 265/542 48% [=============================== ] 266/542 49% [=============================== ] 267/542 49% [=============================== ] 268/542 49% [=============================== ] 269/542 49% [=============================== ] 270/542 49% [================================ ] 271/542 50% [================================ ] 272/542 50% [================================ ] 273/542 50% [================================ ] 274/542 50% [================================ ] 275/542 50% [================================ ] 276/542 50% [================================ ] 277/542 51% [================================ ] 278/542 51% [================================ ] 279/542 51% [================================= ] 280/542 51% [================================= ] 281/542 51% [================================= ] 282/542 52% [================================= ] 283/542 52% [================================= ] 284/542 52% [================================= ] 285/542 52% [================================= ] 286/542 52% [================================= ] 287/542 52% [================================== ] 288/542 53% [================================== ] 289/542 53% [================================== ] 290/542 53% [================================== ] 291/542 53% [================================== ] 292/542 53% [================================== ] 293/542 54% [================================== ] 294/542 54% [================================== ] 295/542 54% [================================== ] 296/542 54% [=================================== ] 297/542 54% [=================================== ] 298/542 54% [=================================== ] 299/542 55% [=================================== ] 300/542 55% [=================================== ] 301/542 55% [=================================== ] 302/542 55% [=================================== ] 303/542 55% [=================================== ] 304/542 56% [==================================== ] 305/542 56% [==================================== ] 306/542 56% [==================================== ] 307/542 56% [==================================== ] 308/542 56% [==================================== ] 309/542 57% [==================================== ] 310/542 57% [==================================== ] 311/542 57% [==================================== ] 312/542 57% [==================================== ] 313/542 57% [===================================== ] 314/542 57% [===================================== ] 315/542 58% [===================================== ] 316/542 58% [===================================== ] 317/542 58% [===================================== ] 318/542 58% [===================================== ] 319/542 58% [===================================== ] 320/542 59% [===================================== ] 321/542 59% [====================================== ] 322/542 59% [====================================== ] 323/542 59% [====================================== ] 324/542 59% [====================================== ] 325/542 59% [====================================== ] 326/542 60% [====================================== ] 327/542 60% [====================================== ] 328/542 60% [====================================== ] 329/542 60% [====================================== ] 330/542 60% [======================================= ] 331/542 61% [======================================= ] 332/542 61% [======================================= ] 333/542 61% [======================================= ] 334/542 61% [======================================= ] 335/542 61% [======================================= ] 336/542 61% [======================================= ] 337/542 62% [======================================= ] 338/542 62% [======================================== ] 339/542 62% [======================================== ] 340/542 62% [======================================== ] 341/542 62% [======================================== ] 342/542 63% [======================================== ] 343/542 63% [======================================== ] 344/542 63% [======================================== ] 345/542 63% [======================================== ] 346/542 63% [======================================== ] 347/542 64% [========================================= ] 348/542 64% [========================================= ] 349/542 64% [========================================= ] 350/542 64% [========================================= ] 351/542 64% [========================================= ] 352/542 64% [========================================= ] 353/542 65% [========================================= ] 354/542 65% [========================================= ] 355/542 65% [========================================== ] 356/542 65% [========================================== ] 357/542 65% [========================================== ] 358/542 66% [========================================== ] 359/542 66% [========================================== ] 360/542 66% [========================================== ] 361/542 66% [========================================== ] 362/542 66% [========================================== ] 363/542 66% [========================================== ] 364/542 67% [=========================================== ] 365/542 67% [=========================================== ] 366/542 67% [=========================================== ] 367/542 67% [=========================================== ] 368/542 67% [=========================================== ] 369/542 68% [=========================================== ] 370/542 68% [=========================================== ] 371/542 68% [=========================================== ] 372/542 68% [============================================ ] 373/542 68% [============================================ ] 374/542 69% [============================================ ] 375/542 69% [============================================ ] 376/542 69% [============================================ ] 377/542 69% [============================================ ] 378/542 69% [============================================ ] 379/542 69% [============================================ ] 380/542 70% [============================================ ] 381/542 70% [============================================= ] 382/542 70% [============================================= ] 383/542 70% [============================================= ] 384/542 70% [============================================= ] 385/542 71% [============================================= ] 386/542 71% [============================================= ] 387/542 71% [============================================= ] 388/542 71% [============================================= ] 389/542 71% [============================================== ] 390/542 71% [============================================== ] 391/542 72% [============================================== ] 392/542 72% [============================================== ] 393/542 72% [============================================== ] 394/542 72% [============================================== ] 395/542 72% [============================================== ] 396/542 73% [============================================== ] 397/542 73% [============================================== ] 398/542 73% [=============================================== ] 399/542 73% [=============================================== ] 400/542 73% [=============================================== ] 401/542 73% [=============================================== ] 402/542 74% [=============================================== ] 403/542 74% [=============================================== ] 404/542 74% [=============================================== ] 405/542 74% [=============================================== ] 406/542 74% [================================================ ] 407/542 75% [================================================ ] 408/542 75% [================================================ ] 409/542 75% [================================================ ] 410/542 75% [================================================ ] 411/542 75% [================================================ ] 412/542 76% [================================================ ] 413/542 76% [================================================ ] 414/542 76% [================================================= ] 415/542 76% [================================================= ] 416/542 76% [================================================= ] 417/542 76% [================================================= ] 418/542 77% [================================================= ] 419/542 77% [================================================= ] 420/542 77% [================================================= ] 421/542 77% [================================================= ] 422/542 77% [================================================= ] 423/542 78% [================================================== ] 424/542 78% [================================================== ] 425/542 78% [================================================== ] 426/542 78% [================================================== ] 427/542 78% [================================================== ] 428/542 78% [================================================== ] 429/542 79% [================================================== ] 430/542 79% [================================================== ] 431/542 79% [=================================================== ] 432/542 79% [=================================================== ] 433/542 79% [=================================================== ] 434/542 80% [=================================================== ] 435/542 80% [=================================================== ] 436/542 80% [=================================================== ] 437/542 80% [=================================================== ] 438/542 80% [=================================================== ] 439/542 80% [=================================================== ] 440/542 81% [==================================================== ] 441/542 81% [==================================================== ] 442/542 81% [==================================================== ] 443/542 81% [==================================================== ] 444/542 81% [==================================================== ] 445/542 82% [==================================================== ] 446/542 82% [==================================================== ] 447/542 82% [==================================================== ] 448/542 82% [===================================================== ] 449/542 82% [===================================================== ] 450/542 83% [===================================================== ] 451/542 83% [===================================================== ] 452/542 83% [===================================================== ] 453/542 83% [===================================================== ] 454/542 83% [===================================================== ] 455/542 83% [===================================================== ] 456/542 84% [===================================================== ] 457/542 84% [====================================================== ] 458/542 84% [====================================================== ] 459/542 84% [====================================================== ] 460/542 84% [====================================================== ] 461/542 85% [====================================================== ] 462/542 85% [====================================================== ] 463/542 85% [====================================================== ] 464/542 85% [====================================================== ] 465/542 85% [======================================================= ] 466/542 85% [======================================================= ] 467/542 86% [======================================================= ] 468/542 86% [======================================================= ] 469/542 86% [======================================================= ] 470/542 86% [======================================================= ] 471/542 86% [======================================================= ] 472/542 87% [======================================================= ] 473/542 87% [======================================================= ] 474/542 87% [======================================================== ] 475/542 87% [======================================================== ] 476/542 87% [======================================================== ] 477/542 88% [======================================================== ] 478/542 88% [======================================================== ] 479/542 88% [======================================================== ] 480/542 88% [======================================================== ] 481/542 88% [======================================================== ] 482/542 88% [========================================================= ] 483/542 89% [========================================================= ] 484/542 89% [========================================================= ] 485/542 89% [========================================================= ] 486/542 89% [========================================================= ] 487/542 89% [========================================================= ] 488/542 90% [========================================================= ] 489/542 90% [========================================================= ] 490/542 90% [========================================================= ] 491/542 90% [========================================================== ] 492/542 90% [========================================================== ] 493/542 90% [========================================================== ] 494/542 91% [========================================================== ] 495/542 91% [========================================================== ] 496/542 91% [========================================================== ] 497/542 91% [========================================================== ] 498/542 91% [========================================================== ] 499/542 92% [=========================================================== ] 500/542 92% [=========================================================== ] 501/542 92% [=========================================================== ] 502/542 92% [=========================================================== ] 503/542 92% [=========================================================== ] 504/542 92% [=========================================================== ] 505/542 93% [=========================================================== ] 506/542 93% [=========================================================== ] 507/542 93% [=========================================================== ] 508/542 93% [============================================================ ] 509/542 93% [============================================================ ] 510/542 94% [============================================================ ] 511/542 94% [============================================================ ] 512/542 94% [============================================================ ] 513/542 94% [============================================================ ] 514/542 94% [============================================================ ] 515/542 95% [============================================================ ] 516/542 95% [============================================================= ] 517/542 95% [============================================================= ] 518/542 95% [============================================================= ] 519/542 95% [============================================================= ] 520/542 95% [============================================================= ] 521/542 96% [============================================================= ] 522/542 96% [============================================================= ] 523/542 96% [============================================================= ] 524/542 96% [============================================================= ] 525/542 96% [============================================================== ] 526/542 97% [============================================================== ] 527/542 97% [============================================================== ] 528/542 97% [============================================================== ] 529/542 97% [============================================================== ] 530/542 97% [============================================================== ] 531/542 97% [============================================================== ] 532/542 98% [============================================================== ] 533/542 98% [=============================================================== ] 534/542 98% [=============================================================== ] 535/542 98% [=============================================================== ] 536/542 98% [=============================================================== ] 537/542 99% [=============================================================== ] 538/542 99% [=============================================================== ] 539/542 99% [=============================================================== ] 540/542 99% [=============================================================== ] 541/542 99% [================================================================] 542/542 100% operation complete, 542 objects in 13915 NAND pages. ln -snf /home/autobuild/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2024.02-467-g256aa8ed85 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.8.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> initscripts Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libgcrypt 1.10.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.6 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmicrohttpd 0.9.77 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mawk 1.3.4-20240123 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> sound-theme-borealis 0.9a Collecting legal info >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilc-firmware wilc_linux_16_1_2 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'