DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 HOSTCC=gcc  HOST_CFLAGS=-isystemTOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/usr/include -O2 -pipe HOST_LDFLAGS=-LTOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread KVM_LD=x86_64-poky-linux-ld --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot  
make -C "lib" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/lib/Makefile" all
make -C "libs" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/libs/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/libs'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/lib'
GEN ltp-version.h
CC lib/tst_ansi_color.o
CC libs/ipc/libipc.o
CC libs/ipc/libmsgctl.o
AR libltpipc.a
tlibio.c: In function 'lio_write_buffer':
tlibio.c:625:17: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  625 |                 sigset(sig, lio_async_signal_handler);
      |                 ^~~~~~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/sys/param.h:28,
                 from tlibio.c:83:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
tlibio.c:708:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  708 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:715:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  715 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:737:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  737 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:744:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  744 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:773:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  773 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:780:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  780 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:509:22: warning: unused parameter 'wrd' [-Wunused-parameter]
  509 |                 long wrd)       /* to allow future features, use zero for now */
      |                 ~~~~~^~~
tlibio.c: In function 'lio_read_buffer':
tlibio.c:1054:17: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
 1054 |                 sigset(sig, lio_async_signal_handler);
      |                 ^~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
tlibio.c:1137:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1137 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:1144:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1144 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1164:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1164 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:1171:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1171 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1198:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1198 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:1205:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1205 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
RANLIB libltpipc.a
tlibio.c:937:22: warning: unused parameter 'wrd' [-Wunused-parameter]
  937 |                 long wrd)       /* to allow future features, use zero for now */
      |                 ~~~~~^~~
