checking whether isnanl works... guessing yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking bp-sym.h usability... no checking bp-sym.h presence... no checking for bp-sym.h... no checking for mempcpy... (cached) yes checking for memrchr... yes checking whether mkdir handles trailing slash... guessing yes checking whether mkdir handles trailing dot... guessing yes checking whether open recognizes a trailing slash... guessing yes checking for opendir... yes checking whether frexp works... (cached) guessing yes checking whether ldexp can be used without linking with libm... yes checking whether frexpl() can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) guessing yes checking whether frexpl is declared... (cached) yes checking whether ldexpl() can be used without linking with libm... yes checking whether ldexpl works... guessing yes checking whether ldexpl is declared... yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... guessing yes checking whether readlinkat signature is correct... yes checking whether rename honors trailing slash on destination... guessing yes checking whether rename honors trailing slash on source... guessing yes checking whether rename manages hard links correctly... guessing yes checking whether rename manages existing destinations correctly... guessing yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking for linux/fs.h... (cached) yes checking whether rmdir works... guessing yes checking for signbit macro... guessing yes checking for signbit compiler built-ins... guessing yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for ssize_t... yes checking whether stat handles trailing slashes on files... guessing yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for stpcpy... yes checking for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... yes checking for strcasestr... yes checking for working strerror function... guessing yes checking whether symlink handles trailing slash correctly... guessing yes checking whether symlinkat handles trailing slash correctly... guessing yes checking for nlink_t... (cached) yes checking whether unlink honors trailing slashes... guessing yes checking whether unlink of a parent directory fails as it should... guessing yes checking whether utimensat works... guessing yes checking for ptrdiff_t... yes checking for vasprintf... yes checking for vasprintf... (cached) yes checking for stdint.h... (cached) yes checking CFLAGS for maximum warnings... -Wall checking whether C compiler accepts -Wunused... yes checking whether C compiler accepts -Wimplicit... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wno-missing-prototypes... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wcomment... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wno-format-nonliteral... yes checking whether C compiler accepts -Wsequence-point... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wextra... yes checking linux/securebits.h usability... yes checking linux/securebits.h presence... yes checking for linux/securebits.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating autotools/gnulib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pax-utils 1.2.6 Building PATH="/nvmedata/autobuild/instance-13/output-1/host/bin:/nvmedata/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' Making all in autotools/gnulib make[3]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' GEN alloca.h GEN dirent.h GEN fcntl.h GEN float.h GEN inttypes.h GEN limits.h GEN math.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h GEN wchar.h /usr/bin/make all-recursive make[4]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[5]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' CC openat-proc.o CC cloexec.o CC dirname-lgpl.o CC basename-lgpl.o CC stripslash.o CC exitfail.o CC fd-hook.o CC fd-safer-flag.o CC dup-safer-flag.o CC filenamecat-lgpl.o CC getprogname.o CC gettime.o CC malloca.o CC math.o CC openat-die.o CC printf-frexp.o CC printf-frexpl.o CC progname.o CC renameatu.o CC save-cwd.o CC stat-time.o CC statat.o CC timespec.o CC unistd.o CC dup-safer.o CC fd-safer.o CC pipe-safer.o CC utimens.o utimens.c: In function 'fdutimens': utimens.c:382:17: warning: 'update_timespec' accessing 16 bytes in a region of size 8 [-Wstringop-overflow=] 382 | if (ts && update_timespec (&st, &ts)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ utimens.c:382:17: note: referencing argument 2 of type 'struct timespec **' utimens.c:133:1: note: in a call to function 'update_timespec' 133 | update_timespec (struct stat const *statbuf, struct timespec *ts[2]) | ^~~~~~~~~~~~~~~ utimens.c: In function 'lutimens': utimens.c:595:17: warning: 'update_timespec' accessing 16 bytes in a region of size 8 [-Wstringop-overflow=] 595 | if (ts && update_timespec (&st, &ts)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ utimens.c:595:17: note: referencing argument 2 of type 'struct timespec **' utimens.c:133:1: note: in a call to function 'update_timespec' 133 | update_timespec (struct stat const *statbuf, struct timespec *ts[2]) | ^~~~~~~~~~~~~~~ CC xsize.o CC asnprintf.o CC chdir-long.o CC fcntl.o CC futimens.o CC itold.o CC localtime-buffer.o CC memchr.o memchr.c: In function 'rpl_memchr': memchr.c:84:18: warning: cast increases required alignment of target type [-Wcast-align] 84 | longword_ptr = (const longword *) char_ptr; | ^ CC printf-args.o CC printf-parse.o CC strcasestr.o CC vasnprintf.o AR libgnu.a make[5]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[4]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[3]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[3]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' CC scanelf.o CC paxelf.lo CC paxinc.lo CC paxldso.lo CC paxmacho.lo CC security.lo CC xfuncs.lo CCLD libpaxutils.la CCLD scanelf CC dumpelf.o CCLD dumpelf CC pspax.o CCLD pspax CC scanmacho.o CCLD scanmacho cp lddtree.sh lddtree cp symtree.sh symtree make[3]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' make[2]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' >>> pax-utils 1.2.6 Installing to target PATH="/nvmedata/autobuild/instance-13/output-1/host/bin:/nvmedata/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-13/output-1/target install -C /nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' Making install in autotools/gnulib make[2]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[4]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[5]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[4]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[3]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[2]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6/autotools/gnulib' make[2]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' make[3]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' /bin/mkdir -p '/nvmedata/autobuild/instance-13/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/nvmedata/autobuild/instance-13/output-1/target/usr/bin' libtool: install: /usr/bin/install -c scanelf /nvmedata/autobuild/instance-13/output-1/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /nvmedata/autobuild/instance-13/output-1/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /nvmedata/autobuild/instance-13/output-1/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /nvmedata/autobuild/instance-13/output-1/target/usr/bin/scanmacho /bin/mkdir -p '/nvmedata/autobuild/instance-13/output-1/target/usr/bin' /usr/bin/install -c lddtree symtree '/nvmedata/autobuild/instance-13/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-13/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/nvmedata/autobuild/instance-13/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' make[2]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/pax-utils-1.2.6' rm -f /nvmedata/autobuild/instance-13/output-1/target/usr/bin/{lddtree,symtree} >>> wireless-regdb 2022.02.18 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-13/output-1/build/.wireless-regdb-2022.02.18.tar.xz.7CuLje/output' 'https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2022.02.18.tar.xz' --2022-06-03 00:48:01-- https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2022.02.18.tar.xz Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.193.176, 151.101.129.176, 151.101.65.176, ... Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.193.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 25908 (25K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-13/output-1/build/.wireless-regdb-2022.02.18.tar.xz.7CuLje/output' 0K .......... .......... ..... 100% 84.8M=0s 2022-06-03 00:48:01 (84.8 MB/s) - '/nvmedata/autobuild/instance-13/output-1/build/.wireless-regdb-2022.02.18.tar.xz.7CuLje/output' saved [25908/25908] wireless-regdb-2022.02.18.tar.xz: OK (sha256: 8828c25a4ee25020044004f57374bb9deac852809fad70f8d3d01770bf9ac97f) >>> wireless-regdb 2022.02.18 Extracting xzcat /nvmedata/autobuild/instance-13/dl/wireless-regdb/wireless-regdb-2022.02.18.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-13/output-1/build/wireless-regdb-2022.02.18 -xf - >>> wireless-regdb 2022.02.18 Patching >>> wireless-regdb 2022.02.18 Configuring >>> wireless-regdb 2022.02.18 Building >>> wireless-regdb 2022.02.18 Installing to target /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-13/output-1/build/wireless-regdb-2022.02.18/regulatory.bin /nvmedata/autobuild/instance-13/output-1/target/usr/lib/crda/regulatory.bin /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-13/output-1/build/wireless-regdb-2022.02.18/sforshee.key.pub.pem /nvmedata/autobuild/instance-13/output-1/target/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-13/output-1/build/wireless-regdb-2022.02.18/regulatory.db /nvmedata/autobuild/instance-13/output-1/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-13/output-1/build/wireless-regdb-2022.02.18/regulatory.db.p7s /nvmedata/autobuild/instance-13/output-1/target/lib/firmware/regulatory.db.p7s >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-13/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-13/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-13/output-1/host/bin/sparc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-13/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-13/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-13/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-13/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-13/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-13/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-13/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-13/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-13/output-1/host/bin/sparc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-13/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-13/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-13/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-13/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-13/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-13/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-13/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-13/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-13/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-13/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-13/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-13/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-13/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-13/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-13/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-13/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-13/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-13/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-13/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-13/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-13/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-13/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-13/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-13/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-13/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-13/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-13/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/include /nvmedata/autobuild/instance-13/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-13/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-13/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-13/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-13/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-13/output-1/target/usr/doc find /nvmedata/autobuild/instance-13/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-13/output-1/target/lib/ /nvmedata/autobuild/instance-13/output-1/target/usr/lib/ /nvmedata/autobuild/instance-13/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-13/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/man /nvmedata/autobuild/instance-13/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/info /nvmedata/autobuild/instance-13/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/doc /nvmedata/autobuild/instance-13/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-13/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-13/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-13/output-1/target/lib/debug /nvmedata/autobuild/instance-13/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-13/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 /nvmedata/autobuild/instance-13/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-13/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-13/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 /nvmedata/autobuild/instance-13/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-rc2-30-ga482624320"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-rc2\"" \ ) > /nvmedata/autobuild/instance-13/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-13/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-13/output-1/per-package /nvmedata/autobuild/instance-13/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-13/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /nvmedata/autobuild/instance-13/output-1/images rm -rf /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs mkdir -p /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-13/output-1/target/ /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-13/output-1/host/bin:/nvmedata/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-13/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "/nvmedata/autobuild/instance-13/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /nvmedata/autobuild/instance-13/output-1/host/sbin/mkfs.ubifs -d /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /nvmedata/autobuild/instance-13/output-1/images/rootfs.ubifs\n' >> /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-13/output-1/host/bin:/nvmedata/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-13/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/ubifs/target table='/nvmedata/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-13/output-1/host/bin:/nvmedata/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" gzip -9 -c -n /nvmedata/autobuild/instance-13/output-1/images/rootfs.ubifs > /nvmedata/autobuild/instance-13/output-1/images/rootfs.ubifs.gz ln -snf /nvmedata/autobuild/instance-13/output-1/host/sparc64-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-13/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-13/buildroot' make: Entering directory '/nvmedata/autobuild/instance-13/buildroot' >>> Buildroot 2022.05-rc2-30-ga482624320 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> openssl Collecting legal info >>> libressl 3.5.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> crda 4.14 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-python-pycryptodomex 3.14.1 Collecting legal info LICENSE.rst: OK (sha256: 4e04660d77c1c64e89d79537919fb8240fa21484a7e3db29f358b2c7f84ea073) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> initscripts Collecting legal info >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> netatalk 3.1.13 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7599ae145e53be03a08f8b558b2f2e0c828e1630f1843cc04f41981b8cefcd65) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) 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) Legal info produced in /nvmedata/autobuild/instance-13/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-13/buildroot'