60 | write (fd, "foobar xyzzy", 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-flock2 TEST_LINK stdlib/ test-canon2 tst-flock2.c: In function 'do_test': tst-flock2.c:75:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 75 | write (fd, "foobar xyzzy", 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK stdlib/ test-mkostemp-O_CLOEXEC TEST_LINK nptl/ tst-fork1 TEST_LINK stdlib/ test-mkostemp-child TEST_LINK nptl/ tst-fork2 TEST_LINK stdlib/ testatexit TEST_LINK nptl/ tst-fork3 TEST_LINK stdlib/ teston_exit TEST_LINK nptl/ tst-fork4 TEST_LINK stdlib/ teststrtol TEST_LINK stdlib/ teststrtoq TEST_LINK nptl/ tst-getpid1 TEST_LINK string/ bug-strcoll1 TEST_LINK nptl/ tst-getpid2 TEST_LINK string/ bug-strncat1 TEST_LINK string/ bug-strpbrk1 TEST_LINK nptl/ tst-getpid3 TEST_LINK string/ bug-strspn1 TEST_LINK string/ stratcliff TEST_LINK nptl/ tst-initializers1 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/pixel-a-8.o common/x86/pixel-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8 TEST_LINK nptl/ tst-initializers1-c89 TEST_LINK nptl/ tst-initializers1-c99 TEST_LINK string/ test-ffs TEST_LINK nptl/ tst-initializers1-gnu89 TEST_LINK nptl/ tst-initializers1-gnu99 TEST_LINK string/ testcopy TEST_LINK nptl/ tst-join1 TEST_LINK string/ tester tester.c: In function 'test_rawmemchr': tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:634:10: note: in expansion of macro 'rawmemchr' 634 | check (rawmemchr (one, 'c') == one+2, 1); /* Basic test. */ | ^~~~~~~~~ tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:635:10: note: in expansion of macro 'rawmemchr' 635 | check (rawmemchr (one, 'd') == one+3, 2); /* End of string. */ | ^~~~~~~~~ tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:636:10: note: in expansion of macro 'rawmemchr' 636 | check (rawmemchr (one, 'a') == one, 3); /* Beginning. */ | ^~~~~~~~~ tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:637:10: note: in expansion of macro 'rawmemchr' 637 | check (rawmemchr (one, '\0') == one+4, 4); /* Finding NUL. */ | ^~~~~~~~~ tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:639:10: note: in expansion of macro 'rawmemchr' 639 | check (rawmemchr (one, 'b') == one+1, 5); /* Finding first. */ | ^~~~~~~~~ tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:641:10: note: in expansion of macro 'rawmemchr' 641 | check (rawmemchr (one, '\0') == one, 6); /* NUL in empty string. */ | ^~~~~~~~~ tester.c:626:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow] 626 | #define rawmemchr(s,c) memchr((s),(size_t)-1,(c)) | ^~~~~~~~~~ tester.c:651:16: note: in expansion of macro 'rawmemchr' 651 | check (rawmemchr (p, 'R') == p+8, 6+i); | ^~~~~~~~~ TEST_LINK nptl/ tst-join2 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/predict-a-8.o common/x86/predict-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8 TEST_LINK nptl/ tst-join3 TEST_LINK nptl/ tst-join4 TEST_LINK nptl/ tst-join5 In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/uclibc-ng-test/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from tester.c:32: In function 'strncat', inlined from 'test_strncat' at tester.c:334:10, inlined from 'main' at tester.c:1534:3: /home/buildroot/autobuild/instance-3/output-1/per-package/uclibc-ng-test/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' specified bound 99 exceeds destination size 50 [-Wstringop-overflow=] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-join6 TEST_LINK nptl/ tst-key1 tst-key1.c: In function 'do_test': tst-key1.c:41:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 41 | write (2, "key_create failed\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key1.c:50:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 50 | write (2, "setspecific failed\n", 19); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key1.c:59:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 59 | write (2, "getspecific failed\n", 19); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key1.c:65:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 65 | write (2, "key_delete failed\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key1.c:73:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 73 | write (2, "2nd key_create failed\n", 22); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key1.c:79:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 79 | write (2, "2nd key_delete failed\n", 22); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK string/ tst-bswap TEST_LINK string/ tst-inlcall TEST_LINK nptl/ tst-key2 tst-key2.c: In function 'do_test': tst-key2.c:73:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 73 | write (2, "key_create failed\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key2.c:80:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 80 | write (2, "create failed\n", 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key2.c:86:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 86 | write (2, "join failed\n", 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key2.c:92:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 92 | write (2, "cnt0 != 0\n", 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key2.c:98:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 98 | write (2, "cnt1 != 1\n", 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key2.c:105:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 105 | write (2, "key_delete failed\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key2.c: In function 'tf': tst-key2.c:56:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 56 | write (2, "setspecific failed\n", 19); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK string/ tst-memmove TEST_LINK nptl/ tst-key3 TEST_LINK string/ tst-strlen tst-key3.c: In function 'do_test': tst-key3.c:83:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | write (2, "key_create failed\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:89:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 89 | write (2, "barrier_init failed\n", 20); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:96:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | write (2, "create failed\n", 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:104:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | write (2, "cancel failed\n", 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:111:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 111 | write (2, "join failed\n", 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:117:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 117 | write (2, "thread not canceled\n", 20); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:127:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 127 | write (2, "cnt0 != 0\n", 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:133:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 133 | write (2, "cnt1 != 1\n", 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:140:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 140 | write (2, "key_delete failed\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c:146:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 146 | write (2, "barrier_destroy failed\n", 23); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-key3.c: In function 'tf': tst-key3.c:59:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 59 | write (2, "setspecific failed\n", 19); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK string/ tst-strtok TEST_LINK nptl/ tst-key4 TEST_LINK string/ tst-strxfrm TEST_LINK termios/ termios TEST_LINK nptl/ tst-kill1 TEST_LINK time/ clocktest TEST_LINK time/ test_time TEST_LINK nptl/ tst-kill2 TEST_LINK time/ tst-ctime TEST_LINK nptl/ tst-kill3 TEST_LINK time/ tst-futimens1 tst-kill3.c: In function 'handler': tst-kill3.c:36:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 36 | write (1, "handler called\n", 15); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-kill4 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/quant-a-8.o common/x86/quant-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8 TEST_LINK time/ tst-mktime TEST_LINK nptl/ tst-kill5 TEST_LINK time/ tst-mktime3 TEST_LINK time/ tst-strptime2 TEST_LINK nptl/ tst-kill6 tst-kill6.c: In function 'handler': tst-kill6.c:37:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 37 | write (STDOUT_FILENO, "wrong signal\n", 13); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-kill6.c:43:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 43 | write (STDOUT_FILENO, "not the intended receiver\n", 26); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-kill6.c:49:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 49 | write (STDOUT_FILENO, "sem_post failed\n", 16); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK time/ tst-timerfd TEST_LINK nptl/ tst-mqueue1 TEST_LINK tls/ tst-tlsmod-at-ctor.so TEST_LINK tls/ tst-tls1 TEST_LINK nptl/ tst-mqueue2 TEST_LINK tls/ tst-tlsmod7.so TEST_LINK tls/ tst-tlsmod11.so TEST_LINK tls/ tst-tlsmod13.so TEST_LINK tls/ tst-tlsmod14a.so TEST_LINK nptl/ tst-mqueue3 TEST_LINK tls/ tst-tlsmod15b.so TEST_LINK nptl/ tst-mqueue4 TEST_LINK nptl/ tst-mqueue5 TEST_LINK nptl/ tst-mqueue6 TEST_LINK nptl/ tst-mqueue7 TEST_LINK nptl/ tst-mqueue8 TEST_LINK nptl/ tst-mqueue9 TEST_LINK nptl/ tst-mutex1 TEST_LINK nptl/ tst-mutex2 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/sad-a-8.o common/x86/sad-a.asm -DBIT_DEPTH=8 -Dprivate_prefix=x264_8 TEST_LINK nptl/ tst-mutex3 TEST_LINK nptl/ tst-mutex4 TEST_LINK nptl/ tst-mutex5 TEST_LINK nptl/ tst-mutex5a TEST_LINK nptl/ tst-mutex6 TEST_LINK tls/ tst-tls2 TEST_LINK nptl/ tst-mutex7 TEST_LINK tls/ tst-tlsmod1.so TEST_LINK nptl/ tst-mutex7a TEST_LINK tls/ tst-tlsmod2.so TEST_LINK tls/ tst-tlsmod5.so TEST_LINK tls/ tst-tls-at-ctor TEST_LINK nptl/ tst-mutex8 TEST_LINK tls/ tst-tlsmod8.so TEST_LINK tls/ tst-tlsmod12.so TEST_LINK nptl/ tst-mutex9 TEST_LINK tls/ tst-tlsmod13a.so TEST_LINK tls/ tst-tlsmod14b.so TEST_LINK tls/ tst-tls15 TEST_LINK nptl/ tst-oddstacklimit In file included from tst-oddstacklimit.c:1: tst-basic1.c: In function 'do_test': tst-basic1.c:52:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 52 | write (2, "create failed\n", 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-basic1.c:69:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 69 | write (2, "result wrong\n", 13); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-basic1.c: In function 'tf': tst-basic1.c:32:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 32 | write (2, "pid mismatch\n", 13); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK tls/ tst-tlsmod17b.so TEST_LINK tls/ tst-tls18 TEST_LINK nptl/ tst-once1 TEST_LINK nptl/ tst-once2 TEST_LINK tls/ tst-tlsmod3.so TEST_LINK tls/ tst-tls4 TEST_LINK nptl/ tst-once3 TEST_LINK tls/ tst-tls5 TEST_LINK nptl/ tst-once4 TEST_LINK tls/ tst-tls6 TEST_LINK nptl/ tst-oncex3 TEST_LINK tls/ tst-tls7 TEST_LINK tls/ tst-tlsmod6.so TEST_LINK nptl/ tst-oncex4 TEST_LINK tls/ tst-tls10 TEST_LINK tls/ tst-tlsmod9.so TEST_LINK nptl/ tst-popen1 TEST_LINK tls/ tst-tls12 TEST_LINK tls/ tst-tls13 TEST_LINK nptl/ tst-raise1 TEST_LINK nptl/ tst-rwlock1 TEST_LINK tls/ tst-tls14 TEST_LINK tls/ tst-tls17 TEST_LINK nptl/ tst-rwlock10 TEST_LINK tls/ tst-tlsmod4.so TEST_LINK nptl/ tst-rwlock11 TEST_LINK tls/ tst-tls9 TEST_LINK tls/ tst-tlsmod10.so TEST_LINK nptl/ tst-rwlock12 TEST_LINK tls/ tst-tls3 TEST_LINK nptl/ tst-rwlock13 TEST_LINK tls/ tst-tls8 TEST_LINK nptl/ tst-rwlock14 TEST_LINK tls/ tst-tls11 TEST_LINK nptl/ tst-rwlock2 TEST_LINK unistd/ clone TEST_LINK unistd/ errno TEST_LINK nptl/ tst-rwlock2a TEST_LINK unistd/ exec-null TEST_LINK unistd/ fork TEST_LINK nptl/ tst-rwlock3 TEST_LINK unistd/ getcwd TEST_LINK nptl/ tst-rwlock4 TEST_LINK unistd/ getopt TEST_LINK unistd/ getopt_long TEST_LINK nptl/ tst-rwlock5 TEST_LINK unistd/ tst-fallocate TEST_LINK nptl/ tst-rwlock6 TEST_LINK unistd/ tst-getcwd TEST_LINK nptl/ tst-rwlock7 TEST_LINK unistd/ tst-posix_fallocate TEST_LINK nptl/ tst-rwlock8 TEST_LINK unistd/ tst-preadwrite TEST_LINK nptl/ tst-rwlock9 TEST_LINK unistd/ tst-preadwrite64 TEST_LINK nptl/ tst-sched1 TEST_LINK unistd/ tst-pselect TEST_LINK nptl/ tst-sem1 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/dct-64-10.o common/x86/dct-64.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK unistd/ tstgetopt TEST_LINK nptl/ tst-sem10 TEST_LINK unistd/ vfork TEST_LINK nptl/ tst-sem11 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/trellis-64-10.o common/x86/trellis-64.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-sem12 TEST_LINK nptl/ tst-sem2 TEST_LINK nptl/ tst-sem3 TEST_LINK nptl/ tst-sem4 TEST_LINK nptl/ tst-sem5 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/bitstream-a-10.o common/x86/bitstream-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/const-a-10.o common/x86/const-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-sem6 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/cabac-a-10.o common/x86/cabac-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-sem7 TEST_LINK nptl/ tst-sem8 TEST_LINK nptl/ tst-sem9 TEST_LINK nptl/ tst-signal1 tst-signal1.c: In function 'do_test': tst-signal1.c:110:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | write (fd, "foobar xyzzy", 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-signal2 tst-signal2.c: In function 'do_test': tst-signal2.c:116:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 116 | write (fd, "foobar xyzzy", 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-signal3 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/dct-a-10.o common/x86/dct-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-signal4 TEST_LINK nptl/ tst-signal5 TEST_LINK nptl/ tst-signal6 TEST_LINK nptl/ tst-signal7 TEST_LINK nptl/ tst-spin1 TEST_LINK nptl/ tst-spin2 TEST_LINK nptl/ tst-spin3 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/deblock-a-10.o common/x86/deblock-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-stack1 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/mc-a-10.o common/x86/mc-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-stack2 TEST_LINK nptl/ tst-stdio1 tst-stdio1.c: In function 'do_test': tst-stdio1.c:42:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 42 | write (2, "create failed\n", 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-stdio2 tst-stdio2.c: In function 'do_test': tst-stdio2.c:58:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 58 | write (2, "create failed\n", 14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-sysconf TEST_LINK nptl/ tst-timer2 TEST_LINK nptl/ tst-timer3 TEST_LINK nptl/ tst-timer4 TEST_LINK nptl/ tst-timer5 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/mc-a2-10.o common/x86/mc-a2.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-tls1 TEST_LINK nptl/ tst-tls2 tst-tls2.c: In function 'cb9': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:52:1: note: in expansion of macro 'CB' 52 | CB (9) | ^~ tst-tls2.c: In function 'cb8': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:51:1: note: in expansion of macro 'CB' 51 | CB (8) | ^~ tst-tls2.c: In function 'cb7': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:50:1: note: in expansion of macro 'CB' 50 | CB (7) | ^~ tst-tls2.c: In function 'cb6': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:49:1: note: in expansion of macro 'CB' 49 | CB (6) | ^~ tst-tls2.c: In function 'cb5': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:48:1: note: in expansion of macro 'CB' 48 | CB (5) | ^~ tst-tls2.c: In function 'cb4': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:47:1: note: in expansion of macro 'CB' 47 | CB (4) | ^~ tst-tls2.c: In function 'cb3': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:46:1: note: in expansion of macro 'CB' 46 | CB (3) | ^~ tst-tls2.c: In function 'cb2': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:45:1: note: in expansion of macro 'CB' 45 | CB (2) | ^~ tst-tls2.c: In function 'cb1': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:44:1: note: in expansion of macro 'CB' 44 | CB (1) | ^~ tst-tls2.c: In function 'cb0': tst-tls2.c:39:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 39 | write (STDOUT_FILENO, "wrong callback\n", 15); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:43:1: note: in expansion of macro 'CB' 43 | CB (0) | ^~ tst-tls2.c: In function 'handler': tst-tls2.c:71:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 71 | write (STDOUT_FILENO, "wrong signal\n", 13); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-tls2.c:79:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 79 | write (STDOUT_FILENO, "sem_post failed\n", 16); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-tls3mod.so TEST_LINK nptl/ tst-tls4moda.so TEST_LINK nptl/ tst-tls4modb.so TEST_LINK nptl/ tst-tls5mod.so TEST_LINK nptl/ tst-tsd1 TEST_LINK nptl/ tst-tsd2 TEST_LINK nptl/ tst-tsd3 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/pixel-a-10.o common/x86/pixel-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-tsd4 TEST_LINK nptl/ tst-tsd5 TEST_LINK nptl/ tst-tsd6 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/predict-a-10.o common/x86/predict-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 TEST_LINK nptl/ tst-umask1 TEST_LINK nptl/ tst-vfork1x TEST_LINK nptl/ tst-vfork2x TEST_LINK nptl/ tst-atfork2 TEST_LINK nptl/ tst-cleanup4 tst-cleanup4.c: In function 'fn_read': tst-cleanup4.c:64:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 64 | read (fds[0], &c, 1); | ^~~~~~~~~~~~~~~~~~~~ TEST_LINK nptl/ tst-tls3 TEST_LINK nptl/ tst-tls4 TEST_LINK nptl/ tst-tls5 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uclibc-ng-test-6790eafe897b3a8c19a2caf50a5ecccf06647adf/test' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uclibc-ng-test-6790eafe897b3a8c19a2caf50a5ecccf06647adf' PATH="/home/buildroot/autobuild/instance-3/output-1/per-package/uclibc-ng-test/host/bin:/home/buildroot/autobuild/instance-3/output-1/per-package/uclibc-ng-test/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" NO_MATH=1 NO_CRYPT=1 /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/uclibc-ng-test-6790eafe897b3a8c19a2caf50a5ecccf06647adf CC="/home/buildroot/autobuild/instance-3/output-1/per-package/uclibc-ng-test/host/bin/x86_64-buildroot-linux-gnu-gcc" UCLIBC_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" test_gen make[1]: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' make[1]: warning: -j1 forced in submake: resetting jobserver mode. make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/uclibc-ng-test-6790eafe897b3a8c19a2caf50a5ecccf06647adf/test' rm -f ..//test/uclibcng-testrunner.in /usr/bin/make run UCLIBCNG_GENERATE_TESTRUNNER=1 make[4]: Nothing to be done for 'run'. /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/quant-a-10.o common/x86/quant-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uclibc-ng-test-6790eafe897b3a8c19a2caf50a5ecccf06647adf/test' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uclibc-ng-test-6790eafe897b3a8c19a2caf50a5ecccf06647adf' /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/nasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf64 -DSTACK_ALIGNMENT=64 -DPIC -o common/x86/sad16-a-10.o common/x86/sad16-a.asm -DBIT_DEPTH=10 -Dprivate_prefix=x264_10 /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/x86_64-buildroot-linux-gnu-gcc -o libx264.so.164 common/osdep.o common/base.o common/cpu.o common/tables.o encoder/api.o common/mc-8.o common/predict-8.o common/pixel-8.o common/macroblock-8.o common/frame-8.o common/dct-8.o common/cabac-8.o common/common-8.o common/rectangle-8.o common/set-8.o common/quant-8.o common/deblock-8.o common/vlc-8.o common/mvpred-8.o common/bitstream-8.o encoder/analyse-8.o encoder/me-8.o encoder/ratecontrol-8.o encoder/set-8.o encoder/macroblock-8.o encoder/cabac-8.o encoder/cavlc-8.o encoder/encoder-8.o encoder/lookahead-8.o common/threadpool-8.o common/x86/mc-c-8.o common/x86/predict-c-8.o common/mc-10.o common/predict-10.o common/pixel-10.o common/macroblock-10.o common/frame-10.o common/dct-10.o common/cabac-10.o common/common-10.o common/rectangle-10.o common/set-10.o common/quant-10.o common/deblock-10.o common/vlc-10.o common/mvpred-10.o common/bitstream-10.o encoder/analyse-10.o encoder/me-10.o encoder/ratecontrol-10.o encoder/set-10.o encoder/macroblock-10.o encoder/cabac-10.o encoder/cavlc-10.o encoder/encoder-10.o encoder/lookahead-10.o common/threadpool-10.o common/x86/mc-c-10.o common/x86/predict-c-10.o common/x86/cpu-a.o common/x86/dct-64-8.o common/x86/trellis-64-8.o common/x86/bitstream-a-8.o common/x86/const-a-8.o common/x86/cabac-a-8.o common/x86/dct-a-8.o common/x86/deblock-a-8.o common/x86/mc-a-8.o common/x86/mc-a2-8.o common/x86/pixel-a-8.o common/x86/predict-a-8.o common/x86/quant-a-8.o common/x86/sad-a-8.o common/x86/dct-64-10.o common/x86/trellis-64-10.o common/x86/bitstream-a-10.o common/x86/const-a-10.o common/x86/cabac-a-10.o common/x86/dct-a-10.o common/x86/deblock-a-10.o common/x86/mc-a-10.o common/x86/mc-a2-10.o common/x86/pixel-a-10.o common/x86/predict-a-10.o common/x86/quant-a-10.o common/x86/sad16-a-10.o -shared -Wl,-soname,libx264.so.164 -Wl,-Bsymbolic -m64 -lm -lpthread rm -f libx264.a /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/x86_64-buildroot-linux-gnu-gcc-ar rc libx264.a common/osdep.o common/base.o common/cpu.o common/tables.o encoder/api.o common/mc-8.o common/predict-8.o common/pixel-8.o common/macroblock-8.o common/frame-8.o common/dct-8.o common/cabac-8.o common/common-8.o common/rectangle-8.o common/set-8.o common/quant-8.o common/deblock-8.o common/vlc-8.o common/mvpred-8.o common/bitstream-8.o encoder/analyse-8.o encoder/me-8.o encoder/ratecontrol-8.o encoder/set-8.o encoder/macroblock-8.o encoder/cabac-8.o encoder/cavlc-8.o encoder/encoder-8.o encoder/lookahead-8.o common/threadpool-8.o common/x86/mc-c-8.o common/x86/predict-c-8.o common/mc-10.o common/predict-10.o common/pixel-10.o common/macroblock-10.o common/frame-10.o common/dct-10.o common/cabac-10.o common/common-10.o common/rectangle-10.o common/set-10.o common/quant-10.o common/deblock-10.o common/vlc-10.o common/mvpred-10.o common/bitstream-10.o encoder/analyse-10.o encoder/me-10.o encoder/ratecontrol-10.o encoder/set-10.o encoder/macroblock-10.o encoder/cabac-10.o encoder/cavlc-10.o encoder/encoder-10.o encoder/lookahead-10.o common/threadpool-10.o common/x86/mc-c-10.o common/x86/predict-c-10.o common/x86/cpu-a.o common/x86/dct-64-8.o common/x86/trellis-64-8.o common/x86/bitstream-a-8.o common/x86/const-a-8.o common/x86/cabac-a-8.o common/x86/dct-a-8.o common/x86/deblock-a-8.o common/x86/mc-a-8.o common/x86/mc-a2-8.o common/x86/pixel-a-8.o common/x86/predict-a-8.o common/x86/quant-a-8.o common/x86/sad-a-8.o common/x86/dct-64-10.o common/x86/trellis-64-10.o common/x86/bitstream-a-10.o common/x86/const-a-10.o common/x86/cabac-a-10.o common/x86/dct-a-10.o common/x86/deblock-a-10.o common/x86/mc-a-10.o common/x86/mc-a2-10.o common/x86/pixel-a-10.o common/x86/predict-a-10.o common/x86/quant-a-10.o common/x86/sad16-a-10.o /home/buildroot/autobuild/instance-3/output-1/per-package/x264/host/bin/x86_64-buildroot-linux-gnu-gcc-ranlib libx264.a make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/x264-baee400fa9ced6f5481a728138fed6e867b0ff7f' make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'