tlibio.c: In function 'lio_check_asyncio':
tlibio.c:1339:17: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1339 |                 sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                 ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c: In function 'lio_wait4asyncio':
tlibio.c:1479:25: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1479 |                         sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                         ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1487:25: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1487 |                         sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                         ^~~~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
In file included from safe_stdio.c:23:
safe_stdio.c: In function 'safe_fclose':
../include/old/test.h:129:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  129 |                 tst_brk_(file, lineno, flags, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_stdio.c:47:17: note: in expansion of macro 'tst_brkm_'
   47 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_stdio.c:44:15: note: call to 'fclose' here
   44 |         ret = fclose(f);
      |               ^~~~~~~~~
../include/old/test.h:131:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  131 |                 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_stdio.c:47:17: note: in expansion of macro 'tst_brkm_'
   47 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_stdio.c:44:15: note: call to 'fclose' here
   44 |         ret = fclose(f);
      |               ^~~~~~~~~
../include/old/test.h:129:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  129 |                 tst_brk_(file, lineno, flags, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_stdio.c:50:17: note: in expansion of macro 'tst_brkm_'
   50 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_stdio.c:44:15: note: call to 'fclose' here
   44 |         ret = fclose(f);
      |               ^~~~~~~~~
../include/old/test.h:131:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  131 |                 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_stdio.c:50:17: note: in expansion of macro 'tst_brkm_'
   50 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_stdio.c:44:15: note: call to 'fclose' here
   44 |         ret = fclose(f);
      |               ^~~~~~~~~
tst_af_alg.c: In function 'init_sockaddr_alg':
tst_af_alg.c:62:9: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
   62 |         strncpy((char *)addr->salg_name, algname, sizeof(addr->salg_name));
      |         ^
CC lib/tst_arch.o
CC lib/safe_stdio.o
CC lib/tst_assert.o
CC lib/safe_pthread.o
CC lib/tst_af_alg.o
CC libs/newipc/libnewipc.o
AR libltpnewipc.a
RANLIB libltpnewipc.a
CC lib/safe_net.o
CC lib/tst_bool_expr.o
CC lib/tst_buffers.o
tst_capability.c:82:6: warning: conflicting types for 'tst_cap_setup' due to enum/integer mismatch; have 'void(struct tst_cap *, unsigned int)' [-Wenum-int-mismatch]
   82 | void tst_cap_setup(struct tst_cap *caps, unsigned int action_mask)
      |      ^~~~~~~~~~~~~
In file included from ../include/tst_test.h:41,
                 from tst_capability.c:9:
../include/tst_capability.h:133:6: note: previous declaration of 'tst_cap_setup' with type 'void(struct tst_cap *, enum tst_cap_act)'
  133 | void tst_cap_setup(struct tst_cap *cap, enum tst_cap_act action_mask);
      |      ^~~~~~~~~~~~~
CC lib/cloner.o
CC lib/get_path.o
CC lib/tst_checkpoint.o
In file included from safe_macros.c:25:
safe_macros.c: In function 'safe_closedir':
../include/old/test.h:129:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  129 |                 tst_brk_(file, lineno, flags, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1054:17: note: in expansion of macro 'tst_brkm_'
 1054 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1051:16: note: call to 'closedir' here
 1051 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
../include/old/test.h:131:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  131 |                 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1054:17: note: in expansion of macro 'tst_brkm_'
 1054 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1051:16: note: call to 'closedir' here
 1051 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
../include/old/test.h:129:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  129 |                 tst_brk_(file, lineno, flags, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1057:17: note: in expansion of macro 'tst_brkm_'
 1057 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1051:16: note: call to 'closedir' here
 1051 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
../include/old/test.h:131:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  131 |                 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1057:17: note: in expansion of macro 'tst_brkm_'
 1057 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1051:16: note: call to 'closedir' here
 1051 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
CC lib/parse_opts.o
CC lib/tlibio.o
CC lib/random_range.o
CC lib/tst_capability.o
CC libs/numa/tst_numa.o
AR libltpnuma.a
CC lib/safe_file_ops.o
RANLIB libltpnuma.a
CC lib/tst_clone.o
CC lib/tst_cpu.o
CC lib/tst_crypto.o
CC lib/tst_clocks.o
CC lib/tst_dir_is_empty.o
CC lib/tst_epoll.o
CC lib/tst_coredump.o
CC lib/tst_fs_has_free.o
CC lib/tst_fill_file.o
CC lib/tst_fs_setup.o
CC lib/tst_get_bad_addr.o
CC lib/tst_fs_type.o
CC lib/tst_fill_fs.o
CC lib/tst_fd.o
CC lib/tst_hugepage.o
CC libs/sigwait/sigwait.o
AR libltpsigwait.a
RANLIB libltpsigwait.a
CC lib/tst_fs_link_count.o
CC lib/tst_cgroup.o
CC lib/tst_kvercmp.o
CC lib/tst_device.o
CC lib/safe_macros.o
CC lib/tst_mkfs.o
CC lib/tst_module.o
CC lib/tst_net.o
CC libs/swap/libswap.o
AR libltpswap.a
RANLIB libltpswap.a
CC lib/tst_netdevice.o
CC lib/tst_process_state.o
CC lib/tst_pid.o
CC lib/tst_netlink.o
CC lib/tst_rand_data.o
CC lib/tst_resource.o
CC libs/uinput/tst_uinput.o
AR libltpuinput.a
RANLIB libltpuinput.a
CC lib/tst_rtctime.o
CC libs/ujson/ujson_common.o
CC lib/tst_res.o
CC libs/ujson/ujson_reader.o
CC libs/ujson/ujson_utf.o
CC lib/tst_path_exists.o
CC lib/tst_safe_macros.o
CC lib/tst_path_has_mnt_flags.o
CC lib/tst_parse_opts.o
CC lib/tst_safe_sysv_ipc.o
CC lib/tst_safe_io_uring.o
CC lib/tst_safe_file_at.o
CC lib/tst_security.o
CC libs/ujson/ujson_writer.o
AR libujson.a
RANLIB libujson.a
CC lib/tst_status.o
CC lib/tst_supported_fs_types.o
CC lib/tst_taint.o
CC libs/vdso/parse_vdso.o
CC lib/tst_sys_conf.o
CC lib/tst_thread_state.o
tst_sig.c: In function 'tst_sig':
tst_sig.c:210:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
  210 |                         if (fork_flag == FORK)
      |                            ^
tst_sig.c:213:17: note: here
  213 |                 default:
      |                 ^~~~~~~
CC lib/tst_sig.o
CC lib/tst_test_macros.o
CC libs/vdso/vdso_helpers.o
AR libltpvdso.a
RANLIB libltpvdso.a
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/libs'
CC lib/tst_safe_timerfd.o
CC lib/tst_sig_proc.o
CC lib/tst_memutils.o
CC lib/tst_checksum.o
CC lib/tst_kernel.o
CC lib/tst_ioctl.o
CC lib/tst_tmpdir.o
CC lib/tst_virt.o
CC lib/tst_timer.o
CC lib/tst_uid.o
CC lib/tst_timer_test.o
CC lib/tst_cmd.o
CC lib/tst_wallclock.o
CC lib/tst_kconfig.o
CC lib/tst_test.o
AR libltp.a
RANLIB libltp.a
CC lib/newlib_tests/test01
CC lib/newlib_tests/test03
CC lib/newlib_tests/test06
CC lib/newlib_tests/test04
CC lib/newlib_tests/test05
CC lib/newlib_tests/test02
CC lib/newlib_tests/test13
CC lib/newlib_tests/test_assert
CC lib/newlib_tests/test19
CC lib/newlib_tests/test_brk_fail
CC lib/newlib_tests/test14
CC lib/newlib_tests/test22
CC lib/newlib_tests/test_brk_child
CC lib/newlib_tests/test11
CC lib/newlib_tests/test20
CC lib/newlib_tests/test_brk_parent
CC lib/newlib_tests/test15
CC lib/newlib_tests/test_brk_variant
CC lib/newlib_tests/test_brk_pass
CC lib/newlib_tests/test_children_cleanup
CC lib/newlib_tests/test_exec
CC lib/newlib_tests/test09
CC lib/newlib_tests/test_kconfig01
CC lib/newlib_tests/test08
CC lib/newlib_tests/test07
CC lib/newlib_tests/test_guarded_buf
CC lib/newlib_tests/test_fail_variant
CC lib/newlib_tests/test_kconfig02
CC lib/newlib_tests/test_exec_child
CC lib/newlib_tests/test_kconfig
CC lib/newlib_tests/test_kconfig03
CC lib/newlib_tests/test_macros03
CC lib/newlib_tests/test_macros01
CC lib/newlib_tests/test_parse_filesize
CC lib/newlib_tests/test_macros05
CC lib/newlib_tests/test_runtime01
CC lib/newlib_tests/test_runtime02
CC lib/newlib_tests/test_macros06
CC lib/newlib_tests/tst_bool_expr
CC lib/newlib_tests/test_macros04
CC lib/newlib_tests/tst_capability01
CC lib/newlib_tests/test_zero_hugepage
CC lib/newlib_tests/tst_capability02
CC lib/newlib_tests/test_macros02
CC lib/newlib_tests/tst_cgroup02
CC lib/newlib_tests/test_timer
CC lib/newlib_tests/tst_cgroup01
CC lib/newlib_tests/tst_needs_cmds02
CC lib/newlib_tests/tst_needs_cmds01
CC lib/newlib_tests/tst_needs_cmds03
CC lib/newlib_tests/tst_needs_cmds04
CC lib/newlib_tests/tst_fuzzy_sync02
CC lib/newlib_tests/tst_fuzzy_sync03
CC lib/newlib_tests/tst_fuzzy_sync01
CC lib/newlib_tests/tst_needs_cmds05
CC lib/newlib_tests/tst_needs_cmds07
CC lib/newlib_tests/tst_print_result
CC lib/newlib_tests/tst_res_hexd
CC lib/newlib_tests/tst_needs_cmds08
CC lib/newlib_tests/tst_needs_cmds06
CC lib/newlib_tests/tst_res_flags
CC lib/newlib_tests/tst_expiration_timer
CC lib/newlib_tests/tst_device
CC lib/newlib_tests/tst_checkpoint_wake_timeout
CC lib/newlib_tests/tst_strstatus
CC lib/newlib_tests/variant
CC lib/newlib_tests/tst_checkpoint
CC lib/newlib_tests/tst_checkpoint_wait_timeout
CC lib/newlib_tests/tst_checkpoint_parent
CC lib/newlib_tests/tst_safe_sscanf
CC lib/newlib_tests/tst_safe_fileops
CC lib/newlib_tests/tst_checkpoint_child
CC lib/tests/tst_cleanup_once
tst_dataroot03.c: In function 'main':
tst_dataroot03.c:51:36: warning: '/datafiles' directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
   51 |         snprintf(tmp, PATH_MAX, "%s/datafiles", curdir);
      |                                    ^~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/stdio.h:970,
                 from ../../include/old/test.h:14,
                 from tst_dataroot03.c:23:
In function 'snprintf',
    inlined from 'main' at tst_dataroot03.c:51:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC lib/tests/tst_dataroot01
CC lib/tests/tst_dataroot03
CC lib/tests/trerrno
CC lib/tests/tst_tmpdir_test
CC lib/tests/tst_strerrno
CC lib/tests/tst_strsig
CC lib/tests/tst_safe_macros
CC lib/tests/tst_record_childstatus
CC lib/tests/tst_process_state
CC lib/tests/tst_fs_fill_subdirs
CC lib/tests/tst_fs_fill_hardlinks
CC lib/tests/tst_device
tst_dataroot02.c: In function 'main':
tst_dataroot02.c:51:36: warning: '/datafiles' directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
   51 |         snprintf(tmp, PATH_MAX, "%s/datafiles", curdir);
      |                                    ^~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/stdio.h:970,
                 from ../../include/old/test.h:14,
                 from tst_dataroot02.c:23:
In function 'snprintf',
    inlined from 'main' at tst_dataroot02.c:51:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC lib/tests/tst_dataroot02
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/lib'
if git describe >/dev/null 2>&1; then \
	git describe > "Version"; \
else \
	cp TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/VERSION "Version"; \
fi
make -C "pan" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/pan/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/pan'
CC pan/ltp-bump.o
CC pan/splitstr.o
zoolib.c: In function 'cat_args':
zoolib.c:386:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  386 |         *cmd = '\0';
      |         ~~~~~^~~~~~
zoolib.c:380:20: note: destination object of size 0 allocated by 'malloc'
  380 |         if ((cmd = malloc(size)) == NULL) {
      |                    ^~~~~~~~~~~~
CC pan/zoolib.o
LD pan/ltp-bump
CC pan/ltp-pan.o
LD pan/ltp-pan
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/pan'
make -C "metadata" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/metadata/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/metadata'
HOSTCC metadata/metaparse
HOSTCC metadata/metaparse-sh
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/metadata/parse.sh > ltp.json
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/metadata'
make -C "tools" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/tools/Makefile" all
make -C "testcases" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/testcases/Makefile" all
make -C "utils" \
	-f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/utils/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/testcases'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/utils'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/tools'
make[4]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
CC testcases/commands/file/datafiles/in
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
skip: 1, FORCE_MODULES: 
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
CC testcases/commands/ldd/datafiles/main.o
CC testcases/commands/ldd/datafiles/lddfile1.o
CC tools/apicmds/ltpapicmd.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_brk
CC utils/benchmark/ebizzy-0.3/ebizzy
make[3]: Nothing to be done for 'all'.
make -C "lib" -f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/utils/sctp/lib/Makefile" all
CC testcases/commands/ldd/datafiles/lddfile5.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -pipe -fomit-frame-pointer -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile1.obj.so lddfile1.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_fs_has_free
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_max
CC testcases/commands/ldd/datafiles/lddfile4.o
connectx.c:78:12: warning: 'sctp_connectx_orig' alias between functions of incompatible types 'int(int)' and 'int(int,  struct sockaddr *, int)' [-Wattribute-alias=]
   78 | extern int sctp_connectx_orig (int)
      |            ^~~~~~~~~~~~~~~~~~
connectx.c:67:5: note: aliased declaration here
   67 | int __sctp_connectx(int fd, struct sockaddr *addrs, int addrcnt)
      |     ^~~~~~~~~~~~~~~
CC utils/sctp/lib/bindx.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_conf
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -pipe -fomit-frame-pointer -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile5.obj.so lddfile5.o
CC utils/sctp/lib/addrs.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -pipe -fomit-frame-pointer -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile4.obj.so lddfile4.o
CC testcases/commands/ldd/datafiles/lddfile3.o
CC utils/sctp/lib/peeloff.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -pipe -fomit-frame-pointer -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile3.obj.so lddfile3.o
CC utils/sctp/lib/connectx.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_resm
CC utils/sctp/lib/sendmsg.o
CC utils/sctp/lib/recvmsg.o
CC testcases/commands/ldd/datafiles/lddfile2.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -pipe -fomit-frame-pointer -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile2.obj.so lddfile2.o
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_res
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_exit
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -pipe -fomit-frame-pointer -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -O -o lddfile.out main.o lddfile1.obj.so lddfile2.obj.so lddfile3.obj.so lddfile4.obj.so lddfile5.obj.so
CC utils/sctp/lib/opt_info.o
AR libsctp.a
rm lddfile2.o lddfile1.o lddfile4.o lddfile3.o lddfile5.o
RANLIB libsctp.a
make[3]: Nothing to be done for 'all'.
skip: 1, FORCE_MODULES: 
make -C "testlib" -f "TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/utils/sctp/testlib/Makefile" all
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
x86_64-poky-linux-gcc  -m64 -march=x86-64-v3 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930=/usr/src/debug/ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_brkm
make[3]: Nothing to be done for 'all'.
CC testcases/commands/nm/datafiles/f1
CC testcases/commands/nm/datafiles/f3.o
stress.c: In function 'main':
stress.c:95:13: warning: variable 'do_timeout' set but not used [-Wunused-but-set-variable]
   95 |         int do_timeout = 0;
      |             ^~~~~~~~~~
stress.c: In function 'hogcpu':
stress.c:468:16: warning: variable 'd' set but not used [-Wunused-but-set-variable]
  468 |         double d;
      |                ^
genload.c: In function 'main':
genload.c:95:13: warning: variable 'do_timeout' set but not used [-Wunused-but-set-variable]
   95 |         int do_timeout = 0;
      |             ^~~~~~~~~~
genload.c: In function 'hogcpu':
genload.c:468:16: warning: variable 'd' set but not used [-Wunused-but-set-variable]
  468 |         double d;
      |                ^
CC testcases/commands/nm/datafiles/f1.o
CC testcases/commands/nm/datafiles/f3
CC testcases/commands/nm/datafiles/f2.o
x86_64-poky-linux-gcc-ar rcs lib.a f1.o f2.o f3.o
CC utils/sctp/testlib/sctputil.o
AR libsctputil.a
RANLIB libsctputil.a
CC testcases/commands/nm/datafiles/f2
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_events
CC utils/sctp/func_tests/test_1_to_1_initmsg_connect
CC utils/sctp/func_tests/test_1_to_1_addrs
CC utils/sctp/func_tests/test_1_to_1_connectx
CC utils/sctp/func_tests/test_1_to_1_connect
CC utils/sctp/func_tests/test_1_to_1_accept_close
CC tools/genload/stress
CC tools/genload/genload
make[2]: Nothing to be done for 'all'.
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/tools'
CC utils/sctp/func_tests/test_1_to_1_sendto
CC utils/sctp/func_tests/test_1_to_1_socket_bind_listen
CC utils/sctp/func_tests/test_1_to_1_shutdown
CC utils/sctp/func_tests/test_1_to_1_sockopt
CC utils/sctp/func_tests/test_1_to_1_sendmsg
CC testcases/cve/cve-2014-0196
CC utils/sctp/func_tests/test_autoclose
CC utils/sctp/func_tests/test_1_to_1_rtoinfo
CC utils/sctp/func_tests/test_assoc_abort
CC utils/sctp/func_tests/test_1_to_1_threads
CC utils/sctp/func_tests/test_1_to_1_send
CC utils/sctp/func_tests/test_basic
CC utils/sctp/func_tests/test_assoc_shutdown
cve-2017-2618.c: In function 'do_test':
cve-2017-2618.c:35:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   35 |                         write(fd, "\n", 1);
      |                         ^~~~~~~~~~~~~~~~~~
CC testcases/cve/cve-2016-7117
CC utils/sctp/func_tests/test_connect
CC utils/sctp/func_tests/test_fragments
CC utils/sctp/func_tests/test_1_to_1_recvmsg
CC testcases/cve/cve-2017-2618
CC utils/sctp/func_tests/test_connectx
CC utils/sctp/func_tests/test_1_to_1_recvfrom
CC testcases/cve/cve-2022-4378
CC utils/sctp/func_tests/test_inaddr_any
CC utils/sctp/func_tests/test_getname
CC testcases/cve/cve-2025-38236
CC utils/sctp/func_tests/test_1_to_1_nonblock
CC utils/sctp/func_tests/test_peeloff
CC testcases/cve/cve-2025-21756
CC testcases/cve/cve-2017-2671
CC testcases/cve/icmp_rate_limit01
CC testcases/cve/cve-2017-17053
CC testcases/cve/tcindex01
CC utils/sctp/func_tests/test_inaddr_any_v6.o
CC utils/sctp/func_tests/test_sockopt
CC utils/sctp/func_tests/test_getname_v6.o
CC utils/sctp/func_tests/test_fragments_v6.o
CC testcases/cve/stack_clash
CC utils/sctp/func_tests/test_tcp_style_v6.o
CC testcases/cve/meltdown
CC utils/sctp/func_tests/test_timetolive_v6.o
LD utils/sctp/func_tests/test_fragments_v6
CC utils/sctp/func_tests/test_sockopt_v6.o
LD utils/sctp/func_tests/test_getname_v6
CC testcases/cve/cve-2017-17052
CC utils/sctp/func_tests/test_sctp_sendrecvmsg_v6.o
LD utils/sctp/func_tests/test_inaddr_any_v6
LD utils/sctp/func_tests/test_tcp_style_v6
LD utils/sctp/func_tests/test_timetolive_v6
CC utils/sctp/func_tests/test_peeloff_v6.o
CC utils/sctp/func_tests/test_basic_v6.o
CC testcases/cve/cve-2017-16939
LD utils/sctp/func_tests/test_sctp_sendrecvmsg_v6
CC utils/sctp/func_tests/test_timetolive
LD utils/sctp/func_tests/test_basic_v6
CC utils/sctp/func_tests/test_sctp_sendrecvmsg
LD utils/sctp/func_tests/test_peeloff_v6
CC testcases/cve/cve-2016-7042
LD utils/sctp/func_tests/test_sockopt_v6
CC utils/sctp/func_tests/test_tcp_style
CC utils/sctp/func_tests/test_recvmsg
rm test_fragments_v6.o test_getname_v6.o test_basic_v6.o test_peeloff_v6.o test_tcp_style_v6.o test_inaddr_any_v6.o test_sockopt_v6.o test_sctp_sendrecvmsg_v6.o test_timetolive_v6.o
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/utils'
CC testcases/cve/cve-2016-10044
CC testcases/cve/cve-2015-3290
CC testcases/kernel/syscalls/abort/abort01
CC testcases/kernel/syscalls/accept/accept01
CC testcases/kernel/syscalls/accept/accept03
CC testcases/kernel/syscalls/accept/accept02
CC testcases/kernel/syscalls/accept4/accept4_01
CC testcases/kernel/syscalls/access/access01
CC testcases/kernel/syscalls/access/access04
CC testcases/kernel/syscalls/access/access03
CC testcases/kernel/syscalls/access/access02
CC testcases/kernel/syscalls/acct/acct01
CC testcases/kernel/syscalls/acct/acct02_helper
CC testcases/kernel/syscalls/acct/acct02
CC testcases/kernel/syscalls/add_key/add_key01
CC testcases/kernel/syscalls/add_key/add_key05
CC testcases/kernel/syscalls/add_key/add_key03
CC testcases/kernel/syscalls/add_key/add_key04
CC testcases/kernel/syscalls/add_key/add_key02
CC testcases/kernel/syscalls/adjtimex/adjtimex01
CC testcases/kernel/syscalls/adjtimex/adjtimex02
CC testcases/kernel/syscalls/adjtimex/adjtimex03
CC testcases/kernel/syscalls/alarm/alarm05
CC testcases/kernel/syscalls/alarm/alarm03
CC testcases/kernel/syscalls/alarm/alarm02
CC testcases/kernel/syscalls/alarm/alarm07
CC testcases/kernel/syscalls/alarm/alarm06
CC testcases/kernel/syscalls/arch_prctl/arch_prctl01
CC testcases/kernel/syscalls/bind/bind01
CC testcases/kernel/syscalls/bind/bind06
CC testcases/kernel/syscalls/bind/bind05
CC testcases/kernel/syscalls/bind/bind04
CC testcases/kernel/syscalls/bind/bind02
CC testcases/kernel/syscalls/bind/bind03
CC testcases/kernel/syscalls/bpf/bpf_common.o
CC testcases/kernel/syscalls/bpf/bpf_prog04
CC testcases/kernel/syscalls/bpf/bpf_map01
CC testcases/kernel/syscalls/bpf/bpf_prog01
CC testcases/kernel/syscalls/bpf/bpf_prog03
CC testcases/kernel/syscalls/bpf/bpf_prog02
CC testcases/kernel/syscalls/bpf/bpf_prog07
CC testcases/kernel/syscalls/bpf/bpf_prog06
CC testcases/kernel/syscalls/bpf/bpf_prog05
CC testcases/kernel/syscalls/brk/brk01
CC testcases/kernel/syscalls/brk/brk02
CC testcases/kernel/syscalls/cacheflush/cacheflush01
CC testcases/kernel/syscalls/cachestat/cachestat03
CC testcases/kernel/syscalls/cachestat/cachestat02
CC testcases/kernel/syscalls/cachestat/cachestat04
CC testcases/kernel/syscalls/cachestat/cachestat01
CC testcases/kernel/syscalls/capget/capget01
CC testcases/kernel/syscalls/capget/capget02
CC testcases/kernel/syscalls/capset/capset01
CC testcases/kernel/syscalls/capset/capset02
CC testcases/kernel/syscalls/capset/capset03
CC testcases/kernel/syscalls/capset/capset04
CC testcases/kernel/syscalls/chdir/chdir04
CC testcases/kernel/syscalls/chdir/chdir01
CC testcases/kernel/syscalls/chmod/chmod01
CC testcases/kernel/syscalls/chmod/chmod09
CC testcases/kernel/syscalls/chmod/chmod07
CC testcases/kernel/syscalls/chmod/chmod08
CC testcases/kernel/syscalls/chmod/chmod06
CC testcases/kernel/syscalls/chmod/chmod05
CC testcases/kernel/syscalls/chmod/chmod03
CC testcases/kernel/syscalls/chown/chown02
CC testcases/kernel/syscalls/chown/chown01
CC testcases/kernel/syscalls/chown/chown05_16.o
CC testcases/kernel/syscalls/chown/chown04_16.o
LD testcases/kernel/syscalls/chown/chown05_16
LD testcases/kernel/syscalls/chown/chown04_16
CC testcases/kernel/syscalls/chown/chown03_16.o
CC testcases/kernel/syscalls/chown/chown02_16.o
LD testcases/kernel/syscalls/chown/chown03_16
LD testcases/kernel/syscalls/chown/chown02_16
CC testcases/kernel/syscalls/chown/chown01_16.o
CC testcases/kernel/syscalls/chown/chown05
LD testcases/kernel/syscalls/chown/chown01_16
CC testcases/kernel/syscalls/chown/chown04
CC testcases/kernel/syscalls/chown/chown03
rm chown04_16.o chown02_16.o chown01_16.o chown03_16.o chown05_16.o
CC testcases/kernel/syscalls/chroot/chroot01
CC testcases/kernel/syscalls/chroot/chroot04
CC testcases/kernel/syscalls/chroot/chroot03
CC testcases/kernel/syscalls/chroot/chroot02
CC testcases/kernel/syscalls/clock_adjtime/clock_adjtime01
CC testcases/kernel/syscalls/clock_adjtime/clock_adjtime02
CC testcases/kernel/syscalls/clock_getres/clock_getres01
BUILD libvdso.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/clock_gettime/clock_gettime01
CC testcases/kernel/syscalls/clock_gettime/clock_gettime02
CC testcases/kernel/syscalls/clock_gettime/leapsec01
CC testcases/kernel/syscalls/clock_gettime/clock_gettime03
CC testcases/kernel/syscalls/clock_gettime/clock_gettime04
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep02
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep04
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep03
CC testcases/kernel/syscalls/clock_settime/clock_settime01
CC testcases/kernel/syscalls/clock_settime/clock_settime04
CC testcases/kernel/syscalls/clock_settime/clock_settime03
CC testcases/kernel/syscalls/clock_settime/clock_settime02
CC testcases/kernel/syscalls/clone/clone01
CC testcases/kernel/syscalls/clone/clone09
CC testcases/kernel/syscalls/clone/clone08
CC testcases/kernel/syscalls/clone/clone07
CC testcases/kernel/syscalls/clone/clone06
CC testcases/kernel/syscalls/clone/clone05
clone04.c:26:34: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (11 chars into 10 available) [-Wunterminated-string-initialization]
   26 |         {child_fn, NULL, EINVAL, "NULL stack"},
      |                                  ^~~~~~~~~~~~
CC testcases/kernel/syscalls/clone/clone04
CC testcases/kernel/syscalls/clone/clone03
clone02.c: In function 'sig_child_defined_handler':
clone02.c:452:43: warning: unused parameter 'pid' [-Wunused-parameter]
  452 | static void sig_child_defined_handler(int pid)
      |                                       ~~~~^~~
CC testcases/kernel/syscalls/clone/clone02
CC testcases/kernel/syscalls/clone3/clone301
CC testcases/kernel/syscalls/clone3/clone302
CC testcases/kernel/syscalls/clone3/clone303
CC testcases/kernel/syscalls/close/close01
CC testcases/kernel/syscalls/close/close02
CC testcases/kernel/syscalls/close_range/close_range01
CC testcases/kernel/syscalls/close_range/close_range02
CC testcases/kernel/syscalls/cma/process_vm_writev02
CC testcases/kernel/syscalls/cma/process_vm_readv02
CC testcases/kernel/syscalls/cma/process_vm01
CC testcases/kernel/syscalls/cma/process_vm_readv03
CC testcases/kernel/syscalls/confstr/confstr01
CC testcases/kernel/syscalls/connect/connect01
CC testcases/kernel/syscalls/connect/connect02
CC testcases/kernel/syscalls/copy_file_range/copy_file_range01
CC testcases/kernel/syscalls/copy_file_range/copy_file_range03
CC testcases/kernel/syscalls/copy_file_range/copy_file_range02
CC testcases/kernel/syscalls/creat/creat01
CC testcases/kernel/syscalls/creat/creat09
CC testcases/kernel/syscalls/creat/creat08
CC testcases/kernel/syscalls/creat/creat05
CC testcases/kernel/syscalls/creat/creat04
CC testcases/kernel/syscalls/creat/creat07_child
CC testcases/kernel/syscalls/creat/creat07
CC testcases/kernel/syscalls/creat/creat06
CC testcases/kernel/syscalls/creat/creat03
skip: 1, FORCE_MODULES: 
CC testcases/kernel/syscalls/delete_module/delete_module03
CC testcases/kernel/syscalls/delete_module/delete_module02
CC testcases/kernel/syscalls/delete_module/delete_module01
CC testcases/kernel/syscalls/dup/dup01
CC testcases/kernel/syscalls/dup/dup07
CC testcases/kernel/syscalls/dup/dup05
CC testcases/kernel/syscalls/dup/dup06
CC testcases/kernel/syscalls/dup/dup02
CC testcases/kernel/syscalls/dup/dup04
CC testcases/kernel/syscalls/dup/dup03
CC testcases/kernel/syscalls/dup2/dup202
CC testcases/kernel/syscalls/dup2/dup206
CC testcases/kernel/syscalls/dup2/dup204
CC testcases/kernel/syscalls/dup2/dup203
CC testcases/kernel/syscalls/dup2/dup201
CC testcases/kernel/syscalls/dup2/dup205
CC testcases/kernel/syscalls/dup2/dup207
CC testcases/kernel/syscalls/dup3/dup3_01
CC testcases/kernel/syscalls/dup3/dup3_02
CC testcases/kernel/syscalls/epoll/epoll-ltp
CC testcases/kernel/syscalls/epoll_create/epoll_create02
CC testcases/kernel/syscalls/epoll_create/epoll_create01
CC testcases/kernel/syscalls/epoll_create1/epoll_create1_01
CC testcases/kernel/syscalls/epoll_create1/epoll_create1_02
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl02
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl04
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl01
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl03
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl05
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait01
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait06
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait04
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait02
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait03
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait05
CC testcases/kernel/syscalls/epoll_wait/epoll_wait02
CC testcases/kernel/syscalls/epoll_wait/epoll_wait04
CC testcases/kernel/syscalls/epoll_wait/epoll_wait05
CC testcases/kernel/syscalls/epoll_wait/epoll_wait07
CC testcases/kernel/syscalls/epoll_wait/epoll_wait03
CC testcases/kernel/syscalls/epoll_wait/epoll_wait01
CC testcases/kernel/syscalls/epoll_wait/epoll_wait06
CC testcases/kernel/syscalls/eventfd/eventfd03
CC testcases/kernel/syscalls/eventfd/eventfd01
CC testcases/kernel/syscalls/eventfd/eventfd02
CC testcases/kernel/syscalls/eventfd/eventfd04
CC testcases/kernel/syscalls/eventfd/eventfd05
CC testcases/kernel/syscalls/eventfd/eventfd06
CC testcases/kernel/syscalls/eventfd2/eventfd2_01
CC testcases/kernel/syscalls/eventfd2/eventfd2_03
CC testcases/kernel/syscalls/eventfd2/eventfd2_02
CC testcases/kernel/syscalls/execl/execl01
CC testcases/kernel/syscalls/execl/execl01_child
CC testcases/kernel/syscalls/execle/execle01
CC testcases/kernel/syscalls/execle/execle01_child
CC testcases/kernel/syscalls/execlp/execlp01
CC testcases/kernel/syscalls/execlp/execlp01_child
CC testcases/kernel/syscalls/execv/execv01
CC testcases/kernel/syscalls/execv/execv01_child
CC testcases/kernel/syscalls/execve/execve01
CC testcases/kernel/syscalls/execve/execve_child
CC testcases/kernel/syscalls/execve/execve06_child
CC testcases/kernel/syscalls/execve/execve06
execve03.c: In function 'setup':
execve03.c:97:32: warning: '/fake' directive writing 5 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
   97 |         sprintf(test_name3, "%s/fake", test_name5);
      |                                ^~~~~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/stdio.h:970,
                 from execve03.c:47:
In function 'sprintf',
    inlined from 'setup' at execve03.c:97:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 6 and 1029 bytes into a destination of size 1024
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/execve/execve05
CC testcases/kernel/syscalls/execve/execve02
CC testcases/kernel/syscalls/execve/execve04
CC testcases/kernel/syscalls/execve/execve03
CC testcases/kernel/syscalls/execve/execve01_child
In file included from execveat01.c:28:
execveat.h: In function 'check_execveat':
execveat.h:11:15: warning: argument 3 null where non-null expected [-Wnonnull]
   11 |         ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH);
      |               ^~~~~~~~
In file included from ../../../../include/tst_test.h:14,
                 from execveat01.c:25:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/unistd.h:300:12: note: in a call to function 'execveat' declared 'nonnull'
  300 | extern int execveat (int __fd, const char *__path, char *const __argv[],
      |            ^~~~~~~~
In file included from execveat02.c:26:
execveat.h: In function 'check_execveat':
execveat.h:11:15: warning: argument 3 null where non-null expected [-Wnonnull]
   11 |         ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH);
      |               ^~~~~~~~
In file included from ../../../../include/tst_test.h:14,
                 from execveat02.c:23:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/unistd.h:300:12: note: in a call to function 'execveat' declared 'nonnull'
  300 | extern int execveat (int __fd, const char *__path, char *const __argv[],
      |            ^~~~~~~~
execveat01.c: In function 'setup':
execveat01.c:72:35: warning: '%s' directive writing 22 bytes into a region of size between 0 and 511 [-Wformat-overflow=]
   72 |         sprintf(app_abs_path, "%s/%s", cur_dir_path, TEST_REL_APP);
      |                                   ^~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/stdio.h:970,
                 from execveat01.c:22:
In function 'sprintf',
    inlined from 'setup' at execveat01.c:72:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 24 and 535 bytes into a destination of size 512
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
execveat02.c: In function 'setup':
execveat02.c:80:35: warning: '%s' directive writing 22 bytes into a region of size between 0 and 511 [-Wformat-overflow=]
   80 |         sprintf(app_abs_path, "%s/%s", cur_dir_path, TEST_REL_APP);
      |                                   ^~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/stdio.h:970,
                 from execveat02.c:20:
In function 'sprintf',
    inlined from 'setup' at execveat02.c:80:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 24 and 535 bytes into a destination of size 512
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
execveat02.c: In function 'setup':
execveat02.c:81:35: warning: '%s' directive writing 24 bytes into a region of size between 0 and 511 [-Wformat-overflow=]
   81 |         sprintf(app_sym_path, "%s/%s", cur_dir_path, TEST_ERL_SYMLINK);
      |                                   ^~
In function 'sprintf',
    inlined from 'setup' at execveat02.c:81:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 26 and 537 bytes into a destination of size 512
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/execveat/execveat01
CC testcases/kernel/syscalls/execveat/execveat02
CC testcases/kernel/syscalls/execveat/execveat_errno
CC testcases/kernel/syscalls/execveat/execveat_child
In file included from execveat03.c:35:
execveat.h: In function 'check_execveat':
execveat.h:11:15: warning: argument 3 null where non-null expected [-Wnonnull]
   11 |         ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH);
      |               ^~~~~~~~
In file included from ../../../../include/tst_test.h:14,
                 from execveat03.c:32:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/unistd.h:300:12: note: in a call to function 'execveat' declared 'nonnull'
  300 | extern int execveat (int __fd, const char *__path, char *const __argv[],
      |            ^~~~~~~~
CC testcases/kernel/syscalls/execveat/execveat03
CC testcases/kernel/syscalls/execvp/execvp01
CC testcases/kernel/syscalls/execvp/execvp01_child
CC testcases/kernel/syscalls/exit/exit01
CC testcases/kernel/syscalls/exit/exit02
CC testcases/kernel/syscalls/exit_group/exit_group01
CC testcases/kernel/syscalls/faccessat/faccessat02
CC testcases/kernel/syscalls/faccessat/faccessat01
CC testcases/kernel/syscalls/faccessat2/faccessat201
CC testcases/kernel/syscalls/faccessat2/faccessat202
CC testcases/kernel/syscalls/fadvise/posix_fadvise04
CC testcases/kernel/syscalls/fadvise/posix_fadvise04_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise03_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise02_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise01_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise01
LD testcases/kernel/syscalls/fadvise/posix_fadvise04_64
LD testcases/kernel/syscalls/fadvise/posix_fadvise01_64
CC testcases/kernel/syscalls/fadvise/posix_fadvise03
CC testcases/kernel/syscalls/fadvise/posix_fadvise02
LD testcases/kernel/syscalls/fadvise/posix_fadvise02_64
LD testcases/kernel/syscalls/fadvise/posix_fadvise03_64
rm posix_fadvise03_64.o posix_fadvise02_64.o posix_fadvise04_64.o posix_fadvise01_64.o
CC testcases/kernel/syscalls/fallocate/fallocate01
CC testcases/kernel/syscalls/fallocate/fallocate05
CC testcases/kernel/syscalls/fallocate/fallocate06
CC testcases/kernel/syscalls/fallocate/fallocate04
CC testcases/kernel/syscalls/fallocate/fallocate03
CC testcases/kernel/syscalls/fallocate/fallocate02
CC testcases/kernel/syscalls/fanotify/fanotify08
CC testcases/kernel/syscalls/fanotify/fanotify07
CC testcases/kernel/syscalls/fanotify/fanotify06
CC testcases/kernel/syscalls/fanotify/fanotify03
CC testcases/kernel/syscalls/fanotify/fanotify04
CC testcases/kernel/syscalls/fanotify/fanotify02
CC testcases/kernel/syscalls/fanotify/fanotify05
CC testcases/kernel/syscalls/fanotify/fanotify01
CC testcases/kernel/syscalls/fanotify/fanotify12
CC testcases/kernel/syscalls/fanotify/fanotify11
CC testcases/kernel/syscalls/fanotify/fanotify18
CC testcases/kernel/syscalls/fanotify/fanotify13
CC testcases/kernel/syscalls/fanotify/fanotify_child
CC testcases/kernel/syscalls/fanotify/fanotify15
CC testcases/kernel/syscalls/fanotify/fanotify20
CC testcases/kernel/syscalls/fanotify/fanotify17
CC testcases/kernel/syscalls/fanotify/fanotify14
CC testcases/kernel/syscalls/fanotify/fanotify19
CC testcases/kernel/syscalls/fanotify/fanotify22
CC testcases/kernel/syscalls/fanotify/fanotify23
CC testcases/kernel/syscalls/fanotify/fanotify21
CC testcases/kernel/syscalls/fanotify/fanotify16
CC testcases/kernel/syscalls/fanotify/fanotify10
CC testcases/kernel/syscalls/fanotify/fanotify24
CC testcases/kernel/syscalls/fanotify/fanotify09
CC testcases/kernel/syscalls/fchdir/fchdir02
CC testcases/kernel/syscalls/fchdir/fchdir01
CC testcases/kernel/syscalls/fchdir/fchdir03
CC testcases/kernel/syscalls/fchmod/fchmod05
CC testcases/kernel/syscalls/fchmod/fchmod02
CC testcases/kernel/syscalls/fchmod/fchmod03
CC testcases/kernel/syscalls/fchmod/fchmod04
CC testcases/kernel/syscalls/fchmod/fchmod06
CC testcases/kernel/syscalls/fchmod/fchmod01
CC testcases/kernel/syscalls/fchmodat/fchmodat01
CC testcases/kernel/syscalls/fchmodat/fchmodat02
CC testcases/kernel/syscalls/fchmodat2/fchmodat2_02
CC testcases/kernel/syscalls/fchmodat2/fchmodat2_01
CC testcases/kernel/syscalls/fchown/fchown01_16.o
CC testcases/kernel/syscalls/fchown/fchown02_16.o
CC testcases/kernel/syscalls/fchown/fchown04_16.o
CC testcases/kernel/syscalls/fchown/fchown03_16.o
CC testcases/kernel/syscalls/fchown/fchown05_16.o
CC testcases/kernel/syscalls/fchown/fchown05
LD testcases/kernel/syscalls/fchown/fchown01_16
CC testcases/kernel/syscalls/fchown/fchown01
CC testcases/kernel/syscalls/fchown/fchown04
LD testcases/kernel/syscalls/fchown/fchown04_16
LD testcases/kernel/syscalls/fchown/fchown02_16
LD testcases/kernel/syscalls/fchown/fchown05_16
CC testcases/kernel/syscalls/fchown/fchown02
LD testcases/kernel/syscalls/fchown/fchown03_16
CC testcases/kernel/syscalls/fchown/fchown03
rm fchown04_16.o fchown02_16.o fchown03_16.o fchown05_16.o fchown01_16.o
CC testcases/kernel/syscalls/fchownat/fchownat02
CC testcases/kernel/syscalls/fchownat/fchownat01
CC testcases/kernel/syscalls/fchownat/fchownat03
CC testcases/kernel/syscalls/fcntl/fcntl03
CC testcases/kernel/syscalls/fcntl/fcntl10
CC testcases/kernel/syscalls/fcntl/fcntl09
CC testcases/kernel/syscalls/fcntl/fcntl07
CC testcases/kernel/syscalls/fcntl/fcntl05
CC testcases/kernel/syscalls/fcntl/fcntl08
CC testcases/kernel/syscalls/fcntl/fcntl04
CC testcases/kernel/syscalls/fcntl/fcntl02
CC testcases/kernel/syscalls/fcntl/fcntl01
fcntl16.c: In function 'catch_alarm':
fcntl16.c:338:22: warning: unused parameter 'sig' [-Wunused-parameter]
  338 | void catch_alarm(int sig)
      |                  ~~~~^~~
fcntl16.c: In function 'catch_usr1':
fcntl16.c:343:21: warning: unused parameter 'sig' [-Wunused-parameter]
  343 | void catch_usr1(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_usr2':
fcntl16.c:352:21: warning: unused parameter 'sig' [-Wunused-parameter]
  352 | void catch_usr2(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_int':
fcntl16.c:361:20: warning: unused parameter 'sig' [-Wunused-parameter]
  361 | void catch_int(int sig)
      |                ~~~~^~~
fcntl16.c: In function 'run_test':
fcntl16.c:445:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  445 |                 (void)write(fd, FILEDATA, 10);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
fcntl21.c: In function 'setup':
fcntl21.c:93:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   93 |         pipe(parent_pipe);
      |         ^~~~~~~~~~~~~~~~~
fcntl21.c:94:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |         pipe(child_pipe);
      |         ^~~~~~~~~~~~~~~~
fcntl17.c: In function 'catch_alarm':
fcntl17.c:414:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  414 |         sighold(SIGCHLD);
      |         ^~~~~~~
In file included from fcntl17.c:50:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl18
CC testcases/kernel/syscalls/fcntl/fcntl12
CC testcases/kernel/syscalls/fcntl/fcntl22
CC testcases/kernel/syscalls/fcntl/fcntl24
CC testcases/kernel/syscalls/fcntl/fcntl13
CC testcases/kernel/syscalls/fcntl/fcntl23
CC testcases/kernel/syscalls/fcntl/fcntl25
CC testcases/kernel/syscalls/fcntl/fcntl26
CC testcases/kernel/syscalls/fcntl/fcntl11
CC testcases/kernel/syscalls/fcntl/fcntl14
CC testcases/kernel/syscalls/fcntl/fcntl16
CC testcases/kernel/syscalls/fcntl/fcntl15
CC testcases/kernel/syscalls/fcntl/fcntl19
CC testcases/kernel/syscalls/fcntl/fcntl17
CC testcases/kernel/syscalls/fcntl/fcntl01_64.o
CC testcases/kernel/syscalls/fcntl/fcntl27
CC testcases/kernel/syscalls/fcntl/fcntl02_64.o
CC testcases/kernel/syscalls/fcntl/fcntl21
CC testcases/kernel/syscalls/fcntl/fcntl03_64.o
CC testcases/kernel/syscalls/fcntl/fcntl29
CC testcases/kernel/syscalls/fcntl/fcntl20
CC testcases/kernel/syscalls/fcntl/fcntl04_64.o
CC testcases/kernel/syscalls/fcntl/fcntl32
CC testcases/kernel/syscalls/fcntl/fcntl05_64.o
CC testcases/kernel/syscalls/fcntl/fcntl07_64.o
CC testcases/kernel/syscalls/fcntl/fcntl30
CC testcases/kernel/syscalls/fcntl/fcntl08_64.o
CC testcases/kernel/syscalls/fcntl/fcntl35
CC testcases/kernel/syscalls/fcntl/fcntl38
CC testcases/kernel/syscalls/fcntl/fcntl10_64.o
CC testcases/kernel/syscalls/fcntl/fcntl34
CC testcases/kernel/syscalls/fcntl/fcntl11_64.o
CC testcases/kernel/syscalls/fcntl/fcntl09_64.o
CC testcases/kernel/syscalls/fcntl/fcntl12_64.o
CC testcases/kernel/syscalls/fcntl/fcntl31
CC testcases/kernel/syscalls/fcntl/fcntl37
CC testcases/kernel/syscalls/fcntl/fcntl33
CC testcases/kernel/syscalls/fcntl/fcntl13_64.o
CC testcases/kernel/syscalls/fcntl/fcntl14_64.o
CC testcases/kernel/syscalls/fcntl/fcntl15_64.o
CC testcases/kernel/syscalls/fcntl/fcntl16_64.o
CC testcases/kernel/syscalls/fcntl/fcntl39
CC testcases/kernel/syscalls/fcntl/fcntl17_64.o
CC testcases/kernel/syscalls/fcntl/fcntl40
CC testcases/kernel/syscalls/fcntl/fcntl18_64.o
CC testcases/kernel/syscalls/fcntl/fcntl19_64.o
CC testcases/kernel/syscalls/fcntl/fcntl36
CC testcases/kernel/syscalls/fcntl/fcntl20_64.o
CC testcases/kernel/syscalls/fcntl/fcntl21_64.o
fcntl16.c: In function 'catch_alarm':
fcntl16.c:338:22: warning: unused parameter 'sig' [-Wunused-parameter]
  338 | void catch_alarm(int sig)
      |                  ~~~~^~~
fcntl16.c: In function 'catch_usr1':
fcntl16.c:343:21: warning: unused parameter 'sig' [-Wunused-parameter]
  343 | void catch_usr1(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_usr2':
fcntl16.c:352:21: warning: unused parameter 'sig' [-Wunused-parameter]
  352 | void catch_usr2(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_int':
fcntl16.c:361:20: warning: unused parameter 'sig' [-Wunused-parameter]
  361 | void catch_int(int sig)
      |                ~~~~^~~
fcntl16.c: In function 'run_test':
fcntl16.c:445:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  445 |                 (void)write(fd, FILEDATA, 10);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
fcntl17.c: In function 'catch_alarm':
fcntl17.c:414:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  414 |         sighold(SIGCHLD);
      |         ^~~~~~~
In file included from fcntl17.c:50:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl24_64.o
CC testcases/kernel/syscalls/fcntl/fcntl23_64.o
CC testcases/kernel/syscalls/fcntl/fcntl22_64.o
fcntl21.c: In function 'setup':
fcntl21.c:93:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   93 |         pipe(parent_pipe);
      |         ^~~~~~~~~~~~~~~~~
fcntl21.c:94:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |         pipe(child_pipe);
      |         ^~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl30_64.o
CC testcases/kernel/syscalls/fcntl/fcntl31_64.o
CC testcases/kernel/syscalls/fcntl/fcntl29_64.o
CC testcases/kernel/syscalls/fcntl/fcntl33_64.o
CC testcases/kernel/syscalls/fcntl/fcntl32_64.o
CC testcases/kernel/syscalls/fcntl/fcntl35_64.o
CC testcases/kernel/syscalls/fcntl/fcntl34_64.o
CC testcases/kernel/syscalls/fcntl/fcntl36_64.o
CC testcases/kernel/syscalls/fcntl/fcntl37_64.o
CC testcases/kernel/syscalls/fcntl/fcntl38_64.o
CC testcases/kernel/syscalls/fcntl/fcntl26_64.o
CC testcases/kernel/syscalls/fcntl/fcntl27_64.o
CC testcases/kernel/syscalls/fcntl/fcntl40_64.o
CC testcases/kernel/syscalls/fcntl/fcntl39_64.o
LD testcases/kernel/syscalls/fcntl/fcntl01_64
LD testcases/kernel/syscalls/fcntl/fcntl02_64
LD testcases/kernel/syscalls/fcntl/fcntl03_64
CC testcases/kernel/syscalls/fcntl/fcntl25_64.o
LD testcases/kernel/syscalls/fcntl/fcntl07_64
LD testcases/kernel/syscalls/fcntl/fcntl05_64
LD testcases/kernel/syscalls/fcntl/fcntl04_64
LD testcases/kernel/syscalls/fcntl/fcntl08_64
LD testcases/kernel/syscalls/fcntl/fcntl11_64
LD testcases/kernel/syscalls/fcntl/fcntl09_64
LD testcases/kernel/syscalls/fcntl/fcntl12_64
LD testcases/kernel/syscalls/fcntl/fcntl10_64
LD testcases/kernel/syscalls/fcntl/fcntl15_64
LD testcases/kernel/syscalls/fcntl/fcntl13_64
LD testcases/kernel/syscalls/fcntl/fcntl14_64
LD testcases/kernel/syscalls/fcntl/fcntl18_64
LD testcases/kernel/syscalls/fcntl/fcntl19_64
LD testcases/kernel/syscalls/fcntl/fcntl17_64
LD testcases/kernel/syscalls/fcntl/fcntl22_64
LD testcases/kernel/syscalls/fcntl/fcntl20_64
LD testcases/kernel/syscalls/fcntl/fcntl21_64
LD testcases/kernel/syscalls/fcntl/fcntl30_64
LD testcases/kernel/syscalls/fcntl/fcntl27_64
LD testcases/kernel/syscalls/fcntl/fcntl29_64
LD testcases/kernel/syscalls/fcntl/fcntl34_64
LD testcases/kernel/syscalls/fcntl/fcntl26_64
LD testcases/kernel/syscalls/fcntl/fcntl33_64
LD testcases/kernel/syscalls/fcntl/fcntl32_64
LD testcases/kernel/syscalls/fcntl/fcntl36_64
LD testcases/kernel/syscalls/fcntl/fcntl35_64
LD testcases/kernel/syscalls/fcntl/fcntl38_64
LD testcases/kernel/syscalls/fcntl/fcntl37_64
LD testcases/kernel/syscalls/fcntl/fcntl40_64
LD testcases/kernel/syscalls/fcntl/fcntl24_64
LD testcases/kernel/syscalls/fcntl/fcntl31_64
LD testcases/kernel/syscalls/fcntl/fcntl16_64
LD testcases/kernel/syscalls/fcntl/fcntl23_64
LD testcases/kernel/syscalls/fcntl/fcntl25_64
LD testcases/kernel/syscalls/fcntl/fcntl39_64
rm fcntl35_64.o fcntl08_64.o fcntl40_64.o fcntl03_64.o fcntl23_64.o fcntl29_64.o fcntl25_64.o fcntl30_64.o fcntl34_64.o fcntl37_64.o fcntl19_64.o fcntl14_64.o fcntl20_64.o fcntl21_64.o fcntl31_64.o fcntl15_64.o fcntl07_64.o fcntl12_64.o fcntl26_64.o fcntl10_64.o fcntl22_64.o fcntl13_64.o fcntl02_64.o fcntl11_64.o fcntl17_64.o fcntl38_64.o fcntl24_64.o fcntl16_64.o fcntl04_64.o fcntl18_64.o fcntl09_64.o fcntl33_64.o fcntl32_64.o fcntl05_64.o fcntl27_64.o fcntl39_64.o fcntl36_64.o fcntl01_64.o
CC testcases/kernel/syscalls/fdatasync/fdatasync01
CC testcases/kernel/syscalls/fdatasync/fdatasync02
CC testcases/kernel/syscalls/fdatasync/fdatasync03
CC testcases/kernel/syscalls/fgetxattr/fgetxattr01
CC testcases/kernel/syscalls/fgetxattr/fgetxattr03
CC testcases/kernel/syscalls/fgetxattr/fgetxattr02
CC testcases/kernel/syscalls/file_attr/file_attr04
CC testcases/kernel/syscalls/file_attr/file_attr03
CC testcases/kernel/syscalls/file_attr/file_attr01
CC testcases/kernel/syscalls/file_attr/file_attr02
skip: 1, FORCE_MODULES: 
CC testcases/kernel/syscalls/finit_module/finit_module01
CC testcases/kernel/syscalls/finit_module/finit_module02
CC testcases/kernel/syscalls/flistxattr/flistxattr01
CC testcases/kernel/syscalls/flistxattr/flistxattr02
CC testcases/kernel/syscalls/flistxattr/flistxattr03
CC testcases/kernel/syscalls/flock/flock01
CC testcases/kernel/syscalls/flock/flock04
CC testcases/kernel/syscalls/flock/flock07
CC testcases/kernel/syscalls/flock/flock06
CC testcases/kernel/syscalls/flock/flock03
CC testcases/kernel/syscalls/flock/flock02
fmtmsg01.c: In function 'main':
fmtmsg01.c:103:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  103 |         fread(buf, sizeof(buf[0]), strlen(str1), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:112:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  112 |         fread(&ch, sizeof(ch), 1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:114:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  114 |                 fread(&ch, sizeof(ch), 1, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:118:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  118 |         fread(buf, sizeof(buf[0]), strlen(str2), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:169:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  169 |         fread(buf, sizeof(buf[0]), strlen(str3), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:178:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  178 |         fread(&ch, sizeof(ch), 1, fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:180:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  180 |                 fread(&ch, sizeof(ch), 1, fp);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fmtmsg01.c:184:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  184 |         fread(buf, sizeof(buf[0]), strlen(str4), fp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fmtmsg/fmtmsg01
CC testcases/kernel/syscalls/fork/fork01
CC testcases/kernel/syscalls/fork/fork04
CC testcases/kernel/syscalls/fork/fork_procs
CC testcases/kernel/syscalls/fork/fork14
CC testcases/kernel/syscalls/fork/fork13
CC testcases/kernel/syscalls/fork/fork10
CC testcases/kernel/syscalls/fork/fork08
CC testcases/kernel/syscalls/fork/fork07
CC testcases/kernel/syscalls/fork/fork09
CC testcases/kernel/syscalls/fork/fork03
CC testcases/kernel/syscalls/fork/fork05
CC testcases/kernel/syscalls/fpathconf/fpathconf01
CC testcases/kernel/syscalls/fremovexattr/fremovexattr01
CC testcases/kernel/syscalls/fremovexattr/fremovexattr02
CC testcases/kernel/syscalls/fsconfig/fsconfig01
CC testcases/kernel/syscalls/fsconfig/fsconfig03
CC testcases/kernel/syscalls/fsconfig/fsconfig02
CC testcases/kernel/syscalls/fsetxattr/fsetxattr01
CC testcases/kernel/syscalls/fsetxattr/fsetxattr02
CC testcases/kernel/syscalls/fsmount/fsmount01
CC testcases/kernel/syscalls/fsmount/fsmount02
CC testcases/kernel/syscalls/fsopen/fsopen01
CC testcases/kernel/syscalls/fsopen/fsopen02
CC testcases/kernel/syscalls/fspick/fspick01
CC testcases/kernel/syscalls/fspick/fspick02
CC testcases/kernel/syscalls/fstat/fstat02_64.o
CC testcases/kernel/syscalls/fstat/fstat03_64.o
CC testcases/kernel/syscalls/fstat/fstat02
CC testcases/kernel/syscalls/fstat/fstat03
LD testcases/kernel/syscalls/fstat/fstat02_64
LD testcases/kernel/syscalls/fstat/fstat03_64
rm fstat02_64.o fstat03_64.o
CC testcases/kernel/syscalls/fstatat/fstatat01
CC testcases/kernel/syscalls/fstatfs/fstatfs02_64.o
CC testcases/kernel/syscalls/fstatfs/fstatfs01_64.o
LD testcases/kernel/syscalls/fstatfs/fstatfs01_64
CC testcases/kernel/syscalls/fstatfs/fstatfs01
LD testcases/kernel/syscalls/fstatfs/fstatfs02_64
CC testcases/kernel/syscalls/fstatfs/fstatfs02
rm fstatfs02_64.o fstatfs01_64.o
CC testcases/kernel/syscalls/fsync/fsync01
CC testcases/kernel/syscalls/fsync/fsync04
CC testcases/kernel/syscalls/fsync/fsync03
CC testcases/kernel/syscalls/fsync/fsync02
CC testcases/kernel/syscalls/ftruncate/ftruncate03
CC testcases/kernel/syscalls/ftruncate/ftruncate04_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate03_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate01_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate01
CC testcases/kernel/syscalls/ftruncate/ftruncate04
LD testcases/kernel/syscalls/ftruncate/ftruncate01_64
LD testcases/kernel/syscalls/ftruncate/ftruncate04_64
LD testcases/kernel/syscalls/ftruncate/ftruncate03_64
rm ftruncate03_64.o ftruncate01_64.o ftruncate04_64.o
CC testcases/kernel/syscalls/futex/futex_cmp_requeue01
CC testcases/kernel/syscalls/futex/futex_wake01
CC testcases/kernel/syscalls/futex/futex_wake03
CC testcases/kernel/syscalls/futex/futex_wake02
CC testcases/kernel/syscalls/futex/futex_wake04
CC testcases/kernel/syscalls/futex/futex_wait05
CC testcases/kernel/syscalls/futex/futex_waitv02
CC testcases/kernel/syscalls/futex/futex_waitv03
CC testcases/kernel/syscalls/futex/futex_waitv01
CC testcases/kernel/syscalls/futex/futex_wait_bitset01
CC testcases/kernel/syscalls/futex/futex_wait04
CC testcases/kernel/syscalls/futex/futex_wait03
CC testcases/kernel/syscalls/futex/futex_wait01
CC testcases/kernel/syscalls/futex/futex_cmp_requeue02
CC testcases/kernel/syscalls/futex/futex_wait02
CC testcases/kernel/syscalls/futimesat/futimesat01
BUILD libnuma.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/get_mempolicy/get_mempolicy01
CC testcases/kernel/syscalls/get_mempolicy/get_mempolicy02
CC testcases/kernel/syscalls/get_robust_list/get_robust_list01
CC testcases/kernel/syscalls/getcontext/getcontext01
CC testcases/kernel/syscalls/getcpu/getcpu02
CC testcases/kernel/syscalls/getcpu/getcpu01
CC testcases/kernel/syscalls/getcwd/getcwd01
CC testcases/kernel/syscalls/getcwd/getcwd02
CC testcases/kernel/syscalls/getcwd/getcwd04
CC testcases/kernel/syscalls/getcwd/getcwd03
CC testcases/kernel/syscalls/getdents/getdents01
CC testcases/kernel/syscalls/getdents/getdents02
CC testcases/kernel/syscalls/getdomainname/getdomainname01
CC testcases/kernel/syscalls/getegid/getegid01_16.o
CC testcases/kernel/syscalls/getegid/getegid02_16.o
CC testcases/kernel/syscalls/getegid/getegid01
CC testcases/kernel/syscalls/getegid/getegid02
LD testcases/kernel/syscalls/getegid/getegid02_16
LD testcases/kernel/syscalls/getegid/getegid01_16
rm getegid01_16.o getegid02_16.o
CC testcases/kernel/syscalls/geteuid/geteuid01
CC testcases/kernel/syscalls/geteuid/geteuid02_16.o
CC testcases/kernel/syscalls/geteuid/geteuid01_16.o
LD testcases/kernel/syscalls/geteuid/geteuid02_16
LD testcases/kernel/syscalls/geteuid/geteuid01_16
CC testcases/kernel/syscalls/geteuid/geteuid02
rm geteuid01_16.o geteuid02_16.o
CC testcases/kernel/syscalls/getgid/getgid01_16.o
CC testcases/kernel/syscalls/getgid/getgid03_16.o
LD testcases/kernel/syscalls/getgid/getgid01_16
LD testcases/kernel/syscalls/getgid/getgid03_16
CC testcases/kernel/syscalls/getgid/getgid01
CC testcases/kernel/syscalls/getgid/getgid03
rm getgid03_16.o getgid01_16.o
CC testcases/kernel/syscalls/getgroups/getgroups01_16.o
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/features.h:524,
                 from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/unistd.h:25,
                 from getgroups01.c:48:
In function 'getgroups',
    inlined from 'GETGROUPS' at TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/testcases/kernel/syscalls/getgroups/../utils/compat_16.h:82:2,
    inlined from 'main' at getgroups01.c:88:3:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/unistd.h:153:10: warning: argument 1 value -1 is negative [-Wstringop-overflow=]
  153 |   return __glibc_fortify (getgroups, __size, sizeof (__gid_t),
      |          ^~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/unistd.h:23,
                 from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/unistd.h:1217:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/unistd-decl.h: In function 'main':
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/unistd-decl.h:133:12: note: in a call to function '__getgroups_chk' declared with attribute 'access (write_only, 2, 1)'
  133 | extern int __getgroups_chk (int __size, __gid_t __list[], size_t __listlen)
      |            ^~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/getgroups/getgroups03_16.o
LD testcases/kernel/syscalls/getgroups/getgroups01_16
CC testcases/kernel/syscalls/getgroups/getgroups03
CC testcases/kernel/syscalls/getgroups/getgroups01
LD testcases/kernel/syscalls/getgroups/getgroups03_16
rm getgroups01_16.o getgroups03_16.o
CC testcases/kernel/syscalls/gethostbyname_r/gethostbyname_r01
CC testcases/kernel/syscalls/gethostid/gethostid01
CC testcases/kernel/syscalls/gethostname/gethostname01
CC testcases/kernel/syscalls/gethostname/gethostname02
CC testcases/kernel/syscalls/getitimer/getitimer01
CC testcases/kernel/syscalls/getitimer/getitimer02
CC testcases/kernel/syscalls/getpagesize/getpagesize01
CC testcases/kernel/syscalls/getpeername/getpeername01
CC testcases/kernel/syscalls/getpgid/getpgid01
CC testcases/kernel/syscalls/getpgid/getpgid02
CC testcases/kernel/syscalls/getpgrp/getpgrp01
CC testcases/kernel/syscalls/getpid/getpid01
CC testcases/kernel/syscalls/getpid/getpid02
CC testcases/kernel/syscalls/getppid/getppid01
CC testcases/kernel/syscalls/getppid/getppid02
CC testcases/kernel/syscalls/getpriority/getpriority01
CC testcases/kernel/syscalls/getpriority/getpriority02
CC testcases/kernel/syscalls/getrandom/getrandom01
CC testcases/kernel/syscalls/getrandom/getrandom05
CC testcases/kernel/syscalls/getrandom/getrandom04
CC testcases/kernel/syscalls/getrandom/getrandom03
CC testcases/kernel/syscalls/getrandom/getrandom02
CC testcases/kernel/syscalls/getresgid/getresgid02
CC testcases/kernel/syscalls/getresgid/getresgid03_16.o
CC testcases/kernel/syscalls/getresgid/getresgid02_16.o
CC testcases/kernel/syscalls/getresgid/getresgid01_16.o
CC testcases/kernel/syscalls/getresgid/getresgid01
CC testcases/kernel/syscalls/getresgid/getresgid03
LD testcases/kernel/syscalls/getresgid/getresgid03_16
LD testcases/kernel/syscalls/getresgid/getresgid01_16
LD testcases/kernel/syscalls/getresgid/getresgid02_16
rm getresgid03_16.o getresgid01_16.o getresgid02_16.o
CC testcases/kernel/syscalls/getresuid/getresuid01
CC testcases/kernel/syscalls/getresuid/getresuid03_16.o
CC testcases/kernel/syscalls/getresuid/getresuid02_16.o
CC testcases/kernel/syscalls/getresuid/getresuid01_16.o
LD testcases/kernel/syscalls/getresuid/getresuid03_16
LD testcases/kernel/syscalls/getresuid/getresuid02_16
CC testcases/kernel/syscalls/getresuid/getresuid02
LD testcases/kernel/syscalls/getresuid/getresuid01_16
CC testcases/kernel/syscalls/getresuid/getresuid03
rm getresuid02_16.o getresuid01_16.o getresuid03_16.o
CC testcases/kernel/syscalls/getrlimit/getrlimit01
CC testcases/kernel/syscalls/getrlimit/getrlimit03
CC testcases/kernel/syscalls/getrlimit/getrlimit02
CC testcases/kernel/syscalls/getrusage/getrusage01
CC testcases/kernel/syscalls/getrusage/getrusage03_child
CC testcases/kernel/syscalls/getrusage/getrusage02
CC testcases/kernel/syscalls/getrusage/getrusage04
CC testcases/kernel/syscalls/getrusage/getrusage03
CC testcases/kernel/syscalls/getsid/getsid01
CC testcases/kernel/syscalls/getsid/getsid02
CC testcases/kernel/syscalls/getsockname/getsockname01
CC testcases/kernel/syscalls/getsockopt/getsockopt01
CC testcases/kernel/syscalls/getsockopt/getsockopt02
CC testcases/kernel/syscalls/gettid/gettid01
CC testcases/kernel/syscalls/gettid/gettid02
CC testcases/kernel/syscalls/gettimeofday/gettimeofday01
CC testcases/kernel/syscalls/gettimeofday/gettimeofday02
CC testcases/kernel/syscalls/getuid/getuid01
CC testcases/kernel/syscalls/getuid/getuid03_16.o
CC testcases/kernel/syscalls/getuid/getuid01_16.o
LD testcases/kernel/syscalls/getuid/getuid03_16
LD testcases/kernel/syscalls/getuid/getuid01_16
CC testcases/kernel/syscalls/getuid/getuid03
rm getuid03_16.o getuid01_16.o
CC testcases/kernel/syscalls/getxattr/getxattr01
CC testcases/kernel/syscalls/getxattr/getxattr02
CC testcases/kernel/syscalls/getxattr/getxattr03
CC testcases/kernel/syscalls/getxattr/getxattr05
CC testcases/kernel/syscalls/getxattr/getxattr04
skip: 1, FORCE_MODULES: 
CC testcases/kernel/syscalls/init_module/init_module01
CC testcases/kernel/syscalls/init_module/init_module02
inotify02.c: In function 'verify_inotify':
inotify02.c:97:39: warning: '.rename1' directive output may be truncated writing 8 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
   97 |         snprintf(fname2, BUF_SIZE, "%s.rename1", fname1);
      |                                       ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/stdio.h:970,
                 from inotify02.c:13:
In function 'snprintf',
    inlined from 'verify_inotify' at inotify02.c:97:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 9 and 264 bytes into a destination of size 256
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
inotify02.c: In function 'verify_inotify':
inotify02.c:114:39: warning: '.rename2' directive output may be truncated writing 8 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
  114 |         snprintf(fname3, BUF_SIZE, "%s.rename2", fname1);
      |                                       ^~~~~~~~
In function 'snprintf',
    inlined from 'verify_inotify' at inotify02.c:114:2:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 9 and 264 bytes into a destination of size 256
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/inotify/inotify07
CC testcases/kernel/syscalls/inotify/inotify06
CC testcases/kernel/syscalls/inotify/inotify08
CC testcases/kernel/syscalls/inotify/inotify01
CC testcases/kernel/syscalls/inotify/inotify10
CC testcases/kernel/syscalls/inotify/inotify03
CC testcases/kernel/syscalls/inotify/inotify05
CC testcases/kernel/syscalls/inotify/inotify02
CC testcases/kernel/syscalls/inotify/inotify04
CC testcases/kernel/syscalls/inotify/inotify11
CC testcases/kernel/syscalls/inotify/inotify12
CC testcases/kernel/syscalls/inotify/inotify09
CC testcases/kernel/syscalls/inotify_init/inotify_init1_01
CC testcases/kernel/syscalls/inotify_init/inotify_init1_02
CC testcases/kernel/syscalls/io_cancel/io_cancel02
CC testcases/kernel/syscalls/io_cancel/io_cancel01
CC testcases/kernel/syscalls/io_destroy/io_destroy02
CC testcases/kernel/syscalls/io_destroy/io_destroy01
CC testcases/kernel/syscalls/io_getevents/io_getevents02
CC testcases/kernel/syscalls/io_getevents/io_getevents01
CC testcases/kernel/syscalls/io_pgetevents/io_pgetevents02
CC testcases/kernel/syscalls/io_pgetevents/io_pgetevents01
CC testcases/kernel/syscalls/io_setup/io_setup01
CC testcases/kernel/syscalls/io_setup/io_setup02
CC testcases/kernel/syscalls/io_submit/io_submit01
CC testcases/kernel/syscalls/io_submit/io_submit02
CC testcases/kernel/syscalls/io_submit/io_submit03
CC testcases/kernel/syscalls/io_uring/io_uring02
CC testcases/kernel/syscalls/io_uring/io_uring01
CC testcases/kernel/syscalls/ioctl/ioctl07
CC testcases/kernel/syscalls/ioctl/ioctl06
CC testcases/kernel/syscalls/ioctl/ioctl02
CC testcases/kernel/syscalls/ioctl/ioctl01
CC testcases/kernel/syscalls/ioctl/ioctl03
CC testcases/kernel/syscalls/ioctl/ioctl08
CC testcases/kernel/syscalls/ioctl/ioctl04
CC testcases/kernel/syscalls/ioctl/ioctl05
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone04
CC testcases/kernel/syscalls/ioctl/ioctl_ficlonerange02
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone03
CC testcases/kernel/syscalls/ioctl/ioctl_loop03
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone02
CC testcases/kernel/syscalls/ioctl/ioctl_ficlonerange01
CC testcases/kernel/syscalls/ioctl/ioctl_loop01
CC testcases/kernel/syscalls/ioctl/ioctl_loop02
CC testcases/kernel/syscalls/ioctl/ioctl_loop06
CC testcases/kernel/syscalls/ioctl/ioctl_fiemap01
CC testcases/kernel/syscalls/ioctl/ioctl_loop05
CC testcases/kernel/syscalls/ioctl/ioctl_loop04
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone01
CC testcases/kernel/syscalls/ioctl/ioctl_ns01
CC testcases/kernel/syscalls/ioctl/ioctl_loop07
CC testcases/kernel/syscalls/ioctl/ioctl_ns07
CC testcases/kernel/syscalls/ioctl/ioctl_ns02
CC testcases/kernel/syscalls/ioctl/ioctl_ns04
CC testcases/kernel/syscalls/ioctl/ioctl_ns03
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd03
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd02
CC testcases/kernel/syscalls/ioctl/ioctl_ns05
CC testcases/kernel/syscalls/ioctl/ioctl_ns06
CC testcases/kernel/syscalls/ioctl/ioctl09
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd01
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd06
CC testcases/kernel/syscalls/ioctl/ioctl10
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd05
CC testcases/kernel/syscalls/ioctl/ioctl_sg01
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd04
CC testcases/kernel/syscalls/ioperm/ioperm02
CC testcases/kernel/syscalls/ioperm/ioperm01
CC testcases/kernel/syscalls/iopl/iopl02
CC testcases/kernel/syscalls/iopl/iopl01
CC testcases/kernel/syscalls/ioprio/ioprio_get01
CC testcases/kernel/syscalls/ioprio/ioprio_set03
CC testcases/kernel/syscalls/ioprio/ioprio_set02
CC testcases/kernel/syscalls/ioprio/ioprio_set01
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgctl/msgctl01
CC testcases/kernel/syscalls/ipc/msgctl/msgctl05
CC testcases/kernel/syscalls/ipc/msgctl/msgctl04
CC testcases/kernel/syscalls/ipc/msgctl/msgctl12
CC testcases/kernel/syscalls/ipc/msgctl/msgctl06
CC testcases/kernel/syscalls/ipc/msgctl/msgctl03
CC testcases/kernel/syscalls/ipc/msgctl/msgctl02
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgget/msgget01
CC testcases/kernel/syscalls/ipc/msgget/msgget02
CC testcases/kernel/syscalls/ipc/msgget/msgget04
CC testcases/kernel/syscalls/ipc/msgget/msgget03
CC testcases/kernel/syscalls/ipc/msgget/msgget05
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv03
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv05
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv01
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv06
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv08
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv02
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv07
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgsnd/msgsnd01
CC testcases/kernel/syscalls/ipc/msgsnd/msgsnd06
CC testcases/kernel/syscalls/ipc/msgsnd/msgsnd05
CC testcases/kernel/syscalls/ipc/msgsnd/msgsnd02
CC testcases/kernel/syscalls/ipc/msgstress/msgstress01
BUILD libipc.a
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
semctl06.c: In function 'term':
semctl06.c:283:22: warning: unused parameter 'sig' [-Wunused-parameter]
  283 | static void term(int sig)
      |                  ~~~~^~~
CC testcases/kernel/syscalls/ipc/semctl/semctl06
CC testcases/kernel/syscalls/ipc/semctl/semctl04
CC testcases/kernel/syscalls/ipc/semctl/semctl02
CC testcases/kernel/syscalls/ipc/semctl/semctl03
CC testcases/kernel/syscalls/ipc/semctl/semctl05
CC testcases/kernel/syscalls/ipc/semctl/semctl01
semctl09.c: In function 'do_semctl':
semctl09.c:59:16: warning: storing the address of local variable 'info' in 'un.buf' [-Wdangling-pointer=]
   59 |         un.buf = &info;
      |         ~~~~~~~^~~~~~~
semctl09.c:57:25: note: 'info' declared here
   57 |         struct semid_ds info;
      |                         ^~~~
semctl09.c:49:20: note: 'un' declared here
   49 | static union semun un;
      |                    ^~
CC testcases/kernel/syscalls/ipc/semctl/semctl07
CC testcases/kernel/syscalls/ipc/semctl/semctl08
CC testcases/kernel/syscalls/ipc/semctl/semctl09
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/semget/semget01
CC testcases/kernel/syscalls/ipc/semget/semget02
CC testcases/kernel/syscalls/ipc/semget/semget05
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/semop/semop02
CC testcases/kernel/syscalls/ipc/semop/semop01
semop05.c: In function 'main':
semop05.c:74:16: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
   74 |         int i, rc;
      |                ^~
semop05.c: In function 'waiter':
semop05.c:123:20: warning: unused parameter 'foo' [-Wunused-parameter]
  123 | void *waiter(void *foo)
      |              ~~~~~~^~~
semop05.c: In function 'poster':
semop05.c:142:20: warning: unused parameter 'foo' [-Wunused-parameter]
  142 | void *poster(void *foo)
      |              ~~~~~~^~~
CC testcases/kernel/syscalls/ipc/semop/semop05
CC testcases/kernel/syscalls/ipc/semop/semop04
CC testcases/kernel/syscalls/ipc/semop/semop03
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmat/shmat04
CC testcases/kernel/syscalls/ipc/shmat/shmat01
CC testcases/kernel/syscalls/ipc/shmat/shmat03
CC testcases/kernel/syscalls/ipc/shmat/shmat02
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
shmctl08.c: In function 'check_mode':
shmctl08.c:39:31: warning: comparison of integer expressions of different signedness: '__mode_t' {aka 'unsigned int'} and 'short int' [-Wsign-compare]
   39 |         if (ds->shm_perm.mode == exp_mode) {
      |                               ^~
CC testcases/kernel/syscalls/ipc/shmctl/shmctl08
CC testcases/kernel/syscalls/ipc/shmctl/shmctl02
CC testcases/kernel/syscalls/ipc/shmctl/shmctl03
CC testcases/kernel/syscalls/ipc/shmctl/shmctl06
CC testcases/kernel/syscalls/ipc/shmctl/shmctl07
CC testcases/kernel/syscalls/ipc/shmctl/shmctl04
CC testcases/kernel/syscalls/ipc/shmctl/shmctl01
CC testcases/kernel/syscalls/ipc/shmctl/shmctl05
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmdt/shmdt01
CC testcases/kernel/syscalls/ipc/shmdt/shmdt02
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmget/shmget05
CC testcases/kernel/syscalls/ipc/shmget/shmget06
CC testcases/kernel/syscalls/ipc/shmget/shmget03
CC testcases/kernel/syscalls/ipc/shmget/shmget04
CC testcases/kernel/syscalls/ipc/shmget/shmget02
CC testcases/kernel/syscalls/kcmp/kcmp03
CC testcases/kernel/syscalls/kcmp/kcmp02
CC testcases/kernel/syscalls/kcmp/kcmp01
CC testcases/kernel/syscalls/keyctl/keyctl08
CC testcases/kernel/syscalls/keyctl/keyctl06
CC testcases/kernel/syscalls/keyctl/keyctl01
CC testcases/kernel/syscalls/keyctl/keyctl07
CC testcases/kernel/syscalls/keyctl/keyctl03
CC testcases/kernel/syscalls/keyctl/keyctl04
CC testcases/kernel/syscalls/keyctl/keyctl05
CC testcases/kernel/syscalls/keyctl/keyctl02
CC testcases/kernel/syscalls/keyctl/keyctl09
BUILD libnewipc.a
make[5]: Nothing to be done for 'all'.
kill10.c: In function 'ack_ready':
kill10.c:365:47: warning: unused parameter 'data' [-Wunused-parameter]
  365 | void ack_ready(int sig, siginfo_t * si, void *data)
      |                                         ~~~~~~^~~~
kill10.c: In function 'ack_done':
kill10.c:392:46: warning: unused parameter 'data' [-Wunused-parameter]
  392 | void ack_done(int sig, siginfo_t * si, void *data)
      |                                        ~~~~~~^~~~
kill10.c: In function 'set_create_procs':
kill10.c:477:27: warning: unused parameter 'sig' [-Wunused-parameter]
  477 | void set_create_procs(int sig)
      |                       ~~~~^~~
kill10.c: In function 'graceful_exit':
kill10.c:608:24: warning: unused parameter 'sig' [-Wunused-parameter]
  608 | void graceful_exit(int sig)
      |                    ~~~~^~~
kill10.c: In function 'set_signal_parents':
kill10.c:613:29: warning: unused parameter 'sig' [-Wunused-parameter]
  613 | void set_signal_parents(int sig)
      |                         ~~~~^~~
kill10.c: In function 'clear_signal_parents':
kill10.c:620:31: warning: unused parameter 'sig' [-Wunused-parameter]
  620 | void clear_signal_parents(int sig)
      |                           ~~~~^~~
kill10.c: In function 'set_confirmed_ready':
kill10.c:627:30: warning: unused parameter 'sig' [-Wunused-parameter]
  627 | void set_confirmed_ready(int sig)
      |                          ~~~~^~~
kill10.c: In function 'reset_counter':
kill10.c:635:24: warning: unused parameter 'sig' [-Wunused-parameter]
  635 | void reset_counter(int sig)
      |                    ~~~~^~~
kill10.c: In function 'reply_to_child':
kill10.c:643:25: warning: unused parameter 'sig' [-Wunused-parameter]
  643 | void reply_to_child(int sig, siginfo_t * si, void *data)
      |                     ~~~~^~~
kill10.c:643:52: warning: unused parameter 'data' [-Wunused-parameter]
  643 | void reply_to_child(int sig, siginfo_t * si, void *data)
      |                                              ~~~~~~^~~~
kill10.c: In function 'wakeup':
kill10.c:670:17: warning: unused parameter 'sig' [-Wunused-parameter]
  670 | void wakeup(int sig)
      |             ~~~~^~~
kill02.c: In function 'setup':
kill02.c:603:13: warning: variable 'errno_buf' set but not used [-Wunused-but-set-variable]
  603 |         int errno_buf;          /*indicates the errno if pipe set up fails.             */
      |             ^~~~~~~~~
kill02.c: In function 'child1_rout':
kill02.c:411:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  411 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:435:31: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  435 |                         (void)write(pipe2_fd[1], CHAR_SET_FAILED, 1);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:450:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  450 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:460:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  460 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:471:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  471 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:499:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  499 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:506:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  506 |         (void)write(pipe1_fd[1], CHAR_SET_PASSED, 1);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'child2_rout':
kill02.c:542:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  542 |                 (void)write(pipe2_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:547:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  547 |         (void)write(pipe2_fd[1], CHAR_SET_PASSED, 1);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'childA_rout':
kill02.c:563:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  563 |         write(pipeA_fd[1], CHAR_SET_PASSED, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'childB_rout':
kill02.c:587:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  587 |         write(pipeB_fd[1], CHAR_SET_PASSED, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'chld1_kill':
kill02.c:757:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  757 |         (void)write(pipe1_fd[1], CHAR_SET_PASSED, 1);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill12.c: In function 'main':
kill12.c:89:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
   89 |         if (sigset(SIGCHLD, chsig) == SIG_ERR) {
      |         ^~
In file included from kill12.c:43:
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
kill12.c:168:39: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
  168 |                                 } else;
      |                                       ^
kill12.c:79:13: warning: variable 'core' set but not used [-Wunused-but-set-variable]
   79 |         int core;
      |             ^~~~
kill12.c:77:19: warning: variable 'exno' set but not used [-Wunused-but-set-variable]
   77 |         int nsig, exno, nexno, status;
      |                   ^~~~
kill12.c: In function 'do_child':
kill12.c:201:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  201 |         sigset(sig, SIG_IGN);   /* set to ignore signal */
      |         ^~~~~~
TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
kill02.c: In function 'parent_rout':
kill02.c:277:9: warning: '__builtin_strncpy' output may be truncated copying 1 byte from a string of length 9 [-Wstringop-truncation]
  277 |         strncpy(buf_tmp1, pipe_buf, 1);
      |         ^
kill02.c:283:9: warning: '__builtin_strncpy' output may be truncated copying 1 byte from a string of length 9 [-Wstringop-truncation]
  283 |         strncpy(buf_tmp2, pipe_buf, 1);
      |         ^
kill02.c:397:17: warning: '__builtin_strncpy' output may be truncated copying 1 byte from a string of length 9 [-Wstringop-truncation]
  397 |                 strncpy(buf_tmp1, pipe_buf, 1);
      |                 ^
CC testcases/kernel/syscalls/kill/kill08
CC testcases/kernel/syscalls/kill/kill05
CC testcases/kernel/syscalls/kill/kill06
CC testcases/kernel/syscalls/kill/kill12
CC testcases/kernel/syscalls/kill/kill03
CC testcases/kernel/syscalls/kill/kill02
CC testcases/kernel/syscalls/kill/kill11
CC testcases/kernel/syscalls/kill/kill10
CC testcases/kernel/syscalls/kill/kill13
CC testcases/kernel/syscalls/landlock/landlock01
CC testcases/kernel/syscalls/landlock/landlock03
CC testcases/kernel/syscalls/landlock/landlock02
CC testcases/kernel/syscalls/landlock/landlock06
CC testcases/kernel/syscalls/landlock/landlock09
CC testcases/kernel/syscalls/landlock/landlock08
CC testcases/kernel/syscalls/landlock/landlock_exec
CC testcases/kernel/syscalls/landlock/landlock10
CC testcases/kernel/syscalls/landlock/landlock05
CC testcases/kernel/syscalls/landlock/landlock07
CC testcases/kernel/syscalls/landlock/landlock04
CC testcases/kernel/syscalls/lchown/lchown01_16.o
CC testcases/kernel/syscalls/lchown/lchown02_16.o
lchown01.c: In function 'run':
lchown01.c:44:36: warning: comparison of integer expressions of different signedness: 'uid_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   44 |         uid_t cmp_usr_id = user_id == -1 ? stat_buf.st_uid : user_id;
      |                                    ^~
lchown01.c:45:37: warning: comparison of integer expressions of different signedness: 'gid_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   45 |         gid_t cmp_grp_id = group_id == -1 ? stat_buf.st_gid : group_id;
      |                                     ^~
lchown01.c: In function 'run':
lchown01.c:44:36: warning: comparison of integer expressions of different signedness: 'uid_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   44 |         uid_t cmp_usr_id = user_id == -1 ? stat_buf.st_uid : user_id;
      |                                    ^~
lchown01.c:45:37: warning: comparison of integer expressions of different signedness: 'gid_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   45 |         gid_t cmp_grp_id = group_id == -1 ? stat_buf.st_gid : group_id;
      |                                     ^~
LD testcases/kernel/syscalls/lchown/lchown01_16
CC testcases/kernel/syscalls/lchown/lchown02
CC testcases/kernel/syscalls/lchown/lchown01
LD testcases/kernel/syscalls/lchown/lchown02_16
rm lchown01_16.o lchown02_16.o
CC testcases/kernel/syscalls/lgetxattr/lgetxattr02
CC testcases/kernel/syscalls/lgetxattr/lgetxattr01
CC testcases/kernel/syscalls/link/link08
CC testcases/kernel/syscalls/link/link04
CC testcases/kernel/syscalls/link/link05
CC testcases/kernel/syscalls/link/link02
CC testcases/kernel/syscalls/linkat/linkat01
CC testcases/kernel/syscalls/linkat/linkat02
CC testcases/kernel/syscalls/listen/listen01
listmount04.c: In function 'run':
listmount04.c:125:20: error: 'struct mnt_id_req' has no member named 'spare'
  125 |                 req->spare = tc->spare;
      |                    ^~
make[4]: *** [../../../../include/mk/rules.mk:48: listmount04] Error 1
make[4]: *** Waiting for unfinished jobs....
CC testcases/kernel/syscalls/listmount/listmount03
CC testcases/kernel/syscalls/listmount/listmount01
CC testcases/kernel/syscalls/listmount/listmount02
make[3]: *** [../../../include/mk/generic_trunk_target.inc:92: all] Error 2
make[2]: *** [../../include/mk/generic_trunk_target.inc:92: all] Error 2
make[1]: *** [../include/mk/generic_trunk_target.inc:92: all] Error 2
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/sources/ltp-20250930/testcases'
make: *** [Makefile:85: testcases-all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/temp/run.do_compile.65892:175 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/temp/run.do_compile.65892, line 175
	#2: die, TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/temp/run.do_compile.65892, line 159
	#3: oe_runmake, TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/temp/run.do_compile.65892, line 154
	#4: do_compile, TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/temp/run.do_compile.65892, line 149
	#5: main, TOPDIR/tmp/work/x86-64-v3-poky-linux/ltp/20250930/temp/run.do_compile.65892, line 188

Error details

Submitted on:
21/12/25 11:38
Error type:
Recipe
Task:
do_compile
Recipe:
ltp
Recipe version:
20250930-r0
Machine:
qemux86-64
Distro:
poky
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
opensuseleap-15.5/opensuseleap-15.5
Branch:
mathieu/master-next
Commit:
93142b6973d527612feb05353a874a5d7a6f9917
Build:
#222505
Submitter:
yp-ab-opensuse155-vk-2.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/2902
Similar errors:
2
Open a bug