DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 HOSTCC=gcc  HOST_CFLAGS=-isystemTOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native/usr/include -O2 -pipe HOST_LDFLAGS=-LTOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-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=i686-pokymllib32-linux-ld --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot  
make -C "lib" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/lib/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/lib'
GEN ltp-version.h
CC lib/tst_ansi_color.o
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);
      |               ^~~~~~~~~
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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/sys/param.h:28,
                 from tlibio.c:83:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC lib/safe_stdio.o
CC lib/parse_opts.o
CC lib/tst_arch.o
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/cloner.o
CC lib/tst_assert.o
CC lib/get_path.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/tst_checksum.o
CC lib/tst_af_alg.o
CC lib/random_range.o
CC lib/tst_capability.o
CC lib/safe_pthread.o
CC lib/tst_bool_expr.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/safe_file_ops.o
CC lib/tst_buffers.o
CC lib/tst_checkpoint.o
CC lib/tst_clone.o
CC lib/tst_coredump.o
CC lib/tlibio.o
CC lib/tst_cpu.o
CC lib/tst_crypto.o
tst_device.c: In function 'tst_find_backing_dev':
tst_device.c:764:26: warning: comparison of integer expressions of different signedness: '__fsword_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
  764 |         if (fsbuf.f_type == TST_BTRFS_MAGIC) {
      |                          ^~
CC lib/tst_dir_is_empty.o
CC lib/tst_cmd.o
CC lib/tst_fill_file.o
CC lib/tst_clocks.o
CC lib/safe_net.o
CC lib/tst_epoll.o
CC lib/tst_fs_type.o
CC lib/tst_get_bad_addr.o
CC lib/tst_fs_has_free.o
CC lib/tst_fill_fs.o
CC lib/tst_fs_setup.o
CC lib/tst_ioctl.o
CC lib/tst_hugepage.o
CC lib/tst_fs_link_count.o
CC lib/tst_mkfs.o
CC lib/tst_fd.o
CC lib/tst_kvercmp.o
CC lib/tst_kernel.o
CC lib/tst_device.o
CC lib/tst_rand_data.o
CC lib/tst_path_exists.o
CC lib/tst_module.o
CC lib/tst_memutils.o
CC lib/tst_parse_opts.o
CC lib/safe_macros.o
CC lib/tst_cgroup.o
CC lib/tst_path_has_mnt_flags.o
CC lib/tst_pid.o
CC lib/tst_net.o
CC lib/tst_process_state.o
CC lib/tst_kconfig.o
CC lib/tst_resource.o
CC lib/tst_netlink.o
CC lib/tst_netdevice.o
CC lib/tst_rtctime.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:
      |                 ^~~~~~~
tst_safe_sysv_ipc.c: In function 'safe_msgrcv':
tst_safe_sysv_ipc.c:115:78: warning: format '%ld' expects argument of type 'long int', but argument 10 has type 'ssize_t' {aka 'int'} [-Wformat=]
  115 |                         "Invalid msgrcv(%i, %p, %zu, %li, %x) return value %ld",
      |                                                                            ~~^
      |                                                                              |
      |                                                                              long int
      |                                                                            %d
  116 |                         msqid, msgp, msgsz, msgtyp, msgflg, rval);
      |                                                             ~~~~              
      |                                                             |
      |                                                             ssize_t {aka int}
CC lib/tst_sig.o
CC lib/tst_safe_io_uring.o
CC lib/tst_safe_timerfd.o
CC lib/tst_safe_file_at.o
CC lib/tst_status.o
CC lib/tst_sig_proc.o
CC lib/tst_res.o
CC lib/tst_security.o
CC lib/tst_safe_sysv_ipc.o
CC lib/tst_thread_state.o
CC lib/tst_taint.o
CC lib/tst_supported_fs_types.o
CC lib/tst_test_macros.o
CC lib/tst_sys_conf.o
CC lib/tst_safe_macros.o
CC lib/tst_timer.o
CC lib/tst_uid.o
CC lib/tst_virt.o
CC lib/tst_wallclock.o
CC lib/tst_tmpdir.o
CC lib/tst_timer_test.o
CC lib/tst_test.o
AR libltp.a
RANLIB libltp.a
In file included from test15.c:24:
test15.c: In function 'do_test':
../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type 'intptr_t' {aka 'int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
test15.c:110:17: note: in expansion of macro 'tst_res'
  110 |                 tst_res(TINFO, "Joining thread %li", i);
      |                 ^~~~~~~
CC lib/newlib_tests/test03
CC lib/newlib_tests/test02
CC lib/newlib_tests/test14
CC lib/newlib_tests/test01
CC lib/newlib_tests/test09
CC lib/newlib_tests/test15
CC lib/newlib_tests/test06
CC lib/newlib_tests/test07
CC lib/newlib_tests/test05
CC lib/newlib_tests/test04
CC lib/newlib_tests/test08
test20.c: In function 'do_test':
test20.c:28:36: warning: unsigned conversion from 'long long int' to 'long unsigned int' changes value from '1000000000000' to '3567587328' [-Woverflow]
   28 |         struct tst_hugepage hp = { 1000000000000, TST_REQUEST };
      |                                    ^~~~~~~~~~~~~
CC lib/newlib_tests/test11
CC lib/newlib_tests/test22
CC lib/newlib_tests/test13
CC lib/newlib_tests/test_brk_parent
CC lib/newlib_tests/test_assert
CC lib/newlib_tests/test_brk_child
CC lib/newlib_tests/test19
CC lib/newlib_tests/test20
CC lib/newlib_tests/test_brk_pass
CC lib/newlib_tests/test_brk_fail
CC lib/newlib_tests/test_children_cleanup
CC lib/newlib_tests/test_brk_variant
CC lib/newlib_tests/test_exec
CC lib/newlib_tests/test_parse_filesize
CC lib/newlib_tests/test_macros05
CC lib/newlib_tests/test_macros06
CC lib/newlib_tests/test_macros04
CC lib/newlib_tests/test_macros02
CC lib/newlib_tests/test_kconfig
CC lib/newlib_tests/test_kconfig01
CC lib/newlib_tests/test_kconfig02
CC lib/newlib_tests/test_macros03
CC lib/newlib_tests/test_guarded_buf
CC lib/newlib_tests/test_exec_child
CC lib/newlib_tests/test_runtime02
CC lib/newlib_tests/test_fail_variant
CC lib/newlib_tests/test_macros01
CC lib/newlib_tests/test_kconfig03
CC lib/newlib_tests/test_zero_hugepage
CC lib/newlib_tests/test_runtime01
CC lib/newlib_tests/tst_bool_expr
In file included from ../../include/tst_test.h:189,
                 from tst_cgroup02.c:7:
tst_cgroup02.c: In function 'do_test':
../../include/tst_cgroup.h:199:47: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
  199 |                            (cg), (file_name), (fmt), __VA_ARGS__)
      |                                               ^~~~~
tst_cgroup02.c:35:17: note: in expansion of macro 'SAFE_CG_PRINTF'
   35 |                 SAFE_CG_PRINTF(cg_child, "memory.max",
      |                 ^~~~~~~~~~~~~~
../../include/tst_cgroup.h:199:47: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
  199 |                            (cg), (file_name), (fmt), __VA_ARGS__)
      |                                               ^~~~~
tst_cgroup02.c:37:17: note: in expansion of macro 'SAFE_CG_PRINTF'
   37 |                 SAFE_CG_PRINTF(cg_child, "memory.swap.max",
      |                 ^~~~~~~~~~~~~~
../../include/tst_cgroup.h:199:47: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
  199 |                            (cg), (file_name), (fmt), __VA_ARGS__)
      |                                               ^~~~~
tst_cgroup02.c:47:9: note: in expansion of macro 'SAFE_CG_PRINTF'
   47 |         SAFE_CG_PRINTF(tst_cg, "memory.max", "%zu", (1UL << 24) - 1);
      |         ^~~~~~~~~~~~~~
CC lib/newlib_tests/tst_capability02
In file included from tst_device.c:15:
tst_device.c: In function 'test_dev_min_size':
../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
tst_device.c:61:17: note: in expansion of macro 'tst_res'
   61 |                 tst_res(TPASS, "Got expected device size %lu", size);
      |                 ^~~~~~~
../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
tst_device.c:63:17: note: in expansion of macro 'tst_res'
   63 |                 tst_res(TFAIL, "Expected device size is %d but got %lu",
      |                 ^~~~~~~
CC lib/newlib_tests/tst_checkpoint_child
CC lib/newlib_tests/tst_capability01
CC lib/newlib_tests/tst_checkpoint_wait_timeout
CC lib/newlib_tests/tst_cgroup01
CC lib/newlib_tests/tst_checkpoint_wake_timeout
CC lib/newlib_tests/tst_cgroup02
CC lib/newlib_tests/tst_checkpoint_parent
CC lib/newlib_tests/tst_checkpoint
CC lib/newlib_tests/tst_device
CC lib/newlib_tests/test_timer
CC lib/newlib_tests/tst_needs_cmds01
CC lib/newlib_tests/tst_needs_cmds07
CC lib/newlib_tests/tst_needs_cmds04
CC lib/newlib_tests/tst_needs_cmds06
CC lib/newlib_tests/tst_needs_cmds05
CC lib/newlib_tests/tst_needs_cmds03
CC lib/newlib_tests/tst_print_result
CC lib/newlib_tests/tst_res_flags
CC lib/newlib_tests/tst_needs_cmds08
CC lib/newlib_tests/tst_needs_cmds02
CC lib/newlib_tests/tst_res_hexd
CC lib/newlib_tests/tst_safe_fileops
CC lib/newlib_tests/tst_safe_sscanf
CC lib/newlib_tests/variant
CC lib/newlib_tests/tst_strstatus
CC lib/newlib_tests/tst_expiration_timer
CC lib/newlib_tests/tst_fuzzy_sync03
CC lib/newlib_tests/tst_fuzzy_sync02
CC lib/newlib_tests/tst_fuzzy_sync01
CC lib/tests/trerrno
CC lib/tests/tst_tmpdir_test
CC lib/tests/tst_strsig
CC lib/tests/tst_strerrno
CC lib/tests/tst_safe_macros
CC lib/tests/tst_record_childstatus
CC lib/tests/tst_fs_fill_subdirs
CC lib/tests/tst_process_state
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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_fs_fill_hardlinks
CC lib/tests/tst_device
CC lib/tests/tst_dataroot03
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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
CC lib/tests/tst_cleanup_once
CC lib/tests/tst_dataroot01
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/lib'
if git describe >/dev/null 2>&1; then \
	git describe > "Version"; \
else \
	cp TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/VERSION "Version"; \
fi
make -C "libs" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/libs/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/libs'
CC libs/ipc/libipc.o
CC libs/ipc/libmsgctl.o
AR libltpipc.a
RANLIB libltpipc.a
CC libs/newipc/libnewipc.o
AR libltpnewipc.a
RANLIB libltpnewipc.a
CC libs/numa/tst_numa.o
AR libltpnuma.a
RANLIB libltpnuma.a
CC libs/sigwait/sigwait.o
AR libltpsigwait.a
RANLIB libltpsigwait.a
libswap.c: In function 'prealloc_contiguous_file':
libswap.c:65:31: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare]
   65 |         if (tst_fs_type(path) == TST_BTRFS_MAGIC)
      |                               ^~
