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_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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC security.lo CC xfuncs.lo CC scanelf.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); ^~~~~~~~~~~~~~~~~ CC dumpelf.o CC pspax.o CC scanmacho.o 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) ^~~~~~~~~ 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;; ^~~~~~ scanmacho.c:297:13: note: 'snprintf' output between 2 and 11 bytes into a destination of size 8 case 'Z': snprintf(ubuf, sizeof(ubuf), "%llu", (unsigned long long int)fobj->len); out = ubuf; break;; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cp lddtree.sh lddtree cp symtree.sh symtree CCLD libpaxutils.la CCLD pspax CCLD scanmacho CCLD dumpelf CCLD scanelf make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' >>> pax-utils 1.2.2 Installing to target PATH="/home/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-3/output-1/target install -C /home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/ make[1]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' Making install in autotools/gnulib make[2]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory `/home/test/autobuild/run/instance-3/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 `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c lddtree symtree '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/home/test/autobuild/run/instance-3/output-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /home/test/autobuild/run/instance-3/output-1/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /home/test/autobuild/run/instance-3/output-1/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /home/test/autobuild/run/instance-3/output-1/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /home/test/autobuild/run/instance-3/output-1/target/usr/bin/scanmacho make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pax-utils-1.2.2' rm -f /home/test/autobuild/run/instance-3/output-1/target/usr/bin/{lddtree,symtree} pixz-1.0.6.tar.xz: OK (sha256: 02c50746b134fa1b1aae41fcc314d7c6f1919b3d48bcdea01bf11769f83f72e8) >>> pixz 1.0.6 Extracting xzcat /home/test/autobuild/run/instance-3/dl/pixz/pixz-1.0.6.tar.xz | /home/test/autobuild/run/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6 -xf - >>> pixz 1.0.6 Patching >>> pixz 1.0.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pixz 1.0.6 Patching libtool >>> pixz 1.0.6 Configuring (cd /home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/ && rm -rf config.cache && PATH="/home/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-ar" AS="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-as" LD="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-ld" NM="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-nm" CC="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc" GCC="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc" CPP="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-cpp" CXX="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-g++" FC="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gfortran" F77="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-ranlib" READELF="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-readelf" STRIP="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/home/test/autobuild/run/instance-3/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/home/test/autobuild/run/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/test/autobuild/run/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/test/autobuild/run/instance-3/output-1/host/lib -Wl,-rpath,/home/test/autobuild/run/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/home/test/autobuild/run/instance-3/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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/test/autobuild/run/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/test/autobuild/run/instance-3/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_file_src_pixz_1=yes CONFIG_SITE=/dev/null ./configure --target=nds32le-buildroot-linux-gnu --host=nds32le-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for nds32le-buildroot-linux-gnu-strip... /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for nds32le-buildroot-linux-gnu-gcc... /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc accepts -g... yes checking for /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc option to accept ISO C89... none needed checking whether /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc understands -c and -o together... yes checking dependency style of /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc... none checking for /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc option to accept ISO C99... none needed checking for /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc option to accept ISO Standard C... (cached) none needed checking for src/pixz.1... (cached) yes checking for ceil in -lm... yes checking build system type... x86_64-pc-linux-gnu checking host system type... nds32le-buildroot-linux-gnu checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking pkg-config is at least version 0.9.0... yes checking for LIBARCHIVE... yes checking for LZMA... yes checking how to run the C preprocessor... /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for working strtod... no checking for pow... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for strerror... yes checking for strtol... yes checking whether htole64 is declared... no checking whether htole64 is declared... (cached) no checking whether le64toh is declared... yes checking whether le64toh is declared... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> pixz 1.0.6 Building PATH="/home/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/ make[1]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' /usr/bin/make all-recursive make[2]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' Making all in src make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/src' /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-common.o `test -f 'common.c' || echo './'`common.c /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-cpu.o `test -f 'cpu.c' || echo './'`cpu.c /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-endian.o `test -f 'endian.c' || echo './'`endian.c /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-list.o `test -f 'list.c' || echo './'`list.c endian.c:24: warning: "htole64" redefined # define htole64(x) (x) In file included from endian.c:17: /home/test/autobuild/run/instance-3/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/endian.h:75: note: this is the location of the previous definition # define htole64(x) __uint64_identity (x) endian.c:32: warning: "le64toh" redefined # define le64toh(x) (x) In file included from endian.c:17: /home/test/autobuild/run/instance-3/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/endian.h:77: note: this is the location of the previous definition # define le64toh(x) __uint64_identity (x) /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-pixz.o `test -f 'pixz.c' || echo './'`pixz.c common.c: In function 'find_file_index': common.c:123:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (lzma_index_iter_locate(&iter, loc)) ^~ common.c:125:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (iter.stream.number != 1) ^~ /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-read.o `test -f 'read.c' || echo './'`read.c common.c: In function 'next_index': common.c:310:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (fseeko(gInFile, *pos, SEEK_SET) == -1) ^~ common.c:313:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' lzma_stream strm = LZMA_STREAM_INIT; ^~~~~~~~~~~ /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o pixz-write.o `test -f 'write.c' || echo './'`write.c /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-gcc -pthread -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o pixz pixz-common.o pixz-cpu.o pixz-endian.o pixz-list.o pixz-pixz.o pixz-read.o pixz-write.o -lm -L/home/test/autobuild/run/instance-3/output-1/host/bin/../nds32le-buildroot-linux-gnu/sysroot/usr/lib -larchive -L/home/test/autobuild/run/instance-3/output-1/host/bin/../nds32le-buildroot-linux-gnu/sysroot/usr/lib -llzma -lm make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/src' Making all in test make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/test' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/test' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' >>> pixz 1.0.6 Installing to target PATH="/home/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-3/output-1/target install -C /home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/ make[1]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' Making install in src make[2]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/src' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/src' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c pixz '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 pixz.1 '/home/test/autobuild/run/instance-3/output-1/target/usr/share/man/man1' make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/src' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/src' Making install in test make[2]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/test' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/test' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6/test' make[2]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[3]: Entering directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[2]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' make[1]: Leaving directory `/home/test/autobuild/run/instance-3/output-1/build/pixz-1.0.6' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/test/autobuild/run/instance-3/output-1/build/packages-file-list.txt Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz'] ./support/scripts/check-uniq-files -t staging /home/test/autobuild/run/instance-3/output-1/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /home/test/autobuild/run/instance-3/output-1/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/test/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/test/autobuild/run/instance-3/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/test/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/test/autobuild/run/instance-3/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/test/autobuild/run/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-%g" -e "s%@TARGET_ARCH@%nds32le%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/home/test/autobuild/run/instance-3/output-1/host%g" package/meson//cross-compilation.conf.in > /home/test/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /home/test/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf.in > /home/test/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/test/autobuild/run/instance-3/output-1/target/etc echo "buildroot" > /home/test/autobuild/run/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-3/output-1/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-3/output-1/target/etc/shadow rm -f /home/test/autobuild/run/instance-3/output-1/target/bin/sh rm -f /home/test/autobuild/run/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-3/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/include /home/test/autobuild/run/instance-3/output-1/target/usr/share/aclocal \ /home/test/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-3/output-1/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-3/output-1/target/usr/lib/cmake /home/test/autobuild/run/instance-3/output-1/target/usr/share/cmake find /home/test/autobuild/run/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-3/output-1/target/lib/ /home/test/autobuild/run/instance-3/output-1/target/usr/lib/ /home/test/autobuild/run/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/test/autobuild/run/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/man /home/test/autobuild/run/instance-3/output-1/target/usr/share/man rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/info /home/test/autobuild/run/instance-3/output-1/target/usr/share/info rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/doc /home/test/autobuild/run/instance-3/output-1/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/test/autobuild/run/instance-3/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/test/autobuild/run/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-3/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 /home/test/autobuild/run/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-git-01685-ga87c617"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-git\"" \ ) > /home/test/autobuild/run/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/run/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/test/autobuild/run/instance-3/output-1/target/usr make: Leaving directory `/home/test/autobuild/run/instance-3/buildroot' make: Entering directory `/home/test/autobuild/run/instance-3/buildroot' >>> Buildroot 2019.11-git-01685-ga87c617 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.31.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> gpm 1.20.7 Collecting legal info ERROR: No hash found for COPYING >>> 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-bison 3.4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> libarchive 3.4.0 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libupnp18 1.8.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> linenoise 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> orc 0.4.29 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.29 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE 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) Legal info produced in /home/test/autobuild/run/instance-3/output-1/legal-info make: Leaving directory `/home/test/autobuild/run/instance-3/buildroot'