>>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Extracting gzip -d -c /home/mark/buildroot-test/instance-0/dl/uclibc-ng-test/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554.tar.gz | /home/mark/buildroot-test/instance-0/output/host/bin/tar --strip-components=1 -C /home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554 -xf - >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Patching Applying 0001-misc-tst-syscall6-fix-build-with-musl-and-older-kenr.patch using patch: patching file test/misc/tst-syscall6.c Applying 0002-Add-NO_CRYPT-to-fix-build-with-glibc-2.28.patch using patch: patching file test/Makefile >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Configuring >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Building PATH="/home/mark/buildroot-test/instance-0/output/host/bin:/home/mark/buildroot-test/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" NO_MATH=1 NO_CRYPT=1 /usr/bin/make -j2 -C /home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554 CC="/home/mark/buildroot-test/instance-0/output/host/bin/riscv32-linux-gcc" UCLIBC_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" UCLIBC_EXTRA_LDFLAGS="" test_compile make[1]: Entering directory '/home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554' make[2]: Entering directory '/home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/test' TEST_LINK termios/ termios TEST_LINK stdlib/ qsort qsort.c: In function 'main': qsort.c:21:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ TEST_LINK pwd_grp/ getgroups TEST_LINK stdlib/ test-canon test-canon.c: In function 'do_test': test-canon.c:136:3: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd (cwd, sizeof(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~ test-canon.c:170:5: warning: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result] symlink (symlinks[i].value, symlinks[i].name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test-canon.c:223:3: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd (buf, sizeof(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK pwd_grp/ grcat TEST_LINK stdlib/ test-canon2 TEST_LINK pwd_grp/ pwcat TEST_LINK pwd_grp/ test_grp TEST_LINK stdlib/ test-mkostemp-O_CLOEXEC TEST_LINK pwd_grp/ test_pwd TEST_LINK stdlib/ test-mkostemp-child TEST_LINK stdlib/ testatexit TEST_LINK stdlib/ teston_exit TEST_LINK stdlib/ teststrtol TEST_LINK stdlib/ teststrtoq TEST_LINK string/ bug-strcoll1 TEST_LINK string/ bug-strncat1 make[3]: Nothing to be done for 'compile'. TEST_LINK misc/ bug-glob2 TEST_LINK string/ bug-strpbrk1 TEST_LINK string/ bug-strspn1 TEST_LINK string/ stratcliff TEST_LINK misc/ bug-readdir1 TEST_LINK misc/ dirent TEST_LINK misc/ dirent64 TEST_LINK string/ test-ffs TEST_LINK misc/ fdopen TEST_LINK string/ testcopy TEST_LINK misc/ opendir-tst1 TEST_LINK string/ tester TEST_LINK misc/ popen TEST_LINK misc/ seek TEST_LINK misc/ sem TEST_LINK misc/ stdarg TEST_LINK misc/ tst-inotify In file included from /home/mark/buildroot-test/instance-0/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/string.h:494:0, from tester.c:32: In function 'strncat', inlined from 'test_strncat' at tester.c:334:3, inlined from 'main' at tester.c:1530:3: /home/mark/buildroot-test/instance-0/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk': specified bound 99 exceeds the size 50 of the destination [-Wstringop-overflow=] return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK misc/ tst-mkostemps TEST_LINK misc/ tst-nftw In file included from /home/mark/buildroot-test/instance-0/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/fcntl.h:328:0, from tst-nftw.c:6: In function 'open', inlined from 'do_test' at tst-nftw.c:38:10, inlined from 'main' at ../test-skeleton.c:318:12: /home/mark/buildroot-test/instance-0/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/bits/fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments __open_missing_mode (); ^~~~~~~~~~~~~~~~~~~~~~ In function 'open', inlined from 'do_test' at tst-nftw.c:40:10, inlined from 'main' at ../test-skeleton.c:318:12: /home/mark/buildroot-test/instance-0/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/bits/fcntl2.h:50:4: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments __open_missing_mode (); ^~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [../Test.mak:98: tst-nftw] Error 1 make[2]: *** [Makefile:72: _dircompile_misc] Error 2 make[2]: *** Waiting for unfinished jobs.... TEST_LINK string/ tst-bswap TEST_LINK string/ tst-inlcall TEST_LINK string/ tst-memmove TEST_LINK string/ tst-strlen TEST_LINK string/ tst-strtok TEST_LINK string/ tst-strxfrm make[2]: Leaving directory '/home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/test' make[1]: *** [Makefile.in:16: test_compile] Error 2 make[1]: Leaving directory '/home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554' make: *** [package/pkg-generic.mk:241: /home/mark/buildroot-test/instance-0/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/.stamp_built] Error 2 make: Leaving directory '/home/mark/buildroot-test/instance-0/buildroot'