>>> usbredir 0.13.0 Patching >>> usbredir 0.13.0 Configuring rm -rf /tmp/instance-17/output-1/build/usbredir-0.13.0//build mkdir -p /tmp/instance-17/output-1/build/usbredir-0.13.0//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%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@%/tmp/instance-17/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-17/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-17/output-1/build/usbredir-0.13.0//build/cross-compilation.conf PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /tmp/instance-17/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-17/output-1/build/usbredir-0.13.0//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-17/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/tmp/instance-17/output-1/host/lib/cmake -Dgit_werror=disabled -Dstack_protector=disabled -Dtests=disabled -Dtools=disabled /tmp/instance-17/output-1/build/usbredir-0.13.0/ /tmp/instance-17/output-1/build/usbredir-0.13.0//build WARNING: Unknown CPU family nios2, please report this at https://github.com/mesonbuild/meson/issues/new The Meson build system Version: 1.0.0 Source dir: /tmp/instance-17/output-1/build/usbredir-0.13.0 Build dir: /tmp/instance-17/output-1/build/usbredir-0.13.0/build Build type: cross build Project name: usbredir Project version: 0.13.0 C compiler for the host machine: /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc (gcc 10.4.0 "nios2-buildroot-linux-gnu-gcc.br_real (Buildroot 2023.02-rc1-28-g51793e0d56) 10.4.0") C linker for the host machine: /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc ld.bfd 2.38 C compiler for the build machine: /usr/bin/gcc (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the build machine: /usr/bin/gcc ld.bfd 2.35.2 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: nios2 Host machine cpu: Target machine cpu family: nios2 Target machine cpu: WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 Compiler for C supports arguments --param=ssp-buffer-size=4: YES Compiler for C supports arguments -D_FORTIFY_SOURCE=2: YES Checking if "visibility check" compiles: YES Has header "inttypes.h" : YES Has header "stdint.h" : YES Has header "stdlib.h" : YES Has header "strings.h" : YES Has header "string.h" : YES Has header "sys/stat.h" : YES Has header "sys/types.h" : YES Has header "unistd.h" : YES Configuring config.h using configuration Compiler for C supports link arguments -Wl,--version-script=/tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirparser.map: YES Compiler for C supports link arguments -Wl,--no-undefined: YES Compiler for C supports link arguments -Wl,-dead_strip: NO Compiler for C supports link arguments -Wl,--version-script=/tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirhost/usbredirhost.map: YES Compiler for C supports link arguments -Wl,--no-undefined: YES (cached) Compiler for C supports link arguments -Wl,-dead_strip: NO (cached) Found pkg-config: /tmp/instance-17/output-1/host/bin/pkgconf (1.6.3) Run-time dependency libusb-1.0 found: YES 1.0.26 Build targets in project: 3 usbredir 0.13.0 prefix : /usr libusbredirparser.so version: 1.2.1 libusbredirhost.so version : 1.0.3 User defined options Cross files : /tmp/instance-17/output-1/build/usbredir-0.13.0//build/cross-compilation.conf build.cmake_prefix_path : /tmp/instance-17/output-1/host/lib/cmake build.pkg_config_path : /tmp/instance-17/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false git_werror : disabled stack_protector : disabled tests : disabled tools : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /tmp/instance-17/output-1/host/bin/ninja >>> usbredir 0.13.0 Building PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /tmp/instance-17/output-1/host/bin/ninja -C /tmp/instance-17/output-1/build/usbredir-0.13.0//build ninja: Entering directory `/tmp/instance-17/output-1/build/usbredir-0.13.0//build' [1/9] Compiling C object usbredirparser/libusbredirparser.so.1.2.1.p/usbredirfilter.c.o [2/9] Compiling C object usbredirtestclient/usbredirtestclient.p/usbredirtestclient.c.o [3/9] Compiling C object usbredirparser/libusbredirparser.so.1.2.1.p/usbredirparser.c.o [4/9] Linking target usbredirparser/libusbredirparser.so.1.2.1 [5/9] Generating symbol file usbredirparser/libusbredirparser.so.1.2.1.p/libusbredirparser.so.1.2.1.symbols [6/9] Compiling C object usbredirhost/libusbredirhost.so.1.0.3.p/usbredirhost.c.o [7/9] Linking target usbredirhost/libusbredirhost.so.1.0.3 [8/9] Generating symbol file usbredirhost/libusbredirhost.so.1.0.3.p/libusbredirhost.so.1.0.3.symbols [9/9] Linking target usbredirtestclient/usbredirtestclient >>> usbredir 0.13.0 Installing to staging directory PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /tmp/instance-17/output-1/host/bin/ninja -C /tmp/instance-17/output-1/build/usbredir-0.13.0//build install ninja: Entering directory `/tmp/instance-17/output-1/build/usbredir-0.13.0//build' [0/1] Installing files. Installing usbredirparser/libusbredirparser.so.1.2.1 to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib Installing usbredirhost/libusbredirhost.so.1.0.3 to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirfilter.h to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirparser.h to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirproto.h to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirhost/usbredirhost.h to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/build/meson-private/libusbredirparser-0.5.pc to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/build/meson-private/libusbredirhost.pc to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing symlink pointing to libusbredirparser.so.1.2.1 to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libusbredirparser.so.1 Installing symlink pointing to libusbredirparser.so.1 to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libusbredirparser.so Installing symlink pointing to libusbredirhost.so.1.0.3 to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libusbredirhost.so.1 Installing symlink pointing to libusbredirhost.so.1 to /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libusbredirhost.so >>> usbredir 0.13.0 Fixing libtool files for la in $(find /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-17/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/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-17/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-17/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 >>> usbredir 0.13.0 Installing to target PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-17/output-1/target PYTHONNOUSERSITE=y /tmp/instance-17/output-1/host/bin/ninja -C /tmp/instance-17/output-1/build/usbredir-0.13.0//build install ninja: Entering directory `/tmp/instance-17/output-1/build/usbredir-0.13.0//build' [0/1] Installing files. Installing usbredirparser/libusbredirparser.so.1.2.1 to /tmp/instance-17/output-1/target/usr/lib Installing usbredirhost/libusbredirhost.so.1.0.3 to /tmp/instance-17/output-1/target/usr/lib Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirfilter.h to /tmp/instance-17/output-1/target/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirparser.h to /tmp/instance-17/output-1/target/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirparser/usbredirproto.h to /tmp/instance-17/output-1/target/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/usbredirhost/usbredirhost.h to /tmp/instance-17/output-1/target/usr/include/ Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/build/meson-private/libusbredirparser-0.5.pc to /tmp/instance-17/output-1/target/usr/lib/pkgconfig Installing /tmp/instance-17/output-1/build/usbredir-0.13.0/build/meson-private/libusbredirhost.pc to /tmp/instance-17/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libusbredirparser.so.1.2.1 to /tmp/instance-17/output-1/target/usr/lib/libusbredirparser.so.1 Installing symlink pointing to libusbredirparser.so.1 to /tmp/instance-17/output-1/target/usr/lib/libusbredirparser.so Installing symlink pointing to libusbredirhost.so.1.0.3 to /tmp/instance-17/output-1/target/usr/lib/libusbredirhost.so.1 Installing symlink pointing to libusbredirhost.so.1 to /tmp/instance-17/output-1/target/usr/lib/libusbredirhost.so >>> wipe 2.3.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-17/output-1/build/.wipe-2.3.1.tar.bz2.T2d7za/output' 'http://downloads.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2' --2023-02-22 14:50:43-- http://downloads.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://pilotfiber.dl.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 [following] --2023-02-22 14:50:43-- http://pilotfiber.dl.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 69.12.26.12 Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 72297 (71K) [application/octet-stream] Saving to: '/tmp/instance-17/output-1/build/.wipe-2.3.1.tar.bz2.T2d7za/output' 0K .......... .......... .......... .......... .......... 70% 541K 0s 50K .......... .......... 100% 444K=0.1s 2023-02-22 14:50:43 (508 KB/s) - '/tmp/instance-17/output-1/build/.wipe-2.3.1.tar.bz2.T2d7za/output' saved [72297/72297] wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /tmp/instance-17/dl/wipe/wipe-2.3.1.tar.bz2 | tar --strip-components=1 -C /tmp/instance-17/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-17/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /tmp/instance-17/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-as" LD="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-ld" NM="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc" GCC="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc" CPP="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-cpp" CXX="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-g++" FC="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gfortran" F77="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-17/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-17/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-17/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/tmp/instance-17/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=nios2-buildroot-linux-gnu --host=nios2-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... nios2-buildroot-linux-gnu checking target system type... nios2-buildroot-linux-gnu checking build system type... x86_64-pc-linux-gnu checking for gcc... /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc checking whether the C compiler (/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 ) works... yes checking whether the C compiler (/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-cpp checking whether /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-17/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/tmp/instance-17/output-1/build/wipe-2.3.1' /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc *.o -o wipe make[1]: Leaving directory '/tmp/instance-17/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-17/output-1/build/wipe-2.3.1/wipe /tmp/instance-17/output-1/target/usr/bin/wipe >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-17/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_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-17/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-17/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-17/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-17/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%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@%/tmp/instance-17/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-17/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-17/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /tmp/instance-17/output-1/target/etc/shells || echo "/bin/mksh" >> /tmp/instance-17/output-1/target/etc/shells mkdir -p /tmp/instance-17/output-1/target/etc echo "buildroot" > /tmp/instance-17/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-17/output-1/target/etc/hosts mkdir -p /tmp/instance-17/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-17/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-17/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-17/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-17/output-1/target/etc/shells ln -sf mksh /tmp/instance-17/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /tmp/instance-17/output-1/target/etc/passwd if [ -x /tmp/instance-17/output-1/target/sbin/swapon -a -x /tmp/instance-17/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-17/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-17/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-17/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-17/output-1/target/etc/inittab rm -rf /tmp/instance-17/output-1/target/usr/include /tmp/instance-17/output-1/target/usr/share/aclocal \ /tmp/instance-17/output-1/target/usr/lib/pkgconfig /tmp/instance-17/output-1/target/usr/share/pkgconfig \ /tmp/instance-17/output-1/target/usr/lib/cmake /tmp/instance-17/output-1/target/usr/share/cmake \ /tmp/instance-17/output-1/target/usr/lib/rpm /tmp/instance-17/output-1/target/usr/doc find /tmp/instance-17/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-17/output-1/target/lib/ /tmp/instance-17/output-1/target/usr/lib/ /tmp/instance-17/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-17/output-1/target/usr/share/gdb rm -rf /tmp/instance-17/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-17/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-17/output-1/target/usr/share/zsh rm -rf /tmp/instance-17/output-1/target/usr/man /tmp/instance-17/output-1/target/usr/share/man rm -rf /tmp/instance-17/output-1/target/usr/info /tmp/instance-17/output-1/target/usr/share/info rm -rf /tmp/instance-17/output-1/target/usr/doc /tmp/instance-17/output-1/target/usr/share/doc rm -rf /tmp/instance-17/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-17/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-17/output-1/target/lib/debug /tmp/instance-17/output-1/target/usr/lib/debug find /tmp/instance-17/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-17/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-17/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-17/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-17/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc1-28-g51793e0d56"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /tmp/instance-17/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-17/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-17/output-1/per-package /tmp/instance-17/buildroot/support/scripts/fix-rpath target touch /tmp/instance-17/output-1/target/usr ln -snf /tmp/instance-17/output-1/host/nios2-buildroot-linux-gnu/sysroot /tmp/instance-17/output-1/staging make: Leaving directory '/tmp/instance-17/buildroot' make: Entering directory '/tmp/instance-17/buildroot' >>> Buildroot 2023.02-rc1-28-g51793e0d56 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.4.0 Collecting legal info >>> host-binutils 2.38 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.10.167 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ell 0.56 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> initscripts Collecting legal info >>> iwd 2.3 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> jhead 3.06.0.1 Collecting legal info readme.txt: OK (sha256: 8b709512c737fc0c1e1024800b9a44c54d14ab02132c636a66c3ac66955c3e95) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libvpx 1.12.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mutt 2.2.9 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinycompress 1.2.8 Collecting legal info COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ulogd 2.0.8 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.167: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-17/output-1/legal-info make: Leaving directory '/tmp/instance-17/buildroot'