Making all in autotools/gnulib make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' GEN alloca.h GEN arg-nonnull.h GEN c++defs.h GEN warn-on-use.h GEN limits.h GEN sys/types.h GEN dirent.h GEN fcntl.h GEN stdlib.h GEN stdio.h GEN string.h GEN strings.h GEN math.h GEN sys/stat.h GEN time.h GEN unistd.h GEN sys/time.h GEN wchar.h /usr/bin/make all-recursive make[4]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' CC cloexec.o CC dirname-lgpl.o CC basename-lgpl.o CC stripslash.o CC exitfail.o CC fd-hook.o CC filenamecat-lgpl.o CC getprogname.o CC gettime.o CC malloca.o CC math.o CC openat-die.o CC printf-frexp.o CC printf-frexpl.o CC progname.o CC save-cwd.o CC stat-time.o CC statat.o CC timespec.o CC unistd.o CC dup-safer.o CC fd-safer.o CC pipe-safer.o CC utimens.o CC xsize.o CC asnprintf.o CC chdir-long.o CC fcntl.o CC memchr.o CC openat-proc.o CC printf-args.o memchr.c: In function 'rpl_memchr': memchr.c:84:18: warning: cast increases required alignment of target type [-Wcast-align] longword_ptr = (const longword *) char_ptr; ^ CC printf-parse.o CC strcasestr.o CC vasnprintf.o vasnprintf.c: In function 'vasnprintf': vasnprintf.c:5107:35: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] if (count < maxlen ^ In file included from vasnprintf.c:88: xsize.h:84:1: warning: inlining failed in call to 'xsum4': call is unlikely and code size would grow [-Winline] xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) ^~~~~ vasnprintf.c:1811:7: note: called from here xsum4 (7, d.max_width_length, d.max_precision_length, 6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libgnu.a make[5]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' CC paxelf.lo CC paxldso.lo CC paxinc.lo CC paxmacho.lo CC security.lo CC xfuncs.lo CC scanelf.o CC dumpelf.o scanelf.c: In function 'scanelf_file_get_pt_dynamic': scanelf.c:184:13: warning: comparison of integer expressions of different signedness: 'Elf64_Off' {aka 'long long unsigned int'} and 'off_t' {aka 'long long int'} [-Wsign-compare] if (offset >= elf->len - sizeof(Elf##B##_Dyn)) \ ^~ scanelf.c:73:4: note: in expansion of macro 'CHECK_PT_DYNAMIC' x(B); \ ^ scanelf.c:79:3: note: in expansion of macro '_SCANELF_IF_ELF_SIZE' _SCANELF_IF_ELF_SIZE(64, x); \ ^~~~~~~~~~~~~~~~~~~~ scanelf.c:187:2: note: in expansion of macro 'SCANELF_ELF_SIZED' SCANELF_ELF_SIZED(CHECK_PT_DYNAMIC); ^~~~~~~~~~~~~~~~~ scanelf.c: In function 'scanelf_file_phdr': scanelf.c:489:15: warning: comparison of integer expressions of different signedness: 'Elf64_Off' {aka 'long long unsigned int'} and 'off_t' {aka 'long long int'} [-Wsign-compare] if (offset >= elf->len - sizeof(NOTE_GNU_STACK)) \ ^~ scanelf.c:73:4: note: in expansion of macro 'SHOW_PHDR' x(B); \ ^ scanelf.c:79:3: note: in expansion of macro '_SCANELF_IF_ELF_SIZE' _SCANELF_IF_ELF_SIZE(64, x); \ ^~~~~~~~~~~~~~~~~~~~ scanelf.c:515:2: note: in expansion of macro 'SCANELF_ELF_SIZED' SCANELF_ELF_SIZED(SHOW_PHDR); ^~~~~~~~~~~~~~~~~ dumpelf.c: In function 'dump_shdr': dumpelf.c:447:4: warning: this statement may fall through [-Wimplicit-fallthrough=] printf("\t */\n"); \ ^~~~~~~~~~~~~~~~~ dumpelf.c:466:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(32) ^~~~~~~~~ dumpelf.c:449:3: note: here default: { \ ^~~~~~~ dumpelf.c:466:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(32) ^~~~~~~~~ dumpelf.c:447:4: warning: this statement may fall through [-Wimplicit-fallthrough=] printf("\t */\n"); \ ^~~~~~~~~~~~~~~~~ dumpelf.c:467:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(64) ^~~~~~~~~ dumpelf.c:449:3: note: here default: { \ ^~~~~~~ dumpelf.c:467:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(64) ^~~~~~~~~ paxmacho.c: In function 'get_machomhtype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:53:9: note: called from here return find_pairtype(macho_mh_type, MOBJGET(fobj, mhdr.hdr32->filetype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfeitype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:71:27: note: called from here case EI_CLASS: return find_pairtype(elf_ei_class, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:72:27: note: called from here case EI_DATA: return find_pairtype(elf_ei_data, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:73:27: note: called from here case EI_VERSION: return find_pairtype(elf_ei_version, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:74:27: note: called from here case EI_OSABI: return find_pairtype(elf_ei_osabi, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c: In function 'get_machocputype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:103:20: note: called from here const char *ret = find_pairtype(macho_cputype, MOBJGET(fobj, mhdr.hdr32->cputype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pspax.o paxmacho.c: In function 'get_machosubcputype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:149:9: note: called from here ret = find_pairtype(pt, type); ^~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfetype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:99:9: note: called from here return find_pairtype(elf_etypes, get_etype(elf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c: In function 'readmacho_buffer': paxmacho.c:160:24: warning: inlining failed in call to 'read_mach_header': call is unlikely and code size would grow [-Winline] inline static uint32_t read_mach_header(fatobj *fobj, void *addr) ^~~~~~~~~~~~~~~~ paxmacho.c:285:6: note: called from here read_mach_header(fobj, ret->data + offset) == 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c:160:24: warning: inlining failed in call to 'read_mach_header': call is unlikely and code size would grow [-Winline] inline static uint32_t read_mach_header(fatobj *fobj, void *addr) ^~~~~~~~~~~~~~~~ paxmacho.c:302:5: note: called from here read_mach_header(ret, ret->data) == 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfemtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:292:9: note: called from here return find_pairtype(elf_emtypes, get_emtype(elf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfptype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:313:9: note: called from here return find_pairtype(elf_ptypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfdtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:384:9: note: called from here return find_pairtype(elf_dtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfshttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:420:9: note: called from here return find_pairtype(elf_shttypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:437:9: note: called from here return find_pairtype(elf_stttypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstbtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:450:9: note: called from here return find_pairtype(elf_stbtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstvtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:463:9: note: called from here return find_pairtype(elf_stvtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfshntype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:480:9: note: called from here return find_pairtype(elf_shntypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC scanmacho.o paxelf.c: In function 'get_elfnttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:540:11: note: called from here return find_pairtype(elf_nttypes_GNU, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:546:10: note: called from here return find_pairtype(elf_nttypes_core, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:548:10: note: called from here return find_pairtype(elf_nttypes_fallback, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cp lddtree.sh lddtree cp symtree.sh symtree scanmacho.c: In function 'scanmacho_fatobj': scanmacho.c:297:43: warning: '%llu' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] case 'Z': snprintf(ubuf, sizeof(ubuf), "%llu", (unsigned long long int)fobj->len); out = ubuf; break;; ^~~~ scanmacho.c:297:42: note: directive argument in the range [0, 4294967295] case 'Z': snprintf(ubuf, sizeof(ubuf), "%llu", (unsigned long long int)fobj->len); out = ubuf; break;; ^~~~~~ In file included from /nvmedata/autobuild/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/stdio.h:861, from ./autotools/gnulib/stdio.h:43, from porting.h:35, from paxinc.h:14, from scanmacho.c:14: /nvmedata/autobuild/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 2 and 11 bytes into a destination of size 8 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libpaxutils.la CCLD pspax CCLD scanmacho CCLD dumpelf CCLD scanelf make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' >>> pax-utils 1.2.2 Installing to target PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j8 DESTDIR=/nvmedata/autobuild/instance-2/output-1/target install -C /nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' Making install in autotools/gnulib make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' make[3]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' /bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-2/output-1/target/usr/share/man/man1' /bin/bash ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/nvmedata/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c lddtree symtree '/nvmedata/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/nvmedata/autobuild/instance-2/output-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /nvmedata/autobuild/instance-2/output-1/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /nvmedata/autobuild/instance-2/output-1/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /nvmedata/autobuild/instance-2/output-1/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /nvmedata/autobuild/instance-2/output-1/target/usr/bin/scanmacho make[3]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2' rm -f /nvmedata/autobuild/instance-2/output-1/target/usr/bin/{lddtree,symtree} xxhash-0.7.2.tar.gz: OK (sha256: 7e93d28e81c3e95ff07674a400001d0cdf23b7842d49b211e5582d00d8e3ac3e) >>> xxhash 0.7.2 Extracting gzip -d -c /nvmedata/autobuild/instance-2/dl/xxhash/xxhash-0.7.2.tar.gz | /nvmedata/autobuild/instance-2/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/xxhash-0.7.2 -xf - >>> xxhash 0.7.2 Patching >>> xxhash 0.7.2 Configuring >>> xxhash 0.7.2 Building PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-ar" AS="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-as" LD="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-ld" NM="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-nm" CC="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gcc" GCC="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gcc" CPP="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-cpp" CXX="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-g++" FC="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gfortran" F77="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-ranlib" READELF="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-readelf" STRIP="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/nvmedata/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j8 -C /nvmedata/autobuild/instance-2/output-1/build/xxhash-0.7.2 xxhsum make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/xxhash-0.7.2' /nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhsum.o xxhsum.c /nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhash.o xxhash.c /nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-gcc xxhsum.o xxhash.o -o xxhsum make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/xxhash-0.7.2' >>> xxhash 0.7.2 Installing to target /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-2/output-1/build/xxhash-0.7.2/xxhsum /nvmedata/autobuild/instance-2/output-1/target/usr/bin/xxhsum >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-2/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-2/output-1/target/bin/sh rm -f /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge; done for dir in /nvmedata/autobuild/instance-2/output-1/target/usr/share/locale /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale /nvmedata/autobuild/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/include /nvmedata/autobuild/instance-2/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-2/output-1/target/usr/share/cmake find /nvmedata/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-2/output-1/target/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/man /nvmedata/autobuild/instance-2/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/info /nvmedata/autobuild/instance-2/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/doc /nvmedata/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /nvmedata/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvmedata/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvmedata/autobuild/instance-2/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvmedata/autobuild/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-00169-gbf67e6823f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02"; \ echo "PRETTY_NAME=\"Buildroot 2020.02\"" \ ) > /nvmedata/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-2/output-1/per-package /nvmedata/autobuild/instance-2/buildroot/support/scripts/fix-rpath target cat /nvmedata/autobuild/instance-2/output-1/build/diffutils-3.7/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/evemu-2.7.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/flex-2.6.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ftop-1.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libdrm-2.4.100/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libevdev-1.8.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libgsasl-1.8.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libllcp-05dfa8003433a7070bfd8ae02efdb0203bbf34aa/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libnfc-1.7.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libnspr-4.25/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libnss-3.50/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libpthread-stubs-0.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libsodium-1.0.18/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libva-2.6.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libzlib-1.2.11/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/linux-pam-1.3.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ncurses-6.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/pax-utils-1.2.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-common/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-none/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/sqlite-3300100/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external-andes-nds32/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/xxhash-0.7.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/zlib/.files-list.txt > /nvmedata/autobuild/instance-2/output-1/build/packages-file-list.txt cat /nvmedata/autobuild/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-flex-2.6.4/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-gettext/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-meson-0.53.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-ncurses-6.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-ninja-1.10.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-2.7.17/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python3-3.8.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-skeleton/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-zlib/.files-list-host.txt > /nvmedata/autobuild/instance-2/output-1/build/packages-file-list-host.txt cat /nvmedata/autobuild/instance-2/output-1/build/flex-2.6.4/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libdrm-2.4.100/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libevdev-1.8.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libgsasl-1.8.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libllcp-05dfa8003433a7070bfd8ae02efdb0203bbf34aa/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libnfc-1.7.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libnspr-4.25/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libnss-3.50/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libsodium-1.0.18/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libva-2.6.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libzlib-1.2.11/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/linux-pam-1.3.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/ncurses-6.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/sqlite-3300100/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external-andes-nds32/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain/.files-list-staging.txt > /nvmedata/autobuild/instance-2/output-1/build/packages-file-list-staging.txt touch /nvmedata/autobuild/instance-2/output-1/target/usr ln -snf /nvmedata/autobuild/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-2/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot' make: Entering directory '/nvmedata/autobuild/instance-2/buildroot' >>> Buildroot 2020.02-00169-gbf67e6823f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> diffutils 3.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libevdev 1.8.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ftop 1.0 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) >>> libdrm 2.4.100 Collecting legal info >>> host-meson 0.53.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libgsasl 1.8.0 Collecting legal info README: OK (sha256: 4eb54155afd4684d7e9423f6037e5cc887ae4d8818e83d3af93350ebd4a8e6eb) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnspr 4.25 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.50 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libva 2.6.1 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> linux-pam 1.3.1 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> xxhash 0.7.2 Collecting legal info LICENSE: OK (sha256: 94df5da58df6c83bcc2fc0c84aaad71a0b0fe94625060d6cac000121dda37730) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: libdrm-2.4.100: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-2/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'