>>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Extracting gzip -d -c /nvmedata/autobuild/instance-13/dl/uclibc-ng-test/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a-br1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a -xf - >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Patching >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Configuring >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Building PATH="/nvmedata/autobuild/instance-13/output-1/host/bin:/nvmedata/autobuild/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" NO_MATH=1 NO_LOCALE=1 NO_TLS=1 NO_NPTL=1 NO_DL=1 /usr/bin/make -j2 -C /nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a CC="/nvmedata/autobuild/instance-13/output-1/host/bin/mips64-buildroot-linux-musl-gcc" UCLIBC_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static" UCLIBC_EXTRA_LDFLAGS=" -static" test_compile make[1]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a' make[2]: Entering directory '/nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a/test' TEST_LINK argp/ argp-ex1 TEST_LINK args/ arg_test TEST_LINK argp/ argp-ex2 TEST_LINK assert/ assert TEST_LINK argp/ argp-ex3 TEST_LINK argp/ argp-ex4 make[3]: Nothing to be done for 'compile'. TEST_LINK crypt/ crypt crypt.c: In function 'main': crypt.c:74:17: warning: implicit declaration of function 'encrypt'; did you mean 'crypt'? [-Wimplicit-function-declaration] 74 | encrypt(cipher, 0); | ^~~~~~~ | crypt TEST_LINK argp/ argp-test TEST_LINK argp/ bug-argp1 TEST_LINK crypt/ md5c-test TEST_LINK crypt/ sha256c-test TEST_LINK argp/ tst-argp1 TEST_LINK crypt/ sha512c-test TEST_LINK argp/ tst-argp2 TEST_LINK ctype/ ctype TEST_LINK iconv/ tst-iconv1 TEST_LINK inet/ bug-if1 TEST_LINK iconv/ tst-iconv2 TEST_LINK inet/ gethost TEST_LINK iconv/ tst-iconv3 TEST_LINK inet/ gethost_r-align TEST_LINK iconv/ tst-iconv4 TEST_LINK inet/ gethostid TEST_LINK inet/ getnetent TEST_LINK inet/ if_nameindex TEST_LINK iconv/ tst-iconv5 TEST_LINK inet/ tst-aton TEST_LINK iconv/ tst-iconv6 TEST_LINK inet/ tst-ether_aton TEST_LINK inet/ tst-ethers TEST_LINK locale-mbwc/ tst2_mbrtowc TEST_LINK inet/ tst-ethers-line TEST_LINK inet/ tst-getni1 TEST_LINK locale-mbwc/ tst_iswalnum TEST_LINK locale-mbwc/ tst_iswalpha TEST_LINK inet/ tst-getni2 TEST_LINK locale-mbwc/ tst_iswcntrl TEST_LINK inet/ tst-ifaddrs TEST_LINK locale-mbwc/ tst_iswctype TEST_LINK locale-mbwc/ tst_iswdigit TEST_LINK inet/ tst-network TEST_LINK locale-mbwc/ tst_iswgraph TEST_LINK inet/ tst-ntoa TEST_LINK inet/ tst-res TEST_LINK locale-mbwc/ tst_iswlower TEST_LINK inet/ tst-sock-nonblock In file included from tst-sock-nonblock.c:18: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK locale-mbwc/ tst_iswprint TEST_LINK malloc/ malloc TEST_LINK locale-mbwc/ tst_iswpunct TEST_LINK malloc/ malloc-standard-alignment TEST_LINK locale-mbwc/ tst_iswspace TEST_LINK malloc/ mallocbug TEST_LINK locale-mbwc/ tst_iswupper TEST_LINK malloc/ realloc-can-shrink TEST_LINK malloc/ realloc0 TEST_LINK locale-mbwc/ tst_iswxdigit TEST_LINK malloc/ testmalloc TEST_LINK locale-mbwc/ tst_mblen TEST_LINK malloc/ tst-calloc tst-calloc.c: In function 'null_test': tst-calloc.c:101:3: warning: ignoring return value of 'calloc' declared with attribute 'warn_unused_result' [-Wunused-result] 101 | calloc (0, 0); | ^~~~~~~~~~~~~ tst-calloc.c:102:3: warning: ignoring return value of 'calloc' declared with attribute 'warn_unused_result' [-Wunused-result] 102 | calloc (0, UINT_MAX); | ^~~~~~~~~~~~~~~~~~~~ tst-calloc.c:103:3: warning: ignoring return value of 'calloc' declared with attribute 'warn_unused_result' [-Wunused-result] 103 | calloc (UINT_MAX, 0); | ^~~~~~~~~~~~~~~~~~~~ tst-calloc.c:104:3: warning: ignoring return value of 'calloc' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | calloc (0, ~((size_t) 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ tst-calloc.c:105:3: warning: ignoring return value of 'calloc' declared with attribute 'warn_unused_result' [-Wunused-result] 105 | calloc (~((size_t) 0), 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK locale-mbwc/ tst_mbrlen tst-calloc.c:104:3: warning: argument 2 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 104 | calloc (0, ~((size_t) 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tst-calloc.c:22: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/stdlib.h:41:7: note: in a call to allocation function 'calloc' declared here 41 | void *calloc (size_t, size_t); | ^~~~~~ tst-calloc.c:105:3: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 105 | calloc (~((size_t) 0), 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK malloc/ tst-malloc tst-malloc.c: In function 'main': tst-malloc.c:41:7: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 41 | p = malloc (-1); | ^~~~~~~~~~~ In file included from tst-malloc.c:20: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/malloc.h:12:7: note: in a call to allocation function 'malloc' declared here 12 | void *malloc (size_t); | ^~~~~~ TEST_LINK locale-mbwc/ tst_mbrtowc TEST_LINK malloc/ tst-mallocfork TEST_LINK locale-mbwc/ tst_mbsrtowcs TEST_LINK malloc/ tst-mcheck TEST_LINK locale-mbwc/ tst_mbstowcs tst-mcheck.c: In function 'main': tst-mcheck.c:40:7: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 40 | p = malloc (-1); | ^~~~~~~~~~~ In file included from tst-mcheck.c:21: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/stdlib.h:40:7: note: in a call to allocation function 'malloc' declared here 40 | void *malloc (size_t); | ^~~~~~ tst-mcheck.c:71:7: warning: argument 2 value '18446744073709551360' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 71 | if (realloc (p, -256) != NULL) | ^~~~~~~~~~~~~~~~~ In file included from tst-mcheck.c:21: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/stdlib.h:42:7: note: in a call to allocation function 'realloc' declared here 42 | void *realloc (void *, size_t); | ^~~~~~~ tst-mcheck.c:82:7: warning: argument 2 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 82 | if (realloc (p, -1) != NULL) | ^~~~~~~~~~~~~~~ In file included from tst-mcheck.c:21: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/stdlib.h:42:7: note: in a call to allocation function 'realloc' declared here 42 | void *realloc (void *, size_t); | ^~~~~~~ TEST_LINK malloc/ tst-valloc TEST_LINK locale-mbwc/ tst_mbtowc TEST_LINK locale-mbwc/ tst_strcoll TEST_LINK locale-mbwc/ tst_strxfrm TEST_LINK misc/ bug-glob2 TEST_LINK locale-mbwc/ tst_towctrans TEST_LINK misc/ bug-readdir1 TEST_LINK locale-mbwc/ tst_towlower TEST_LINK misc/ dirent TEST_LINK locale-mbwc/ tst_towupper TEST_LINK misc/ dirent64 TEST_LINK misc/ fdopen TEST_LINK locale-mbwc/ tst_wcrtomb TEST_LINK misc/ opendir-tst1 TEST_LINK locale-mbwc/ tst_wcscat TEST_LINK misc/ popen TEST_LINK locale-mbwc/ tst_wcschr TEST_LINK locale-mbwc/ tst_wcscmp TEST_LINK misc/ seek TEST_LINK misc/ sem TEST_LINK locale-mbwc/ tst_wcscoll TEST_LINK misc/ stdarg TEST_LINK locale-mbwc/ tst_wcscpy TEST_LINK misc/ tst-hasmntopt TEST_LINK locale-mbwc/ tst_wcscspn TEST_LINK misc/ tst-inotify In file included from tst-inotify.c:16: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK locale-mbwc/ tst_wcslen TEST_LINK locale-mbwc/ tst_wcsncat TEST_LINK misc/ tst-mkostemps TEST_LINK misc/ tst-nftw TEST_LINK locale-mbwc/ tst_wcsncmp TEST_LINK locale-mbwc/ tst_wcsncpy TEST_LINK misc/ tst-preadvwritev TEST_LINK locale-mbwc/ tst_wcspbrk TEST_LINK locale-mbwc/ tst_wcsrtombs TEST_LINK misc/ tst-scandir TEST_LINK misc/ tst-seekdir TEST_LINK locale-mbwc/ tst_wcsspn TEST_LINK misc/ tst-statfs TEST_LINK locale-mbwc/ tst_wcsstr TEST_LINK misc/ tst-statvfs TEST_LINK locale-mbwc/ tst_wcstok TEST_LINK misc/ tst-syscall0 TEST_LINK misc/ tst-syscall1 TEST_LINK locale-mbwc/ tst_wcstombs TEST_LINK misc/ tst-syscall6 TEST_LINK locale-mbwc/ tst_wcswidth TEST_LINK misc/ tst-utmp TEST_LINK misc/ tst-utmpx TEST_LINK locale-mbwc/ tst_wcsxfrm TEST_LINK locale-mbwc/ tst_wctob TEST_LINK mmap/ mmap TEST_LINK locale-mbwc/ tst_wctomb TEST_LINK mmap/ mmap2 TEST_LINK locale-mbwc/ tst_wctrans TEST_LINK mmap/ mmap64 TEST_LINK mmap/ tst-mmap-eofsync TEST_LINK locale-mbwc/ tst_wctype TEST_LINK locale-mbwc/ tst_wcwidth TEST_LINK mmap/ tst-mmap-fflushsync TEST_LINK pthread/ ex1 TEST_LINK pthread/ ex2 TEST_LINK mmap/ tst-mmap-offend TEST_LINK pthread/ ex3 ex3.c: In function 'search': ex3.c:85:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 85 | srand((int)tid); | ^ TEST_LINK pthread/ ex4 TEST_LINK mmap/ tst-mmap-setvbuf TEST_LINK pthread/ ex5 TEST_LINK pwd_grp/ getgroups TEST_LINK pthread/ ex6 TEST_LINK pwd_grp/ grcat TEST_LINK pthread/ ex7 TEST_LINK pwd_grp/ pwcat TEST_LINK pthread/ ex8-mtx-odd TEST_LINK pwd_grp/ test_grp TEST_LINK pwd_grp/ test_pwd TEST_LINK pthread/ tst-c99 TEST_LINK pthread/ tst-join2 TEST_LINK regex/ tst-regex2 TEST_LINK regex/ tst-regexloc TEST_LINK pthread/ tst-join3 TEST_LINK rpc/ getrpcent TEST_LINK pthread/ tst-too-many-cleanups TEST_LINK rt/ tst-posix_spawn TEST_LINK setjmp/ bug269-setjmp TEST_LINK signal/ sigchld In file included from sigchld.c:5: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK signal/ signal TEST_LINK setjmp/ jmpbug TEST_LINK signal/ tst-raise TEST_LINK setjmp/ sigjmpbug TEST_LINK signal/ tst-signal TEST_LINK setjmp/ tst-setjmp TEST_LINK signal/ tst-signalfd In file included from tst-signalfd.c:17: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK setjmp/ tst-vfork-longjmp TEST_LINK signal/ tst-sigset TEST_LINK silly/ hello TEST_LINK silly/ tiny TEST_LINK stat/ memcmp-stat TEST_LINK stdio/ 64bit TEST_LINK stat/ stat TEST_LINK stdio/ fclose-loop TEST_LINK stdio/ lseek_no_lfs TEST_LINK stat/ stat-loop256 TEST_LINK stdio/ scanf_m TEST_LINK stdlib/ qsort TEST_LINK string/ bug-strcoll1 TEST_LINK stdlib/ test-canon TEST_LINK string/ bug-strncat1 TEST_LINK string/ bug-strpbrk1 TEST_LINK string/ bug-strspn1 TEST_LINK stdlib/ test-canon2 TEST_LINK string/ stratcliff TEST_LINK stdlib/ test-mkostemp-O_CLOEXEC TEST_LINK string/ test-ffs TEST_LINK stdlib/ test-mkostemp-child TEST_LINK string/ testcopy TEST_LINK stdlib/ testatexit TEST_LINK string/ tester tester.c: In function 'test_rawmemchr': tester.c:630:10: warning: implicit declaration of function 'rawmemchr'; did you mean 'memchr'? [-Wimplicit-function-declaration] 630 | check (rawmemchr (one, 'c') == one+2, 1); /* Basic test. */ | ^~~~~~~~~ | memchr tester.c:630:31: warning: comparison between pointer and integer 630 | check (rawmemchr (one, 'c') == one+2, 1); /* Basic test. */ | ^~ tester.c:631:31: warning: comparison between pointer and integer 631 | check (rawmemchr (one, 'd') == one+3, 2); /* End of string. */ | ^~ tester.c:632:31: warning: comparison between pointer and integer 632 | check (rawmemchr (one, 'a') == one, 3); /* Beginning. */ | ^~ tester.c:633:32: warning: comparison between pointer and integer 633 | check (rawmemchr (one, '\0') == one+4, 4); /* Finding NUL. */ | ^~ tester.c:635:31: warning: comparison between pointer and integer 635 | check (rawmemchr (one, 'b') == one+1, 5); /* Finding first. */ | ^~ tester.c:637:32: warning: comparison between pointer and integer 637 | check (rawmemchr (one, '\0') == one, 6); /* NUL in empty string. */ | ^~ tester.c:647:35: warning: comparison between pointer and integer 647 | check (rawmemchr (p, 'R') == p+8, 6+i); | ^~ TEST_LINK stdlib/ teston_exit TEST_LINK stdlib/ teststrtol TEST_LINK stdlib/ teststrtoq TEST_LINK termios/ termios TEST_LINK time/ clocktest TEST_LINK time/ test_time /nvmedata/autobuild/instance-13/output-1/host/lib/gcc/mips64-buildroot-linux-musl/11.3.0/../../../../mips64-buildroot-linux-musl/bin/ld: tester.o: in function `test_rawmemchr': tester.c:(.text+0x589c): undefined reference to `rawmemchr' /nvmedata/autobuild/instance-13/output-1/host/lib/gcc/mips64-buildroot-linux-musl/11.3.0/../../../../mips64-buildroot-linux-musl/bin/ld: tester.c:(.text+0x58a4): undefined reference to `rawmemchr' /nvmedata/autobuild/instance-13/output-1/host/lib/gcc/mips64-buildroot-linux-musl/11.3.0/../../../../mips64-buildroot-linux-musl/bin/ld: tester.c:(.text+0x58e4): undefined reference to `rawmemchr' /nvmedata/autobuild/instance-13/output-1/host/lib/gcc/mips64-buildroot-linux-musl/11.3.0/../../../../mips64-buildroot-linux-musl/bin/ld: tester.c:(.text+0x58ec): undefined reference to `rawmemchr' /nvmedata/autobuild/instance-13/output-1/host/lib/gcc/mips64-buildroot-linux-musl/11.3.0/../../../../mips64-buildroot-linux-musl/bin/ld: tester.c:(.text+0x592c): undefined reference to `rawmemchr' /nvmedata/autobuild/instance-13/output-1/host/lib/gcc/mips64-buildroot-linux-musl/11.3.0/../../../../mips64-buildroot-linux-musl/bin/ld: tester.o:tester.c:(.text+0x5934): more undefined references to `rawmemchr' follow collect2: error: ld returned 1 exit status make[3]: *** [../Test.mak:99: tester] Error 1 make[2]: *** [Makefile:72: _dircompile_string] Error 2 make[2]: *** Waiting for unfinished jobs.... TEST_LINK time/ tst-ctime TEST_LINK time/ tst-futimens1 TEST_LINK time/ tst-mktime TEST_LINK time/ tst-mktime3 TEST_LINK time/ tst-strptime2 TEST_LINK time/ tst-timerfd In file included from tst-timerfd.c:20: /nvmedata/autobuild/instance-13/output-1/host/mips64-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ make[2]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a/test' make[1]: *** [Makefile.in:16: test_compile] Error 2 make[1]: Leaving directory '/nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a' make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-13/output-1/build/uclibc-ng-test-0844445e7358eb10e716155b55b0fb23e88d644a/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-13/buildroot'