libswap.c: In function 'is_swap_supported':
libswap.c:203:21: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare]
  203 |         if (fs_type == TST_BTRFS_MAGIC &&
      |                     ^~
CC libs/swap/libswap.o
AR libltpswap.a
RANLIB libltpswap.a
CC libs/uinput/tst_uinput.o
AR libltpuinput.a
RANLIB libltpuinput.a
CC libs/ujson/ujson_common.o
CC libs/ujson/ujson_utf.o
CC libs/ujson/ujson_writer.o
CC libs/ujson/ujson_reader.o
AR libujson.a
RANLIB libujson.a
CC libs/vdso/vdso_helpers.o
CC libs/vdso/parse_vdso.o
AR libltpvdso.a
RANLIB libltpvdso.a
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/libs'
make -C "pan" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/pan/Makefile" all
make -C "utils" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/utils/Makefile" all
make -C "testcases" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/testcases/Makefile" all
make -C "tools" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/tools/Makefile" all
make -C "metadata" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/metadata/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/utils'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/pan'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/testcases'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/tools'
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/metadata'
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 pan/ltp-bump.o
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 pan/splitstr.o
CC tools/apicmds/ltpapicmd.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_brk
CC testcases/commands/ldd/datafiles/lddfile1.o
CC testcases/commands/ldd/datafiles/main.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_conf
CC utils/benchmark/ebizzy-0.3/ebizzy
make[3]: Nothing to be done for 'all'.
CC testcases/commands/ldd/datafiles/lddfile5.o
make -C "lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/utils/sctp/lib/Makefile" all
make -C "testlib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/utils/sctp/testlib/Makefile" all
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus
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
CC testcases/commands/ldd/datafiles/lddfile4.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile5.obj.so lddfile5.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile1.obj.so lddfile1.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_fs_has_free
CC testcases/commands/ldd/datafiles/lddfile3.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_max
CC utils/sctp/lib/bindx.o
sctputil.c: In function 'test_print_message':
sctputil.c:117:32: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  117 |                 printf("DATA(%ld):  ", msg_len);
      |                              ~~^       ~~~~~~~
      |                                |       |
      |                                |       size_t {aka unsigned int}
      |                                long int
      |                              %d
CC utils/sctp/lib/addrs.o
CC testcases/commands/ldd/datafiles/lddfile2.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile3.obj.so lddfile3.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile2.obj.so lddfile2.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_resm
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/opt_info.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile4.obj.so lddfile4.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_res
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -O2 -g -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -pipe -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/connectx.o
rm lddfile2.o lddfile1.o lddfile4.o lddfile3.o lddfile5.o
make[3]: Nothing to be done for 'all'.
skip: 1, FORCE_MODULES: 
HOSTCC metadata/metaparse
make[3]: Nothing to be done for 'all'.
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -L../../lib  ltpapicmd.o  -lltp -o tst_exit
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/recipe-sysroot-native=  -Wl,-z,relro,-z,now    -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930=/usr/src/debug/lib32-ltp/20250930  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-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'.
make[3]: Nothing to be done for 'all'.
CC utils/sctp/testlib/sctputil.o
make[3]: Nothing to be done for 'all'.
AR libsctputil.a
make[3]: Nothing to be done for 'all'.
RANLIB libsctputil.a
CC utils/sctp/lib/peeloff.o
CC utils/sctp/lib/sendmsg.o
CC utils/sctp/lib/recvmsg.o
AR libsctp.a
RANLIB libsctp.a
CC testcases/commands/nm/datafiles/f1
HOSTCC metadata/metaparse-sh
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/metadata/parse.sh > ltp.json
CC testcases/commands/nm/datafiles/f2.o
CC testcases/commands/nm/datafiles/f3.o
CC testcases/commands/nm/datafiles/f1.o
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/f3
CC testcases/commands/nm/datafiles/f2
i686-pokymllib32-linux-gcc-ar rcs lib.a f1.o f2.o f3.o
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 utils/sctp/func_tests/test_1_to_1_initmsg_connect
CC utils/sctp/func_tests/test_1_to_1_events
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC pan/ltp-pan.o
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_nonblock
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_addrs
make[5]: Nothing to be done for 'all'.
LD pan/ltp-bump
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_accept_close
make[3]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
LD pan/ltp-pan
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/pan'
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_recvfrom
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_sendto
CC utils/sctp/func_tests/test_1_to_1_sendmsg
CC utils/sctp/func_tests/test_1_to_1_rtoinfo
CC utils/sctp/func_tests/test_1_to_1_send
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_threads
CC utils/sctp/func_tests/test_1_to_1_sockopt
CC utils/sctp/func_tests/test_autoclose
CC utils/sctp/func_tests/test_1_to_1_connect
CC tools/genload/genload
CC utils/sctp/func_tests/test_assoc_abort
CC utils/sctp/func_tests/test_assoc_shutdown
CC testcases/cve/cve-2016-10044
CC utils/sctp/func_tests/test_1_to_1_recvmsg
CC utils/sctp/func_tests/test_1_to_1_connectx
CC testcases/cve/cve-2014-0196
CC testcases/cve/cve-2016-7042
CC utils/sctp/func_tests/test_connect
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;
      |                ^
CC utils/sctp/func_tests/test_basic
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-2017-16939
CC testcases/cve/cve-2017-2618
CC testcases/cve/cve-2017-17052
CC testcases/cve/cve-2022-4378
CC testcases/cve/cve-2025-21756
CC utils/sctp/func_tests/test_connectx
CC testcases/cve/cve-2015-3290
CC testcases/cve/cve-2017-17053
CC testcases/cve/cve-2025-38236
CC testcases/cve/cve-2016-7117
CC utils/sctp/func_tests/test_fragments
CC utils/sctp/func_tests/test_basic_v6.o
CC utils/sctp/func_tests/test_inaddr_any
CC utils/sctp/func_tests/test_fragments_v6.o
CC utils/sctp/func_tests/test_getname
CC testcases/cve/cve-2017-2671
CC utils/sctp/func_tests/test_inaddr_any_v6.o
CC utils/sctp/func_tests/test_getname_v6.o
CC utils/sctp/func_tests/test_recvmsg
CC testcases/cve/tcindex01
CC utils/sctp/func_tests/test_peeloff
CC utils/sctp/func_tests/test_sctp_sendrecvmsg_v6.o
CC utils/sctp/func_tests/test_sockopt_v6.o
CC utils/sctp/func_tests/test_peeloff_v6.o
CC testcases/cve/icmp_rate_limit01
CC utils/sctp/func_tests/test_timetolive_v6.o
CC utils/sctp/func_tests/test_tcp_style_v6.o
CC tools/genload/stress
make[2]: Nothing to be done for 'all'.
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/tools'
CC testcases/cve/stack_clash
CC utils/sctp/func_tests/test_timetolive
CC utils/sctp/func_tests/test_sctp_sendrecvmsg
CC testcases/cve/meltdown
CC utils/sctp/func_tests/test_tcp_style
LD utils/sctp/func_tests/test_basic_v6
LD utils/sctp/func_tests/test_fragments_v6
LD utils/sctp/func_tests/test_inaddr_any_v6
In file included from abort01.c:28:
abort01.c: In function 'setup':
../../../../include/tst_test.h:126:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
  126 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__)
      |                                                       ^~~~~~~~~
abort01.c:79:25: note: in expansion of macro 'tst_brk'
   79 |                         tst_brk(TCONF, "hard limit(%lu)less than MIN_RLIMT_CORE(%i)",
      |                         ^~~~~~~
LD utils/sctp/func_tests/test_getname_v6
LD utils/sctp/func_tests/test_sctp_sendrecvmsg_v6
LD utils/sctp/func_tests/test_peeloff_v6
LD utils/sctp/func_tests/test_timetolive_v6
CC testcases/kernel/syscalls/abort/abort01
CC utils/sctp/func_tests/test_sockopt
LD utils/sctp/func_tests/test_tcp_style_v6
CC testcases/kernel/syscalls/accept/accept01
CC testcases/kernel/syscalls/accept/accept02
CC testcases/kernel/syscalls/accept/accept03
LD utils/sctp/func_tests/test_sockopt_v6
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-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/utils'
CC testcases/kernel/syscalls/accept4/accept4_01
CC testcases/kernel/syscalls/access/access04
CC testcases/kernel/syscalls/access/access01
CC testcases/kernel/syscalls/access/access03
CC testcases/kernel/syscalls/access/access02
CC testcases/kernel/syscalls/acct/acct02_helper
CC testcases/kernel/syscalls/acct/acct01
CC testcases/kernel/syscalls/acct/acct02
CC testcases/kernel/syscalls/add_key/add_key02
CC testcases/kernel/syscalls/add_key/add_key03
CC testcases/kernel/syscalls/add_key/add_key01
CC testcases/kernel/syscalls/add_key/add_key04
CC testcases/kernel/syscalls/add_key/add_key05
CC testcases/kernel/syscalls/adjtimex/adjtimex01
CC testcases/kernel/syscalls/adjtimex/adjtimex03
CC testcases/kernel/syscalls/adjtimex/adjtimex02
In file included from ../../../../include/tst_test.h:23,
                 from alarm02.c:15:
alarm02.c: In function 'verify_alarm':
../../../../include/tst_test_macros.h:223:29: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare]
  223 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:263:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  263 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
alarm02.c:36:9: note: in expansion of macro 'TST_EXP_VAL'
   36 |         TST_EXP_VAL(alarm(0), tc->sec);
      |         ^~~~~~~~~~~
