checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for linux/if_arp.h... (cached) no checking machine/limits.h usability... no checking machine/limits.h presence... no checking for machine/limits.h... no checking machine/param.h usability... no checking machine/param.h presence... no checking for machine/param.h... no checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking net/if_types.h usability... no checking net/if_types.h presence... no checking for net/if_types.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct sockaddr_in6 has sin6_scope_id... yes checking whether struct in6_addr has u6_addrXX and defines s6_addrXX... yes checking for getopt_long... yes checking for ppoll... yes checking for sysctl... no checking pkg-config is at least version 0.9.0... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating radvd.service config.status: creating redhat/systemd/radvd.spec config.status: creating redhat/SysV/radvd.spec config.status: creating config.h config.status: executing depfiles 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, --enable-static, --enable-shared Your build configuration: CPPFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 LDFLAGS = Arch = linux Extras: privsep-linux.o device-linux.o netlink.o prefix: /usr PID file: /var/run/radvd.pid Log file: /var/log/radvd.log Config file: /etc/radvd.conf Radvd version: 2.19 >>> radvd 2.19 Building PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/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-14/output-1/build/radvd-2.19/ make[1]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' YACC gram.c updating gram.h CC libradvd_parser_a-gram.o LEX scanner.c CC libradvd_parser_a-scanner.o AR libradvd-parser.a ar: `u' modifier ignored since `D' is the default (see `U') CC log.o CC recv.o recv.c: In function 'recv_rs_ra': recv.c:80:27: warning: implicit declaration of function 'if_indextoname' [-Wimplicit-function-declaration] 80 | if_name = if_indextoname((*pkt_info)->ipi6_ifindex, if_namebuf); | ^~~~~~~~~~~~~~ recv.c:80:25: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 80 | if_name = if_indextoname((*pkt_info)->ipi6_ifindex, if_namebuf); | ^ CC socket.o CC util.o CC device-common.o device-common.c: In function 'update_device_index': device-common.c:208:21: warning: implicit declaration of function 'if_nametoindex' [-Wimplicit-function-declaration] 208 | int index = if_nametoindex(iface->props.name); | ^~~~~~~~~~~~~~ device-common.c: In function 'check_device': device-common.c:25:9: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 25 | strncpy(ifr.ifr_name, iface->props.name, IFNAMSIZ - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC interface.o CC process.o process.c: In function 'process': process.c:28:25: warning: implicit declaration of function 'if_indextoname' [-Wimplicit-function-declaration] 28 | char *if_name = if_indextoname(pkt_info->ipi6_ifindex, if_namebuf); | ^~~~~~~~~~~~~~ process.c:28:25: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] CC radvd.o CC send.o CC timer.o CC privsep-linux.o privsep-linux.c: In function 'privsep_interface_linkmtu': privsep-linux.c:132:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 132 | strncpy(cmd.iface, iface, sizeof(cmd.iface)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ privsep-linux.c: In function 'privsep_interface_curhlim': privsep-linux.c:144:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 144 | strncpy(cmd.iface, iface, sizeof(cmd.iface)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ privsep-linux.c: In function 'privsep_interface_reachtime': privsep-linux.c:155:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 155 | strncpy(cmd.iface, iface, sizeof(cmd.iface)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ privsep-linux.c: In function 'privsep_interface_retranstimer': privsep-linux.c:166:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 166 | strncpy(cmd.iface, iface, sizeof(cmd.iface)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC device-linux.o device-linux.c: In function 'update_device_info': device-linux.c:42:9: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 42 | strncpy(ifr.ifr_name, iface->props.name, IFNAMSIZ - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC netlink.o netlink.c: In function 'process_netlink_msg': netlink.c:123:46: warning: implicit declaration of function 'if_indextoname' [-Wimplicit-function-declaration] 123 | const char *ifname = if_indextoname(ifinfo->ifi_index, ifnamebuf); | ^~~~~~~~~~~~~~ netlink.c:123:46: warning: initialization of 'const char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] netlink.c:155:46: warning: initialization of 'const char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 155 | const char *ifname = if_indextoname(ifaddr->ifa_index, ifnamebuf); | ^~~~~~~~~~~~~~ CCLD radvd CC radvdump.o radvdump.c: In function 'print_ff': radvdump.c:144:9: warning: implicit declaration of function 'if_indextoname' [-Wimplicit-function-declaration] 144 | if_indextoname(if_index, if_name); | ^~~~~~~~~~~~~~ CCLD radvdump GEN radvd.8 GEN radvd.conf.5 GEN radvdump.8 make[2]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' make[1]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' >>> radvd 2.19 Installing to target PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/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-14/output-1/target install -C /nvmedata/autobuild/instance-14/output-1/build/radvd-2.19/ make[1]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' make[2]: Entering directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-14/output-1/target/usr/sbin' /usr/bin/install -c radvd radvdump '/nvmedata/autobuild/instance-14/output-1/target/usr/sbin' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-14/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 radvd.conf.5 '/nvmedata/autobuild/instance-14/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-14/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 radvd.8 radvdump.8 '/nvmedata/autobuild/instance-14/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' make[1]: Leaving directory '/nvmedata/autobuild/instance-14/output-1/build/radvd-2.19' /usr/bin/install -D -m 0755 package/radvd/S50radvd /nvmedata/autobuild/instance-14/output-1/target/etc/init.d/S50radvd >>> rcw-smarc-sal28 11 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-14/output-1/build/.rcw-smarc-sal28-11.tar.gz.4DphkM/output' 'https://github.com/kontron/rcw-smarc-sal28/archive/v11/rcw-smarc-sal28-11.tar.gz' --2022-06-20 15:08:46-- https://github.com/kontron/rcw-smarc-sal28/archive/v11/rcw-smarc-sal28-11.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/kontron/rcw-smarc-sal28/tar.gz/refs/tags/v11 [following] --2022-06-20 15:08:46-- https://codeload.github.com/kontron/rcw-smarc-sal28/tar.gz/refs/tags/v11 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-14/output-1/build/.rcw-smarc-sal28-11.tar.gz.4DphkM/output' 0K ...... 2.75M=0.002s 2022-06-20 15:08:46 (2.75 MB/s) - '/nvmedata/autobuild/instance-14/output-1/build/.rcw-smarc-sal28-11.tar.gz.4DphkM/output' saved [6524] rcw-smarc-sal28-11.tar.gz: OK (sha256: 8c1c3e26407141ee8d8bd16a43c16c0459b01a60e6e25ca47e22c7499b3e4e65) >>> rcw-smarc-sal28 11 Extracting gzip -d -c /nvmedata/autobuild/instance-14/dl/rcw-smarc-sal28/rcw-smarc-sal28-11.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-14/output-1/build/rcw-smarc-sal28-11 -xf - >>> rcw-smarc-sal28 11 Patching >>> rcw-smarc-sal28 11 Configuring >>> rcw-smarc-sal28 11 Building >>> rcw-smarc-sal28 11 Installing to images directory /usr/bin/install -d /nvmedata/autobuild/instance-14/output-1/images/rcw /usr/bin/install -D -m 0644 /nvmedata/autobuild/instance-14/output-1/build/rcw-smarc-sal28-11/sl28-*.bin /nvmedata/autobuild/instance-14/output-1/images/rcw/ ln -sf rcw/sl28-3-11_q.bin /nvmedata/autobuild/instance-14/output-1/images/rcw.bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-14/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-14/output-1/host/bin/armeb-buildroot-linux-musleabi-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-14/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-14/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-14/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-14/output-1/host/bin/armeb-buildroot-linux-musleabi-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-14/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-14/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-14/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-14/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-14/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-14/output-1/target/etc/shells; fi rm -f /nvmedata/autobuild/instance-14/output-1/target/usr/share/glib-2.0/schemas/*.xml /nvmedata/autobuild/instance-14/output-1/target/usr/share/glib-2.0/schemas/*.dtd /nvmedata/autobuild/instance-14/output-1/host/bin/glib-compile-schemas /nvmedata/autobuild/instance-14/output-1/host/armeb-buildroot-linux-musleabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/nvmedata/autobuild/instance-14/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /nvmedata/autobuild/instance-14/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-14/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-14/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-14/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-14/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-14/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/include /nvmedata/autobuild/instance-14/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-14/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-14/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-14/output-1/target/usr/doc find /nvmedata/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-14/output-1/target/lib/ /nvmedata/autobuild/instance-14/output-1/target/usr/lib/ /nvmedata/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/man /nvmedata/autobuild/instance-14/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/info /nvmedata/autobuild/instance-14/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/doc /nvmedata/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-14/output-1/target/lib/debug /nvmedata/autobuild/instance-14/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-14/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-14/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-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-213-g776385d645"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-14/output-1/per-package /nvmedata/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs printf ' _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n\n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /nvmedata/autobuild/instance-14/output-1/images rm -rf /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs mkdir -p /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-14/output-1/target/ /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-14/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "/nvmedata/autobuild/instance-14/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-14/output-1/images/rootfs.btrfs\n /nvmedata/autobuild/instance-14/output-1/host/bin/mkfs.btrfs -f -r '\''/nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /nvmedata/autobuild/instance-14/output-1/images/rootfs.btrfs\n' >> /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-14/output-1/host/bin:/nvmedata/autobuild/instance-14/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-14/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target table='/nvmedata/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /nvmedata/autobuild/instance-14/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 33fcf4ad-89a0-4c38-a68e-acbb8e6c8d4e Node size: 16384 Sector size: 4096 Filesystem size: 141.00MiB Block group profiles: Data: single 60.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 141.00MiB /nvmedata/autobuild/instance-14/output-1/images/rootfs.btrfs ln -snf /nvmedata/autobuild/instance-14/output-1/host/armeb-buildroot-linux-musleabi/sysroot /nvmedata/autobuild/instance-14/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-14/buildroot' make: Entering directory '/nvmedata/autobuild/instance-14/buildroot' >>> Buildroot 2022.05-213-g776385d645 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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 >>> host-binutils 2.37 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) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.10.120 Collecting legal info >>> musl-compat-headers Collecting legal info >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> 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) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gmrender-resurrect 0.0.9 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.20.1 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gst1-plugins-base 1.20.1 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inadyn 2.9.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> kvmtool f77d646ba01d04be5aad9449ac00719c043fe36e Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libest 3.2.0 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmdbx 0.11.7 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liburcu 0.13.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lttng-libust 2.13.1 Collecting legal info LICENSE: OK (sha256: 5b52242fd2045d62dd664c8358137b46c1e08efdba674c91cbfc06585efe1ce7) LICENSES/BSD-3-Clause: OK (sha256: f206ce02ddf94d03120b58381064702729a0e6cbb03cafc84dc0e434ce5689fa) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> 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-makedevs Collecting legal info >>> host-mkpasswd 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: linux-headers-5.10.120: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-14/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-14/buildroot'