>>> host-zip 3.0 Configuring >>> host-zip 3.0 Building PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /nvmedata/autobuild/instance-5/output-1/build/host-zip-3.0 CFLAGS="-O2 -I/nvmedata/autobuild/instance-5/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-5/output-1/build/host-zip-3.0' sh unix/configure "/usr/bin/gcc" "-O2 -I/nvmedata/autobuild/instance-5/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-5/output-1/build/host-zip-3.0' /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-5/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-5/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-5/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-5/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-5/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-5/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-5/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-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-5/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-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib -lbz2 /usr/bin/gcc -c -O2 -I/nvmedata/autobuild/instance-5/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-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib -lbz2 make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-zip-3.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-zip-3.0' >>> host-zip 3.0 Installing to host directory PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /nvmedata/autobuild/instance-5/output-1/build/host-zip-3.0 -f unix/Makefile install prefix=/nvmedata/autobuild/instance-5/output-1/host make[1]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-zip-3.0' mkdir -p /nvmedata/autobuild/instance-5/output-1/host/bin cp zip zipcloak zipnote zipsplit /nvmedata/autobuild/instance-5/output-1/host/bin cd /nvmedata/autobuild/instance-5/output-1/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /nvmedata/autobuild/instance-5/output-1/host/man/man1 cp man/zip.1 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zip.1 chmod 644 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zip.1 cp man/zipcloak.1 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zipcloak.1 chmod 644 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zipcloak.1 cp man/zipnote.1 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zipnote.1 chmod 644 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zipnote.1 cp man/zipsplit.1 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zipsplit.1 chmod 644 /nvmedata/autobuild/instance-5/output-1/host/man/man1/zipsplit.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-zip-3.0' >>> host-lz4 1.9.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-5/output-1/build/.lz4-1.9.3.tar.gz.oLf7na/output' 'https://github.com/lz4/lz4/archive/v1.9.3/lz4-1.9.3.tar.gz' --2022-07-05 17:19:39-- https://github.com/lz4/lz4/archive/v1.9.3/lz4-1.9.3.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/lz4/lz4/tar.gz/refs/tags/v1.9.3 [following] --2022-07-05 17:19:39-- https://codeload.github.com/lz4/lz4/tar.gz/refs/tags/v1.9.3 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 320958 (313K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-5/output-1/build/.lz4-1.9.3.tar.gz.oLf7na/output' 0K .......... .......... .......... .......... .......... 15% 447K 1s 50K .......... .......... .......... .......... .......... 31% 896K 0s 100K .......... .......... .......... .......... .......... 47% 960K 0s 150K .......... .......... .......... .......... .......... 63% 72.6M 0s 200K .......... .......... .......... .......... .......... 79% 74.9M 0s 250K .......... .......... .......... .......... .......... 95% 81.4M 0s 300K .......... ... 100% 273K=0.3s 2022-07-05 17:19:40 (1.13 MB/s) - '/nvmedata/autobuild/instance-5/output-1/build/.lz4-1.9.3.tar.gz.oLf7na/output' saved [320958/320958] lz4-1.9.3.tar.gz: OK (sha256: 030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1) >>> host-lz4 1.9.3 Extracting gzip -d -c /nvmedata/autobuild/instance-5/dl/lz4/lz4-1.9.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3 -xf - >>> host-lz4 1.9.3 Patching Applying 0001-Fix-potential-memory-corruption-with-negative-memmov.patch using patch: patching file lib/lz4.c >>> host-lz4 1.9.3 Configuring >>> host-lz4 1.9.3 Building PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 -C /nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3 lib make[1]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3' make[2]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' compiling static library make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' make[2]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' compiling dynamic library 1.9.3 creating versioned links make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' make[1]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3' PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 -C /nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3 lz4 make[1]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3' make[2]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' make[2]: 'liblz4.a' is up to date. make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' make[2]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/programs' /usr/bin/gcc -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I/nvmedata/autobuild/instance-5/output-1/host/include -I../lib -DXXH_NAMESPACE=LZ4_ -c -o bench.o bench.c /usr/bin/gcc -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I/nvmedata/autobuild/instance-5/output-1/host/include -I../lib -DXXH_NAMESPACE=LZ4_ -c -o datagen.o datagen.c /usr/bin/gcc -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I/nvmedata/autobuild/instance-5/output-1/host/include -I../lib -DXXH_NAMESPACE=LZ4_ -c -o lz4cli.o lz4cli.c /usr/bin/gcc -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I/nvmedata/autobuild/instance-5/output-1/host/include -I../lib -DXXH_NAMESPACE=LZ4_ -c -o lz4io.o lz4io.c /usr/bin/gcc -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I/nvmedata/autobuild/instance-5/output-1/host/include -I../lib -DXXH_NAMESPACE=LZ4_ -L/nvmedata/autobuild/instance-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib ../lib/lz4.o ../lib/lz4frame.o ../lib/lz4hc.o ../lib/xxhash.o bench.o datagen.o lz4cli.o lz4io.o -o lz4 make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/programs' make[1]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3' >>> host-lz4 1.9.3 Installing to host directory PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-5/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-5/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-5/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-5/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 PREFIX=/nvmedata/autobuild/instance-5/output-1/host install -C /nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3 make[1]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3' make[2]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' creating pkgconfig Installing libraries Installing headers in /nvmedata/autobuild/instance-5/output-1/host/include lz4 libraries installed make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/lib' make[2]: Entering directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/programs' Installing binaries Installing man pages lz4 installation completed make[2]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3/programs' make[1]: Leaving directory '/nvmedata/autobuild/instance-5/output-1/build/host-lz4-1.9.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-5/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-5/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-5/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-5/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-5/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-5/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-5/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-5/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-5/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-5/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-5/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-5/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-5/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-5/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-5/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-5/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/include /nvmedata/autobuild/instance-5/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-5/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-5/output-1/target/usr/doc find /nvmedata/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-5/output-1/target/lib/ /nvmedata/autobuild/instance-5/output-1/target/usr/lib/ /nvmedata/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-5/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-5/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/man /nvmedata/autobuild/instance-5/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/info /nvmedata/autobuild/instance-5/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/doc /nvmedata/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-5/output-1/target/lib/debug /nvmedata/autobuild/instance-5/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-5/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-5/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-5/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-5/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-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-333-gdedc1b71d9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-5/output-1/per-package /nvmedata/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /nvmedata/autobuild/instance-5/output-1/images rm -rf /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-5/output-1/target/ /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-5/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot echo "/nvmedata/autobuild/instance-5/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /nvmedata/autobuild/instance-5/output-1/images/rootfs.cpio\n' >> /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-5/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/cpio/target table='/nvmedata/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-5/output-1/host/bin:/nvmedata/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" lz4 -l -9 -c /nvmedata/autobuild/instance-5/output-1/images/rootfs.cpio > /nvmedata/autobuild/instance-5/output-1/images/rootfs.cpio.lz4 ln -snf /nvmedata/autobuild/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-5/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-5/buildroot' make: Entering directory '/nvmedata/autobuild/instance-5/buildroot' >>> Buildroot 2022.05-333-gdedc1b71d9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> 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 10.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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> zlib Collecting legal info >>> 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) >>> iproute2 5.17.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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-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) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> 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) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> iozone 3.493 Collecting legal info >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mbedtls 2.28.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> shadowsocks-libev 3.3.5 Collecting legal info COPYING: OK (sha256: 736883f97d44dbec288bb82819f18f4f86d02ae3192f6a9abefa00db76bace41) libbloom/LICENSE: OK (sha256: c41a4bc2c4c43e4daa3051e77e31b2d5c8500498afaeac6d831d55a4bb8de3fb) libcork/COPYING: OK (sha256: 4fa2ada54f8c0410ec243265378242ffe862386d5ac517f8dd30a1911d25ae93) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.6.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) >>> 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-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: iozone-3.493: cannot save license (IOZONE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-5/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-5/buildroot'