CC testcases/kernel/syscalls/alarm/alarm07
CC testcases/kernel/syscalls/alarm/alarm03
CC testcases/kernel/syscalls/alarm/alarm05
CC testcases/kernel/syscalls/alarm/alarm06
CC testcases/kernel/syscalls/alarm/alarm02
CC testcases/kernel/syscalls/arch_prctl/arch_prctl01
CC testcases/kernel/syscalls/bind/bind01
CC testcases/kernel/syscalls/bind/bind05
CC testcases/kernel/syscalls/bind/bind06
CC testcases/kernel/syscalls/bind/bind04
CC testcases/kernel/syscalls/bind/bind03
CC testcases/kernel/syscalls/bind/bind02
CC testcases/kernel/syscalls/bpf/bpf_common.o
In file included from bpf_prog01.c:31:
bpf_prog01.c: In function 'run':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
bpf_prog01.c:95:17: note: in expansion of macro 'tst_res'
   95 |                 tst_res(TFAIL,
      |                 ^~~~~~~
CC testcases/kernel/syscalls/bpf/bpf_prog02
CC testcases/kernel/syscalls/bpf/bpf_prog07
CC testcases/kernel/syscalls/bpf/bpf_prog01
CC testcases/kernel/syscalls/bpf/bpf_prog06
CC testcases/kernel/syscalls/bpf/bpf_prog04
CC testcases/kernel/syscalls/bpf/bpf_prog05
CC testcases/kernel/syscalls/bpf/bpf_map01
CC testcases/kernel/syscalls/bpf/bpf_prog03
CC testcases/kernel/syscalls/brk/brk01
CC testcases/kernel/syscalls/brk/brk02
CC testcases/kernel/syscalls/cacheflush/cacheflush01
In file included from cachestat.h:9,
                 from cachestat01.c:22:
cachestat.h: In function 'print_cachestat':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
CC testcases/kernel/syscalls/cachestat/cachestat01
CC testcases/kernel/syscalls/cachestat/cachestat04
In file included from cachestat.h:9,
                 from cachestat03.c:18:
cachestat.h: In function 'print_cachestat':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
CC testcases/kernel/syscalls/cachestat/cachestat03
In file included from cachestat.h:9,
                 from cachestat02.c:18:
cachestat.h: In function 'print_cachestat':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
cachestat.h:14:9: note: in expansion of macro 'tst_res'
   14 |         tst_res(TDEBUG,
      |         ^~~~~~~
CC testcases/kernel/syscalls/cachestat/cachestat02
CC testcases/kernel/syscalls/capget/capget01
CC testcases/kernel/syscalls/capget/capget02
CC testcases/kernel/syscalls/capset/capset01
CC testcases/kernel/syscalls/capset/capset03
CC testcases/kernel/syscalls/capset/capset04
CC testcases/kernel/syscalls/capset/capset02
CC testcases/kernel/syscalls/chdir/chdir01
CC testcases/kernel/syscalls/chdir/chdir04
CC testcases/kernel/syscalls/chmod/chmod03
CC testcases/kernel/syscalls/chmod/chmod01
CC testcases/kernel/syscalls/chmod/chmod09
CC testcases/kernel/syscalls/chmod/chmod08
CC testcases/kernel/syscalls/chmod/chmod07
CC testcases/kernel/syscalls/chmod/chmod06
CC testcases/kernel/syscalls/chmod/chmod05
CC testcases/kernel/syscalls/chown/chown01
CC testcases/kernel/syscalls/chown/chown05_16.o
CC testcases/kernel/syscalls/chown/chown04_16.o
CC testcases/kernel/syscalls/chown/chown03_16.o
CC testcases/kernel/syscalls/chown/chown02_16.o
CC testcases/kernel/syscalls/chown/chown01_16.o
LD testcases/kernel/syscalls/chown/chown05_16
CC testcases/kernel/syscalls/chown/chown03
CC testcases/kernel/syscalls/chown/chown05
CC testcases/kernel/syscalls/chown/chown04
LD testcases/kernel/syscalls/chown/chown04_16
LD testcases/kernel/syscalls/chown/chown02_16
LD testcases/kernel/syscalls/chown/chown01_16
LD testcases/kernel/syscalls/chown/chown03_16
CC testcases/kernel/syscalls/chown/chown02
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/chroot03
CC testcases/kernel/syscalls/chroot/chroot04
CC testcases/kernel/syscalls/chroot/chroot02
CC testcases/kernel/syscalls/clock_adjtime/clock_adjtime01
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/metadata'
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/leapsec01
CC testcases/kernel/syscalls/clock_gettime/clock_gettime04
CC testcases/kernel/syscalls/clock_gettime/clock_gettime03
CC testcases/kernel/syscalls/clock_gettime/clock_gettime02
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep04
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep02
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep03
CC testcases/kernel/syscalls/clock_settime/clock_settime02
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/clone/clone01
CC testcases/kernel/syscalls/clone/clone09
CC testcases/kernel/syscalls/clone/clone06
CC testcases/kernel/syscalls/clone/clone07
CC testcases/kernel/syscalls/clone/clone08
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
clone301.c: In function 'run':
clone301.c:115:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  115 |         args->pidfd = (uint64_t)(&pidfd);
      |                       ^
clone301.c:116:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  116 |         args->child_tid = (uint64_t)(&child_tid);
      |                           ^
clone301.c:117:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  117 |         args->parent_tid = (uint64_t)(&parent_tid);
      |                            ^
CC testcases/kernel/syscalls/clone3/clone301
clone302.c: In function 'run':
clone302.c:77:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   77 |                         args->pidfd = (uint64_t)(*tc->pidfd);
      |                                       ^
CC testcases/kernel/syscalls/clone3/clone303
CC testcases/kernel/syscalls/clone3/clone302
CC testcases/kernel/syscalls/close/close01
CC testcases/kernel/syscalls/close/close02
In file included from close_range01.c:26:
close_range01.c: In function 'setup':
../../../../include/tst_test.h:126:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
  126 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__)
      |                                                       ^~~~~~~~~
close_range01.c:61:17: note: in expansion of macro 'tst_brk'
   61 |                 tst_brk(TCONF, "NOFILE limit max too low: %lu < 1000",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/close_range/close_range01
CC testcases/kernel/syscalls/close_range/close_range02
CC testcases/kernel/syscalls/cma/process_vm01
CC testcases/kernel/syscalls/cma/process_vm_writev02
CC testcases/kernel/syscalls/cma/process_vm_readv03
CC testcases/kernel/syscalls/cma/process_vm_readv02
CC testcases/kernel/syscalls/confstr/confstr01
CC testcases/kernel/syscalls/connect/connect02
CC testcases/kernel/syscalls/connect/connect01
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/creat03
CC testcases/kernel/syscalls/creat/creat01
CC testcases/kernel/syscalls/creat/creat09
CC testcases/kernel/syscalls/creat/creat08
CC testcases/kernel/syscalls/creat/creat07_child
CC testcases/kernel/syscalls/creat/creat07
CC testcases/kernel/syscalls/creat/creat06
CC testcases/kernel/syscalls/creat/creat05
CC testcases/kernel/syscalls/creat/creat04
skip: 1, FORCE_MODULES: 
CC testcases/kernel/syscalls/delete_module/delete_module01
CC testcases/kernel/syscalls/delete_module/delete_module03
CC testcases/kernel/syscalls/delete_module/delete_module02
CC testcases/kernel/syscalls/dup/dup01
CC testcases/kernel/syscalls/dup/dup07
CC testcases/kernel/syscalls/dup/dup06
CC testcases/kernel/syscalls/dup/dup02
CC testcases/kernel/syscalls/dup/dup03
CC testcases/kernel/syscalls/dup/dup04
CC testcases/kernel/syscalls/dup/dup05
CC testcases/kernel/syscalls/dup2/dup201
CC testcases/kernel/syscalls/dup2/dup203
CC testcases/kernel/syscalls/dup2/dup202
CC testcases/kernel/syscalls/dup2/dup207
CC testcases/kernel/syscalls/dup2/dup206
CC testcases/kernel/syscalls/dup2/dup205
CC testcases/kernel/syscalls/dup2/dup204
CC testcases/kernel/syscalls/dup3/dup3_01
CC testcases/kernel/syscalls/dup3/dup3_02
In file included from epoll-ltp.c:99:
epoll-ltp.c: In function 'main':
../../../../include/old/test.h:105:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
  105 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
epoll-ltp.c:705:9: note: in expansion of macro 'tst_resm'
  705 |         tst_resm(TINFO,
      |         ^~~~~~~~
CC testcases/kernel/syscalls/epoll/epoll-ltp
CC testcases/kernel/syscalls/epoll_create/epoll_create01
CC testcases/kernel/syscalls/epoll_create/epoll_create02
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_ctl05
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl04
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl03
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl01
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait03
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait01
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait02
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait05
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait06
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait04
CC testcases/kernel/syscalls/epoll_wait/epoll_wait01
CC testcases/kernel/syscalls/epoll_wait/epoll_wait07
CC testcases/kernel/syscalls/epoll_wait/epoll_wait04
CC testcases/kernel/syscalls/epoll_wait/epoll_wait05
CC testcases/kernel/syscalls/epoll_wait/epoll_wait06
CC testcases/kernel/syscalls/epoll_wait/epoll_wait02
CC testcases/kernel/syscalls/epoll_wait/epoll_wait03
CC testcases/kernel/syscalls/eventfd/eventfd03
CC testcases/kernel/syscalls/eventfd/eventfd01
CC testcases/kernel/syscalls/eventfd/eventfd06
CC testcases/kernel/syscalls/eventfd/eventfd04
CC testcases/kernel/syscalls/eventfd/eventfd05
CC testcases/kernel/syscalls/eventfd/eventfd02
CC testcases/kernel/syscalls/eventfd2/eventfd2_03
CC testcases/kernel/syscalls/eventfd2/eventfd2_01
CC testcases/kernel/syscalls/eventfd2/eventfd2_02
CC testcases/kernel/syscalls/execl/execl01_child
CC testcases/kernel/syscalls/execl/execl01
CC testcases/kernel/syscalls/execle/execle01
CC testcases/kernel/syscalls/execle/execle01_child
CC testcases/kernel/syscalls/execlp/execlp01_child
CC testcases/kernel/syscalls/execlp/execlp01
CC testcases/kernel/syscalls/execv/execv01
CC testcases/kernel/syscalls/execv/execv01_child
CC testcases/kernel/syscalls/execve/execve_child
CC testcases/kernel/syscalls/execve/execve01
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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/execve06_child
CC testcases/kernel/syscalls/execve/execve02
CC testcases/kernel/syscalls/execve/execve01_child
CC testcases/kernel/syscalls/execve/execve06
CC testcases/kernel/syscalls/execve/execve04
CC testcases/kernel/syscalls/execve/execve03
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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 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-pokymllib32-linux/lib32-ltp/20250930/lib32-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[],
      |            ^~~~~~~~
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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/execveat_child
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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 ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/execveat/execveat_errno
CC testcases/kernel/syscalls/execveat/execveat03
CC testcases/kernel/syscalls/execveat/execveat02
CC testcases/kernel/syscalls/execveat/execveat01
CC testcases/kernel/syscalls/execvp/execvp01_child
CC testcases/kernel/syscalls/execvp/execvp01
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/faccessat202
CC testcases/kernel/syscalls/faccessat2/faccessat201
CC testcases/kernel/syscalls/fadvise/posix_fadvise01_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise02_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise03_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise04_64.o
LD testcases/kernel/syscalls/fadvise/posix_fadvise04_64
LD testcases/kernel/syscalls/fadvise/posix_fadvise01_64
LD testcases/kernel/syscalls/fadvise/posix_fadvise02_64
CC testcases/kernel/syscalls/fadvise/posix_fadvise03
LD testcases/kernel/syscalls/fadvise/posix_fadvise03_64
CC testcases/kernel/syscalls/fadvise/posix_fadvise02
CC testcases/kernel/syscalls/fadvise/posix_fadvise04
CC testcases/kernel/syscalls/fadvise/posix_fadvise01
rm posix_fadvise03_64.o posix_fadvise02_64.o posix_fadvise04_64.o posix_fadvise01_64.o
In file included from fallocate04.c:19:
fallocate04.c: In function 'test02':
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fallocate04.c:127:17: note: in expansion of macro 'tst_res'
  127 |                 tst_res(TINFO, "found a hole at '%ld' offset", ret);
      |                 ^~~~~~~
In file included from ../../../../include/tst_test.h:23,
                 from fallocate03.c:17:
fallocate03.c: In function 'verify_fallocate':
fallocate03.c:83:17: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'loff_t' {aka 'long long int'} [-Wformat=]
   83 |                 "fallocate(fd, %s, %ld, %d)",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:68:26: note: in expansion of macro 'TST_2_'
   68 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:277:25: note: in expansion of macro 'TST_MSG_'
  277 |                         TST_MSG_(TFAIL | TTERRNO, " failed",                   \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:342:17: note: in expansion of macro 'TST_EXP_PASS_SILENT_'
  342 |                 TST_EXP_PASS_SILENT_(SCALL, #SCALL, ##__VA_ARGS__);            \
      |                 ^~~~~~~~~~~~~~~~~~~~
fallocate03.c:81:9: note: in expansion of macro 'TST_EXP_PASS'
   81 |         TST_EXP_PASS(
      |         ^~~~~~~~~~~~
fallocate03.c:83:38: note: format string is defined here
   83 |                 "fallocate(fd, %s, %ld, %d)",
      |                                    ~~^
      |                                      |
      |                                      long int
      |                                    %lld
fallocate03.c:83:17: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'loff_t' {aka 'long long int'} [-Wformat=]
   83 |                 "fallocate(fd, %s, %ld, %d)",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:72:26: note: in expansion of macro 'TST_2_'
   72 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:283:25: note: in expansion of macro 'TST_MSGP_'
  283 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:342:17: note: in expansion of macro 'TST_EXP_PASS_SILENT_'
  342 |                 TST_EXP_PASS_SILENT_(SCALL, #SCALL, ##__VA_ARGS__);            \
      |                 ^~~~~~~~~~~~~~~~~~~~
fallocate03.c:81:9: note: in expansion of macro 'TST_EXP_PASS'
   81 |         TST_EXP_PASS(
      |         ^~~~~~~~~~~~
fallocate03.c:83:38: note: format string is defined here
   83 |                 "fallocate(fd, %s, %ld, %d)",
      |                                    ~~^
      |                                      |
      |                                      long int
      |                                    %lld
fallocate03.c:83:17: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'loff_t' {aka 'long long int'} [-Wformat=]
   83 |                 "fallocate(fd, %s, %ld, %d)",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:68:26: note: in expansion of macro 'TST_2_'
   68 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:345:25: note: in expansion of macro 'TST_MSG_'
  345 |                         TST_MSG_(TPASS, " passed", #SCALL, ##__VA_ARGS__);     \
      |                         ^~~~~~~~
fallocate03.c:81:9: note: in expansion of macro 'TST_EXP_PASS'
   81 |         TST_EXP_PASS(
      |         ^~~~~~~~~~~~
fallocate03.c:83:38: note: format string is defined here
   83 |                 "fallocate(fd, %s, %ld, %d)",
      |                                    ~~^
      |                                      |
      |                                      long int
      |                                    %lld
In file included from fallocate05.c:25:
fallocate05.c: In function 'run':
../../../../include/tst_test.h:74:55: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long int' [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fallocate05.c:78:17: note: in expansion of macro 'tst_res'
   78 |                 tst_res(TFAIL, "Short write(): %ld bytes (expected %zu)",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/fallocate/fallocate02
CC testcases/kernel/syscalls/fallocate/fallocate03
CC testcases/kernel/syscalls/fallocate/fallocate06
CC testcases/kernel/syscalls/fallocate/fallocate01
CC testcases/kernel/syscalls/fallocate/fallocate05
CC testcases/kernel/syscalls/fallocate/fallocate04
In file included from fanotify01.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify02.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify03.c:28:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify02
CC testcases/kernel/syscalls/fanotify/fanotify01
In file included from fanotify16.c:32:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
fanotify16.c: In function 'do_test':
fanotify16.c:570:57: warning: comparison of integer expressions of different signedness: 'int' and '__u32' {aka 'unsigned int'} [-Wsign-compare]
  570 |                 if (((char *)child_fid - (char *)event) >= event->event_len)
      |                                                         ^~
In file included from fanotify08.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify15.c:29:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify03
In file included from fanotify12.c:27:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify09.c:49:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify13.c:42:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify11.c:33:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify14.c:31:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify10.c:48:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify18.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify08
In file included from fanotify07.c:37:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify12
In file included from fanotify17.c:28:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify06.c:43:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify11
CC testcases/kernel/syscalls/fanotify/fanotify18
In file included from fanotify05.c:31:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify09
CC testcases/kernel/syscalls/fanotify/fanotify15
CC testcases/kernel/syscalls/fanotify/fanotify13
CC testcases/kernel/syscalls/fanotify/fanotify07
In file included from fanotify19.c:28:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify20.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify14
CC testcases/kernel/syscalls/fanotify/fanotify06
CC testcases/kernel/syscalls/fanotify/fanotify17
CC testcases/kernel/syscalls/fanotify/fanotify_child
In file included from fanotify22.c:33:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify23.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify20
In file included from fanotify21.c:29:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
In file included from fanotify21.c:23:
fanotify21.c: In function 'do_test':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fanotify21.c:230:25: note: in expansion of macro 'tst_res'
  230 |                         tst_res(TFAIL,
      |                         ^~~~~~~
In file included from fanotify04.c:24:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify05
CC testcases/kernel/syscalls/fanotify/fanotify16
CC testcases/kernel/syscalls/fanotify/fanotify19
In file included from fanotify24.c:30:
fanotify.h: In function 'safe_fanotify_mark':
fanotify.h:51:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   51 |                          "fanotify_mark(%d, 0x%x, 0x%lx, ..., %s) failed",
      |                                                     ~~^
      |                                                       |
      |                                                       long unsigned int
      |                                                     %llx
   52 |                          fd, flags, mask, pathname);
      |                                     ~~~~               
      |                                     |
      |                                     uint64_t {aka long long unsigned int}
CC testcases/kernel/syscalls/fanotify/fanotify10
CC testcases/kernel/syscalls/fanotify/fanotify04
CC testcases/kernel/syscalls/fanotify/fanotify22
CC testcases/kernel/syscalls/fanotify/fanotify21
CC testcases/kernel/syscalls/fanotify/fanotify23
CC testcases/kernel/syscalls/fanotify/fanotify24
CC testcases/kernel/syscalls/fchdir/fchdir01
CC testcases/kernel/syscalls/fchdir/fchdir03
CC testcases/kernel/syscalls/fchdir/fchdir02
CC testcases/kernel/syscalls/fchmod/fchmod05
CC testcases/kernel/syscalls/fchmod/fchmod01
CC testcases/kernel/syscalls/fchmod/fchmod04
CC testcases/kernel/syscalls/fchmod/fchmod02
CC testcases/kernel/syscalls/fchmod/fchmod03
CC testcases/kernel/syscalls/fchmod/fchmod06
CC testcases/kernel/syscalls/fchmodat/fchmodat02
CC testcases/kernel/syscalls/fchmodat/fchmodat01
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
CC testcases/kernel/syscalls/fchown/fchown05_16.o
CC testcases/kernel/syscalls/fchown/fchown04_16.o
CC testcases/kernel/syscalls/fchown/fchown02
CC testcases/kernel/syscalls/fchown/fchown03
CC testcases/kernel/syscalls/fchown/fchown03_16.o
CC testcases/kernel/syscalls/fchown/fchown01
LD testcases/kernel/syscalls/fchown/fchown01_16
CC testcases/kernel/syscalls/fchown/fchown05
LD testcases/kernel/syscalls/fchown/fchown02_16
LD testcases/kernel/syscalls/fchown/fchown05_16
LD testcases/kernel/syscalls/fchown/fchown03_16
LD testcases/kernel/syscalls/fchown/fchown04_16
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/fcntl04
CC testcases/kernel/syscalls/fcntl/fcntl12
CC testcases/kernel/syscalls/fcntl/fcntl05
CC testcases/kernel/syscalls/fcntl/fcntl09
CC testcases/kernel/syscalls/fcntl/fcntl03
CC testcases/kernel/syscalls/fcntl/fcntl10
CC testcases/kernel/syscalls/fcntl/fcntl08
CC testcases/kernel/syscalls/fcntl/fcntl01
CC testcases/kernel/syscalls/fcntl/fcntl07
CC testcases/kernel/syscalls/fcntl/fcntl02
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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl11
CC testcases/kernel/syscalls/fcntl/fcntl24
CC testcases/kernel/syscalls/fcntl/fcntl18
CC testcases/kernel/syscalls/fcntl/fcntl22
CC testcases/kernel/syscalls/fcntl/fcntl23
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);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl26
CC testcases/kernel/syscalls/fcntl/fcntl17
CC testcases/kernel/syscalls/fcntl/fcntl25
CC testcases/kernel/syscalls/fcntl/fcntl27
CC testcases/kernel/syscalls/fcntl/fcntl20
CC testcases/kernel/syscalls/fcntl/fcntl29
CC testcases/kernel/syscalls/fcntl/fcntl19
In file included from fcntl33.c:21:
fcntl33.c: In function 'do_test':
../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fcntl33.c:122:25: note: in expansion of macro 'tst_res'
  122 |                         tst_res(TFAIL | TTERRNO,
      |                         ^~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl30
CC testcases/kernel/syscalls/fcntl/fcntl01_64.o
CC testcases/kernel/syscalls/fcntl/fcntl21
CC testcases/kernel/syscalls/fcntl/fcntl16
CC testcases/kernel/syscalls/fcntl/fcntl32
CC testcases/kernel/syscalls/fcntl/fcntl15
CC testcases/kernel/syscalls/fcntl/fcntl04_64.o
CC testcases/kernel/syscalls/fcntl/fcntl03_64.o
CC testcases/kernel/syscalls/fcntl/fcntl31
CC testcases/kernel/syscalls/fcntl/fcntl33
CC testcases/kernel/syscalls/fcntl/fcntl07_64.o
CC testcases/kernel/syscalls/fcntl/fcntl05_64.o
CC testcases/kernel/syscalls/fcntl/fcntl02_64.o
CC testcases/kernel/syscalls/fcntl/fcntl08_64.o
CC testcases/kernel/syscalls/fcntl/fcntl35
CC testcases/kernel/syscalls/fcntl/fcntl34
CC testcases/kernel/syscalls/fcntl/fcntl38
CC testcases/kernel/syscalls/fcntl/fcntl12_64.o
CC testcases/kernel/syscalls/fcntl/fcntl11_64.o
CC testcases/kernel/syscalls/fcntl/fcntl10_64.o
CC testcases/kernel/syscalls/fcntl/fcntl14
CC testcases/kernel/syscalls/fcntl/fcntl14_64.o
CC testcases/kernel/syscalls/fcntl/fcntl13_64.o
CC testcases/kernel/syscalls/fcntl/fcntl37
CC testcases/kernel/syscalls/fcntl/fcntl39
CC testcases/kernel/syscalls/fcntl/fcntl15_64.o
CC testcases/kernel/syscalls/fcntl/fcntl09_64.o
CC testcases/kernel/syscalls/fcntl/fcntl16_64.o
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/fcntl13
CC testcases/kernel/syscalls/fcntl/fcntl20_64.o
CC testcases/kernel/syscalls/fcntl/fcntl21_64.o
CC testcases/kernel/syscalls/fcntl/fcntl22_64.o
CC testcases/kernel/syscalls/fcntl/fcntl23_64.o
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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
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);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl25_64.o
fcntl21.c: In function 'setup':
CC testcases/kernel/syscalls/fcntl/fcntl24_64.o
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/fcntl36
CC testcases/kernel/syscalls/fcntl/fcntl26_64.o
CC testcases/kernel/syscalls/fcntl/fcntl27_64.o
CC testcases/kernel/syscalls/fcntl/fcntl29_64.o
CC testcases/kernel/syscalls/fcntl/fcntl30_64.o
CC testcases/kernel/syscalls/fcntl/fcntl31_64.o
CC testcases/kernel/syscalls/fcntl/fcntl32_64.o
CC testcases/kernel/syscalls/fcntl/fcntl33_64.o
CC testcases/kernel/syscalls/fcntl/fcntl34_64.o
CC testcases/kernel/syscalls/fcntl/fcntl36_64.o
CC testcases/kernel/syscalls/fcntl/fcntl35_64.o
CC testcases/kernel/syscalls/fcntl/fcntl37_64.o
CC testcases/kernel/syscalls/fcntl/fcntl38_64.o
CC testcases/kernel/syscalls/fcntl/fcntl39_64.o
CC testcases/kernel/syscalls/fcntl/fcntl40_64.o
In file included from fcntl33.c:21:
fcntl33.c: In function 'do_test':
../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fcntl33.c:122:25: note: in expansion of macro 'tst_res'
  122 |                         tst_res(TFAIL | TTERRNO,
      |                         ^~~~~~~
LD testcases/kernel/syscalls/fcntl/fcntl01_64
LD testcases/kernel/syscalls/fcntl/fcntl02_64
LD testcases/kernel/syscalls/fcntl/fcntl03_64
LD testcases/kernel/syscalls/fcntl/fcntl04_64
LD testcases/kernel/syscalls/fcntl/fcntl05_64
LD testcases/kernel/syscalls/fcntl/fcntl07_64
LD testcases/kernel/syscalls/fcntl/fcntl08_64
LD testcases/kernel/syscalls/fcntl/fcntl09_64
LD testcases/kernel/syscalls/fcntl/fcntl10_64
LD testcases/kernel/syscalls/fcntl/fcntl11_64
LD testcases/kernel/syscalls/fcntl/fcntl15_64
LD testcases/kernel/syscalls/fcntl/fcntl13_64
LD testcases/kernel/syscalls/fcntl/fcntl17_64
LD testcases/kernel/syscalls/fcntl/fcntl12_64
LD testcases/kernel/syscalls/fcntl/fcntl20_64
LD testcases/kernel/syscalls/fcntl/fcntl14_64
LD testcases/kernel/syscalls/fcntl/fcntl16_64
LD testcases/kernel/syscalls/fcntl/fcntl19_64
LD testcases/kernel/syscalls/fcntl/fcntl21_64
LD testcases/kernel/syscalls/fcntl/fcntl22_64
LD testcases/kernel/syscalls/fcntl/fcntl23_64
LD testcases/kernel/syscalls/fcntl/fcntl18_64
LD testcases/kernel/syscalls/fcntl/fcntl26_64
LD testcases/kernel/syscalls/fcntl/fcntl29_64
LD testcases/kernel/syscalls/fcntl/fcntl25_64
LD testcases/kernel/syscalls/fcntl/fcntl27_64
LD testcases/kernel/syscalls/fcntl/fcntl24_64
LD testcases/kernel/syscalls/fcntl/fcntl33_64
LD testcases/kernel/syscalls/fcntl/fcntl32_64
LD testcases/kernel/syscalls/fcntl/fcntl37_64
LD testcases/kernel/syscalls/fcntl/fcntl30_64
LD testcases/kernel/syscalls/fcntl/fcntl31_64
LD testcases/kernel/syscalls/fcntl/fcntl35_64
LD testcases/kernel/syscalls/fcntl/fcntl38_64
LD testcases/kernel/syscalls/fcntl/fcntl39_64
LD testcases/kernel/syscalls/fcntl/fcntl40_64
LD testcases/kernel/syscalls/fcntl/fcntl34_64
LD testcases/kernel/syscalls/fcntl/fcntl36_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_attr01
CC testcases/kernel/syscalls/file_attr/file_attr04
CC testcases/kernel/syscalls/file_attr/file_attr02
CC testcases/kernel/syscalls/file_attr/file_attr03
skip: 1, FORCE_MODULES: 
CC testcases/kernel/syscalls/finit_module/finit_module02
CC testcases/kernel/syscalls/finit_module/finit_module01
CC testcases/kernel/syscalls/flistxattr/flistxattr02
CC testcases/kernel/syscalls/flistxattr/flistxattr01
CC testcases/kernel/syscalls/flistxattr/flistxattr03
CC testcases/kernel/syscalls/flock/flock01
CC testcases/kernel/syscalls/flock/flock06
CC testcases/kernel/syscalls/flock/flock04
CC testcases/kernel/syscalls/flock/flock02
CC testcases/kernel/syscalls/flock/flock07
CC testcases/kernel/syscalls/flock/flock03
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/fork07
CC testcases/kernel/syscalls/fork/fork03
CC testcases/kernel/syscalls/fork/fork01
CC testcases/kernel/syscalls/fork/fork13
CC testcases/kernel/syscalls/fork/fork05
CC testcases/kernel/syscalls/fork/fork09
CC testcases/kernel/syscalls/fork/fork10
CC testcases/kernel/syscalls/fork/fork04
CC testcases/kernel/syscalls/fork/fork_procs
CC testcases/kernel/syscalls/fork/fork08
CC testcases/kernel/syscalls/fork/fork14
CC testcases/kernel/syscalls/fpathconf/fpathconf01
CC testcases/kernel/syscalls/fremovexattr/fremovexattr02
CC testcases/kernel/syscalls/fremovexattr/fremovexattr01
CC testcases/kernel/syscalls/fsconfig/fsconfig02
CC testcases/kernel/syscalls/fsconfig/fsconfig01
CC testcases/kernel/syscalls/fsconfig/fsconfig03
CC testcases/kernel/syscalls/fsetxattr/fsetxattr01
CC testcases/kernel/syscalls/fsetxattr/fsetxattr02
CC testcases/kernel/syscalls/fsmount/fsmount02
CC testcases/kernel/syscalls/fsmount/fsmount01
CC testcases/kernel/syscalls/fsopen/fsopen02
CC testcases/kernel/syscalls/fsopen/fsopen01
CC testcases/kernel/syscalls/fspick/fspick01
CC testcases/kernel/syscalls/fspick/fspick02
CC testcases/kernel/syscalls/fstat/fstat03_64.o
CC testcases/kernel/syscalls/fstat/fstat02_64.o
CC testcases/kernel/syscalls/fstat/fstat03
LD testcases/kernel/syscalls/fstat/fstat02_64
CC testcases/kernel/syscalls/fstat/fstat02
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/fstatfs01_64.o
CC testcases/kernel/syscalls/fstatfs/fstatfs02_64.o
CC testcases/kernel/syscalls/fstatfs/fstatfs01
LD testcases/kernel/syscalls/fstatfs/fstatfs01_64
CC testcases/kernel/syscalls/fstatfs/fstatfs02
LD testcases/kernel/syscalls/fstatfs/fstatfs02_64
rm fstatfs02_64.o fstatfs01_64.o
In file included from fsync02.c:20:
fsync02.c: In function 'run':
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fsync02.c:93:17: note: in expansion of macro 'tst_res'
   93 |                 tst_res(TFAIL,
      |                 ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fsync02.c:93:17: note: in expansion of macro 'tst_res'
   93 |                 tst_res(TFAIL,
      |                 ^~~~~~~
CC testcases/kernel/syscalls/fsync/fsync04
CC testcases/kernel/syscalls/fsync/fsync03
CC testcases/kernel/syscalls/fsync/fsync02
CC testcases/kernel/syscalls/fsync/fsync01
CC testcases/kernel/syscalls/ftruncate/ftruncate01_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate03_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate04_64.o
LD testcases/kernel/syscalls/ftruncate/ftruncate01_64
CC testcases/kernel/syscalls/ftruncate/ftruncate03
LD testcases/kernel/syscalls/ftruncate/ftruncate04_64
LD testcases/kernel/syscalls/ftruncate/ftruncate03_64
CC testcases/kernel/syscalls/ftruncate/ftruncate04
CC testcases/kernel/syscalls/ftruncate/ftruncate01
rm ftruncate03_64.o ftruncate01_64.o ftruncate04_64.o
CC testcases/kernel/syscalls/futex/futex_cmp_requeue02
CC testcases/kernel/syscalls/futex/futex_wait03
CC testcases/kernel/syscalls/futex/futex_wait01
CC testcases/kernel/syscalls/futex/futex_wake02
CC testcases/kernel/syscalls/futex/futex_wait05
CC testcases/kernel/syscalls/futex/futex_wait02
CC testcases/kernel/syscalls/futex/futex_wake03
CC testcases/kernel/syscalls/futex/futex_wake01
CC testcases/kernel/syscalls/futex/futex_waitv02
CC testcases/kernel/syscalls/futex/futex_waitv03
CC testcases/kernel/syscalls/futex/futex_wait04
CC testcases/kernel/syscalls/futex/futex_cmp_requeue01
CC testcases/kernel/syscalls/futex/futex_waitv01
CC testcases/kernel/syscalls/futex/futex_wake04
CC testcases/kernel/syscalls/futex/futex_wait_bitset01
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/getcwd03
CC testcases/kernel/syscalls/getcwd/getcwd04
CC testcases/kernel/syscalls/getdents/getdents02
CC testcases/kernel/syscalls/getdents/getdents01
CC testcases/kernel/syscalls/getdomainname/getdomainname01
CC testcases/kernel/syscalls/getegid/getegid02_16.o
CC testcases/kernel/syscalls/getegid/getegid01_16.o
CC testcases/kernel/syscalls/getegid/getegid01
CC testcases/kernel/syscalls/getegid/getegid02
LD testcases/kernel/syscalls/getegid/getegid01_16
LD testcases/kernel/syscalls/getegid/getegid02_16
rm getegid01_16.o getegid02_16.o
CC testcases/kernel/syscalls/geteuid/geteuid01_16.o
CC testcases/kernel/syscalls/geteuid/geteuid02_16.o
CC testcases/kernel/syscalls/geteuid/geteuid01
CC testcases/kernel/syscalls/geteuid/geteuid02
LD testcases/kernel/syscalls/geteuid/geteuid02_16
LD testcases/kernel/syscalls/geteuid/geteuid01_16
rm geteuid01_16.o geteuid02_16.o
CC testcases/kernel/syscalls/getgid/getgid01_16.o
CC testcases/kernel/syscalls/getgid/getgid03_16.o
getgid03.c: In function 'run':
getgid03.c:36:27: warning: comparison of integer expressions of different signedness: '__gid_t' {aka 'unsigned int'} and 'long int' [-Wsign-compare]
   36 |         if (pwent->pw_gid != TST_RET) {
      |                           ^~
getgid01.c: In function 'run':
getgid01.c:21:21: warning: comparison of integer expressions of different signedness: 'long int' and '__gid_t' {aka 'unsigned int'} [-Wsign-compare]
   21 |         if (TST_RET != ltpuser->pw_gid)
      |                     ^~
getgid03.c: In function 'run':
getgid03.c:36:27: warning: comparison of integer expressions of different signedness: '__gid_t' {aka 'unsigned int'} and 'long int' [-Wsign-compare]
   36 |         if (pwent->pw_gid != TST_RET) {
      |                           ^~
getgid01.c: In function 'run':
getgid01.c:21:21: warning: comparison of integer expressions of different signedness: 'long int' and '__gid_t' {aka 'unsigned int'} [-Wsign-compare]
   21 |         if (TST_RET != ltpuser->pw_gid)
      |                     ^~
CC testcases/kernel/syscalls/getgid/getgid03
CC testcases/kernel/syscalls/getgid/getgid01
LD testcases/kernel/syscalls/getgid/getgid01_16
LD testcases/kernel/syscalls/getgid/getgid03_16
rm getgid03_16.o getgid01_16.o
CC testcases/kernel/syscalls/getgroups/getgroups03_16.o
CC testcases/kernel/syscalls/getgroups/getgroups01_16.o
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/features.h:524,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/unistd.h:25,
                 from getgroups01.c:48:
In function 'getgroups',
    inlined from 'GETGROUPS' at TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/bits/unistd.h:23,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/unistd.h:1217:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/bits/unistd-decl.h: In function 'main':
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/lib32-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/getgroups01
CC testcases/kernel/syscalls/getgroups/getgroups03
LD testcases/kernel/syscalls/getgroups/getgroups01_16
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/gethostname02
CC testcases/kernel/syscalls/gethostname/gethostname01
In file included from getitimer01.c:12:
getitimer01.c: In function 'verify_getitimer':
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:49:25: note: in expansion of macro 'tst_res'
   49 |                         tst_res(TINFO, "Test begin time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:49:25: note: in expansion of macro 'tst_res'
   49 |                         tst_res(TINFO, "Test begin time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:67:9: note: in expansion of macro 'tst_res'
   67 |         tst_res(TINFO, "value->it_value.tv_sec=%ld, value->it_value.tv_usec=%ld",
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:67:9: note: in expansion of macro 'tst_res'
   67 |         tst_res(TINFO, "value->it_value.tv_sec=%ld, value->it_value.tv_usec=%ld",
      |         ^~~~~~~
../../../../include/tst_test.h:126:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
  126 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__)
      |                                                       ^~~~~~~~~
getitimer01.c:80:25: note: in expansion of macro 'tst_brk'
   80 |                         tst_brk(TFAIL, "value->it_value.tv_usec is out of range: %ld",
      |                         ^~~~~~~
../../../../include/tst_test.h:126:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  126 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__)
      |                                                       ^~~~~~~~~
getitimer01.c:85:25: note: in expansion of macro 'tst_brk'
   85 |                         tst_brk(TFAIL, "value->it_value.tv_sec is out of range: %ld",
      |                         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:95:25: note: in expansion of macro 'tst_res'
   95 |                         tst_res(TINFO, "Test end time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:95:25: note: in expansion of macro 'tst_res'
   95 |                         tst_res(TINFO, "Test end time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
CC testcases/kernel/syscalls/getitimer/getitimer02
CC testcases/kernel/syscalls/getitimer/getitimer01
CC testcases/kernel/syscalls/getpagesize/getpagesize01
CC testcases/kernel/syscalls/getpeername/getpeername01
CC testcases/kernel/syscalls/getpgid/getpgid02
CC testcases/kernel/syscalls/getpgid/getpgid01
CC testcases/kernel/syscalls/getpgrp/getpgrp01
CC testcases/kernel/syscalls/getpid/getpid02
CC testcases/kernel/syscalls/getpid/getpid01
CC testcases/kernel/syscalls/getppid/getppid01
CC testcases/kernel/syscalls/getppid/getppid02
CC testcases/kernel/syscalls/getpriority/getpriority01
CC testcases/kernel/syscalls/getpriority/getpriority02
getrandom03.c: In function 'verify_getrandom':
getrandom03.c:33:21: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare]
   33 |         if (TST_RET != sizes[n]) {
      |                     ^~
CC testcases/kernel/syscalls/getrandom/getrandom03
CC testcases/kernel/syscalls/getrandom/getrandom05
CC testcases/kernel/syscalls/getrandom/getrandom04
CC testcases/kernel/syscalls/getrandom/getrandom01
CC testcases/kernel/syscalls/getrandom/getrandom02
CC testcases/kernel/syscalls/getresgid/getresgid01_16.o
CC testcases/kernel/syscalls/getresgid/getresgid02_16.o
CC testcases/kernel/syscalls/getresgid/getresgid03_16.o
CC testcases/kernel/syscalls/getresgid/getresgid01
CC testcases/kernel/syscalls/getresgid/getresgid03
CC testcases/kernel/syscalls/getresgid/getresgid02
LD testcases/kernel/syscalls/getresgid/getresgid01_16
LD testcases/kernel/syscalls/getresgid/getresgid03_16
LD testcases/kernel/syscalls/getresgid/getresgid02_16
rm getresgid03_16.o getresgid01_16.o getresgid02_16.o
CC testcases/kernel/syscalls/getresuid/getresuid01_16.o
CC testcases/kernel/syscalls/getresuid/getresuid02_16.o
CC testcases/kernel/syscalls/getresuid/getresuid03_16.o
CC testcases/kernel/syscalls/getresuid/getresuid01
CC testcases/kernel/syscalls/getresuid/getresuid03
CC testcases/kernel/syscalls/getresuid/getresuid02
LD testcases/kernel/syscalls/getresuid/getresuid01_16
LD testcases/kernel/syscalls/getresuid/getresuid03_16
LD testcases/kernel/syscalls/getresuid/getresuid02_16
rm getresuid02_16.o getresuid01_16.o getresuid03_16.o
CC testcases/kernel/syscalls/getrlimit/getrlimit01
CC testcases/kernel/syscalls/getrlimit/getrlimit02
CC testcases/kernel/syscalls/getrlimit/getrlimit03
CC testcases/kernel/syscalls/getrusage/getrusage01
CC testcases/kernel/syscalls/getrusage/getrusage03_child
CC testcases/kernel/syscalls/getrusage/getrusage02
CC testcases/kernel/syscalls/getrusage/getrusage03
CC testcases/kernel/syscalls/getrusage/getrusage04
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/getuid03_16.o
CC testcases/kernel/syscalls/getuid/getuid01_16.o
CC testcases/kernel/syscalls/getuid/getuid01
CC testcases/kernel/syscalls/getuid/getuid03
LD testcases/kernel/syscalls/getuid/getuid01_16
LD testcases/kernel/syscalls/getuid/getuid03_16
rm getuid03_16.o getuid01_16.o
In file included from getxattr05.c:34:
getxattr05.c: In function 'verify_getxattr':
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'ssize_t' {aka 'int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getxattr05.c:81:17: note: in expansion of macro 'tst_res'
   81 |                 tst_res(TFAIL, "Got different data(%02x != %02x) at %ld",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/getxattr/getxattr03
CC testcases/kernel/syscalls/getxattr/getxattr04
CC testcases/kernel/syscalls/getxattr/getxattr02
CC testcases/kernel/syscalls/getxattr/getxattr01
CC testcases/kernel/syscalls/getxattr/getxattr05
skip: 1, FORCE_MODULES: 
CC testcases/kernel/syscalls/init_module/init_module01
CC testcases/kernel/syscalls/init_module/init_module02
In file included from inotify07.c:39:
inotify07.c: In function 'setup':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify07.c:158:9: note: in expansion of macro 'tst_res'
  158 |         tst_res(TINFO, DIR_PATH " ino=%lu", buf.st_ino);
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify07.c:168:9: note: in expansion of macro 'tst_res'
  168 |         tst_res(TINFO, DIR_PATH " ino=%lu", buf.st_ino);
      |         ^~~~~~~
In file included from inotify08.c:40:
inotify08.c: In function 'setup':
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify08.c:150:9: note: in expansion of macro 'tst_res'
  150 |         tst_res(TINFO, FILE_PATH " ino=%lu, dev=%u:%u", buf.st_ino,
      |         ^~~~~~~
../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify08.c:161:9: note: in expansion of macro 'tst_res'
  161 |         tst_res(TINFO, FILE_PATH " ino=%lu, dev=%u:%u", buf.st_ino,
      |         ^~~~~~~
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-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/inotify11
CC testcases/kernel/syscalls/inotify/inotify01
CC testcases/kernel/syscalls/inotify/inotify06
CC testcases/kernel/syscalls/inotify/inotify03
CC testcases/kernel/syscalls/inotify/inotify12
CC testcases/kernel/syscalls/inotify/inotify05
CC testcases/kernel/syscalls/inotify/inotify07
CC testcases/kernel/syscalls/inotify/inotify02
CC testcases/kernel/syscalls/inotify/inotify08
CC testcases/kernel/syscalls/inotify/inotify10
CC testcases/kernel/syscalls/inotify/inotify04
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_cancel01
CC testcases/kernel/syscalls/io_cancel/io_cancel02
CC testcases/kernel/syscalls/io_destroy/io_destroy01
CC testcases/kernel/syscalls/io_destroy/io_destroy02
CC testcases/kernel/syscalls/io_getevents/io_getevents02
CC testcases/kernel/syscalls/io_getevents/io_getevents01
CC testcases/kernel/syscalls/io_pgetevents/io_pgetevents01
CC testcases/kernel/syscalls/io_pgetevents/io_pgetevents02
CC testcases/kernel/syscalls/io_setup/io_setup01
CC testcases/kernel/syscalls/io_setup/io_setup02
io_submit03.c: In function 'io_prep_option':
io_submit03.c:74:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   74 |         cb->aio_buf = (uint64_t)buf;
      |                       ^
io_submit02.c: In function 'io_prep_option':
io_submit02.c:48:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   48 |         cb->aio_buf = (uint64_t)buf;
      |                       ^
CC testcases/kernel/syscalls/io_submit/io_submit01
CC testcases/kernel/syscalls/io_submit/io_submit03
CC testcases/kernel/syscalls/io_submit/io_submit02
io_uring02.c: In function 'drain_fallback':
io_uring02.c:105:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  105 |                 sqe_ptr->addr = (__u64)&spam_header;
      |                                 ^
io_uring02.c:115:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  115 |         sqe_ptr->addr = (__u64)&beef_header;
      |                         ^
io_uring02.c: In function 'run':
io_uring02.c:220:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  220 |         sqe_ptr->addr = (__u64)&beef_header;
      |                         ^
io_uring01.c: In function 'drain_uring_cq':
io_uring01.c:156:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  156 |                         struct iovec *iovecs = (void*)cqe->user_data;
      |                                                ^
io_uring01.c: In function 'submit_to_uring_sq':
io_uring01.c:209:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  209 |         sqe->user_data = (unsigned long long)iov;
      |                          ^
CC testcases/kernel/syscalls/io_uring/io_uring02
CC testcases/kernel/syscalls/io_uring/io_uring01
In file included from ../../../../include/tst_test.h:23,
                 from ioctl10.c:24:
ioctl10.c: In function 'verify_ioctl':
ioctl10.c:161:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  161 |         TST_EXP_EQ_STR((char *)q->vma_name_addr, process_name);
      |                        ^
../../../../include/tst_test_macros.h:825:27: note: in definition of macro 'TST_EXP_EQ_STR'
  825 |         TST_PASS = strcmp(STR_A, STR_B) == 0;                                  \
      |                           ^~~~~
ioctl10.c:161:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  161 |         TST_EXP_EQ_STR((char *)q->vma_name_addr, process_name);
      |                        ^
../../../../include/tst_test_macros.h:834:33: note: in definition of macro 'TST_EXP_EQ_STR'
  834 |                         #STR_A, STR_A, #STR_B, STR_B);                         \
      |                                 ^~~~~
In file included from ioctl08.c:25:
ioctl08.c: In function 'verify_ioctl':
../../../../include/tst_test.h:74:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
ioctl08.c:80:17: note: in expansion of macro 'tst_res'
   80 |                 tst_res(TFAIL,
      |                 ^~~~~~~
CC testcases/kernel/syscalls/ioctl/ioctl07
CC testcases/kernel/syscalls/ioctl/ioctl06
CC testcases/kernel/syscalls/ioctl/ioctl03
CC testcases/kernel/syscalls/ioctl/ioctl05
CC testcases/kernel/syscalls/ioctl/ioctl08
CC testcases/kernel/syscalls/ioctl/ioctl04
CC testcases/kernel/syscalls/ioctl/ioctl02
CC testcases/kernel/syscalls/ioctl/ioctl01
CC testcases/kernel/syscalls/ioctl/ioctl09
CC testcases/kernel/syscalls/ioctl/ioctl10
In file included from ../../../../include/tst_test.h:23,
                 from ioctl_ficlonerange01.c:19:
ioctl_ficlonerange01.c: In function 'run':
../../../../include/tst_test_macros.h:678:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
  678 |        tst_res_(__FILE__, __LINE__, (EXPR) ? TPASS : TFAIL, "Expect: "       \
      |                                                             ^~~~~~~~~~
ioctl_ficlonerange01.c:64:9: note: in expansion of macro 'TST_EXP_EXPR'
   64 |         TST_EXP_EXPR(src_stat.st_ino != dst_stat.st_ino,
      |         ^~~~~~~~~~~~
../../../../include/tst_test_macros.h:678:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
  678 |        tst_res_(__FILE__, __LINE__, (EXPR) ? TPASS : TFAIL, "Expect: "       \
      |                                                             ^~~~~~~~~~
ioctl_ficlonerange01.c:64:9: note: in expansion of macro 'TST_EXP_EXPR'
   64 |         TST_EXP_EXPR(src_stat.st_ino != dst_stat.st_ino,
      |         ^~~~~~~~~~~~
CC testcases/kernel/syscalls/ioctl/ioctl_ficlonerange02
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone04
In file included from ../../../../include/tst_test.h:23,
                 from ioctl_ficlone01.c:19:
ioctl_ficlone01.c: In function 'run':
../../../../include/tst_test_macros.h:678:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
  678 |        tst_res_(__FILE__, __LINE__, (EXPR) ? TPASS : TFAIL, "Expect: "       \
      |                                                             ^~~~~~~~~~
ioctl_ficlone01.c:57:9: note: in expansion of macro 'TST_EXP_EXPR'
   57 |         TST_EXP_EXPR(src_stat.st_ino != dst_stat.st_ino,
      |         ^~~~~~~~~~~~
../../../../include/tst_test_macros.h:678:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
  678 |        tst_res_(__FILE__, __LINE__, (EXPR) ? TPASS : TFAIL, "Expect: "       \
      |                                                             ^~~~~~~~~~
ioctl_ficlone01.c:57:9: note: in expansion of macro 'TST_EXP_EXPR'
   57 |         TST_EXP_EXPR(src_stat.st_ino != dst_stat.st_ino,
      |         ^~~~~~~~~~~~
../../../../include/tst_test_macros.h:678:61: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'unsigned int' [-Wformat=]
  678 |        tst_res_(__FILE__, __LINE__, (EXPR) ? TPASS : TFAIL, "Expect: "       \
      |                                                             ^~~~~~~~~~
ioctl_ficlone01.c:66:9: note: in expansion of macro 'TST_EXP_EXPR'
   66 |         TST_EXP_EXPR(!strncmp(buff, FILEDATA, FILESIZE),
      |         ^~~~~~~~~~~~
CC testcases/kernel/syscalls/ioctl/ioctl_fiemap01
CC testcases/kernel/syscalls/ioctl/ioctl_loop06
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone03
CC testcases/kernel/syscalls/ioctl/ioctl_loop01
CC testcases/kernel/syscalls/ioctl/ioctl_ficlonerange01
CC testcases/kernel/syscalls/ioctl/ioctl_loop02
CC testcases/kernel/syscalls/ioctl/ioctl_loop03
CC testcases/kernel/syscalls/ioctl/ioctl_loop04
CC testcases/kernel/syscalls/ioctl/ioctl_loop07
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone02
CC testcases/kernel/syscalls/ioctl/ioctl_ficlone01
CC testcases/kernel/syscalls/ioctl/ioctl_loop05
ioctl_pidfd04.c: In function 'run':
ioctl_pidfd04.c:29:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   29 |         args->pidfd = (uint64_t)&pidfd;
      |                       ^
CC testcases/kernel/syscalls/ioctl/ioctl_ns02
ioctl_pidfd02.c: In function 'run':
ioctl_pidfd02.c:30:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   30 |                 args->pidfd = (uint64_t)&pidfd;
      |                               ^
ioctl_pidfd03.c: In function 'run':
ioctl_pidfd03.c:27:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   27 |         args->pidfd = (uint64_t)&pidfd;
      |                       ^
ioctl_pidfd05.c: In function 'run':
ioctl_pidfd05.c:38:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   38 |         args->pidfd = (uint64_t)&pidfd;
      |                       ^
ioctl_pidfd06.c: In function 'run':
ioctl_pidfd06.c:29:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   29 |         args->pidfd = (uint64_t)&pidfd;
      |                       ^
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd01
CC testcases/kernel/syscalls/ioctl/ioctl_ns07
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd04
CC testcases/kernel/syscalls/ioctl/ioctl_sg01
CC testcases/kernel/syscalls/ioctl/ioctl_ns06
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd02
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd03
CC testcases/kernel/syscalls/ioctl/ioctl_ns05
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd05
CC testcases/kernel/syscalls/ioctl/ioctl_pidfd06
CC testcases/kernel/syscalls/ioctl/ioctl_ns03
CC testcases/kernel/syscalls/ioctl/ioctl_ns04
CC testcases/kernel/syscalls/ioctl/ioctl_ns01
CC testcases/kernel/syscalls/ioperm/ioperm01
CC testcases/kernel/syscalls/ioperm/ioperm02
CC testcases/kernel/syscalls/iopl/iopl01
CC testcases/kernel/syscalls/iopl/iopl02
CC testcases/kernel/syscalls/ioprio/ioprio_set03
CC testcases/kernel/syscalls/ioprio/ioprio_set01
CC testcases/kernel/syscalls/ioprio/ioprio_get01
CC testcases/kernel/syscalls/ioprio/ioprio_set02
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgctl/msgctl01
CC testcases/kernel/syscalls/ipc/msgctl/msgctl02
CC testcases/kernel/syscalls/ipc/msgctl/msgctl03
CC testcases/kernel/syscalls/ipc/msgctl/msgctl06
CC testcases/kernel/syscalls/ipc/msgctl/msgctl04
CC testcases/kernel/syscalls/ipc/msgctl/msgctl05
CC testcases/kernel/syscalls/ipc/msgctl/msgctl12
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgget/msgget01
CC testcases/kernel/syscalls/ipc/msgget/msgget05
CC testcases/kernel/syscalls/ipc/msgget/msgget04
CC testcases/kernel/syscalls/ipc/msgget/msgget03
CC testcases/kernel/syscalls/ipc/msgget/msgget02
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv01
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv02
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv08
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv07
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv06
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv05
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv03
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
make[6]: Nothing to be done for 'all'.
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
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/semctl09
CC testcases/kernel/syscalls/ipc/semctl/semctl08
CC testcases/kernel/syscalls/ipc/semctl/semctl07
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/semctl05
CC testcases/kernel/syscalls/ipc/semctl/semctl02
CC testcases/kernel/syscalls/ipc/semctl/semctl04
CC testcases/kernel/syscalls/ipc/semctl/semctl03
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/semop03
CC testcases/kernel/syscalls/ipc/semop/semop04
CC testcases/kernel/syscalls/ipc/semop/semop01
CC testcases/kernel/syscalls/ipc/semop/semop02
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
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmat/shmat01
In file included from shmat04.c:22:
shmat04.c: In function 'run':
../../../../../include/tst_test.h:74:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmat04.c:43:9: note: in expansion of macro 'tst_res'
   43 |         tst_res(TINFO, "Attached at %p. key: %d - size: %lu",
      |         ^~~~~~~
CC testcases/kernel/syscalls/ipc/shmat/shmat04
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'.
In file included from shmctl01.c:20:
shmctl01.c: In function 'check_ds':
../../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:184:17: note: in expansion of macro 'tst_res'
  184 |                 tst_res(TFAIL, "%s: shm_ctime=%li, expected <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 7 has type 'time_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:184:17: note: in expansion of macro 'tst_res'
  184 |                 tst_res(TFAIL, "%s: shm_ctime=%li, expected <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:184:17: note: in expansion of macro 'tst_res'
  184 |                 tst_res(TFAIL, "%s: shm_ctime=%li, expected <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:187:17: note: in expansion of macro 'tst_res'
  187 |                 tst_res(TPASS, "%s: shm_ctime=%li in range <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 7 has type 'time_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:187:17: note: in expansion of macro 'tst_res'
  187 |                 tst_res(TPASS, "%s: shm_ctime=%li in range <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:74:55: warning: format '%li' expects argument of type 'long int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:187:17: note: in expansion of macro 'tst_res'
  187 |                 tst_res(TPASS, "%s: shm_ctime=%li in range <%li,%li>",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/ipc/shmctl/shmctl01
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/shmctl07
CC testcases/kernel/syscalls/ipc/shmctl/shmctl03
CC testcases/kernel/syscalls/ipc/shmctl/shmctl06
CC testcases/kernel/syscalls/ipc/shmctl/shmctl04
CC testcases/kernel/syscalls/ipc/shmctl/shmctl05
CC testcases/kernel/syscalls/ipc/shmctl/shmctl02
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmdt/shmdt02
CC testcases/kernel/syscalls/ipc/shmdt/shmdt01
BUILD libnewipc.a
make[6]: Nothing to be done for 'all'.
In file included from ../../../../../include/tst_test.h:23,
                 from shmget02.c:34:
shmget02.c: In function 'do_test':
shmget02.c:89:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:68:26: note: in expansion of macro 'TST_2_'
   68 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:393:25: note: in expansion of macro 'TST_MSG_'
  393 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:501:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  501 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:88:17: note: in expansion of macro 'TST_EXP_FAIL2'
   88 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:89:39: note: format string is defined here
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:89:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:72:26: note: in expansion of macro 'TST_2_'
   72 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:398:25: note: in expansion of macro 'TST_MSGP_'
  398 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:501:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  501 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:88:17: note: in expansion of macro 'TST_EXP_FAIL2'
   88 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:89:39: note: format string is defined here
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:89:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:72:26: note: in expansion of macro 'TST_2_'
   72 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:407:25: note: in expansion of macro 'TST_MSGP_'
  407 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:501:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  501 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:88:17: note: in expansion of macro 'TST_EXP_FAIL2'
   88 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:89:39: note: format string is defined here
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:89:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:68:26: note: in expansion of macro 'TST_2_'
   68 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:504:25: note: in expansion of macro 'TST_MSG_'
  504 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:88:17: note: in expansion of macro 'TST_EXP_FAIL2'
   88 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:89:39: note: format string is defined here
   89 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:101:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:68:26: note: in expansion of macro 'TST_2_'
   68 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:393:25: note: in expansion of macro 'TST_MSG_'
  393 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:501:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  501 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:100:17: note: in expansion of macro 'TST_EXP_FAIL2'
  100 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:101:39: note: format string is defined here
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:101:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:72:26: note: in expansion of macro 'TST_2_'
   72 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:398:25: note: in expansion of macro 'TST_MSGP_'
  398 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:501:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  501 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:100:17: note: in expansion of macro 'TST_EXP_FAIL2'
  100 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:101:39: note: format string is defined here
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:101:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:72:26: note: in expansion of macro 'TST_2_'
   72 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:407:25: note: in expansion of macro 'TST_MSGP_'
  407 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:501:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  501 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:100:17: note: in expansion of macro 'TST_EXP_FAIL2'
  100 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:101:39: note: format string is defined here
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:101:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:64:32: note: in definition of macro 'TST_FMT_'
   64 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:68:26: note: in expansion of macro 'TST_2_'
   68 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:504:25: note: in expansion of macro 'TST_MSG_'
  504 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:627:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  627 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:100:17: note: in expansion of macro 'TST_EXP_FAIL2'
  100 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:101:39: note: format string is defined here
  101 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
CC testcases/kernel/syscalls/ipc/shmget/shmget03
CC testcases/kernel/syscalls/ipc/shmget/shmget02
CC testcases/kernel/syscalls/ipc/shmget/shmget06
CC testcases/kernel/syscalls/ipc/shmget/shmget05
CC testcases/kernel/syscalls/ipc/shmget/shmget04
CC testcases/kernel/syscalls/kcmp/kcmp01
CC testcases/kernel/syscalls/kcmp/kcmp03
CC testcases/kernel/syscalls/kcmp/kcmp02
CC testcases/kernel/syscalls/keyctl/keyctl01
CC testcases/kernel/syscalls/keyctl/keyctl09
CC testcases/kernel/syscalls/keyctl/keyctl08
CC testcases/kernel/syscalls/keyctl/keyctl07
CC testcases/kernel/syscalls/keyctl/keyctl06
CC testcases/kernel/syscalls/keyctl/keyctl05
CC testcases/kernel/syscalls/keyctl/keyctl04
CC testcases/kernel/syscalls/keyctl/keyctl03
CC testcases/kernel/syscalls/keyctl/keyctl02
BUILD libnewipc.a
make[5]: Nothing to be done for 'all'.
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);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/kill02
CC testcases/kernel/syscalls/kill/kill13
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-pokymllib32-linux/lib32-ltp/20250930/lib32-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-pokymllib32-linux/lib32-ltp/20250930/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
CC testcases/kernel/syscalls/kill/kill12
In file included from kill11.c:26:
kill11.c: In function 'setup':
../../../../include/tst_test.h:126:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
  126 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__)
      |                                                       ^~~~~~~~~
kill11.c:113:25: note: in expansion of macro 'tst_brk'
  113 |                         tst_brk(TCONF, "hard limit(%lu)less than MIN_RLIMT_CORE(%i)",
      |                         ^~~~~~~
CC testcases/kernel/syscalls/kill/kill11
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)
      |             ~~~~^~~
CC testcases/kernel/syscalls/kill/kill10
CC testcases/kernel/syscalls/kill/kill08
CC testcases/kernel/syscalls/kill/kill06
CC testcases/kernel/syscalls/kill/kill05
CC testcases/kernel/syscalls/kill/kill03
In file included from landlock_common.h:12,
                 from landlock01.c:16:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
CC testcases/kernel/syscalls/landlock/landlock01
CC testcases/kernel/syscalls/landlock/landlock_exec
In file included from landlock_common.h:12,
                 from landlock10.c:13:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
CC testcases/kernel/syscalls/landlock/landlock10
In file included from landlock_common.h:12,
                 from landlock09.c:14:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
CC testcases/kernel/syscalls/landlock/landlock09
In file included from landlock_common.h:12,
                 from landlock06.c:13:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
In file included from landlock_common.h:12,
                 from landlock08.c:29:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
In file included from landlock_common.h:12,
                 from landlock02.c:19:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
In file included from landlock_common.h:12,
                 from landlock03.c:18:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
In file included from landlock_common.h:12,
                 from landlock07.c:24:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
In file included from landlock_common.h:12,
                 from landlock05.c:19:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
In file included from landlock_common.h:12,
                 from landlock04.c:12:
../../../../include/lapi/landlock.h: In function 'safe_landlock_create_ruleset':
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
../../../../include/lapi/landlock.h:152:64: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  152 |                         "Invalid landlock_create_ruleset(%p, %lu, %u) return value %d",
      |                                                              ~~^
      |                                                                |
      |                                                                long unsigned int
      |                                                              %u
  153 |                         attr, size, flags, rval);
      |                               ~~~~                              
      |                               |
      |                               size_t {aka unsigned int}
CC testcases/kernel/syscalls/landlock/landlock06
CC testcases/kernel/syscalls/landlock/landlock03
CC testcases/kernel/syscalls/landlock/landlock02
CC testcases/kernel/syscalls/landlock/landlock07
CC testcases/kernel/syscalls/landlock/landlock05
CC testcases/kernel/syscalls/landlock/landlock08
CC testcases/kernel/syscalls/landlock/landlock04
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;
      |                                     ^~
CC testcases/kernel/syscalls/lchown/lchown01
CC testcases/kernel/syscalls/lchown/lchown02_16.o
CC testcases/kernel/syscalls/lchown/lchown01_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;
      |                                     ^~
LD testcases/kernel/syscalls/lchown/lchown02_16
LD testcases/kernel/syscalls/lchown/lchown01_16
CC testcases/kernel/syscalls/lchown/lchown02
rm lchown01_16.o lchown02_16.o
CC testcases/kernel/syscalls/lgetxattr/lgetxattr01
CC testcases/kernel/syscalls/lgetxattr/lgetxattr02
CC testcases/kernel/syscalls/link/link08
CC testcases/kernel/syscalls/link/link02
CC testcases/kernel/syscalls/link/link05
CC testcases/kernel/syscalls/link/link04
CC testcases/kernel/syscalls/linkat/linkat01
CC testcases/kernel/syscalls/linkat/linkat02
CC testcases/kernel/syscalls/listen/listen01
CC testcases/kernel/syscalls/listmount/listmount01
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[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-pokymllib32-linux/lib32-ltp/20250930/sources/ltp-20250930/testcases'
make: *** [Makefile:85: testcases-all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/temp/run.do_compile.33878:175 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/temp/run.do_compile.33878, line 175
	#2: die, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/temp/run.do_compile.33878, line 159
	#3: oe_runmake, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/temp/run.do_compile.33878, line 154
	#4: do_compile, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/temp/run.do_compile.33878, line 149
	#5: main, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20250930/temp/run.do_compile.33878, line 188

Error details

Submitted on:
21/12/25 11:38
Error type:
Recipe
Task:
do_compile
Recipe:
lib32-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:
0
Open a bug