libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c sqlite3 '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin' libtool: install: /usr/bin/install -c sqlite3 /tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin/sqlite3 /usr/bin/mkdir -p '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include' /usr/bin/install -c -m 644 sqlite3.h sqlite3ext.h '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 sqlite3.1 '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sqlite3.pc '/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/instance-23/output-1/build/sqlite-3.40.1' make[1]: Leaving directory '/tmp/instance-23/output-1/build/sqlite-3.40.1' >>> sqlite 3.40.1 Fixing libtool files for la in $(find /tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-23/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-23/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> sqlite 3.40.1 Installing to target PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-23/output-1/target install -C /tmp/instance-23/output-1/build/sqlite-3.40.1/ make[1]: Entering directory '/tmp/instance-23/output-1/build/sqlite-3.40.1' make[2]: Entering directory '/tmp/instance-23/output-1/build/sqlite-3.40.1' /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libsqlite3.la '/tmp/instance-23/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsqlite3.lai /tmp/instance-23/output-1/target/usr/lib/libsqlite3.la libtool: install: /usr/bin/install -c .libs/libsqlite3.a /tmp/instance-23/output-1/target/usr/lib/libsqlite3.a libtool: install: chmod 644 /tmp/instance-23/output-1/target/usr/lib/libsqlite3.a libtool: install: /tmp/instance-23/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc-ranlib /tmp/instance-23/output-1/target/usr/lib/libsqlite3.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c sqlite3 '/tmp/instance-23/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sqlite3 /tmp/instance-23/output-1/target/usr/bin/sqlite3 /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/include' /usr/bin/install -c -m 644 sqlite3.h sqlite3ext.h '/tmp/instance-23/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 sqlite3.1 '/tmp/instance-23/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sqlite3.pc '/tmp/instance-23/output-1/target/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/instance-23/output-1/build/sqlite-3.40.1' make[1]: Leaving directory '/tmp/instance-23/output-1/build/sqlite-3.40.1' u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /tmp/instance-23/dl/uboot-tools/u-boot-2021.07.tar.bz2 | tar --strip-components=1 -C /tmp/instance-23/output-1/build/host-uboot-tools-2021.07 -xf - >>> host-uboot-tools 2021.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 511 (offset 25 lines). Applying 0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch using patch: patching file tools/Makefile Hunk #1 succeeded at 310 (offset -6 lines). >>> host-uboot-tools 2021.07 Configuring mkdir -p /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/config touch /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/generated touch /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo >> /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/asm touch /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/tmp/instance-23/output-1/host/include" HOSTLDFLAGS="-L/tmp/instance-23/output-1/host/lib -Wl,-rpath,/tmp/instance-23/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only make[1]: Entering directory '/tmp/instance-23/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep UPD include/config/uboot.release UPD include/generated/version_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc32.c'. HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/fdt_region.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdt_region.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/fdt_region.c'. HOSTCC tools/common/fdt_region.o WRAP tools/common/bootm.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/bootm.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/bootm.c'. HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdtdec_common.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdtdec_common.c'. HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdtdec.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdtdec.c'. HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/image.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/image.c'. HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/md5.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/md5.c'. HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/rc4.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/rc4.c'. HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o HOSTCC tools/sunxi_egon.o WRAP tools/lib/crc16.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/crc16.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc16.c'. HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash-checksum.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/hash-checksum.c'. HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha1.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha1.c'. HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha256.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha256.c'. HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha512.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha512.c'. HOSTCC tools/lib/sha512.o WRAP tools/common/hash.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/hash.c'. HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_ro.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/mtk_image.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-uboot-tools-2021.07' /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/tmp/instance-23/output-1/host/include" HOSTLDFLAGS="-L/tmp/instance-23/output-1/host/lib -Wl,-rpath,/tmp/instance-23/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y envtools no-dot-config-targets=envtools make[1]: Entering directory '/tmp/instance-23/output-1/build/host-uboot-tools-2021.07' UPD include/generated/timestamp_autogenerated.h AR tools/env/built-in.o HOSTCC tools/env/crc32.o HOSTCC tools/env/ctype.o HOSTCC tools/env/env_attr.o HOSTCC tools/env/env_flags.o HOSTCC tools/env/fw_env.o HOSTCC tools/env/linux_string.o AR tools/env/lib.a HOSTCC tools/env/fw_env_main.o HOSTLD tools/env/fw_printenv STRIP tools/env/fw_printenv make[1]: Leaving directory '/tmp/instance-23/output-1/build/host-uboot-tools-2021.07' >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/tools/mkimage /tmp/instance-23/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /tmp/instance-23/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /tmp/instance-23/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /tmp/instance-23/output-1/host/bin/dumpimage /usr/bin/install -m 0755 -D /tmp/instance-23/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /tmp/instance-23/output-1/host/bin/fw_printenv ln -sf /tmp/instance-23/output-1/host/bin/fw_printenv /tmp/instance-23/output-1/host/bin/fw_setenv >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-23/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-23/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-23/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-m7%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@%/tmp/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-23/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-23/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-23/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-23/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-m7%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/tmp/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /tmp/instance-23/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-23/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-23/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-23/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-23/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-23/output-1/target/etc/shells; fi mkdir -p /tmp/instance-23/output-1/target/etc echo "buildroot" > /tmp/instance-23/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-23/output-1/target/etc/hosts mkdir -p /tmp/instance-23/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-23/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-23/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-23/output-1/target/etc/shells rm -rf /tmp/instance-23/output-1/target/usr/include /tmp/instance-23/output-1/target/usr/share/aclocal \ /tmp/instance-23/output-1/target/usr/lib/pkgconfig /tmp/instance-23/output-1/target/usr/share/pkgconfig \ /tmp/instance-23/output-1/target/usr/lib/cmake /tmp/instance-23/output-1/target/usr/share/cmake \ /tmp/instance-23/output-1/target/usr/lib/rpm /tmp/instance-23/output-1/target/usr/doc find /tmp/instance-23/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-23/output-1/target/lib/ /tmp/instance-23/output-1/target/usr/lib/ /tmp/instance-23/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-23/output-1/target/usr/share/gdb rm -rf /tmp/instance-23/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-23/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-23/output-1/target/usr/share/zsh rm -rf /tmp/instance-23/output-1/target/usr/man /tmp/instance-23/output-1/target/usr/share/man rm -rf /tmp/instance-23/output-1/target/usr/info /tmp/instance-23/output-1/target/usr/share/info rm -rf /tmp/instance-23/output-1/target/usr/doc /tmp/instance-23/output-1/target/usr/share/doc rm -rf /tmp/instance-23/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-23/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-23/output-1/target/lib/debug /tmp/instance-23/output-1/target/usr/lib/debug find /tmp/instance-23/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-23/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-23/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-23/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-23/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1403-g59b2e826f2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-23/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-23/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-23/output-1/per-package /tmp/instance-23/buildroot/support/scripts/fix-rpath target touch /tmp/instance-23/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-23/output-1/build/buildroot-fs mkdir -p /tmp/instance-23/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.f2fs mkdir -p /tmp/instance-23/output-1/images rm -rf /tmp/instance-23/output-1/build/buildroot-fs/f2fs mkdir -p /tmp/instance-23/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-23/output-1/target/ /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target" >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-23/buildroot/support/scripts/mkusers /tmp/instance-23/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot echo "/tmp/instance-23/output-1/host/bin/makedevs -d /tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target" >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -rf /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target/usr/lib/udev/hwdb.d/ /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /tmp/instance-23/output-1/images/rootfs.f2fs\n truncate -s 5G /tmp/instance-23/output-1/images/rootfs.f2fs\n /tmp/instance-23/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /tmp/instance-23/output-1/images/rootfs.f2fs\n /tmp/instance-23/output-1/host/sbin/sload.f2fs -f /tmp/instance-23/output-1/build/buildroot-fs/f2fs/target /tmp/instance-23/output-1/images/rootfs.f2fs\n' >> /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-23/output-1/host/bin/fakeroot -- /tmp/instance-23/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/tmp/instance-23/output-1/build/buildroot-fs/f2fs/target table='/tmp/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' F2FS-tools: mkfs.f2fs Ver: 1.15.0 (2022-05-13) 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 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" Info: Overprovision ratio = 2.810% Info: Overprovision segments = 148 (GC reserved = 79) Info: format successful Info: MKFS version "Linux version 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" Info: FSCK version from "Linux version 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" to "Linux version 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" 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 = 24b859d 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 0x9de [ - ] Free segments: 0x9de[FIX] (move_one_curseg_info:2857) --> Move curseg[0] 3 -> 4 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[1] 4f4 -> 9 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[2] 279 -> a after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[3] 0 -> 5 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[4] 1 -> b after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[5] 2 -> 1 after 2c00 Info: Write valid nat_bits in checkpoint Info: MKFS version "Linux version 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" Info: FSCK version from "Linux version 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" to "Linux version 5.15.83-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)" 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 = 24b859d Info: Checked valid nat_bits in checkpoint Info: checkpoint state = 81 : nat_bits unmount [FSCK] Max image size: 62 MB, Free space: 4771 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..] [0x83c] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x1e5] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x1e5] [FSCK] valid_inode_count matched with CP [Ok..] [0x1e5] [FSCK] free segment_count matched with CP [Ok..] [0x9df] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 0.000000 secs ln -snf /tmp/instance-23/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot /tmp/instance-23/output-1/staging make: Leaving directory '/tmp/instance-23/buildroot' make: Entering directory '/tmp/instance-23/buildroot' >>> Buildroot 2022.11-1403-g59b2e826f2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-elf2flt 2021.08 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jitterentropy-library 3.4.1 Collecting legal info LICENSE: OK (sha256: 7a89069066f6c0b8767d3256e5ec5d765b2c7f3354a5a06fc8d5bd7b8103d8a3) LICENSE.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) LICENSE.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jquery 3.5.1 Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /tmp/instance-23/output-1/legal-info make: Leaving directory '/tmp/instance-23/buildroot'