>>> host-zip 3.0 Configuring >>> host-zip 3.0 Building PATH="/nvmedata/autobuild/instance-19/output-1/host/bin:/nvmedata/autobuild/instance-19/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-19/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-19/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-19/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-19/output-1/host/bin:/nvmedata/autobuild/instance-19/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-19/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-19/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-19/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-19/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-19/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-19/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-19/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0 CFLAGS="-O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic make[1]: Entering directory '/nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0' sh unix/configure "/usr/bin/gcc" "-O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- OS supports bzip2 - linking in bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory '/nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0' /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c zip.c: In function 'help_extended': zip.c:1031:5: warning: format not a string literal and no format arguments [-Wformat-security] 1031 | printf(text[i]); | ^~~~~~ zip.c: In function 'version_info': zip.c:1228:5: warning: format not a string literal and no format arguments [-Wformat-security] 1228 | printf(cryptnote[i]); | ^~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c In file included from zipup.c:109: zipup.c: In function 'file_read': unix/zipup.h:21:22: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 21 | #define zread(f,b,n) read(f,b,n) | ^~~~~~~~~~~ zipup.c:1264:10: note: in expansion of macro 'zread' 1264 | zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ | ^~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c ttyio.c: In function 'getp': ttyio.c:628:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 628 | read(f, &c, 1); | ^~~~~~~~~~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/bin/gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o -L/nvmedata/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-19/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2120 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2143:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2143 | fgets(buf, SPLIT_MAXPATH, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 2324 | fgets(buf, FNMAX, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o -L/nvmedata/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-19/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/nvmedata/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-19/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-19/output-1/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c zipsplit.c: In function 'main': zipsplit.c:884:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 884 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ zipsplit.c: In function 'retry': zipsplit.c:496:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 496 | fgets(m, 10, stdin); | ^~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o -L/nvmedata/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-19/output-1/host/lib -lbz2 make[2]: Leaving directory '/nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0' >>> host-zip 3.0 Installing to host directory PATH="/nvmedata/autobuild/instance-19/output-1/host/bin:/nvmedata/autobuild/instance-19/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-19/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-19/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-19/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-19/output-1/host/bin:/nvmedata/autobuild/instance-19/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-19/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-19/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-19/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-19/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-19/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-19/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-19/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-19/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0 -f unix/Makefile install prefix=/nvmedata/autobuild/instance-19/output-1/host make[1]: Entering directory '/nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0' mkdir -p /nvmedata/autobuild/instance-19/output-1/host/bin cp zip zipcloak zipnote zipsplit /nvmedata/autobuild/instance-19/output-1/host/bin cd /nvmedata/autobuild/instance-19/output-1/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /nvmedata/autobuild/instance-19/output-1/host/man/man1 cp man/zip.1 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zip.1 chmod 644 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zip.1 cp man/zipcloak.1 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zipcloak.1 chmod 644 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zipcloak.1 cp man/zipnote.1 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zipnote.1 chmod 644 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zipnote.1 cp man/zipsplit.1 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zipsplit.1 chmod 644 /nvmedata/autobuild/instance-19/output-1/host/man/man1/zipsplit.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-19/output-1/build/host-zip-3.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-19/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-19/output-1/host/bin/or1k-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-19/output-1/host/bin/or1k-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-19/output-1/host/bin/or1k-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%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-19/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-19/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-19/output-1/host/or1k-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-19/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-19/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-19/output-1/host/bin/or1k-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-19/output-1/host/bin/or1k-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-19/output-1/host/bin/or1k-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-19/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-19/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-19/output-1/host/or1k-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-19/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-19/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-19/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-19/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-19/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-19/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-19/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-19/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-19/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-19/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-19/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-19/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-19/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-19/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-19/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-19/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-19/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-19/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-19/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/include /nvmedata/autobuild/instance-19/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-19/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-19/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-19/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-19/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-19/output-1/target/usr/doc find /nvmedata/autobuild/instance-19/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-19/output-1/target/lib/ /nvmedata/autobuild/instance-19/output-1/target/usr/lib/ /nvmedata/autobuild/instance-19/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-19/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-19/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/man /nvmedata/autobuild/instance-19/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/info /nvmedata/autobuild/instance-19/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/doc /nvmedata/autobuild/instance-19/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-19/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-19/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-19/output-1/target/lib/debug /nvmedata/autobuild/instance-19/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-19/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-19/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-19/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-19/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-19/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-229-gefd215c797"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-19/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-19/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-19/output-1/per-package /nvmedata/autobuild/instance-19/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-19/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cloop mkdir -p /nvmedata/autobuild/instance-19/output-1/images rm -rf /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop mkdir -p /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-19/output-1/target/ /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target" >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot PATH="/nvmedata/autobuild/instance-19/output-1/host/bin:/nvmedata/autobuild/instance-19/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-19/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot echo "/nvmedata/autobuild/instance-19/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target" >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot echo "find /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot echo "find /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot printf ' /nvmedata/autobuild/instance-19/output-1/host/bin/genisoimage -r /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target | /nvmedata/autobuild/instance-19/output-1/host/bin/create_compressed_fs - 65536 > /nvmedata/autobuild/instance-19/output-1/images/rootfs.cloop\n' >> /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot PATH="/nvmedata/autobuild/instance-19/output-1/host/bin:/nvmedata/autobuild/instance-19/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-19/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target table='/nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt' 32 processor core(s) detected Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 65536). See the usage info (-h) for better/correct parameters. Block size 65536, expected number of blocks: 2147483647 Using S6_FT000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrigrd (s6-ftrig-listen) Using S6_FD000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-delete (s6-fdholder-store) Using S6_FD001.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-store (s6-fdholder-transferdump) Using S6_FD002.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-transferdump (s6-fdholder-daemon) Using S6_FD003.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-daemon (s6-fdholder-setdump) Using S6_SV000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-svlisten1 (s6-svlisten) Using EXECL000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/execline-umask (execline-cd) Using S6_IP000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ipcserverd (s6-ipcserver) Using S6_FD004.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-setdump (s6-fdholder-list) Using S6_FD005.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-list (s6-fdholder-retrieve) Using S6_FD006.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-retrieve (s6-fdholder-getdump) Using S6_IP001.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ipcserver (s6-ipcserver-socketbinder) Using S6_FT001.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrig-listen (s6-ftrig-wait) Using S6_FT002.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrig-wait (s6-ftrig-listen1) Using S6_IP002.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ipcserver-socketbinder (s6-ipcserver-access) Using S6_TA000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-tai64nlocal (s6-tai64n) Using S6_FD007.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-getdump (s6-fdholderd) Using S6_AC000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-accessrules-cdb-from-fs (s6-accessrules-fs-from-cdb) Using S6_SV001.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-svscanctl (s6-svscan) Using EXECL001.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/execline-cd (execlineb) Using S6_FT003.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrig-listen1 (s6-ftrig-notify) Using POSTF000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/postfix_virtual.aug (postfix_transport.aug) Using PUPPE000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/puppetfileserver.aug (puppetfile.aug) Using POSTF001.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/postfix_transport.aug (postfix_sasl_smtpd.aug) Using POSTF002.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/postfix_sasl_smtpd.aug (postfix_main.aug) Using POSTF003.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/postfix_main.aug (postfix_passwordmap.aug) Using OPENS000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/openshift_config.aug (openshift_http.aug) Using SHELL000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/shellvars_list.aug (shellvars.aug) Using POSTF004.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/postfix_passwordmap.aug (postfix_access.aug) Using MAILS000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/mailscanner.aug (mailscanner_rules.aug) Using OPENS001.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/openshift_http.aug (openshift_quickstarts.aug) Using SYSCO000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/sysconfig_route.aug (sysconfig.aug) Using POSTF005.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/postfix_access.aug (postfix_master.aug) Using ACTIV000.AUG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/augeas/lenses/dist/activemq_conf.aug (activemq_xml.aug) Using QUEST000.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Question.ogg (Question_background.ogg) Using KOPET000.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Kopete_send.ogg (Kopete_status.ogg) Using START000.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Startup1_1.ogg (Startup1_2.ogg) Using START001.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Startup1_2.ogg (Startup1_4.ogg) Using START002.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Startup1_4.ogg (Startup1_3.ogg) Using RESTO000.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Restore_down.ogg (Restore_up.ogg) Using MINIM000.OGG;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Minimize1.ogg (Minimize4.ogg) Using ENSCR000.HDR;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/enscript/enscript-color.hdr (enscript.hdr) Using STYLE000.ST;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/enscript/hl/style_emacs_verbose.st (style_emacs.st) Using XTERM000.;1 for /nvmedata/autobuild/instance-19/output-1/build/buildroot-fs/cloop/target/usr/share/terminfo/x/xterm-256color (xterm+256color) [ 9] Blk# 0, [ratio/avg. 3%/ 3%], avg.speed: 65536 b/s, ETA: 2147483646s [ 9] Blk# 100, [ratio/avg. 42%/ 41%], avg.speed: 6619136 b/s, ETA: 21262213s 7.84% done, estimate finish Wed Jun 22 21:47:34 2022 [ 9] Blk# 200, [ratio/avg. 99%/ 46%], avg.speed: 13172736 b/s, ETA: 10683997s 15.67% done, estimate finish Wed Jun 22 21:47:40 2022 [ 9] Blk# 300, [ratio/avg. 46%/ 47%], avg.speed: 9863168 b/s, ETA: 14268992s [ 9] Blk# 400, [ratio/avg. 17%/ 49%], avg.speed: 13139968 b/s, ETA: 10710639s 23.51% done, estimate finish Wed Jun 22 21:47:38 2022 [ 9] Blk# 500, [ratio/avg. 43%/ 48%], avg.speed: 16416768 b/s, ETA: 8572787s [ 9] Blk# 600, [ratio/avg. 39%/ 48%], avg.speed: 19693568 b/s, ETA: 7146366s 31.33% done, estimate finish Wed Jun 22 21:47:37 2022 [ 9] Blk# 700, [ratio/avg. 44%/ 46%], avg.speed: 22970368 b/s, ETA: 6126912s 39.18% done, estimate finish Wed Jun 22 21:47:36 2022 [ 9] Blk# 800, [ratio/avg. 41%/ 45%], avg.speed: 26247168 b/s, ETA: 5362004s [ 9] Blk# 900, [ratio/avg. 41%/ 45%], avg.speed: 29523968 b/s, ETA: 4766887s 46.99% done, estimate finish Wed Jun 22 21:47:36 2022 [ 9] Blk# 1000, [ratio/avg. 81%/ 45%], avg.speed: 21867178 b/s, ETA: 6436011s 54.84% done, estimate finish Wed Jun 22 21:47:37 2022 [ 9] Blk# 1100, [ratio/avg. 36%/ 45%], avg.speed: 24051712 b/s, ETA: 5851451s [ 9] Blk# 1200, [ratio/avg. 53%/ 46%], avg.speed: 26236245 b/s, ETA: 5364235s 62.66% done, estimate finish Wed Jun 22 21:47:37 2022 [ 9] Blk# 1300, [ratio/avg. 10%/ 45%], avg.speed: 28420778 b/s, ETA: 4951919s 70.50% done, estimate finish Wed Jun 22 21:47:36 2022 [ 9] Blk# 1400, [ratio/avg. 35%/ 45%], avg.speed: 30605312 b/s, ETA: 4598463s [ 9] Blk# 1500, [ratio/avg. 82%/ 45%], avg.speed: 32789845 b/s, ETA: 4292102s 78.31% done, estimate finish Wed Jun 22 21:47:36 2022 [ 9] Blk# 1600, [ratio/avg. 37%/ 45%], avg.speed: 34974378 b/s, ETA: 4024013s 86.15% done, estimate finish Wed Jun 22 21:47:37 2022 [ 9] Blk# 1700, [ratio/avg. 42%/ 45%], avg.speed: 27869184 b/s, ETA: 5049928s [ 9] Blk# 1800, [ratio/avg. 36%/ 45%], avg.speed: 29507584 b/s, ETA: 4769532s 93.97% done, estimate finish Wed Jun 22 21:47:37 2022 [ 9] Blk# 1900, [ratio/avg. 31%/ 45%], avg.speed: 31145984 b/s, ETA: 4518635s Total translation table size: 0 Total rockridge attributes bytes: 104889 Total directory bytes: 276480 Path table size(bytes): 1044 Max brk space used 109000 63850 extents written (124 MB) Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 1996 (1e+02%) 7zip: 0 ( 0%) Writing index for 1996 block(s)... Writing compressed data... ln -snf /nvmedata/autobuild/instance-19/output-1/host/or1k-buildroot-linux-musl/sysroot /nvmedata/autobuild/instance-19/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-19/buildroot' make: Entering directory '/nvmedata/autobuild/instance-19/buildroot' >>> Buildroot 2022.05-229-gefd215c797 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-5 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> musl-compat-headers Collecting legal info >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> azmq 1.0.3 Collecting legal info LICENSE-BOOST_1_0: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> initscripts Collecting legal info >>> lapack 3.10.0 Collecting legal info LICENSE: OK (sha256: 66246b7d3e6736aea46e63fd5e087659474d07edfe2f9b051d085d9b42aaac61) >>> leveldb 1.23 Collecting legal info LICENSE: OK (sha256: ccc19f1da0798ed666609b65a5b44dd8b3abe6fc08b9c0592eb76e82e174db19) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libfutils c326ce0cc2a7354381265a7664bb215be587fac6 Collecting legal info COPYING: OK (sha256: eca11a1c62fae8d64a1247d93271375baecff8396141d7ff8d89671ee7e3ed0d) >>> host-alchemy d95b3c38cd37814a1b98d0bbf813de7adaaecfbc Collecting legal info COPYING: OK (sha256: 542f44eecd9f8806ec1ae285201e442ab547c82d9f8c70e44c977d6332a2bea0) README: OK (sha256: 49872815ee3de163f07a83737c996e77a5bffa186d06b1e3bb969bfb68c251df) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ulog 0389d243352255f6182326dccdae3d56dadc078f Collecting legal info COPYING: OK (sha256: cbb97dd2528af2aa2b9aee6c1b3ff1caed758044c17b2c811cf44b2528c496da) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> nftables 1.0.1 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sound-theme-borealis 0.9a Collecting legal info >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> thrift 0.14.1 Collecting legal info LICENSE: OK (sha256: d315e6cdedc07c478de6992027bfb66f220886c6216fd7e9885ced30c3703646) >>> host-thrift 0.14.1 Collecting legal info LICENSE: OK (sha256: d315e6cdedc07c478de6992027bfb66f220886c6216fd7e9885ced30c3703646) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-5: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-19/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-19/buildroot'