DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i686-linux', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 HOSTCC=gcc  HOST_CFLAGS=-isystemTOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/usr/include -O2 -pipe HOST_LDFLAGS=-LTOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot  
make -C "lib" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
make -C "libs" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/libs/Makefile" all
if git describe >/dev/null 2>&1; then \
	git describe > "Version"; \
else \
	cp TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/VERSION "Version"; \
fi
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib'
GEN ltp-version.h
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/libs'
CC lib/cloner.o
CC lib/get_path.o
CC libs/libltpipc/libipc.o
CC lib/tst_ansi_color.o
CC libs/libltpipc/libmsgctl.o
AR libltpipc.a
RANLIB libltpipc.a
tst_af_alg.c: In function 'init_sockaddr_alg':
tst_af_alg.c:62:9: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
   62 |         strncpy((char *)addr->salg_name, algname, sizeof(addr->salg_name));
      |         ^
CC lib/tst_assert.o
CC lib/tst_buffers.o
CC lib/tst_af_alg.o
CC libs/libltpnewipc/libnewipc.o
AR libltpnewipc.a
RANLIB libltpnewipc.a
CC lib/tst_capability.o
CC lib/tst_checksum.o
CC lib/tst_checkpoint.o
CC libs/libltpnuma/tst_numa.o
AR libltpnuma.a
RANLIB libltpnuma.a
CC lib/tst_bool_expr.o
CC lib/tst_clone.o
CC lib/tst_clocks.o
CC lib/tst_coredump.o
CC lib/tst_cgroup.o
CC lib/tst_cmd.o
CC lib/tst_cpu.o
CC libs/libltpsigwait/sigwait.o
AR libltpsigwait.a
RANLIB libltpsigwait.a
CC lib/tst_crypto.o
CC lib/tst_dir_is_empty.o
CC lib/tst_epoll.o
CC lib/tst_fill_file.o
CC libs/libltpswap/libswap.o
AR libltpswap.a
RANLIB libltpswap.a
CC lib/tst_arch.o
CC lib/tst_device.o
CC lib/tst_fill_fs.o
CC lib/tst_fips.o
CC lib/tst_fd.o
CC lib/tst_fs_has_free.o
CC lib/tst_fs_type.o
CC lib/tst_fs_setup.o
tlibio.c: In function 'lio_write_buffer':
tlibio.c:686:17: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  686 |                 sigset(sig, lio_async_signal_handler);
      |                 ^~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/param.h:28,
                 from tlibio.c:95:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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:800:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  800 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:807:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  807 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:871:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  871 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:878:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  878 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:940:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  940 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:947:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  947 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:539:22: warning: unused parameter 'wrd' [-Wunused-parameter]
  539 |                 long wrd)       /* to allow future features, use zero for now */
      |                 ~~~~~^~~
tlibio.c: In function 'lio_read_buffer':
tlibio.c:1262:17: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
 1262 |                 sigset(sig, lio_async_signal_handler);
      |                 ^~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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:1380:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1380 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:1387:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1387 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1449:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1449 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:1456:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1456 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1518:25: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1518 |                         sighold(sig);
      |                         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
tlibio.c:1525:33: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1525 |                                 sigrelse(sig);
      |                                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1114:22: warning: unused parameter 'wrd' [-Wunused-parameter]
 1114 |                 long wrd)       /* to allow future features, use zero for now */
      |                 ~~~~~^~~
tlibio.c: In function 'lio_check_asyncio':
tlibio.c:1698:17: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1698 |                 sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                 ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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':
CC lib/tst_get_bad_addr.o
tlibio.c:1917:25: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1917 |                         sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
tlibio.c:1929:25: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1929 |                         sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC lib/tst_fs_link_count.o
CC libs/libltpuinput/tst_uinput.o
AR libltpuinput.a
RANLIB libltpuinput.a
CC lib/tst_ioctl.o
CC lib/tst_kvercmp.o
CC libs/libltpvdso/parse_vdso.o
CC lib/tst_kernel.o
CC libs/libltpvdso/vdso_helpers.o
AR libltpvdso.a
RANLIB libltpvdso.a
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/libs'
CC lib/tst_lockdown.o
CC lib/tst_hugepage.o
CC lib/tst_kconfig.o
CC lib/tlibio.o
CC lib/tst_parse_opts.o
CC lib/tst_path_has_mnt_flags.o
CC lib/tst_pid.o
CC lib/tst_process_state.o
CC lib/tst_rand_data.o
CC lib/tst_res.o
CC lib/tst_resource.o
CC lib/tst_rtctime.o
CC lib/tst_safe_file_at.o
CC lib/tst_safe_io_uring.o
CC lib/tst_safe_macros.o
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_safe_sysv_ipc.o
CC lib/tst_safe_timerfd.o
tst_sig.c: In function 'tst_sig':
tst_sig.c:210:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
  210 |                         if (fork_flag == FORK)
      |                            ^
tst_sig.c:213:17: note: here
  213 |                 default:
      |                 ^~~~~~~
CC lib/tst_sig.o
CC lib/tst_sig_proc.o
CC lib/tst_status.o
CC lib/tst_supported_fs_types.o
CC lib/tst_sys_conf.o
CC lib/tst_taint.o
CC lib/tst_test.o
CC lib/tst_test_macros.o
CC lib/tst_thread_state.o
CC lib/tst_timer.o
CC lib/tst_timer_test.o
CC lib/tst_tmpdir.o
CC lib/tst_uid.o
CC lib/tst_virt.o
CC lib/tst_wallclock.o
CC lib/tst_netlink.o
CC lib/tst_netdevice.o
CC lib/tst_net.o
CC lib/tst_module.o
CC lib/tst_mkfs.o
CC lib/tst_memutils.o
CC lib/self_exec.o
In file included from safe_stdio.c:23:
safe_stdio.c: In function 'safe_fclose':
../include/old/test.h:147:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  147 |                 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:149:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  149 |                 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:147:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  147 |                 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:149:17: warning: pointer 'f' may be used after 'fclose' [-Wuse-after-free]
  149 |                 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);
      |               ^~~~~~~~~
CC lib/safe_stdio.o
CC lib/safe_pthread.o
CC lib/safe_net.o
In file included from safe_macros.c:25:
safe_macros.c: In function 'safe_closedir':
../include/old/test.h:147:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  147 |                 tst_brk_(file, lineno, flags, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1005:17: note: in expansion of macro 'tst_brkm_'
 1005 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1002:16: note: call to 'closedir' here
 1002 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
../include/old/test.h:149:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  149 |                 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1005:17: note: in expansion of macro 'tst_brkm_'
 1005 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1002:16: note: call to 'closedir' here
 1002 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
../include/old/test.h:147:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  147 |                 tst_brk_(file, lineno, flags, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1008:17: note: in expansion of macro 'tst_brkm_'
 1008 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1002:16: note: call to 'closedir' here
 1002 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
../include/old/test.h:149:17: warning: pointer 'dirp' may be used after 'closedir' [-Wuse-after-free]
  149 |                 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
safe_macros.c:1008:17: note: in expansion of macro 'tst_brkm_'
 1008 |                 tst_brkm_(file, lineno, TBROK | TERRNO, cleanup_fn,
      |                 ^~~~~~~~~
safe_macros.c:1002:16: note: call to 'closedir' here
 1002 |         rval = closedir(dirp);
      |                ^~~~~~~~~~~~~~
CC lib/safe_macros.o
CC lib/safe_file_ops.o
CC lib/random_range.o
CC lib/parse_opts.o
AR libltp.a
RANLIB libltp.a
CC lib/newlib_tests/test01
CC lib/newlib_tests/test22
CC lib/newlib_tests/test_assert
CC lib/newlib_tests/test_children_cleanup
CC lib/newlib_tests/test_exec
CC lib/newlib_tests/test_exec_child
CC lib/newlib_tests/test_guarded_buf
CC lib/newlib_tests/test_kconfig
CC lib/newlib_tests/test_kconfig01
CC lib/newlib_tests/test_kconfig02
CC lib/newlib_tests/test_macros01
CC lib/newlib_tests/test_macros02
CC lib/newlib_tests/test_macros03
CC lib/newlib_tests/test_macros04
CC lib/newlib_tests/test_macros05
CC lib/newlib_tests/test_macros06
CC lib/newlib_tests/test_parse_filesize
CC lib/newlib_tests/test_runtime01
CC lib/newlib_tests/test_runtime02
CC lib/newlib_tests/test_timer
CC lib/newlib_tests/test_zero_hugepage
CC lib/newlib_tests/tst_bool_expr
CC lib/newlib_tests/tst_capability01
CC lib/newlib_tests/tst_capability02
CC lib/newlib_tests/tst_cgroup01
In file included from ../../include/tst_test.h:116,
                 from tst_cgroup02.c:7:
tst_cgroup02.c: In function 'do_test':
../../include/tst_cgroup.h:200:47: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
  200 |                            (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:200:47: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
  200 |                            (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:200:47: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
  200 |                            (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_cgroup02
In file included from tst_device.c:15:
tst_device.c: In function 'test_dev_min_size':
../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
tst_device.c:64:17: note: in expansion of macro 'tst_res'
   64 |                 tst_res(TPASS, "Got expected device size %lu", size);
      |                 ^~~~~~~
../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
tst_device.c:66:17: note: in expansion of macro 'tst_res'
   66 |                 tst_res(TFAIL, "Expected device size is %d but got %lu",
      |                 ^~~~~~~
CC lib/newlib_tests/tst_device
CC lib/newlib_tests/tst_expiration_timer
CC lib/newlib_tests/tst_fuzzy_sync01
CC lib/newlib_tests/tst_fuzzy_sync02
CC lib/newlib_tests/tst_fuzzy_sync03
CC lib/newlib_tests/tst_needs_cmds01
CC lib/newlib_tests/tst_needs_cmds02
CC lib/newlib_tests/tst_needs_cmds03
CC lib/newlib_tests/tst_needs_cmds04
CC lib/newlib_tests/tst_needs_cmds05
CC lib/newlib_tests/tst_needs_cmds06
CC lib/newlib_tests/tst_needs_cmds07
CC lib/newlib_tests/tst_needs_cmds08
CC lib/newlib_tests/tst_print_result
CC lib/newlib_tests/tst_res_flags
CC lib/newlib_tests/tst_res_hexd
CC lib/newlib_tests/tst_safe_fileops
CC lib/newlib_tests/tst_strstatus
CC lib/newlib_tests/variant
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/test20
CC lib/newlib_tests/test19
In file included from test15.c:24:
test15.c: In function 'do_test':
../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type 'intptr_t' {aka 'int'} [-Wformat=]
   61 |                 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/test15
CC lib/newlib_tests/test14
CC lib/newlib_tests/test13
CC lib/newlib_tests/test11
CC lib/newlib_tests/test09
CC lib/newlib_tests/test08
CC lib/newlib_tests/test07
CC lib/newlib_tests/test06
CC lib/newlib_tests/test05
CC lib/newlib_tests/test04
CC lib/newlib_tests/test03
CC lib/newlib_tests/test02
CC lib/tests/trerrno
CC lib/tests/tst_strsig
CC lib/tests/tst_tmpdir_test
CC lib/tests/tst_strerrno
CC lib/tests/tst_safe_macros
CC lib/tests/tst_record_childstatus
CC lib/tests/tst_process_state
CC lib/tests/tst_fs_fill_subdirs
CC lib/tests/tst_fs_fill_hardlinks
CC lib/tests/tst_device
tst_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/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 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/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
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/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 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/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC lib/tests/tst_dataroot02
CC lib/tests/tst_dataroot01
CC lib/tests/tst_cleanup_once
CC lib/tests/tst_checkpoint_wake_timeout
CC lib/tests/tst_checkpoint_wait_timeout
CC lib/tests/tst_checkpoint
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib'
make -C "pan" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/pan/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/pan'
CC pan/ltp-bump.o
CC pan/splitstr.o
CC pan/ltp-pan.o
zoolib.c: In function 'cat_args':
zoolib.c:386:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  386 |         *cmd = '\0';
      |         ~~~~~^~~~~~
zoolib.c:380:20: note: destination object of size 0 allocated by 'malloc'
  380 |         if ((cmd = malloc(size)) == NULL) {
      |                    ^~~~~~~~~~~~
CC pan/zoolib.o
LD pan/ltp-bump
LD pan/ltp-pan
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/pan'
make -C "metadata" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/metadata/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/metadata'
HOSTCC metadata/metaparse
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/metadata/parse.sh > ltp.json
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/metadata'
make -C "tools" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools'
CC tools/apicmds/ltpapicmd.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[4]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_brk
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_fs_has_free
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_max
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_conf
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_resm
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../lib  ltpapicmd.o  -lltp -o tst_brkm
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 tools/genload/genload
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 tools/genload/stress
make[2]: Nothing to be done for 'all'.
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools'
make -C "testcases" \
	-f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/Makefile" all
make[1]: Entering directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases'
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'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC testcases/commands/eject/eject_check_tray
CC testcases/commands/file/datafiles/in
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'.
make[4]: Nothing to be done for 'all'.
CC testcases/commands/ldd/datafiles/main.o
CC testcases/commands/ldd/datafiles/lddfile5.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  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -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  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile4.obj.so lddfile4.o
CC testcases/commands/ldd/datafiles/lddfile3.o
CC testcases/commands/ldd/datafiles/lddfile2.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -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  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile2.obj.so lddfile2.o
CC testcases/commands/ldd/datafiles/lddfile1.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -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  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -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
rm lddfile2.o lddfile1.o lddfile4.o lddfile3.o lddfile5.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'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
CC testcases/commands/nm/datafiles/f1.o
CC testcases/commands/nm/datafiles/f3.o
LD testcases/commands/nm/datafiles/f1
LD testcases/commands/nm/datafiles/f3
CC testcases/commands/nm/datafiles/f2.o
LD 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'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[4]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
CC testcases/cve/cve-2014-0196
CC testcases/cve/tcindex01
CC testcases/cve/stack_clash
CC testcases/cve/meltdown
CC testcases/cve/icmp_rate_limit01
CC testcases/cve/cve-2022-4378
CC testcases/cve/cve-2017-2671
cve-2017-2618.c: In function 'do_test':
cve-2017-2618.c:39:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   39 |                         write(fd, "\n", 1);
      |                         ^~~~~~~~~~~~~~~~~~
CC testcases/cve/cve-2017-2618
CC testcases/cve/cve-2017-17053
CC testcases/cve/cve-2017-17052
CC testcases/cve/cve-2017-16939
CC testcases/cve/cve-2016-7117
CC testcases/cve/cve-2016-7042
CC testcases/cve/cve-2016-10044
CC testcases/cve/cve-2015-3290
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from abort01.c:30:
abort01.c: In function 'setup':
../../../../include/tst_test.h:83:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
abort01.c:81:25: note: in expansion of macro 'tst_brk'
   81 |                         tst_brk(TCONF, "hard limit(%lu)less than MIN_RLIMT_CORE(%i)",
      |                         ^~~~~~~
CC testcases/kernel/syscalls/abort/abort01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/accept/accept01
CC testcases/kernel/syscalls/accept/accept03
CC testcases/kernel/syscalls/accept/accept02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/accept4/accept4_01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/access/access01
CC testcases/kernel/syscalls/access/access04
CC testcases/kernel/syscalls/access/access03
CC testcases/kernel/syscalls/access/access02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/acct/acct01
CC testcases/kernel/syscalls/acct/acct02_helper
CC testcases/kernel/syscalls/acct/acct02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/add_key/add_key01
add_key05.c: In function 'do_test':
add_key05.c:153:35: warning: '%d' directive writing between 1 and 11 bytes into a region of size 7 [-Wformat-overflow=]
  153 |                 sprintf(desc, "abc%d", i);
      |                                   ^~
In function 'verify_max_keys',
    inlined from 'do_test' at add_key05.c:199:4:
add_key05.c:153:31: note: directive argument in the range [-2147483647, 2147483647]
  153 |                 sprintf(desc, "abc%d", i);
      |                               ^~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from add_key05.c:19:
In function 'sprintf',
    inlined from 'verify_max_keys' at add_key05.c:153:3,
    inlined from 'do_test' at add_key05.c:199:4:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 5 and 15 bytes into a destination of size 10
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/add_key/add_key05
CC testcases/kernel/syscalls/add_key/add_key04
CC testcases/kernel/syscalls/add_key/add_key03
CC testcases/kernel/syscalls/add_key/add_key02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/adjtimex/adjtimex01
CC testcases/kernel/syscalls/adjtimex/adjtimex03
CC testcases/kernel/syscalls/adjtimex/adjtimex02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from alarm02.c:17:
alarm02.c: In function 'verify_alarm':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
alarm02.c:38:9: note: in expansion of macro 'TST_EXP_VAL'
   38 |         TST_EXP_VAL(alarm(0), tc->sec);
      |         ^~~~~~~~~~~
CC testcases/kernel/syscalls/alarm/alarm02
CC testcases/kernel/syscalls/alarm/alarm07
CC testcases/kernel/syscalls/alarm/alarm06
CC testcases/kernel/syscalls/alarm/alarm05
CC testcases/kernel/syscalls/alarm/alarm03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/bind/bind01
CC testcases/kernel/syscalls/bind/bind06
CC testcases/kernel/syscalls/bind/bind05
CC testcases/kernel/syscalls/bind/bind04
CC testcases/kernel/syscalls/bind/bind03
CC testcases/kernel/syscalls/bind/bind02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/bpf/bpf_common.o
CC testcases/kernel/syscalls/bpf/bpf_map01
CC testcases/kernel/syscalls/bpf/bpf_prog07
CC testcases/kernel/syscalls/bpf/bpf_prog06
CC testcases/kernel/syscalls/bpf/bpf_prog05
CC testcases/kernel/syscalls/bpf/bpf_prog04
CC testcases/kernel/syscalls/bpf/bpf_prog03
CC testcases/kernel/syscalls/bpf/bpf_prog02
In file included from bpf_prog01.c:27:
bpf_prog01.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
bpf_prog01.c:91:17: note: in expansion of macro 'tst_res'
   91 |                 tst_res(TFAIL,
      |                 ^~~~~~~
CC testcases/kernel/syscalls/bpf/bpf_prog01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/brk/brk01
CC testcases/kernel/syscalls/brk/brk02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/cacheflush/cacheflush01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/capget/capget01
CC testcases/kernel/syscalls/capget/capget02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/capset/capset01
CC testcases/kernel/syscalls/capset/capset04
CC testcases/kernel/syscalls/capset/capset03
CC testcases/kernel/syscalls/capset/capset02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/chdir/chdir01
CC testcases/kernel/syscalls/chdir/chdir04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/chmod/chmod01
CC testcases/kernel/syscalls/chmod/chmod07
CC testcases/kernel/syscalls/chmod/chmod06
CC testcases/kernel/syscalls/chmod/chmod05
CC testcases/kernel/syscalls/chmod/chmod03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/chown/chown05_16.o
CC testcases/kernel/syscalls/chown/chown04_16.o
LD testcases/kernel/syscalls/chown/chown05_16
LD testcases/kernel/syscalls/chown/chown04_16
CC testcases/kernel/syscalls/chown/chown03_16.o
CC testcases/kernel/syscalls/chown/chown02_16.o
LD testcases/kernel/syscalls/chown/chown03_16
LD testcases/kernel/syscalls/chown/chown02_16
CC testcases/kernel/syscalls/chown/chown01_16.o
CC testcases/kernel/syscalls/chown/chown05.o
LD testcases/kernel/syscalls/chown/chown01_16
LD testcases/kernel/syscalls/chown/chown05
CC testcases/kernel/syscalls/chown/chown04.o
CC testcases/kernel/syscalls/chown/chown03.o
LD testcases/kernel/syscalls/chown/chown04
LD testcases/kernel/syscalls/chown/chown03
CC testcases/kernel/syscalls/chown/chown02.o
CC testcases/kernel/syscalls/chown/chown01.o
LD testcases/kernel/syscalls/chown/chown02
LD testcases/kernel/syscalls/chown/chown01
rm chown01.o chown03.o chown02.o chown04_16.o chown05.o chown02_16.o chown01_16.o chown04.o chown03_16.o chown05_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/chroot/chroot01
CC testcases/kernel/syscalls/chroot/chroot04
CC testcases/kernel/syscalls/chroot/chroot03
CC testcases/kernel/syscalls/chroot/chroot02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/clock_adjtime/clock_adjtime01
CC testcases/kernel/syscalls/clock_adjtime/clock_adjtime02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/clock_getres/clock_getres01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpvdso.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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep04
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep03
CC testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/clock_settime/clock_settime01
CC testcases/kernel/syscalls/clock_settime/clock_settime03
CC testcases/kernel/syscalls/clock_settime/clock_settime02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/clone/clone01
CC testcases/kernel/syscalls/clone/clone09
CC testcases/kernel/syscalls/clone/clone08
CC testcases/kernel/syscalls/clone/clone07
CC testcases/kernel/syscalls/clone/clone06
CC testcases/kernel/syscalls/clone/clone05
CC testcases/kernel/syscalls/clone/clone04
CC testcases/kernel/syscalls/clone/clone03
clone02.c: In function 'sig_child_defined_handler':
clone02.c:456:43: warning: unused parameter 'pid' [-Wunused-parameter]
  456 | static void sig_child_defined_handler(int pid)
      |                                       ~~~~^~~
CC testcases/kernel/syscalls/clone/clone02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
clone301.c: In function 'run':
clone301.c:117:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  117 |         args->pidfd = (uint64_t)(&pidfd);
      |                       ^
clone301.c:118:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  118 |         args->child_tid = (uint64_t)(&child_tid);
      |                           ^
clone301.c:119:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  119 |         args->parent_tid = (uint64_t)(&parent_tid);
      |                            ^
CC testcases/kernel/syscalls/clone3/clone301
CC testcases/kernel/syscalls/clone3/clone303
clone302.c: In function 'run':
clone302.c:79:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   79 |                         args->pidfd = (uint64_t)(*tc->pidfd);
      |                                       ^
CC testcases/kernel/syscalls/clone3/clone302
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/close/close01
CC testcases/kernel/syscalls/close/close02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from close_range01.c:28:
close_range01.c: In function 'setup':
../../../../include/tst_test.h:83:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
close_range01.c:63:17: note: in expansion of macro 'tst_brk'
   63 |                 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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/confstr/confstr01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/connect/connect01
CC testcases/kernel/syscalls/connect/connect02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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
CC testcases/kernel/syscalls/creat/creat03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/delete_module/delete_module01
CC testcases/kernel/syscalls/delete_module/delete_module03
CC testcases/kernel/syscalls/delete_module/delete_module02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/dup/dup01
CC testcases/kernel/syscalls/dup/dup07
CC testcases/kernel/syscalls/dup/dup06
CC testcases/kernel/syscalls/dup/dup05
CC testcases/kernel/syscalls/dup/dup04
CC testcases/kernel/syscalls/dup/dup03
CC testcases/kernel/syscalls/dup/dup02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/dup2/dup201
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/dup2/dup203
CC testcases/kernel/syscalls/dup2/dup202
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/dup3/dup3_01
CC testcases/kernel/syscalls/dup3/dup3_02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from epoll-ltp.c:99:
epoll-ltp.c: In function 'main':
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/epoll_create/epoll_create01
CC testcases/kernel/syscalls/epoll_create/epoll_create02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/epoll_create1/epoll_create1_01
CC testcases/kernel/syscalls/epoll_create1/epoll_create1_02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/epoll_ctl/epoll_ctl01
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_ctl02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait01
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait05
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait04
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait03
CC testcases/kernel/syscalls/epoll_pwait/epoll_pwait02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/epoll_wait/epoll_wait01
CC testcases/kernel/syscalls/epoll_wait/epoll_wait07
CC testcases/kernel/syscalls/epoll_wait/epoll_wait06
CC testcases/kernel/syscalls/epoll_wait/epoll_wait05
CC testcases/kernel/syscalls/epoll_wait/epoll_wait04
CC testcases/kernel/syscalls/epoll_wait/epoll_wait03
CC testcases/kernel/syscalls/epoll_wait/epoll_wait02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/eventfd/eventfd01
CC testcases/kernel/syscalls/eventfd/eventfd06
CC testcases/kernel/syscalls/eventfd/eventfd05
CC testcases/kernel/syscalls/eventfd/eventfd04
CC testcases/kernel/syscalls/eventfd/eventfd03
CC testcases/kernel/syscalls/eventfd/eventfd02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/eventfd2/eventfd2_01
CC testcases/kernel/syscalls/eventfd2/eventfd2_03
CC testcases/kernel/syscalls/eventfd2/eventfd2_02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/execl/execl01
CC testcases/kernel/syscalls/execl/execl01_child
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/execle/execle01
CC testcases/kernel/syscalls/execle/execle01_child
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/execlp/execlp01
CC testcases/kernel/syscalls/execlp/execlp01_child
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/execv/execv01
CC testcases/kernel/syscalls/execv/execv01_child
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/execve/execve01
CC testcases/kernel/syscalls/execve/execve_child
CC testcases/kernel/syscalls/execve/execve06_child
CC testcases/kernel/syscalls/execve/execve06
CC testcases/kernel/syscalls/execve/execve05
CC testcases/kernel/syscalls/execve/execve04
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/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from execve03.c:47:
In function 'sprintf',
    inlined from 'setup' at execve03.c:97:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/execve03
CC testcases/kernel/syscalls/execve/execve02
CC testcases/kernel/syscalls/execve/execve01_child
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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/20240129/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[],
      |            ^~~~~~~~
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/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from execveat01.c:22:
In function 'sprintf',
    inlined from 'setup' at execveat01.c:72:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/execveat01
CC testcases/kernel/syscalls/execveat/execveat_errno
CC testcases/kernel/syscalls/execveat/execveat_child
In file included from execveat03.c:35:
execveat.h: In function 'check_execveat':
execveat.h:11:15: warning: argument 3 null where non-null expected [-Wnonnull]
   11 |         ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH);
      |               ^~~~~~~~
In file included from ../../../../include/tst_test.h:14,
                 from execveat03.c:32:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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[],
      |            ^~~~~~~~
CC testcases/kernel/syscalls/execveat/execveat03
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/20240129/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/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from execveat02.c:20:
In function 'sprintf',
    inlined from 'setup' at execveat02.c:80:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/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/execveat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/execvp/execvp01
CC testcases/kernel/syscalls/execvp/execvp01_child
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/exit/exit01
CC testcases/kernel/syscalls/exit/exit02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/exit_group/exit_group01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/faccessat/faccessat01
CC testcases/kernel/syscalls/faccessat/faccessat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/faccessat2/faccessat201
CC testcases/kernel/syscalls/faccessat2/faccessat202
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fadvise/posix_fadvise04_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise04
LD testcases/kernel/syscalls/fadvise/posix_fadvise04_64
CC testcases/kernel/syscalls/fadvise/posix_fadvise03
CC testcases/kernel/syscalls/fadvise/posix_fadvise02
CC testcases/kernel/syscalls/fadvise/posix_fadvise01
CC testcases/kernel/syscalls/fadvise/posix_fadvise03_64.o
CC testcases/kernel/syscalls/fadvise/posix_fadvise02_64.o
LD testcases/kernel/syscalls/fadvise/posix_fadvise03_64
LD testcases/kernel/syscalls/fadvise/posix_fadvise02_64
CC testcases/kernel/syscalls/fadvise/posix_fadvise01_64.o
LD testcases/kernel/syscalls/fadvise/posix_fadvise01_64
rm posix_fadvise03_64.o posix_fadvise02_64.o posix_fadvise04_64.o posix_fadvise01_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fallocate/fallocate01
CC testcases/kernel/syscalls/fallocate/fallocate06
In file included from fallocate05.c:25:
fallocate05.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long int' [-Wformat=]
   61 |                 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/fallocate05
In file included from fallocate04.c:19:
fallocate04.c: In function 'test02':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 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);
      |                 ^~~~~~~
CC testcases/kernel/syscalls/fallocate/fallocate04
CC testcases/kernel/syscalls/fallocate/fallocate03
CC testcases/kernel/syscalls/fallocate/fallocate02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from fanotify01.c:25:
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/fanotify01
In file included from fanotify15.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/fanotify15
In file included from fanotify16.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}
fanotify16.c: In function 'do_test':
fanotify16.c:571:57: warning: comparison of integer expressions of different signedness: 'int' and '__u32' {aka 'unsigned int'} [-Wsign-compare]
  571 |                 if (((char *)child_fid - (char *)event) >= event->event_len)
      |                                                         ^~
CC testcases/kernel/syscalls/fanotify/fanotify16
In file included from fanotify17.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/fanotify17
In file included from fanotify18.c:25:
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/fanotify18
In file included from fanotify19.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/fanotify19
In file included from fanotify20.c:26:
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: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}
In file included from fanotify21.c:24:
fanotify21.c: In function 'do_test':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
fanotify21.c:183:25: note: in expansion of macro 'tst_res'
  183 |                         tst_res(TFAIL,
      |                         ^~~~~~~
CC testcases/kernel/syscalls/fanotify/fanotify21
In file included from fanotify22.c:34:
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/fanotify22
In file included from fanotify23.c:25:
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/fanotify23
CC testcases/kernel/syscalls/fanotify/fanotify_child
In file included from fanotify14.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}
CC testcases/kernel/syscalls/fanotify/fanotify14
In file included from fanotify13.c:34:
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/fanotify13
In file included from fanotify12.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/fanotify12
In file included from fanotify11.c:34:
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
In file included from fanotify10.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}
CC testcases/kernel/syscalls/fanotify/fanotify10
In file included from fanotify09.c:51:
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
In file included from fanotify08.c:25:
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:38:
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/fanotify07
In file included from fanotify06.c:44:
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/fanotify06
In file included from fanotify05.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}
CC testcases/kernel/syscalls/fanotify/fanotify05
In file included from fanotify04.c:25:
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/fanotify04
In file included from fanotify03.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 fanotify02.c:25:
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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fchdir/fchdir01
CC testcases/kernel/syscalls/fchdir/fchdir03
CC testcases/kernel/syscalls/fchdir/fchdir02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fchmod/fchmod01
CC testcases/kernel/syscalls/fchmod/fchmod06
CC testcases/kernel/syscalls/fchmod/fchmod05
CC testcases/kernel/syscalls/fchmod/fchmod04
CC testcases/kernel/syscalls/fchmod/fchmod03
CC testcases/kernel/syscalls/fchmod/fchmod02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fchmodat/fchmodat01
CC testcases/kernel/syscalls/fchmodat/fchmodat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fchown/fchown05_16.o
CC testcases/kernel/syscalls/fchown/fchown04_16.o
LD testcases/kernel/syscalls/fchown/fchown05_16
LD testcases/kernel/syscalls/fchown/fchown04_16
CC testcases/kernel/syscalls/fchown/fchown03_16.o
CC testcases/kernel/syscalls/fchown/fchown02_16.o
LD testcases/kernel/syscalls/fchown/fchown03_16
LD testcases/kernel/syscalls/fchown/fchown02_16
CC testcases/kernel/syscalls/fchown/fchown01_16.o
CC testcases/kernel/syscalls/fchown/fchown05.o
LD testcases/kernel/syscalls/fchown/fchown01_16
LD testcases/kernel/syscalls/fchown/fchown05
CC testcases/kernel/syscalls/fchown/fchown04.o
CC testcases/kernel/syscalls/fchown/fchown03.o
LD testcases/kernel/syscalls/fchown/fchown04
LD testcases/kernel/syscalls/fchown/fchown03
CC testcases/kernel/syscalls/fchown/fchown02.o
CC testcases/kernel/syscalls/fchown/fchown01.o
LD testcases/kernel/syscalls/fchown/fchown02
LD testcases/kernel/syscalls/fchown/fchown01
rm fchown04_16.o fchown05.o fchown02_16.o fchown02.o fchown03_16.o fchown03.o fchown04.o fchown01.o fchown05_16.o fchown01_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fchownat/fchownat01
CC testcases/kernel/syscalls/fchownat/fchownat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fcntl/fcntl15_64.o
CC testcases/kernel/syscalls/fcntl/fcntl16_64.o
fcntl16.c: In function 'catch_alarm':
fcntl16.c:351:22: warning: unused parameter 'sig' [-Wunused-parameter]
  351 | void catch_alarm(int sig)
      |                  ~~~~^~~
fcntl16.c: In function 'catch_usr1':
fcntl16.c:356:21: warning: unused parameter 'sig' [-Wunused-parameter]
  356 | void catch_usr1(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_usr2':
fcntl16.c:365:21: warning: unused parameter 'sig' [-Wunused-parameter]
  365 | void catch_usr2(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_int':
fcntl16.c:374:20: warning: unused parameter 'sig' [-Wunused-parameter]
  374 | void catch_int(int sig)
      |                ~~~~^~~
fcntl16.c: In function 'run_test':
fcntl16.c:458:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  458 |                 (void)write(fd, FILEDATA, 10);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl17_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/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl18_64.o
CC testcases/kernel/syscalls/fcntl/fcntl19_64.o
CC testcases/kernel/syscalls/fcntl/fcntl20_64.o
CC testcases/kernel/syscalls/fcntl/fcntl21_64.o
fcntl21.c: In function 'setup':
fcntl21.c:93:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   93 |         pipe(parent_pipe);
      |         ^~~~~~~~~~~~~~~~~
fcntl21.c:94:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |         pipe(child_pipe);
      |         ^~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl22_64.o
CC testcases/kernel/syscalls/fcntl/fcntl23_64.o
CC testcases/kernel/syscalls/fcntl/fcntl24_64.o
CC testcases/kernel/syscalls/fcntl/fcntl25_64.o
CC testcases/kernel/syscalls/fcntl/fcntl26_64.o
CC testcases/kernel/syscalls/fcntl/fcntl27_64.o
CC testcases/kernel/syscalls/fcntl/fcntl28_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
In file included from fcntl33.c:21:
fcntl33.c: In function 'do_test':
../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 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/fcntl34_64.o
CC testcases/kernel/syscalls/fcntl/fcntl35_64.o
CC testcases/kernel/syscalls/fcntl/fcntl36_64.o
CC testcases/kernel/syscalls/fcntl/fcntl37_64.o
CC testcases/kernel/syscalls/fcntl/fcntl38_64.o
CC testcases/kernel/syscalls/fcntl/fcntl39_64.o
CC testcases/kernel/syscalls/fcntl/fcntl01
CC testcases/kernel/syscalls/fcntl/fcntl02
CC testcases/kernel/syscalls/fcntl/fcntl03
CC testcases/kernel/syscalls/fcntl/fcntl04
CC testcases/kernel/syscalls/fcntl/fcntl05
CC testcases/kernel/syscalls/fcntl/fcntl07
CC testcases/kernel/syscalls/fcntl/fcntl08
CC testcases/kernel/syscalls/fcntl/fcntl09
CC testcases/kernel/syscalls/fcntl/fcntl10
CC testcases/kernel/syscalls/fcntl/fcntl11
CC testcases/kernel/syscalls/fcntl/fcntl12
CC testcases/kernel/syscalls/fcntl/fcntl13
fcntl14.c: In function 'run_test':
fcntl14.c:826:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  826 |                 (void)sighold(SIGUSR1);
      |                 ^
In file included from fcntl14.c:46:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
fcntl14.c:854:25: warning: 'sigpause' is deprecated: Use the sigsuspend function instead [-Wdeprecated-declarations]
  854 |                         sigpause(SIGUSR1);
      |                         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:151:12: note: declared here
  151 | extern int sigpause (int __sig) __asm__ ("__xpg_sigpause")
      |            ^~~~~~~~
fcntl14.c: In function 'catch_alarm':
fcntl14.c:902:22: warning: unused parameter 'sig' [-Wunused-parameter]
  902 | void catch_alarm(int sig)
      |                  ~~~~^~~
fcntl14.c: In function 'catch1':
fcntl14.c:917:17: warning: unused parameter 'sig' [-Wunused-parameter]
  917 | void catch1(int sig)
      |             ~~~~^~~
fcntl14.c: In function 'main':
fcntl14.c:1079:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1079 |                 if (sighold(SIGUSR1) < 0)
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
fcntl14.c:1105:17: warning: 'sigpause' is deprecated: Use the sigsuspend function instead [-Wdeprecated-declarations]
 1105 |                 (void)sigpause(SIGUSR1);
      |                 ^
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:151:12: note: declared here
  151 | extern int sigpause (int __sig) __asm__ ("__xpg_sigpause")
      |            ^~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl14
CC testcases/kernel/syscalls/fcntl/fcntl15
fcntl16.c: In function 'catch_alarm':
fcntl16.c:351:22: warning: unused parameter 'sig' [-Wunused-parameter]
  351 | void catch_alarm(int sig)
      |                  ~~~~^~~
fcntl16.c: In function 'catch_usr1':
fcntl16.c:356:21: warning: unused parameter 'sig' [-Wunused-parameter]
  356 | void catch_usr1(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_usr2':
fcntl16.c:365:21: warning: unused parameter 'sig' [-Wunused-parameter]
  365 | void catch_usr2(int sig)
      |                 ~~~~^~~
fcntl16.c: In function 'catch_int':
fcntl16.c:374:20: warning: unused parameter 'sig' [-Wunused-parameter]
  374 | void catch_int(int sig)
      |                ~~~~^~~
fcntl16.c: In function 'run_test':
fcntl16.c:458:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  458 |                 (void)write(fd, FILEDATA, 10);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl16
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/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl17
CC testcases/kernel/syscalls/fcntl/fcntl18
CC testcases/kernel/syscalls/fcntl/fcntl19
CC testcases/kernel/syscalls/fcntl/fcntl20
fcntl21.c: In function 'setup':
fcntl21.c:93:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   93 |         pipe(parent_pipe);
      |         ^~~~~~~~~~~~~~~~~
fcntl21.c:94:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |         pipe(child_pipe);
      |         ^~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl21
CC testcases/kernel/syscalls/fcntl/fcntl22
CC testcases/kernel/syscalls/fcntl/fcntl23
CC testcases/kernel/syscalls/fcntl/fcntl24
CC testcases/kernel/syscalls/fcntl/fcntl25
CC testcases/kernel/syscalls/fcntl/fcntl26
CC testcases/kernel/syscalls/fcntl/fcntl27
CC testcases/kernel/syscalls/fcntl/fcntl28
CC testcases/kernel/syscalls/fcntl/fcntl29
CC testcases/kernel/syscalls/fcntl/fcntl30
CC testcases/kernel/syscalls/fcntl/fcntl31
CC testcases/kernel/syscalls/fcntl/fcntl32
In file included from fcntl33.c:21:
fcntl33.c: In function 'do_test':
../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 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/fcntl33
CC testcases/kernel/syscalls/fcntl/fcntl34
CC testcases/kernel/syscalls/fcntl/fcntl35
CC testcases/kernel/syscalls/fcntl/fcntl36
CC testcases/kernel/syscalls/fcntl/fcntl37
CC testcases/kernel/syscalls/fcntl/fcntl38
CC testcases/kernel/syscalls/fcntl/fcntl39
LD testcases/kernel/syscalls/fcntl/fcntl15_64
LD testcases/kernel/syscalls/fcntl/fcntl16_64
LD testcases/kernel/syscalls/fcntl/fcntl17_64
LD testcases/kernel/syscalls/fcntl/fcntl18_64
LD testcases/kernel/syscalls/fcntl/fcntl19_64
LD testcases/kernel/syscalls/fcntl/fcntl20_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/fcntl24_64
LD testcases/kernel/syscalls/fcntl/fcntl25_64
LD testcases/kernel/syscalls/fcntl/fcntl26_64
LD testcases/kernel/syscalls/fcntl/fcntl27_64
LD testcases/kernel/syscalls/fcntl/fcntl28_64
LD testcases/kernel/syscalls/fcntl/fcntl29_64
LD testcases/kernel/syscalls/fcntl/fcntl30_64
LD testcases/kernel/syscalls/fcntl/fcntl31_64
LD testcases/kernel/syscalls/fcntl/fcntl32_64
LD testcases/kernel/syscalls/fcntl/fcntl33_64
LD testcases/kernel/syscalls/fcntl/fcntl34_64
LD testcases/kernel/syscalls/fcntl/fcntl35_64
LD testcases/kernel/syscalls/fcntl/fcntl36_64
LD testcases/kernel/syscalls/fcntl/fcntl37_64
LD testcases/kernel/syscalls/fcntl/fcntl38_64
LD testcases/kernel/syscalls/fcntl/fcntl39_64
CC testcases/kernel/syscalls/fcntl/fcntl14_64.o
fcntl14.c: In function 'run_test':
fcntl14.c:826:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  826 |                 (void)sighold(SIGUSR1);
      |                 ^
In file included from fcntl14.c:46:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
fcntl14.c:854:25: warning: 'sigpause' is deprecated: Use the sigsuspend function instead [-Wdeprecated-declarations]
  854 |                         sigpause(SIGUSR1);
      |                         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:151:12: note: declared here
  151 | extern int sigpause (int __sig) __asm__ ("__xpg_sigpause")
      |            ^~~~~~~~
fcntl14.c: In function 'catch_alarm':
fcntl14.c:902:22: warning: unused parameter 'sig' [-Wunused-parameter]
  902 | void catch_alarm(int sig)
      |                  ~~~~^~~
fcntl14.c: In function 'catch1':
fcntl14.c:917:17: warning: unused parameter 'sig' [-Wunused-parameter]
  917 | void catch1(int sig)
      |             ~~~~^~~
fcntl14.c: In function 'main':
fcntl14.c:1079:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1079 |                 if (sighold(SIGUSR1) < 0)
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
fcntl14.c:1105:17: warning: 'sigpause' is deprecated: Use the sigsuspend function instead [-Wdeprecated-declarations]
 1105 |                 (void)sigpause(SIGUSR1);
      |                 ^
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:151:12: note: declared here
  151 | extern int sigpause (int __sig) __asm__ ("__xpg_sigpause")
      |            ^~~~~~~~
CC testcases/kernel/syscalls/fcntl/fcntl13_64.o
LD testcases/kernel/syscalls/fcntl/fcntl14_64
LD testcases/kernel/syscalls/fcntl/fcntl13_64
CC testcases/kernel/syscalls/fcntl/fcntl12_64.o
CC testcases/kernel/syscalls/fcntl/fcntl11_64.o
LD testcases/kernel/syscalls/fcntl/fcntl12_64
LD testcases/kernel/syscalls/fcntl/fcntl11_64
CC testcases/kernel/syscalls/fcntl/fcntl10_64.o
CC testcases/kernel/syscalls/fcntl/fcntl09_64.o
LD testcases/kernel/syscalls/fcntl/fcntl10_64
LD testcases/kernel/syscalls/fcntl/fcntl09_64
CC testcases/kernel/syscalls/fcntl/fcntl08_64.o
CC testcases/kernel/syscalls/fcntl/fcntl07_64.o
LD testcases/kernel/syscalls/fcntl/fcntl08_64
LD testcases/kernel/syscalls/fcntl/fcntl07_64
CC testcases/kernel/syscalls/fcntl/fcntl05_64.o
CC testcases/kernel/syscalls/fcntl/fcntl04_64.o
LD testcases/kernel/syscalls/fcntl/fcntl05_64
LD testcases/kernel/syscalls/fcntl/fcntl04_64
CC testcases/kernel/syscalls/fcntl/fcntl03_64.o
CC testcases/kernel/syscalls/fcntl/fcntl02_64.o
LD testcases/kernel/syscalls/fcntl/fcntl03_64
LD testcases/kernel/syscalls/fcntl/fcntl02_64
CC testcases/kernel/syscalls/fcntl/fcntl01_64.o
LD testcases/kernel/syscalls/fcntl/fcntl01_64
rm fcntl35_64.o fcntl08_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 fcntl28_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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fdatasync/fdatasync01
CC testcases/kernel/syscalls/fdatasync/fdatasync03
CC testcases/kernel/syscalls/fdatasync/fdatasync02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fgetxattr/fgetxattr01
CC testcases/kernel/syscalls/fgetxattr/fgetxattr03
CC testcases/kernel/syscalls/fgetxattr/fgetxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/finit_module/finit_module01
CC testcases/kernel/syscalls/finit_module/finit_module02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/flistxattr/flistxattr01
CC testcases/kernel/syscalls/flistxattr/flistxattr03
CC testcases/kernel/syscalls/flistxattr/flistxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/flock/flock01
CC testcases/kernel/syscalls/flock/flock06
CC testcases/kernel/syscalls/flock/flock04
CC testcases/kernel/syscalls/flock/flock03
CC testcases/kernel/syscalls/flock/flock02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fork/fork01
CC testcases/kernel/syscalls/fork/fork_procs
CC testcases/kernel/syscalls/fork/fork14
CC testcases/kernel/syscalls/fork/fork13
CC testcases/kernel/syscalls/fork/fork10
CC testcases/kernel/syscalls/fork/fork09
CC testcases/kernel/syscalls/fork/fork08
CC testcases/kernel/syscalls/fork/fork07
CC testcases/kernel/syscalls/fork/fork05
CC testcases/kernel/syscalls/fork/fork04
CC testcases/kernel/syscalls/fork/fork03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fpathconf/fpathconf01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fremovexattr/fremovexattr01
CC testcases/kernel/syscalls/fremovexattr/fremovexattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fsconfig/fsconfig01
CC testcases/kernel/syscalls/fsconfig/fsconfig03
CC testcases/kernel/syscalls/fsconfig/fsconfig02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fsetxattr/fsetxattr01
CC testcases/kernel/syscalls/fsetxattr/fsetxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fsmount/fsmount01
CC testcases/kernel/syscalls/fsmount/fsmount02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fsopen/fsopen01
CC testcases/kernel/syscalls/fsopen/fsopen02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fspick/fspick01
CC testcases/kernel/syscalls/fspick/fspick02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fstat/fstat03_64.o
CC testcases/kernel/syscalls/fstat/fstat03
LD testcases/kernel/syscalls/fstat/fstat03_64
CC testcases/kernel/syscalls/fstat/fstat02
CC testcases/kernel/syscalls/fstat/fstat02_64.o
LD testcases/kernel/syscalls/fstat/fstat02_64
rm fstat02_64.o fstat03_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fstatat/fstatat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fstatfs/fstatfs02_64.o
CC testcases/kernel/syscalls/fstatfs/fstatfs02
LD testcases/kernel/syscalls/fstatfs/fstatfs02_64
CC testcases/kernel/syscalls/fstatfs/fstatfs01
CC testcases/kernel/syscalls/fstatfs/fstatfs01_64.o
LD testcases/kernel/syscalls/fstatfs/fstatfs01_64
rm fstatfs02_64.o fstatfs01_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/fsync/fsync01
CC testcases/kernel/syscalls/fsync/fsync04
CC testcases/kernel/syscalls/fsync/fsync03
In file included from fsync02.c:20:
fsync02.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 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:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 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/fsync02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ftruncate/ftruncate04_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate04
LD testcases/kernel/syscalls/ftruncate/ftruncate04_64
CC testcases/kernel/syscalls/ftruncate/ftruncate03
CC testcases/kernel/syscalls/ftruncate/ftruncate01
CC testcases/kernel/syscalls/ftruncate/ftruncate03_64.o
CC testcases/kernel/syscalls/ftruncate/ftruncate01_64.o
LD testcases/kernel/syscalls/ftruncate/ftruncate03_64
LD testcases/kernel/syscalls/ftruncate/ftruncate01_64
rm ftruncate03_64.o ftruncate01_64.o ftruncate04_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/futex/futex_cmp_requeue01
CC testcases/kernel/syscalls/futex/futex_wake04
CC testcases/kernel/syscalls/futex/futex_wake03
CC testcases/kernel/syscalls/futex/futex_wake02
CC testcases/kernel/syscalls/futex/futex_wake01
CC testcases/kernel/syscalls/futex/futex_waitv03
CC testcases/kernel/syscalls/futex/futex_waitv02
CC testcases/kernel/syscalls/futex/futex_waitv01
CC testcases/kernel/syscalls/futex/futex_wait_bitset01
CC testcases/kernel/syscalls/futex/futex_wait05
CC testcases/kernel/syscalls/futex/futex_wait04
CC testcases/kernel/syscalls/futex/futex_wait03
CC testcases/kernel/syscalls/futex/futex_wait02
CC testcases/kernel/syscalls/futex/futex_wait01
CC testcases/kernel/syscalls/futex/futex_cmp_requeue02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/futimesat/futimesat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpnuma.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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/get_robust_list/get_robust_list01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getcontext/getcontext01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getcpu/getcpu01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getcwd/getcwd01
CC testcases/kernel/syscalls/getcwd/getcwd04
CC testcases/kernel/syscalls/getcwd/getcwd03
CC testcases/kernel/syscalls/getcwd/getcwd02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getdents/getdents01
CC testcases/kernel/syscalls/getdents/getdents02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getdomainname/getdomainname01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getegid/getegid02_16.o
CC testcases/kernel/syscalls/getegid/getegid01_16.o
LD testcases/kernel/syscalls/getegid/getegid02_16
LD testcases/kernel/syscalls/getegid/getegid01_16
CC testcases/kernel/syscalls/getegid/getegid02.o
CC testcases/kernel/syscalls/getegid/getegid01.o
LD testcases/kernel/syscalls/getegid/getegid02
LD testcases/kernel/syscalls/getegid/getegid01
rm getegid01.o getegid01_16.o getegid02_16.o getegid02.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/geteuid/geteuid02_16.o
CC testcases/kernel/syscalls/geteuid/geteuid01_16.o
LD testcases/kernel/syscalls/geteuid/geteuid02_16
LD testcases/kernel/syscalls/geteuid/geteuid01_16
CC testcases/kernel/syscalls/geteuid/geteuid02.o
CC testcases/kernel/syscalls/geteuid/geteuid01.o
LD testcases/kernel/syscalls/geteuid/geteuid02
LD testcases/kernel/syscalls/geteuid/geteuid01
rm geteuid01_16.o geteuid02_16.o geteuid01.o geteuid02.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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) {
      |                           ^~
CC testcases/kernel/syscalls/getgid/getgid01_16.o
getgid01.c: In function 'run':
getgid01.c:23:21: warning: comparison of integer expressions of different signedness: 'long int' and '__gid_t' {aka 'unsigned int'} [-Wsign-compare]
   23 |         if (TST_RET != ltpuser->pw_gid)
      |                     ^~
LD testcases/kernel/syscalls/getgid/getgid03_16
LD testcases/kernel/syscalls/getgid/getgid01_16
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) {
      |                           ^~
CC testcases/kernel/syscalls/getgid/getgid03.o
getgid01.c: In function 'run':
getgid01.c:23:21: warning: comparison of integer expressions of different signedness: 'long int' and '__gid_t' {aka 'unsigned int'} [-Wsign-compare]
   23 |         if (TST_RET != ltpuser->pw_gid)
      |                     ^~
CC testcases/kernel/syscalls/getgid/getgid01.o
LD testcases/kernel/syscalls/getgid/getgid03
LD testcases/kernel/syscalls/getgid/getgid01
rm getgid01.o getgid03_16.o getgid01_16.o getgid03.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getgroups/getgroups03_16.o
CC testcases/kernel/syscalls/getgroups/getgroups01_16.o
LD testcases/kernel/syscalls/getgroups/getgroups03_16
LD testcases/kernel/syscalls/getgroups/getgroups01_16
CC testcases/kernel/syscalls/getgroups/getgroups03.o
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/features.h:503,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/git/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/20240129/lib32-recipe-sysroot/usr/include/bits/unistd.h:115:10: warning: argument 1 value -1 is negative [-Wstringop-overflow=]
  115 |   return __glibc_fortify (getgroups, __size, sizeof (__gid_t),
      |          ^~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/unistd.h:23,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:1217:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/unistd-decl.h: In function 'main':
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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.o
LD testcases/kernel/syscalls/getgroups/getgroups03
LD testcases/kernel/syscalls/getgroups/getgroups01
rm getgroups01.o getgroups01_16.o getgroups03_16.o getgroups03.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/gethostbyname_r/gethostbyname_r01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/gethostid/gethostid01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/gethostname/gethostname01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from getitimer01.c:14:
getitimer01.c: In function 'verify_getitimer':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:51:25: note: in expansion of macro 'tst_res'
   51 |                         tst_res(TINFO, "Test begin time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:51:25: note: in expansion of macro 'tst_res'
   51 |                         tst_res(TINFO, "Test begin time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:69:9: note: in expansion of macro 'tst_res'
   69 |         tst_res(TINFO, "value->it_value.tv_sec=%ld, value->it_value.tv_usec=%ld",
      |         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:69:9: note: in expansion of macro 'tst_res'
   69 |         tst_res(TINFO, "value->it_value.tv_sec=%ld, value->it_value.tv_usec=%ld",
      |         ^~~~~~~
../../../../include/tst_test.h:83:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:82:25: note: in expansion of macro 'tst_brk'
   82 |                         tst_brk(TFAIL, "value->it_value.tv_usec is out of range: %ld",
      |                         ^~~~~~~
../../../../include/tst_test.h:83:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:87:25: note: in expansion of macro 'tst_brk'
   87 |                         tst_brk(TFAIL, "value->it_value.tv_sec is out of range: %ld",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:97:25: note: in expansion of macro 'tst_res'
   97 |                         tst_res(TINFO, "Test end time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getitimer01.c:97:25: note: in expansion of macro 'tst_res'
   97 |                         tst_res(TINFO, "Test end time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
CC testcases/kernel/syscalls/getitimer/getitimer01
CC testcases/kernel/syscalls/getitimer/getitimer02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getpagesize/getpagesize01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
getpeername01.c: In function 'cleanup4':
getpeername01.c:174:26: warning: unused parameter 'i' [-Wunused-parameter]
  174 | static void cleanup4(int i)
      |                      ~~~~^
CC testcases/kernel/syscalls/getpeername/getpeername01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getpgid/getpgid01
CC testcases/kernel/syscalls/getpgid/getpgid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getpgrp/getpgrp01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getpid/getpid01
CC testcases/kernel/syscalls/getpid/getpid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getppid/getppid01
CC testcases/kernel/syscalls/getppid/getppid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getpriority/getpriority01
CC testcases/kernel/syscalls/getpriority/getpriority02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getrandom/getrandom01
CC testcases/kernel/syscalls/getrandom/getrandom04
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/getrandom02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getresgid/getresgid03_16.o
CC testcases/kernel/syscalls/getresgid/getresgid02_16.o
LD testcases/kernel/syscalls/getresgid/getresgid03_16
LD testcases/kernel/syscalls/getresgid/getresgid02_16
CC testcases/kernel/syscalls/getresgid/getresgid01_16.o
CC testcases/kernel/syscalls/getresgid/getresgid03.o
LD testcases/kernel/syscalls/getresgid/getresgid01_16
LD testcases/kernel/syscalls/getresgid/getresgid03
CC testcases/kernel/syscalls/getresgid/getresgid02.o
CC testcases/kernel/syscalls/getresgid/getresgid01.o
LD testcases/kernel/syscalls/getresgid/getresgid02
LD testcases/kernel/syscalls/getresgid/getresgid01
rm getresgid03.o getresgid03_16.o getresgid01_16.o getresgid02_16.o getresgid01.o getresgid02.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getresuid/getresuid03_16.o
CC testcases/kernel/syscalls/getresuid/getresuid02_16.o
LD testcases/kernel/syscalls/getresuid/getresuid03_16
LD testcases/kernel/syscalls/getresuid/getresuid02_16
CC testcases/kernel/syscalls/getresuid/getresuid01_16.o
CC testcases/kernel/syscalls/getresuid/getresuid03.o
LD testcases/kernel/syscalls/getresuid/getresuid01_16
LD testcases/kernel/syscalls/getresuid/getresuid03
CC testcases/kernel/syscalls/getresuid/getresuid02.o
CC testcases/kernel/syscalls/getresuid/getresuid01.o
LD testcases/kernel/syscalls/getresuid/getresuid02
LD testcases/kernel/syscalls/getresuid/getresuid01
rm getresuid02_16.o getresuid02.o getresuid01_16.o getresuid01.o getresuid03.o getresuid03_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getrlimit/getrlimit01
CC testcases/kernel/syscalls/getrlimit/getrlimit03
CC testcases/kernel/syscalls/getrlimit/getrlimit02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getrusage/getrusage01
CC testcases/kernel/syscalls/getrusage/getrusage04
CC testcases/kernel/syscalls/getrusage/getrusage03_child
CC testcases/kernel/syscalls/getrusage/getrusage03
CC testcases/kernel/syscalls/getrusage/getrusage02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getsid/getsid01
CC testcases/kernel/syscalls/getsid/getsid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getsockname/getsockname01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getsockopt/getsockopt01
CC testcases/kernel/syscalls/getsockopt/getsockopt02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/gettid/gettid01
CC testcases/kernel/syscalls/gettid/gettid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/gettimeofday/gettimeofday01
CC testcases/kernel/syscalls/gettimeofday/gettimeofday02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getuid/getuid03_16.o
CC testcases/kernel/syscalls/getuid/getuid01_16.o
LD testcases/kernel/syscalls/getuid/getuid03_16
LD testcases/kernel/syscalls/getuid/getuid01_16
CC testcases/kernel/syscalls/getuid/getuid03.o
CC testcases/kernel/syscalls/getuid/getuid01.o
LD testcases/kernel/syscalls/getuid/getuid03
LD testcases/kernel/syscalls/getuid/getuid01
rm getuid03.o getuid03_16.o getuid01.o getuid01_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/getxattr/getxattr01
In file included from getxattr05.c:33:
getxattr05.c: In function 'verify_getxattr':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'ssize_t' {aka 'int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
getxattr05.c:80:17: note: in expansion of macro 'tst_res'
   80 |                 tst_res(TFAIL, "Got different data(%02x != %02x) at %ld",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/getxattr/getxattr05
CC testcases/kernel/syscalls/getxattr/getxattr04
CC testcases/kernel/syscalls/getxattr/getxattr03
CC testcases/kernel/syscalls/getxattr/getxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/init_module/init_module01
CC testcases/kernel/syscalls/init_module/init_module02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/inotify/inotify01
CC testcases/kernel/syscalls/inotify/inotify12
CC testcases/kernel/syscalls/inotify/inotify11
CC testcases/kernel/syscalls/inotify/inotify10
CC testcases/kernel/syscalls/inotify/inotify09
In file included from inotify08.c:38:
inotify08.c: In function 'setup':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify08.c:148:9: note: in expansion of macro 'tst_res'
  148 |         tst_res(TINFO, FILE_PATH " ino=%lu, dev=%u:%u", buf.st_ino,
      |         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify08.c:159:9: note: in expansion of macro 'tst_res'
  159 |         tst_res(TINFO, FILE_PATH " ino=%lu, dev=%u:%u", buf.st_ino,
      |         ^~~~~~~
CC testcases/kernel/syscalls/inotify/inotify08
In file included from inotify07.c:37:
inotify07.c: In function 'setup':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify07.c:156:9: note: in expansion of macro 'tst_res'
  156 |         tst_res(TINFO, DIR_PATH " ino=%lu", buf.st_ino);
      |         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__ino64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
inotify07.c:166:9: note: in expansion of macro 'tst_res'
  166 |         tst_res(TINFO, DIR_PATH " ino=%lu", buf.st_ino);
      |         ^~~~~~~
CC testcases/kernel/syscalls/inotify/inotify07
CC testcases/kernel/syscalls/inotify/inotify06
CC testcases/kernel/syscalls/inotify/inotify05
CC testcases/kernel/syscalls/inotify/inotify04
CC testcases/kernel/syscalls/inotify/inotify03
inotify02.c: In function 'verify_inotify':
inotify02.c:99:39: warning: '.rename1' directive output may be truncated writing 8 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
   99 |         snprintf(fname2, BUF_SIZE, "%s.rename1", fname1);
      |                                       ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from inotify02.c:15:
In function 'snprintf',
    inlined from 'verify_inotify' at inotify02.c:99:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 9 and 264 bytes into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
inotify02.c: In function 'verify_inotify':
inotify02.c:116:39: warning: '.rename2' directive output may be truncated writing 8 bytes into a region of size between 1 and 256 [-Wformat-truncation=]
  116 |         snprintf(fname3, BUF_SIZE, "%s.rename2", fname1);
      |                                       ^~~~~~~~
In function 'snprintf',
    inlined from 'verify_inotify' at inotify02.c:116:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 9 and 264 bytes into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/inotify/inotify02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/inotify_init/inotify_init1_01
CC testcases/kernel/syscalls/inotify_init/inotify_init1_02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/io_cancel/io_cancel01
CC testcases/kernel/syscalls/io_cancel/io_cancel02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/io_destroy/io_destroy01
CC testcases/kernel/syscalls/io_destroy/io_destroy02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/io_getevents/io_getevents01
CC testcases/kernel/syscalls/io_getevents/io_getevents02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/io_pgetevents/io_pgetevents01
CC testcases/kernel/syscalls/io_pgetevents/io_pgetevents02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/io_setup/io_setup01
CC testcases/kernel/syscalls/io_setup/io_setup02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/io_submit/io_submit01
io_submit03.c: In function 'io_prep_option':
io_submit03.c:76:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   76 |         cb->aio_buf = (uint64_t)buf;
      |                       ^
CC testcases/kernel/syscalls/io_submit/io_submit03
io_submit02.c: In function 'io_prep_option':
io_submit02.c:50:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   50 |         cb->aio_buf = (uint64_t)buf;
      |                       ^
CC testcases/kernel/syscalls/io_submit/io_submit02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
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_uring01
io_uring02.c: In function 'drain_fallback':
io_uring02.c:106:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  106 |                 sqe_ptr->addr = (__u64)&spam_header;
      |                                 ^
io_uring02.c:116:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  116 |         sqe_ptr->addr = (__u64)&beef_header;
      |                         ^
io_uring02.c: In function 'run':
io_uring02.c:221:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  221 |         sqe_ptr->addr = (__u64)&beef_header;
      |                         ^
CC testcases/kernel/syscalls/io_uring/io_uring02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ioctl/ioctl01
CC testcases/kernel/syscalls/ioctl/ioctl_loop06
CC testcases/kernel/syscalls/ioctl/ioctl_loop07
CC testcases/kernel/syscalls/ioctl/ioctl_ns01
CC testcases/kernel/syscalls/ioctl/ioctl_ns02
CC testcases/kernel/syscalls/ioctl/ioctl_ns03
CC testcases/kernel/syscalls/ioctl/ioctl_ns04
CC testcases/kernel/syscalls/ioctl/ioctl_ns05
CC testcases/kernel/syscalls/ioctl/ioctl_ns06
CC testcases/kernel/syscalls/ioctl/ioctl_ns07
CC testcases/kernel/syscalls/ioctl/ioctl_sg01
CC testcases/kernel/syscalls/ioctl/ioctl_loop05
CC testcases/kernel/syscalls/ioctl/ioctl_loop04
CC testcases/kernel/syscalls/ioctl/ioctl_loop03
CC testcases/kernel/syscalls/ioctl/ioctl_loop02
CC testcases/kernel/syscalls/ioctl/ioctl_loop01
CC testcases/kernel/syscalls/ioctl/ioctl09
In file included from ioctl08.c:23:
ioctl08.c: In function 'verify_ioctl':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
ioctl08.c:78:17: note: in expansion of macro 'tst_res'
   78 |                 tst_res(TFAIL,
      |                 ^~~~~~~
CC testcases/kernel/syscalls/ioctl/ioctl08
CC testcases/kernel/syscalls/ioctl/ioctl07
CC testcases/kernel/syscalls/ioctl/ioctl06
CC testcases/kernel/syscalls/ioctl/ioctl05
CC testcases/kernel/syscalls/ioctl/ioctl04
CC testcases/kernel/syscalls/ioctl/ioctl03
CC testcases/kernel/syscalls/ioctl/ioctl02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ioperm/ioperm01
CC testcases/kernel/syscalls/ioperm/ioperm02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/iopl/iopl01
CC testcases/kernel/syscalls/iopl/iopl02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ioprio/ioprio_get01
CC testcases/kernel/syscalls/ioprio/ioprio_set03
CC testcases/kernel/syscalls/ioprio/ioprio_set02
CC testcases/kernel/syscalls/ioprio/ioprio_set01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgctl/msgctl01
CC testcases/kernel/syscalls/ipc/msgctl/msgctl12
CC testcases/kernel/syscalls/ipc/msgctl/msgctl06
CC testcases/kernel/syscalls/ipc/msgctl/msgctl05
CC testcases/kernel/syscalls/ipc/msgctl/msgctl04
CC testcases/kernel/syscalls/ipc/msgctl/msgctl03
CC testcases/kernel/syscalls/ipc/msgctl/msgctl02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv01
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
CC testcases/kernel/syscalls/ipc/msgrcv/msgrcv02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpipc.a
make[6]: Nothing to be done for 'all'.
msgstress01.c: In function 'dotest':
msgstress01.c:207:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  207 |         sighold(SIGTERM);
      |         ^~~~~~~
In file included from msgstress01.c:27:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
msgstress01.c:216:9: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  216 |         sigrelse(SIGTERM);
      |         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC testcases/kernel/syscalls/ipc/msgstress/msgstress01
msgstress04.c: In function 'main':
msgstress04.c:139:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  139 |         if (sigset(SIGTERM, term) == SIG_ERR)
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/wait.h:36,
                 from msgstress04.c:32:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
msgstress04.c: In function 'dotest':
msgstress04.c:266:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  266 |         sighold(SIGTERM);
      |         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
msgstress04.c:273:9: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  273 |         sigrelse(SIGTERM);
      |         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC testcases/kernel/syscalls/ipc/msgstress/msgstress04
msgstress03.c: In function 'dotest':
msgstress03.c:213:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  213 |         sighold(SIGTERM);
      |         ^~~~~~~
In file included from msgstress03.c:28:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
msgstress03.c:221:9: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  221 |         sigrelse(SIGTERM);
      |         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC testcases/kernel/syscalls/ipc/msgstress/msgstress03
msgstress02.c: In function 'main':
msgstress02.c:134:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  134 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/wait.h:36,
                 from msgstress02.c:31:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
msgstress02.c: In function 'dotest':
msgstress02.c:239:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  239 |         sighold(SIGTERM);
      |         ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
msgstress02.c:246:9: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  246 |         sigrelse(SIGTERM);
      |         ^~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC testcases/kernel/syscalls/ipc/msgstress/msgstress02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.a
make[6]: Nothing to be done for 'all'.
BUILD libltpipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/semctl/semctl01
semctl09.c: In function 'do_semctl':
semctl09.c:61:16: warning: storing the address of local variable 'info' in 'un.buf' [-Wdangling-pointer=]
   61 |         un.buf = &info;
      |         ~~~~~~~^~~~~~~
semctl09.c:59:25: note: 'info' declared here
   59 |         struct semid_ds info;
      |                         ^~~~
semctl09.c:51:20: note: 'un' declared here
   51 | 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:288:22: warning: unused parameter 'sig' [-Wunused-parameter]
  288 | 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/semctl04
CC testcases/kernel/syscalls/ipc/semctl/semctl03
CC testcases/kernel/syscalls/ipc/semctl/semctl02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/semget/semget01
CC testcases/kernel/syscalls/ipc/semget/semget05
CC testcases/kernel/syscalls/ipc/semget/semget02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
BUILD libltpnewipc.a
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/semop/semop01
semop05.c: In function 'main':
semop05.c:74:16: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
   74 |         int i, rc;
      |                ^~
semop05.c: In function 'waiter':
semop05.c:123:20: warning: unused parameter 'foo' [-Wunused-parameter]
  123 | void *waiter(void *foo)
      |              ~~~~~~^~~
semop05.c: In function 'poster':
semop05.c:142:20: warning: unused parameter 'foo' [-Wunused-parameter]
  142 | void *poster(void *foo)
      |              ~~~~~~^~~
CC testcases/kernel/syscalls/ipc/semop/semop05
CC testcases/kernel/syscalls/ipc/semop/semop04
CC testcases/kernel/syscalls/ipc/semop/semop03
CC testcases/kernel/syscalls/ipc/semop/semop02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpnewipc.a
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmat/shmat03
CC testcases/kernel/syscalls/ipc/shmat/shmat02
CC testcases/kernel/syscalls/ipc/shmat/shmat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpnewipc.a
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
In file included from shmctl01.c:22:
shmctl01.c: In function 'check_ds':
../../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:186:17: note: in expansion of macro 'tst_res'
  186 |                 tst_res(TFAIL, "%s: shm_ctime=%li, expected <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 7 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:186:17: note: in expansion of macro 'tst_res'
  186 |                 tst_res(TFAIL, "%s: shm_ctime=%li, expected <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:186:17: note: in expansion of macro 'tst_res'
  186 |                 tst_res(TFAIL, "%s: shm_ctime=%li, expected <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:189:17: note: in expansion of macro 'tst_res'
  189 |                 tst_res(TPASS, "%s: shm_ctime=%li in range <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 7 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:189:17: note: in expansion of macro 'tst_res'
  189 |                 tst_res(TPASS, "%s: shm_ctime=%li in range <%li,%li>",
      |                 ^~~~~~~
../../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
shmctl01.c:189:17: note: in expansion of macro 'tst_res'
  189 |                 tst_res(TPASS, "%s: shm_ctime=%li in range <%li,%li>",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/ipc/shmctl/shmctl02
CC testcases/kernel/syscalls/ipc/shmctl/shmctl01
shmctl08.c: In function 'check_mode':
shmctl08.c:41:31: warning: comparison of integer expressions of different signedness: '__mode_t' {aka 'unsigned int'} and 'short int' [-Wsign-compare]
   41 |         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/shmctl06
CC testcases/kernel/syscalls/ipc/shmctl/shmctl04
CC testcases/kernel/syscalls/ipc/shmctl/shmctl03
CC testcases/kernel/syscalls/ipc/shmctl/shmctl05
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpnewipc.a
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ipc/shmdt/shmdt01
CC testcases/kernel/syscalls/ipc/shmdt/shmdt02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpnewipc.a
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
In file included from ../../../../../include/tst_test.h:21,
                 from shmget02.c:36:
shmget02.c: In function 'do_test':
shmget02.c:91:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:90:17: note: in expansion of macro 'TST_EXP_FAIL2'
   90 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:91:39: note: format string is defined here
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:91:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:90:17: note: in expansion of macro 'TST_EXP_FAIL2'
   90 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:91:39: note: format string is defined here
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:91:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:90:17: note: in expansion of macro 'TST_EXP_FAIL2'
   90 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:91:39: note: format string is defined here
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:91:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:254:25: note: in expansion of macro 'TST_MSG_'
  254 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:90:17: note: in expansion of macro 'TST_EXP_FAIL2'
   90 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:91:39: note: format string is defined here
   91 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:103:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:102:17: note: in expansion of macro 'TST_EXP_FAIL2'
  102 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:103:39: note: format string is defined here
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:103:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:102:17: note: in expansion of macro 'TST_EXP_FAIL2'
  102 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:103:39: note: format string is defined here
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:103:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:102:17: note: in expansion of macro 'TST_EXP_FAIL2'
  102 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:103:39: note: format string is defined here
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                                     ~~^
      |                                       |
      |                                       long unsigned int
      |                                     %u
shmget02.c:103:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  103 |                         "shmget(%i, %lu, %i)", *tc->shmkey, tc->size, tc->flags);
      |                         ^~~~~~~~~~~~~~~~~~~~~
../../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../../include/tst_test_macros.h:254:25: note: in expansion of macro 'TST_MSG_'
  254 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
shmget02.c:102:17: note: in expansion of macro 'TST_EXP_FAIL2'
  102 |                 TST_EXP_FAIL2(shmget(*tc->shmkey, tc->size, tc->flags), tc->exp_err,
      |                 ^~~~~~~~~~~~~
shmget02.c:103:39: note: format string is defined here
  103 |                         "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
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/kcmp/kcmp02
CC testcases/kernel/syscalls/kcmp/kcmp01
CC testcases/kernel/syscalls/kcmp/kcmp03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/keyctl/keyctl03
CC testcases/kernel/syscalls/keyctl/keyctl01
CC testcases/kernel/syscalls/keyctl/keyctl02
CC testcases/kernel/syscalls/keyctl/keyctl08
CC testcases/kernel/syscalls/keyctl/keyctl09
CC testcases/kernel/syscalls/keyctl/keyctl07
CC testcases/kernel/syscalls/keyctl/keyctl06
CC testcases/kernel/syscalls/keyctl/keyctl05
CC testcases/kernel/syscalls/keyctl/keyctl04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpnewipc.a
make[5]: Nothing to be done for 'all'.
BUILD libltpipc.a
make[5]: Nothing to be done for 'all'.
kill02.c: In function 'setup':
kill02.c:694:13: warning: variable 'errno_buf' set but not used [-Wunused-but-set-variable]
  694 |         int errno_buf;          /*indicates the errno if pipe set up fails.             */
      |             ^~~~~~~~~
kill02.c: In function 'child1_rout':
kill02.c:449:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  449 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:481:31: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  481 |                         (void)write(pipe2_fd[1], CHAR_SET_FAILED, 1);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:505:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  505 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:515:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  515 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:526:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  526 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:554:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  554 |                 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:561:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  561 |         (void)write(pipe1_fd[1], CHAR_SET_PASSED, 1);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'child2_rout':
kill02.c:597:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  597 |                 (void)write(pipe2_fd[1], CHAR_SET_FAILED, 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c:602:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  602 |         (void)write(pipe2_fd[1], CHAR_SET_PASSED, 1);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'childA_rout':
kill02.c:618:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  618 |         write(pipeA_fd[1], CHAR_SET_PASSED, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'childB_rout':
kill02.c:660:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  660 |         write(pipeB_fd[1], CHAR_SET_PASSED, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'chld1_kill':
kill02.c:848:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  848 |         (void)write(pipe1_fd[1], CHAR_SET_PASSED, 1);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kill02.c: In function 'parent_rout':
kill02.c:315:9: warning: '__builtin_strncpy' output may be truncated copying 1 byte from a string of length 9 [-Wstringop-truncation]
  315 |         strncpy(buf_tmp1, pipe_buf, 1);
      |         ^
kill02.c:321:9: warning: '__builtin_strncpy' output may be truncated copying 1 byte from a string of length 9 [-Wstringop-truncation]
  321 |         strncpy(buf_tmp2, pipe_buf, 1);
      |         ^
kill02.c:435:17: warning: '__builtin_strncpy' output may be truncated copying 1 byte from a string of length 9 [-Wstringop-truncation]
  435 |                 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/20240129/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/20240129/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:25:
kill11.c: In function 'setup':
../../../../include/tst_test.h:83:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
kill11.c:112:25: note: in expansion of macro 'tst_brk'
  112 |                         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
kill09.c: In function 'alarm_handler':
kill09.c:206:24: warning: unused parameter 'sig' [-Wunused-parameter]
  206 | void alarm_handler(int sig)
      |                    ~~~~^~~
CC testcases/kernel/syscalls/kill/kill09
CC testcases/kernel/syscalls/kill/kill08
kill07.c: In function 'main':
kill07.c:90:39: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
   90 |         int exno, status, nsig, asig, ret;
      |                                       ^~~
kill07.c:90:13: warning: variable 'exno' set but not used [-Wunused-but-set-variable]
   90 |         int exno, status, nsig, asig, ret;
      |             ^~~~
kill07.c: In function 'sighandler':
kill07.c:187:21: warning: unused parameter 'sig' [-Wunused-parameter]
  187 | void sighandler(int sig)
      |                 ~~~~^~~
CC testcases/kernel/syscalls/kill/kill07
CC testcases/kernel/syscalls/kill/kill06
CC testcases/kernel/syscalls/kill/kill05
CC testcases/kernel/syscalls/kill/kill03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/lchown/lchown03_16.o
CC testcases/kernel/syscalls/lchown/lchown02_16.o
LD testcases/kernel/syscalls/lchown/lchown03_16
LD testcases/kernel/syscalls/lchown/lchown02_16
CC testcases/kernel/syscalls/lchown/lchown01_16.o
CC testcases/kernel/syscalls/lchown/lchown03.o
LD testcases/kernel/syscalls/lchown/lchown01_16
LD testcases/kernel/syscalls/lchown/lchown03
CC testcases/kernel/syscalls/lchown/lchown02.o
CC testcases/kernel/syscalls/lchown/lchown01.o
LD testcases/kernel/syscalls/lchown/lchown02
LD testcases/kernel/syscalls/lchown/lchown01
rm lchown01_16.o lchown03.o lchown02_16.o lchown03_16.o lchown01.o lchown02.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/lgetxattr/lgetxattr01
CC testcases/kernel/syscalls/lgetxattr/lgetxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/link/link02
CC testcases/kernel/syscalls/link/link08
CC testcases/kernel/syscalls/link/link05
CC testcases/kernel/syscalls/link/link04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/linkat/linkat01
CC testcases/kernel/syscalls/linkat/linkat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/listen/listen01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/listxattr/listxattr01
CC testcases/kernel/syscalls/listxattr/listxattr03
CC testcases/kernel/syscalls/listxattr/listxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/llistxattr/llistxattr01
CC testcases/kernel/syscalls/llistxattr/llistxattr03
CC testcases/kernel/syscalls/llistxattr/llistxattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/llseek/llseek01
CC testcases/kernel/syscalls/llseek/llseek03
CC testcases/kernel/syscalls/llseek/llseek02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/lremovexattr/lremovexattr01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/lseek/lseek01
CC testcases/kernel/syscalls/lseek/lseek11
CC testcases/kernel/syscalls/lseek/lseek07
CC testcases/kernel/syscalls/lseek/lseek02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/lstat/lstat02_64.o
CC testcases/kernel/syscalls/lstat/lstat02
LD testcases/kernel/syscalls/lstat/lstat02_64
CC testcases/kernel/syscalls/lstat/lstat01
CC testcases/kernel/syscalls/lstat/lstat01_64.o
LD testcases/kernel/syscalls/lstat/lstat01_64
rm lstat02_64.o lstat01_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/madvise/madvise01
CC testcases/kernel/syscalls/madvise/madvise11
CC testcases/kernel/syscalls/madvise/madvise10
madvise09.c: In function 'setup_cgroup_paths':
madvise09.c:97:53: warning: '/tasks' directive output may be truncated writing 6 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
   97 |         snprintf(tasks_path, sizeof(tasks_path), "%s/tasks", cgroup_path);
      |                                                     ^~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from madvise09.c:42:
In function 'snprintf',
    inlined from 'setup_cgroup_paths' at madvise09.c:97:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 7 and 4102 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
madvise09.c: In function 'setup_cgroup_paths':
madvise09.c:99:21: warning: '/memory.limit_in_bytes' directive output may be truncated writing 22 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
   99 |                  "%s/memory.limit_in_bytes", cgroup_path);
      |                     ^~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'setup_cgroup_paths' at madvise09.c:98:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 23 and 4118 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
madvise09.c: In function 'setup_cgroup_paths':
madvise09.c:101:21: warning: '/memory.memsw.limit_in_bytes' directive output may be truncated writing 28 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
  101 |                  "%s/memory.memsw.limit_in_bytes", cgroup_path);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'setup_cgroup_paths' at madvise09.c:100:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 29 and 4124 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/madvise/madvise09
madvise08.c: In function 'find_sequence':
madvise08.c:136:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
  136 |                         if (expectc == 'z') {
      |                            ^
madvise08.c:140:17: note: here
  140 |                 default:
      |                 ^~~~~~~
CC testcases/kernel/syscalls/madvise/madvise08
CC testcases/kernel/syscalls/madvise/madvise07
CC testcases/kernel/syscalls/madvise/madvise06
CC testcases/kernel/syscalls/madvise/madvise05
CC testcases/kernel/syscalls/madvise/madvise03
CC testcases/kernel/syscalls/madvise/madvise02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from mallinfo_common.h:12,
                 from mallinfo01.c:13:
mallinfo_common.h: In function 'print_mallinfo2':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:40:9: note: in expansion of macro 'P2'
   40 |         P2(arena);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:41:9: note: in expansion of macro 'P2'
   41 |         P2(ordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:42:9: note: in expansion of macro 'P2'
   42 |         P2(smblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:43:9: note: in expansion of macro 'P2'
   43 |         P2(hblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:44:9: note: in expansion of macro 'P2'
   44 |         P2(hblkhd);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:45:9: note: in expansion of macro 'P2'
   45 |         P2(usmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:46:9: note: in expansion of macro 'P2'
   46 |         P2(fsmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:47:9: note: in expansion of macro 'P2'
   47 |         P2(uordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:48:9: note: in expansion of macro 'P2'
   48 |         P2(fordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:49:9: note: in expansion of macro 'P2'
   49 |         P2(keepcost);
      |         ^~
mallinfo01.c: In function 'test_mallinfo':
mallinfo01.c:43:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   43 |         info2 = mallinfo();
      |         ^~~~~
In file included from mallinfo_common.h:11:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
mallinfo01.c:53:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   53 |         info2 = mallinfo();
      |         ^~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
mallinfo01.c: In function 'setup':
mallinfo01.c:68:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   68 |         info1 = mallinfo();
      |         ^~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
CC testcases/kernel/syscalls/mallinfo/mallinfo01
In file included from mallinfo_common.h:12,
                 from mallinfo02.c:14:
mallinfo_common.h: In function 'print_mallinfo2':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:40:9: note: in expansion of macro 'P2'
   40 |         P2(arena);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:41:9: note: in expansion of macro 'P2'
   41 |         P2(ordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:42:9: note: in expansion of macro 'P2'
   42 |         P2(smblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:43:9: note: in expansion of macro 'P2'
   43 |         P2(hblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:44:9: note: in expansion of macro 'P2'
   44 |         P2(hblkhd);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:45:9: note: in expansion of macro 'P2'
   45 |         P2(usmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:46:9: note: in expansion of macro 'P2'
   46 |         P2(fsmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:47:9: note: in expansion of macro 'P2'
   47 |         P2(uordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:48:9: note: in expansion of macro 'P2'
   48 |         P2(fordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
mallinfo_common.h:49:9: note: in expansion of macro 'P2'
   49 |         P2(keepcost);
      |         ^~
mallinfo02.c: In function 'test_mallinfo':
mallinfo02.c:26:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   26 |         info = mallinfo();
      |         ^~~~
In file included from mallinfo_common.h:11:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
mallinfo02.c:35:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   35 |         info = mallinfo();
      |         ^~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
mallinfo02.c:39:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   39 |         info = mallinfo();
      |         ^~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
CC testcases/kernel/syscalls/mallinfo/mallinfo02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:12,
                 from mallinfo2_01.c:18:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h: In function 'print_mallinfo2':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:40:9: note: in expansion of macro 'P2'
   40 |         P2(arena);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:41:9: note: in expansion of macro 'P2'
   41 |         P2(ordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:42:9: note: in expansion of macro 'P2'
   42 |         P2(smblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:43:9: note: in expansion of macro 'P2'
   43 |         P2(hblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:44:9: note: in expansion of macro 'P2'
   44 |         P2(hblkhd);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:45:9: note: in expansion of macro 'P2'
   45 |         P2(usmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:46:9: note: in expansion of macro 'P2'
   46 |         P2(fsmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:47:9: note: in expansion of macro 'P2'
   47 |         P2(uordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:48:9: note: in expansion of macro 'P2'
   48 |         P2(fordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:49:9: note: in expansion of macro 'P2'
   49 |         P2(keepcost);
      |         ^~
mallinfo2_01.c: In function 'test_mallinfo2':
mallinfo2_01.c:29:15: warning: argument 1 value '2147483648' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
   29 |         buf = malloc(size);
      |               ^~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/mallinfo2/../mallinfo/mallinfo_common.h:11:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:39:14: note: in a call to allocation function 'malloc' declared here
   39 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^~~~~~
CC testcases/kernel/syscalls/mallinfo2/mallinfo2_01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../mallinfo/mallinfo_common.h:12,
                 from mallopt01.c:16:
../mallinfo/mallinfo_common.h: In function 'print_mallinfo2':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:40:9: note: in expansion of macro 'P2'
   40 |         P2(arena);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:41:9: note: in expansion of macro 'P2'
   41 |         P2(ordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:42:9: note: in expansion of macro 'P2'
   42 |         P2(smblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:43:9: note: in expansion of macro 'P2'
   43 |         P2(hblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:44:9: note: in expansion of macro 'P2'
   44 |         P2(hblkhd);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:45:9: note: in expansion of macro 'P2'
   45 |         P2(usmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:46:9: note: in expansion of macro 'P2'
   46 |         P2(fsmblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:47:9: note: in expansion of macro 'P2'
   47 |         P2(uordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:48:9: note: in expansion of macro 'P2'
   48 |         P2(fordblks);
      |         ^~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
../mallinfo/mallinfo_common.h:39:15: note: in expansion of macro 'tst_res'
   39 | #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f)
      |               ^~~~~~~
../mallinfo/mallinfo_common.h:49:9: note: in expansion of macro 'P2'
   49 |         P2(keepcost);
      |         ^~
mallopt01.c: In function 'test_mallopt':
mallopt01.c:31:9: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
   31 |         info = mallinfo();
      |         ^~~~
In file included from ../mallinfo/mallinfo_common.h:11:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
CC testcases/kernel/syscalls/mallopt/mallopt01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
make -C TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/lib -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/lib/Makefile" all
CC testcases/kernel/lib/ksm_helper.o
numa_helper.c: In function 'get_allowed_nodes_arr':
numa_helper.c:152:31: warning: unused parameter 'flag' [-Wunused-parameter]
  152 | int get_allowed_nodes_arr(int flag, int *num_nodes, int **nodes)
      |                           ~~~~^~~~
CC testcases/kernel/lib/numa_helper.o
AR libkerntest.a
RANLIB libkerntest.a
BUILD libltpnuma.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mbind/mbind01
CC testcases/kernel/syscalls/mbind/mbind04
CC testcases/kernel/syscalls/mbind/mbind03
CC testcases/kernel/syscalls/mbind/mbind02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/membarrier/membarrier01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/memcmp/memcmp01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/memcpy/memcpy01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
memfd_create_common.c: In function 'check_fallocate':
memfd_create_common.c:40:46: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   40 |                         "fallocate(%d, %d, %ld, %ld) failed", fd, mode,
      |                                            ~~^
      |                                              |
      |                                              long int
      |                                            %lld
   41 |                         offset, len);
      |                         ~~~~~~                
      |                         |
      |                         off_t {aka long long int}
memfd_create_common.c:40:51: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'off_t' {aka 'long long int'} [-Wformat=]
   40 |                         "fallocate(%d, %d, %ld, %ld) failed", fd, mode,
      |                                                 ~~^
      |                                                   |
      |                                                   long int
      |                                                 %lld
   41 |                         offset, len);
      |                                 ~~~                
      |                                 |
      |                                 off_t {aka long long int}
memfd_create_common.c:45:38: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   45 |                 "fallocate(%d, %d, %ld, %ld) succeeded", fd, mode,
      |                                    ~~^
      |                                      |
      |                                      long int
      |                                    %lld
   46 |                 offset, len);
      |                 ~~~~~~                
      |                 |
      |                 off_t {aka long long int}
memfd_create_common.c:45:43: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'off_t' {aka 'long long int'} [-Wformat=]
   45 |                 "fallocate(%d, %d, %ld, %ld) succeeded", fd, mode,
      |                                         ~~^
      |                                           |
      |                                           long int
      |                                         %lld
   46 |                 offset, len);
      |                         ~~~                
      |                         |
      |                         off_t {aka long long int}
memfd_create_common.c: In function 'check_fallocate_fail':
memfd_create_common.c:59:46: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   59 |                         "fallocate(%d, %d, %ld, %ld) succeeded unexpectedly",
      |                                            ~~^
      |                                              |
      |                                              long int
      |                                            %lld
   60 |                         fd, mode, offset, len);
      |                                   ~~~~~~      
      |                                   |
      |                                   off_t {aka long long int}
memfd_create_common.c:59:51: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'off_t' {aka 'long long int'} [-Wformat=]
   59 |                         "fallocate(%d, %d, %ld, %ld) succeeded unexpectedly",
      |                                                 ~~^
      |                                                   |
      |                                                   long int
      |                                                 %lld
   60 |                         fd, mode, offset, len);
      |                                           ~~~      
      |                                           |
      |                                           off_t {aka long long int}
memfd_create_common.c:66:38: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   66 |                 "fallocate(%d, %d, %ld, %ld) failed as expected", fd,
      |                                    ~~^
      |                                      |
      |                                      long int
      |                                    %lld
   67 |                 mode, offset, len);
      |                       ~~~~~~          
      |                       |
      |                       off_t {aka long long int}
memfd_create_common.c:66:43: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'off_t' {aka 'long long int'} [-Wformat=]
   66 |                 "fallocate(%d, %d, %ld, %ld) failed as expected", fd,
      |                                         ~~^
      |                                           |
      |                                           long int
      |                                         %lld
   67 |                 mode, offset, len);
      |                               ~~~          
      |                               |
      |                               off_t {aka long long int}
memfd_create_common.c: In function 'check_ftruncate':
memfd_create_common.c:77:60: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   77 |         tst_res_(filename, lineno, TPASS, "ftruncate(%d, %ld) succeeded", fd,
      |                                                          ~~^
      |                                                            |
      |                                                            long int
      |                                                          %lld
   78 |                 length);
      |                 ~~~~~~                                      
      |                 |
      |                 off_t {aka long long int}
memfd_create_common.c: In function 'check_ftruncate_fail':
memfd_create_common.c:86:42: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   86 |                         "ftruncate(%d, %ld) succeeded unexpectedly",
      |                                        ~~^
      |                                          |
      |                                          long int
      |                                        %lld
   87 |                         fd, length);
      |                             ~~~~~~        
      |                             |
      |                             off_t {aka long long int}
memfd_create_common.c:93:34: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   93 |                 "ftruncate(%d, %ld) failed as expected", fd, length);
      |                                ~~^                           ~~~~~~
      |                                  |                           |
      |                                  long int                    off_t {aka long long int}
      |                                %lld
memfd_create_common.c: In function 'check_mfd_growable_by_write':
memfd_create_common.c:446:13: warning: 'buf' is used uninitialized [-Wuninitialized]
  446 |         if (pwrite(fd, buf, sizeof(buf), 0) != sizeof(buf)) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/features.h:503,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/types.h:25,
                 from memfd_create_common.c:8:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:408:16: note: in a call to 'pwrite' declared with attribute 'access (read_only, 2, 3)' here
  408 | extern ssize_t __REDIRECT (pwrite, (int __fd, const void *__buf,
      |                ^~~~~~~~~~
memfd_create_common.c:444:14: note: 'buf' declared here
  444 |         char buf[MFD_DEF_SIZE * 8];
      |              ^~~
memfd_create_common.c: In function 'check_mfd_non_growable_by_write':
memfd_create_common.c:465:13: warning: 'buf' is used uninitialized [-Wuninitialized]
  465 |         if (pwrite(fd, buf, sizeof(buf), 0) == sizeof(buf)) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:408:16: note: in a call to 'pwrite' declared with attribute 'access (read_only, 2, 3)' here
  408 | extern ssize_t __REDIRECT (pwrite, (int __fd, const void *__buf,
      |                ^~~~~~~~~~
memfd_create_common.c:463:14: note: 'buf' declared here
  463 |         char buf[MFD_DEF_SIZE * 8];
      |              ^~~
CC testcases/kernel/syscalls/memfd_create/memfd_create_common.o
CC testcases/kernel/syscalls/memfd_create/memfd_create01
memfd_create03.c: In function 'test_def_pagesize':
memfd_create03.c:88:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Wsign-compare]
   88 |         for (i = unmap_size; i < hps; i += unmap_size) {
      |                                ^
CC testcases/kernel/syscalls/memfd_create/memfd_create04
CC testcases/kernel/syscalls/memfd_create/memfd_create02
CC testcases/kernel/syscalls/memfd_create/memfd_create03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/memset/memset01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/migrate_pages/migrate_pages_common.o
CC testcases/kernel/syscalls/migrate_pages/migrate_pages01
CC testcases/kernel/syscalls/migrate_pages/migrate_pages02
CC testcases/kernel/syscalls/migrate_pages/migrate_pages03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mincore01.c: In function 'setup4':
mincore01.c:146:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  146 |         tc->len = as_lim.rlim_cur - (rlim_t)global_pointer + pagesize;
      |                                     ^
CC testcases/kernel/syscalls/mincore/mincore02
CC testcases/kernel/syscalls/mincore/mincore03
CC testcases/kernel/syscalls/mincore/mincore01
CC testcases/kernel/syscalls/mincore/mincore04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mkdir/mkdir04
CC testcases/kernel/syscalls/mkdir/mkdir02
CC testcases/kernel/syscalls/mkdir/mkdir03
CC testcases/kernel/syscalls/mkdir/mkdir05
CC testcases/kernel/syscalls/mkdir/mkdir09
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mkdirat/mkdirat02
CC testcases/kernel/syscalls/mkdirat/mkdirat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from mknod01.c:16:
mknod01.c: In function 'run':
mknod01.c:40:33: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'dev_t' {aka 'long long unsigned int'} [-Wformat=]
   40 |                                 "mknod(PATH, %o, %ld)",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:166:25: note: in expansion of macro 'TST_MSG_'
  166 |                         TST_MSG_(TFAIL | TTERRNO, " failed",                   \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:185:17: note: in expansion of macro 'TST_EXP_PASS_SILENT_'
  185 |                 TST_EXP_PASS_SILENT_(SCALL, #SCALL, ##__VA_ARGS__);            \
      |                 ^~~~~~~~~~~~~~~~~~~~
mknod01.c:39:9: note: in expansion of macro 'TST_EXP_PASS'
   39 |         TST_EXP_PASS(mknod(PATH, tcases[i], dev),
      |         ^~~~~~~~~~~~
mknod01.c:40:52: note: format string is defined here
   40 |                                 "mknod(PATH, %o, %ld)",
      |                                                  ~~^
      |                                                    |
      |                                                    long int
      |                                                  %lld
mknod01.c:40:33: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'dev_t' {aka 'long long unsigned int'} [-Wformat=]
   40 |                                 "mknod(PATH, %o, %ld)",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:172:25: note: in expansion of macro 'TST_MSGP_'
  172 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:185:17: note: in expansion of macro 'TST_EXP_PASS_SILENT_'
  185 |                 TST_EXP_PASS_SILENT_(SCALL, #SCALL, ##__VA_ARGS__);            \
      |                 ^~~~~~~~~~~~~~~~~~~~
mknod01.c:39:9: note: in expansion of macro 'TST_EXP_PASS'
   39 |         TST_EXP_PASS(mknod(PATH, tcases[i], dev),
      |         ^~~~~~~~~~~~
mknod01.c:40:52: note: format string is defined here
   40 |                                 "mknod(PATH, %o, %ld)",
      |                                                  ~~^
      |                                                    |
      |                                                    long int
      |                                                  %lld
mknod01.c:40:33: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'dev_t' {aka 'long long unsigned int'} [-Wformat=]
   40 |                                 "mknod(PATH, %o, %ld)",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:188:25: note: in expansion of macro 'TST_MSG_'
  188 |                         TST_MSG_(TPASS, " passed", #SCALL, ##__VA_ARGS__);     \
      |                         ^~~~~~~~
mknod01.c:39:9: note: in expansion of macro 'TST_EXP_PASS'
   39 |         TST_EXP_PASS(mknod(PATH, tcases[i], dev),
      |         ^~~~~~~~~~~~
mknod01.c:40:52: note: format string is defined here
   40 |                                 "mknod(PATH, %o, %ld)",
      |                                                  ~~^
      |                                                    |
      |                                                    long int
      |                                                  %lld
CC testcases/kernel/syscalls/mknod/mknod01
CC testcases/kernel/syscalls/mknod/mknod03
CC testcases/kernel/syscalls/mknod/mknod02
CC testcases/kernel/syscalls/mknod/mknod09
CC testcases/kernel/syscalls/mknod/mknod06
CC testcases/kernel/syscalls/mknod/mknod07
CC testcases/kernel/syscalls/mknod/mknod08
CC testcases/kernel/syscalls/mknod/mknod05
CC testcases/kernel/syscalls/mknod/mknod04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mknodat/mknodat01
CC testcases/kernel/syscalls/mknodat/mknodat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from mlock02.c:30:
mlock02.c: In function 'test_enomem1':
mlock02.c:43:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:43:9: note: in expansion of macro 'TST_EXP_FAIL'
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:43:61: note: format string is defined here
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c:43:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:43:9: note: in expansion of macro 'TST_EXP_FAIL'
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:43:61: note: format string is defined here
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c:43:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:43:9: note: in expansion of macro 'TST_EXP_FAIL'
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:43:61: note: format string is defined here
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c:43:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:235:25: note: in expansion of macro 'TST_MSG_'
  235 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:43:9: note: in expansion of macro 'TST_EXP_FAIL'
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:43:61: note: format string is defined here
   43 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c: In function 'test_enomem2':
mlock02.c:57:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:57:9: note: in expansion of macro 'TST_EXP_FAIL'
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:57:61: note: format string is defined here
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c:57:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:57:9: note: in expansion of macro 'TST_EXP_FAIL'
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:57:61: note: format string is defined here
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c:57:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:57:9: note: in expansion of macro 'TST_EXP_FAIL'
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:57:61: note: format string is defined here
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c:57:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:235:25: note: in expansion of macro 'TST_MSG_'
  235 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:57:9: note: in expansion of macro 'TST_EXP_FAIL'
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:57:61: note: format string is defined here
   57 |         TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len);
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
mlock02.c: In function 'test_eperm':
mlock02.c:74:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                               ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:74:9: note: in expansion of macro 'TST_EXP_FAIL'
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:74:60: note: format string is defined here
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                                          ~~^
      |                                                            |
      |                                                            long unsigned int
      |                                                          %u
mlock02.c:74:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                               ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:74:9: note: in expansion of macro 'TST_EXP_FAIL'
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:74:60: note: format string is defined here
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                                          ~~^
      |                                                            |
      |                                                            long unsigned int
      |                                                          %u
mlock02.c:74:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                               ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:74:9: note: in expansion of macro 'TST_EXP_FAIL'
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:74:60: note: format string is defined here
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                                          ~~^
      |                                                            |
      |                                                            long unsigned int
      |                                                          %u
mlock02.c:74:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                               ^~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:235:25: note: in expansion of macro 'TST_MSG_'
  235 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
mlock02.c:74:9: note: in expansion of macro 'TST_EXP_FAIL'
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |         ^~~~~~~~~~~~
mlock02.c:74:60: note: format string is defined here
   74 |         TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len);
      |                                                          ~~^
      |                                                            |
      |                                                            long unsigned int
      |                                                          %u
CC testcases/kernel/syscalls/mlock/mlock04
CC testcases/kernel/syscalls/mlock/mlock03
CC testcases/kernel/syscalls/mlock/mlock01
CC testcases/kernel/syscalls/mlock/mlock02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:113,
                 from mlock201.c:25:
mlock201.c: In function 'verify_mlock2':
../../../../include/tst_safe_file_ops.h:23:33: warning: format '%ld' expects argument of type 'long int *', but argument 7 has type 'size_t *' {aka 'unsigned int *'} [-Wformat=]
   23 |                         (path), (fmt), ## __VA_ARGS__)
      |                                 ^~~~~
mlock201.c:101:9: note: in expansion of macro 'SAFE_FILE_LINES_SCANF'
  101 |         SAFE_FILE_LINES_SCANF("/proc/self/status", "VmLck: %ld", &bsize);
      |         ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_safe_file_ops.h:23:33: warning: format '%ld' expects argument of type 'long int *', but argument 7 has type 'size_t *' {aka 'unsigned int *'} [-Wformat=]
   23 |                         (path), (fmt), ## __VA_ARGS__)
      |                                 ^~~~~
mlock201.c:105:9: note: in expansion of macro 'SAFE_FILE_LINES_SCANF'
  105 |         SAFE_FILE_LINES_SCANF("/proc/self/status", "VmLck: %ld", &asize);
      |         ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mlock201.c:117:17: note: in expansion of macro 'tst_res'
  117 |                 tst_res(TFAIL, "VmLck showed wrong %ld pages, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mlock201.c:117:17: note: in expansion of macro 'tst_res'
  117 |                 tst_res(TFAIL, "VmLck showed wrong %ld pages, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mlock201.c:124:17: note: in expansion of macro 'tst_res'
  124 |                 tst_res(TFAIL, "mlock2(%d) locked %ld pages, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mlock201.c:124:17: note: in expansion of macro 'tst_res'
  124 |                 tst_res(TFAIL, "mlock2(%d) locked %ld pages, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mlock201.c:127:17: note: in expansion of macro 'tst_res'
  127 |                 tst_res(TPASS, "mlock2(%d) succeeded in locking %ld pages",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/mlock2/mlock203
CC testcases/kernel/syscalls/mlock2/mlock202
CC testcases/kernel/syscalls/mlock2/mlock201
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mlockall02.c: In function 'cleanup_test':
mlockall02.c:233:17: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result]
  233 |                 seteuid(0);
      |                 ^~~~~~~~~~
CC testcases/kernel/syscalls/mlockall/mlockall01
CC testcases/kernel/syscalls/mlockall/mlockall02
CC testcases/kernel/syscalls/mlockall/mlockall03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mmap/mmap01
CC testcases/kernel/syscalls/mmap/mmap02
CC testcases/kernel/syscalls/mmap/mmap03
CC testcases/kernel/syscalls/mmap/mmap001
In file included from mmap18.c:56:
mmap18.c: In function 'allocate_stack':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'long unsigned int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mmap18.c:105:9: note: in expansion of macro 'tst_res'
  105 |         tst_res(TINFO, "mapped pages %zu, stack pages %zu",
      |         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mmap18.c:105:9: note: in expansion of macro 'tst_res'
  105 |         tst_res(TINFO, "mapped pages %zu, stack pages %zu",
      |         ^~~~~~~
mmap18.c: In function 'check_depth_recursive':
mmap18.c:113:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  113 |         if ((off_t) &limit < (off_t) limit) {
      |             ^
mmap18.c:113:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  113 |         if ((off_t) &limit < (off_t) limit) {
      |                              ^
CC testcases/kernel/syscalls/mmap/mmap15
CC testcases/kernel/syscalls/mmap/mmap17
CC testcases/kernel/syscalls/mmap/mmap16
CC testcases/kernel/syscalls/mmap/mmap18
CC testcases/kernel/syscalls/mmap/mmap19
CC testcases/kernel/syscalls/mmap/mmap20
CC testcases/kernel/syscalls/mmap/mmap14
CC testcases/kernel/syscalls/mmap/mmap13
mmap11.c: In function 'wait_thread':
mmap11.c:128:25: warning: unused parameter 'args' [-Wunused-parameter]
  128 | void *wait_thread(void *args)
      |                   ~~~~~~^~~~
mmap11.c: In function 'wait_thread2':
mmap11.c:139:26: warning: unused parameter 'args' [-Wunused-parameter]
  139 | void *wait_thread2(void *args)
      |                    ~~~~~~^~~~
CC testcases/kernel/syscalls/mmap/mmap12
CC testcases/kernel/syscalls/mmap/mmap11
CC testcases/kernel/syscalls/mmap/mmap09
CC testcases/kernel/syscalls/mmap/mmap10
CC testcases/kernel/syscalls/mmap/mmap06
CC testcases/kernel/syscalls/mmap/mmap08
CC testcases/kernel/syscalls/mmap/mmap05
CC testcases/kernel/syscalls/mmap/mmap04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/modify_ldt/modify_ldt01
CC testcases/kernel/syscalls/modify_ldt/modify_ldt02
CC testcases/kernel/syscalls/modify_ldt/modify_ldt03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from mount02.c:46:
mount02.c: In function 'setup':
mount02.c:199:26: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'dev_t' {aka 'long long unsigned int'} [-Wformat=]
  199 |                          "failed to mknod(char_dev, S_IFCHR | FILE_MODE, %lu)",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |                          dev);
      |                          ~~~
      |                          |
      |                          dev_t {aka long long unsigned int}
../../../../include/old/test.h:153:64: note: in definition of macro 'tst_brkm'
  153 |                 tst_brkm__(__FILE__, __LINE__, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                                                                ^~~
mount02.c:199:76: note: format string is defined here
  199 |                          "failed to mknod(char_dev, S_IFCHR | FILE_MODE, %lu)",
      |                                                                          ~~^
      |                                                                            |
      |                                                                            long unsigned int
      |                                                                          %llu
In file included from mount03.c:31:
mount03.c: In function 'test_file_dir_noatime':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:137:25: note: in expansion of macro 'tst_res'
  137 |                         tst_res(TPASS, "st.st_atime(%ld) > atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:137:25: note: in expansion of macro 'tst_res'
  137 |                         tst_res(TPASS, "st.st_atime(%ld) > atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:140:25: note: in expansion of macro 'tst_res'
  140 |                         tst_res(TFAIL, "st.st_atime(%ld) < atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:140:25: note: in expansion of macro 'tst_res'
  140 |                         tst_res(TFAIL, "st.st_atime(%ld) < atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:148:25: note: in expansion of macro 'tst_res'
  148 |                         tst_res(TPASS, "dir_st.st_atime(%ld) > dir_atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:148:25: note: in expansion of macro 'tst_res'
  148 |                         tst_res(TPASS, "dir_st.st_atime(%ld) > dir_atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:151:25: note: in expansion of macro 'tst_res'
  151 |                         tst_res(TFAIL, "dir_st.st_atime(%ld) < dir_atime(%ld)",
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mount03.c:151:25: note: in expansion of macro 'tst_res'
  151 |                         tst_res(TFAIL, "dir_st.st_atime(%ld) < dir_atime(%ld)",
      |                         ^~~~~~~
CC testcases/kernel/syscalls/mount/mount03_suid_child
CC testcases/kernel/syscalls/mount/mount02
CC testcases/kernel/syscalls/mount/mount01
In file included from ../../../../include/tst_test.h:21,
                 from mount07.c:25:
mount07.c: In function 'test_readlink':
mount07.c:68:25: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'unsigned int' [-Wformat=]
   68 |                         "readlink(%s, buf, %ld)", link_file, sizeof(buf));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:63:25: note: in expansion of macro 'TST_MSG_'
   63 |                         TST_MSG_(TFAIL | TTERRNO, " failed",                   \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:86:17: note: in expansion of macro 'TST_EXP_POSITIVE__'
   86 |                 TST_EXP_POSITIVE__(SCALL, #SCALL, ##__VA_ARGS__);              \
      |                 ^~~~~~~~~~~~~~~~~~
mount07.c:67:9: note: in expansion of macro 'TST_EXP_POSITIVE'
   67 |         TST_EXP_POSITIVE(readlink(link_file, buf, sizeof(buf)),
      |         ^~~~~~~~~~~~~~~~
mount07.c:68:46: note: format string is defined here
   68 |                         "readlink(%s, buf, %ld)", link_file, sizeof(buf));
      |                                            ~~^
      |                                              |
      |                                              long int
      |                                            %d
mount07.c:68:25: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'unsigned int' [-Wformat=]
   68 |                         "readlink(%s, buf, %ld)", link_file, sizeof(buf));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:69:25: note: in expansion of macro 'TST_MSGP_'
   69 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:86:17: note: in expansion of macro 'TST_EXP_POSITIVE__'
   86 |                 TST_EXP_POSITIVE__(SCALL, #SCALL, ##__VA_ARGS__);              \
      |                 ^~~~~~~~~~~~~~~~~~
mount07.c:67:9: note: in expansion of macro 'TST_EXP_POSITIVE'
   67 |         TST_EXP_POSITIVE(readlink(link_file, buf, sizeof(buf)),
      |         ^~~~~~~~~~~~~~~~
mount07.c:68:46: note: format string is defined here
   68 |                         "readlink(%s, buf, %ld)", link_file, sizeof(buf));
      |                                            ~~^
      |                                              |
      |                                              long int
      |                                            %d
mount07.c:68:25: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'unsigned int' [-Wformat=]
   68 |                         "readlink(%s, buf, %ld)", link_file, sizeof(buf));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:89:25: note: in expansion of macro 'TST_MSGP_'
   89 |                         TST_MSGP_(TPASS, " returned %ld",                      \
      |                         ^~~~~~~~~
mount07.c:67:9: note: in expansion of macro 'TST_EXP_POSITIVE'
   67 |         TST_EXP_POSITIVE(readlink(link_file, buf, sizeof(buf)),
      |         ^~~~~~~~~~~~~~~~
mount07.c:68:46: note: format string is defined here
   68 |                         "readlink(%s, buf, %ld)", link_file, sizeof(buf));
      |                                            ~~^
      |                                              |
      |                                              long int
      |                                            %d
CC testcases/kernel/syscalls/mount/mount03
CC testcases/kernel/syscalls/mount/mount05
CC testcases/kernel/syscalls/mount/mount06
CC testcases/kernel/syscalls/mount/mount07
CC testcases/kernel/syscalls/mount/mount04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mount_setattr/mount_setattr01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/move_mount/move_mount01
CC testcases/kernel/syscalls/move_mount/move_mount02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
move_pages_support.c: In function 'free_pages':
move_pages_support.c:37:24: warning: unused parameter 'pages' [-Wunused-parameter]
   37 | void free_pages(void **pages, unsigned int num)
      |                 ~~~~~~~^~~~~
move_pages_support.c:37:44: warning: unused parameter 'num' [-Wunused-parameter]
   37 | void free_pages(void **pages, unsigned int num)
      |                               ~~~~~~~~~~~~~^~~
move_pages_support.c: In function 'verify_pages_on_nodes':
move_pages_support.c:169:30: warning: unused parameter 'pages' [-Wunused-parameter]
  169 | verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes)
      |                       ~~~~~~~^~~~~
move_pages_support.c:169:42: warning: unused parameter 'status' [-Wunused-parameter]
  169 | verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes)
      |                                     ~~~~~^~~~~~
move_pages_support.c:169:63: warning: unused parameter 'num' [-Wunused-parameter]
  169 | verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes)
      |                                                  ~~~~~~~~~~~~~^~~
move_pages_support.c:169:73: warning: unused parameter 'nodes' [-Wunused-parameter]
  169 | verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes)
      |                                                                    ~~~~~^~~~~
move_pages_support.c: In function 'verify_pages_linear':
move_pages_support.c:215:33: warning: unused parameter 'pages' [-Wunused-parameter]
  215 | void verify_pages_linear(void **pages, int *status, unsigned int num)
      |                          ~~~~~~~^~~~~
move_pages_support.c:215:45: warning: unused parameter 'status' [-Wunused-parameter]
  215 | void verify_pages_linear(void **pages, int *status, unsigned int num)
      |                                        ~~~~~^~~~~~
move_pages_support.c:215:66: warning: unused parameter 'num' [-Wunused-parameter]
  215 | void verify_pages_linear(void **pages, int *status, unsigned int num)
      |                                                     ~~~~~~~~~~~~~^~~
move_pages_support.c: In function 'alloc_shared_pages_on_node':
move_pages_support.c:270:39: warning: unused parameter 'pages' [-Wunused-parameter]
  270 | int alloc_shared_pages_on_node(void **pages, unsigned int num, int node)
      |                                ~~~~~~~^~~~~
move_pages_support.c:270:59: warning: unused parameter 'num' [-Wunused-parameter]
  270 | int alloc_shared_pages_on_node(void **pages, unsigned int num, int node)
      |                                              ~~~~~~~~~~~~~^~~
move_pages_support.c:270:68: warning: unused parameter 'node' [-Wunused-parameter]
  270 | int alloc_shared_pages_on_node(void **pages, unsigned int num, int node)
      |                                                                ~~~~^~~~
move_pages_support.c: In function 'check_config':
move_pages_support.c:393:32: warning: unused parameter 'min_nodes' [-Wunused-parameter]
  393 | void check_config(unsigned int min_nodes)
      |                   ~~~~~~~~~~~~~^~~~~~~~~
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/move_pages/move_pages_support.o
CC testcases/kernel/syscalls/move_pages/move_pages03
CC testcases/kernel/syscalls/move_pages/move_pages02
CC testcases/kernel/syscalls/move_pages/move_pages04
CC testcases/kernel/syscalls/move_pages/move_pages01
CC testcases/kernel/syscalls/move_pages/move_pages05
CC testcases/kernel/syscalls/move_pages/move_pages12
CC testcases/kernel/syscalls/move_pages/move_pages11
CC testcases/kernel/syscalls/move_pages/move_pages07
CC testcases/kernel/syscalls/move_pages/move_pages10
CC testcases/kernel/syscalls/move_pages/move_pages09
CC testcases/kernel/syscalls/move_pages/move_pages06
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mprotect/mprotect02
CC testcases/kernel/syscalls/mprotect/mprotect05
CC testcases/kernel/syscalls/mprotect/mprotect01
CC testcases/kernel/syscalls/mprotect/mprotect03
CC testcases/kernel/syscalls/mprotect/mprotect04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mq_notify/mq_notify02
CC testcases/kernel/syscalls/mq_notify/mq_notify03
CC testcases/kernel/syscalls/mq_notify/mq_notify01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mq_open/mq_open01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mq_timedreceive01.c: In function 'do_test':
mq_timedreceive01.c:202:21: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Wsign-compare]
  202 |         if (tc->len != TST_RET) {
      |                     ^~
CC testcases/kernel/syscalls/mq_timedreceive/mq_timedreceive01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mq_timedsend01.c: In function 'do_test':
mq_timedsend01.c:238:21: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Wsign-compare]
  238 |         if (tc->len != TST_RET) {
      |                     ^~
CC testcases/kernel/syscalls/mq_timedsend/mq_timedsend01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mq_unlink/mq_unlink01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpipc.a
make[5]: Nothing to be done for 'all'.
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/mremap/mremap02
CC testcases/kernel/syscalls/mremap/mremap04
CC testcases/kernel/syscalls/mremap/mremap03
CC testcases/kernel/syscalls/mremap/mremap01
CC testcases/kernel/syscalls/mremap/mremap05
CC testcases/kernel/syscalls/mremap/mremap06
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
msync03.c: In function 'setup':
msync03.c:131:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  131 |         addr3 = (char *)rl.rlim_max;
      |                 ^
CC testcases/kernel/syscalls/msync/msync01
CC testcases/kernel/syscalls/msync/msync02
CC testcases/kernel/syscalls/msync/msync04
CC testcases/kernel/syscalls/msync/msync03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from munlock02.c:18:
munlock02.c: In function 'run':
munlock02.c:25:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                  ^~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
munlock02.c:25:9: note: in expansion of macro 'TST_EXP_FAIL'
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |         ^~~~~~~~~~~~
munlock02.c:25:65: note: format string is defined here
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long unsigned int
      |                                                               %u
munlock02.c:25:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                  ^~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
munlock02.c:25:9: note: in expansion of macro 'TST_EXP_FAIL'
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |         ^~~~~~~~~~~~
munlock02.c:25:65: note: format string is defined here
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long unsigned int
      |                                                               %u
munlock02.c:25:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                  ^~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
munlock02.c:25:9: note: in expansion of macro 'TST_EXP_FAIL'
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |         ^~~~~~~~~~~~
munlock02.c:25:65: note: format string is defined here
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long unsigned int
      |                                                               %u
munlock02.c:25:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                  ^~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:235:25: note: in expansion of macro 'TST_MSG_'
  235 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
munlock02.c:25:9: note: in expansion of macro 'TST_EXP_FAIL'
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |         ^~~~~~~~~~~~
munlock02.c:25:65: note: format string is defined here
   25 |         TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long unsigned int
      |                                                               %u
CC testcases/kernel/syscalls/munlock/munlock01
CC testcases/kernel/syscalls/munlock/munlock02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/munlockall/munlockall01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
munmap03.c: In function 'test_einval1':
munmap03.c:117:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  117 |         addr = (char *)brkval.rlim_max;
      |                ^
CC testcases/kernel/syscalls/munmap/munmap03
CC testcases/kernel/syscalls/munmap/munmap02
CC testcases/kernel/syscalls/munmap/munmap01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/name_to_handle_at/name_to_handle_at01
CC testcases/kernel/syscalls/name_to_handle_at/name_to_handle_at02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/nanosleep/nanosleep04
CC testcases/kernel/syscalls/nanosleep/nanosleep01
CC testcases/kernel/syscalls/nanosleep/nanosleep02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/newuname/newuname01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
nftw.c: In function 'setup':
nftw.c:686:9: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
  686 |         setuid(ltpuser->pw_uid);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function 'nftw_fn':
tools.c:158:25: warning: unused parameter 'path' [-Wunused-parameter]
  158 | int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS)
      |             ~~~~~~~~~~~~^~~~
tools.c:158:50: warning: unused parameter 'st' [-Wunused-parameter]
  158 | int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS)
      |                               ~~~~~~~~~~~~~~~~~~~^~
tools.c:158:58: warning: unused parameter 'ival' [-Wunused-parameter]
  158 | int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS)
      |                                                      ~~~~^~~~
tools.c:158:76: warning: unused parameter 'FTWS' [-Wunused-parameter]
  158 | int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS)
      |                                                                ~~~~~~~~~~~~^~~~
tools.c: In function 'do_info':
tools.c:250:26: warning: unused parameter 'path_name' [-Wunused-parameter]
  250 | void do_info(const char *path_name)
      |              ~~~~~~~~~~~~^~~~~~~~~
tools.c: In function 'cleanup_function':
tools.c:53:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
   53 |         system("rm -rf ./tmp");
      |         ^~~~~~~~~~~~~~~~~~~~~~
test_func.c: In function 'test_func1':
test_func.c:41:54: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
   41 | test_func1(const char *path_name, const struct stat *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:42:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
   42 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func.c:42:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
   42 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func3':
test_func.c:76:54: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
   76 | test_func3(const char *path_name, const struct stat *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:77:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
   77 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func.c:77:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
   77 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func4':
test_func.c:101:54: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  101 | test_func4(const char *path_name, const struct stat *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:102:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  102 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func.c:102:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  102 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func5':
test_func.c:114:54: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  114 | test_func5(const char *path_name, const struct stat *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:115:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  115 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func7':
test_func.c:137:54: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  137 | test_func7(const char *path_name, const struct stat *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:138:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  138 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func.c:138:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  138 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func8':
test_func.c:168:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  168 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func9':
test_func.c:248:54: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  248 | test_func9(const char *path_name, const struct stat *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:249:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  249 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func10':
test_func.c:283:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  283 | test_func10(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:284:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  284 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func11':
test_func.c:317:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  317 | test_func11(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:318:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  318 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func12':
test_func.c:351:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  351 | test_func12(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:352:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  352 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func13':
test_func.c:383:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  383 | test_func13(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:384:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  384 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func14':
test_func.c:418:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  418 | test_func14(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:419:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  419 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func15':
test_func.c:453:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  453 | test_func15(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:454:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  454 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func16':
test_func.c:468:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  468 | test_func16(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:469:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  469 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func.c: In function 'test_func17':
test_func.c:497:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  497 | test_func17(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:498:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  498 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func18':
test_func.c:510:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  510 | test_func18(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:511:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  511 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func19':
test_func.c:522:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  522 | test_func19(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:523:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  523 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func20':
test_func.c:546:25: warning: unused parameter 'path_name' [-Wunused-parameter]
  546 | test_func20(const char *path_name, const struct stat *stat_pointer,
      |             ~~~~~~~~~~~~^~~~~~~~~
test_func.c:546:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  546 | test_func20(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:547:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  547 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func.c:547:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  547 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func21':
test_func.c:553:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  553 | test_func21(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:554:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  554 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func.c:554:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  554 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func.c: In function 'test_func22':
test_func.c:581:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  581 | test_func22(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:582:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  582 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func.c: In function 'test_func23':
test_func.c:613:55: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  613 | test_func23(const char *path_name, const struct stat *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func.c:614:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  614 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
lib.c: In function 'get_long_name_buffer':
lib.c:65:62: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   65 |         if ((path_length = pathconf(tmp_path, _PC_PATH_MAX)) == -1) {
      |                                                              ^~
lib.c:72:62: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   72 |         if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) {
      |                                                              ^~
lib.c: In function 'test_ENAMETOOLONG_path':
lib.c:183:60: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
  183 |         if ((pcPathMax = pathconf(tmp_path, _PC_PATH_MAX)) == -1) {
      |                                                            ^~
lib.c:208:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  208 |         while (pathLength < pcPathMax) {
      |                           ^
lib.c:219:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  219 |         while (pathLength <= pcPathMax) {
      |                           ^~
lib.c:226:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  226 |         if (pathLength != pcPathMax + 1) {
      |                        ^~
CC testcases/kernel/syscalls/nftw/nftw.o
nftw64.c: In function 'setup':
nftw64.c:713:9: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
  713 |         setuid(ltpuser->pw_uid);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/nftw/tools.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/nftw/nftw64.o
lib64.c: In function 'get_long_name_buffer':
lib64.c:65:62: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   65 |         if ((path_length = pathconf(tmp_path, _PC_PATH_MAX)) == -1) {
      |                                                              ^~
lib64.c:72:62: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   72 |         if ((name_length = pathconf(tmp_path, _PC_NAME_MAX)) == -1) {
      |                                                              ^~
lib64.c: In function 'test_ENAMETOOLONG_path':
lib64.c:183:60: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
  183 |         if ((pcPathMax = pathconf(tmp_path, _PC_PATH_MAX)) == -1) {
      |                                                            ^~
lib64.c:208:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  208 |         while (pathLength < pcPathMax) {
      |                           ^
lib64.c:219:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  219 |         while (pathLength <= pcPathMax) {
      |                           ^~
lib64.c:226:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  226 |         if (pathLength != pcPathMax + 1) {
      |                        ^~
CC testcases/kernel/syscalls/nftw/lib.o
test_func64.c: In function 'test_func1':
test_func64.c:41:56: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
   41 | test_func1(const char *path_name, const struct stat64 *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:42:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
   42 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func64.c:42:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
   42 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func3':
test_func64.c:75:56: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
   75 | test_func3(const char *path_name, const struct stat64 *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:76:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
   76 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func64.c:76:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
   76 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func4':
test_func64.c:100:56: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  100 | test_func4(const char *path_name, const struct stat64 *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:101:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  101 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func64.c:101:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  101 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func5':
test_func64.c:113:56: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  113 | test_func5(const char *path_name, const struct stat64 *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:114:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  114 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func7':
test_func64.c:137:56: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  137 | test_func7(const char *path_name, const struct stat64 *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:138:16: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  138 |            int ftw_integer, struct FTW *ftwp)
      |            ~~~~^~~~~~~~~~~
test_func64.c:138:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  138 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func8':
test_func64.c:169:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  169 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func9':
test_func64.c:250:56: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  250 | test_func9(const char *path_name, const struct stat64 *stat_pointer,
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:251:41: warning: unused parameter 'ftwp' [-Wunused-parameter]
  251 |            int ftw_integer, struct FTW *ftwp)
      |                             ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func10':
test_func64.c:286:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  286 | test_func10(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:287:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  287 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func11':
test_func64.c:321:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  321 | test_func11(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:322:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  322 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func12':
test_func64.c:356:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  356 | test_func12(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:357:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  357 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func13':
test_func64.c:389:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  389 | test_func13(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:390:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  390 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func14':
test_func64.c:425:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  425 | test_func14(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:426:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  426 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func15':
test_func64.c:461:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  461 | test_func15(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:462:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  462 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func16':
test_func64.c:478:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  478 | test_func16(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:479:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  479 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func64.c: In function 'test_func17':
test_func64.c:508:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  508 | test_func17(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:509:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  509 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func18':
test_func64.c:521:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  521 | test_func18(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:522:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  522 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func19':
test_func64.c:533:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  533 | test_func19(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:534:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  534 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func20':
test_func64.c:558:25: warning: unused parameter 'path_name' [-Wunused-parameter]
  558 | test_func20(const char *path_name, const struct stat64 *stat_pointer,
      |             ~~~~~~~~~~~~^~~~~~~~~
test_func64.c:558:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  558 | test_func20(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:559:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  559 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func64.c:559:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  559 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func21':
test_func64.c:565:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  565 | test_func21(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:566:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  566 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func64.c:566:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  566 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
test_func64.c: In function 'test_func22':
test_func64.c:594:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  594 | test_func22(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:595:17: warning: unused parameter 'ftw_integer' [-Wunused-parameter]
  595 |             int ftw_integer, struct FTW *ftwp)
      |             ~~~~^~~~~~~~~~~
test_func64.c: In function 'test_func23':
test_func64.c:626:57: warning: unused parameter 'stat_pointer' [-Wunused-parameter]
  626 | test_func23(const char *path_name, const struct stat64 *stat_pointer,
      |                                    ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
test_func64.c:627:42: warning: unused parameter 'ftwp' [-Wunused-parameter]
  627 |             int ftw_integer, struct FTW *ftwp)
      |                              ~~~~~~~~~~~~^~~~
tools64.c: In function 'nftw64_fn':
tools64.c:158:23: warning: unused parameter 'path' [-Wunused-parameter]
  158 | nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS)
      |           ~~~~~~~~~~~~^~~~
tools64.c:158:50: warning: unused parameter 'st' [-Wunused-parameter]
  158 | nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS)
      |                             ~~~~~~~~~~~~~~~~~~~~~^~
tools64.c:158:58: warning: unused parameter 'ival' [-Wunused-parameter]
  158 | nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS)
      |                                                      ~~~~^~~~
tools64.c:158:76: warning: unused parameter 'FTWS' [-Wunused-parameter]
  158 | nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS)
      |                                                                ~~~~~~~~~~~~^~~~
tools64.c: In function 'do_info':
tools64.c:250:26: warning: unused parameter 'path_name' [-Wunused-parameter]
  250 | void do_info(const char *path_name)
      |              ~~~~~~~~~~~~^~~~~~~~~
tools64.c: In function 'cleanup_function':
tools64.c:52:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
   52 |         system("rm -rf ./tmp");
      |         ^~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/nftw/lib64.o
CC testcases/kernel/syscalls/nftw/test_func.o
CC testcases/kernel/syscalls/nftw/tools64.o
CC testcases/kernel/syscalls/nftw/test.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../../../lib  nftw.o tools.o test_func.o test.o lib.o  -lltp -o nftw01
CC testcases/kernel/syscalls/nftw/test_func64.o
CC testcases/kernel/syscalls/nftw/test64.o
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../../../lib  nftw64.o tools64.o test_func64.o test64.o lib64.o  -lltp -o nftw6401
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from nice05.c:22:
nice05.c: In function 'verify_nice':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
nice05.c:132:9: note: in expansion of macro 'tst_res'
  132 |         tst_res(TINFO, "Nice low thread CPU time: %ld.%09ld s",
      |         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
nice05.c:134:9: note: in expansion of macro 'tst_res'
  134 |         tst_res(TINFO, "Nice high thread CPU time: %ld.%09ld s",
      |         ^~~~~~~
CC testcases/kernel/syscalls/nice/nice01
CC testcases/kernel/syscalls/nice/nice02
nice05.c: In function 'setup':
nice05.c:78:13: warning: 'some_cpu' may be used uninitialized [-Wmaybe-uninitialized]
   78 |         int some_cpu;
      |             ^~~~~~~~
CC testcases/kernel/syscalls/nice/nice04
CC testcases/kernel/syscalls/nice/nice03
CC testcases/kernel/syscalls/nice/nice05
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/open/open09
CC testcases/kernel/syscalls/open/open04
CC testcases/kernel/syscalls/open/open03
CC testcases/kernel/syscalls/open/open02
CC testcases/kernel/syscalls/open/open01
CC testcases/kernel/syscalls/open/open08
CC testcases/kernel/syscalls/open/open06
CC testcases/kernel/syscalls/open/open10
CC testcases/kernel/syscalls/open/open07
In file included from ../../../../include/old/test.h:21,
                 from open13.c:38:
open13.c: In function 'verify_fgetxattr':
open13.c:136:14: warning: argument 3 is null but the corresponding size argument 4 value is 1 [-Wnonnull]
  136 |         TEST(fgetxattr(fd, "tkey", NULL, 1));
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/old/usctest.h:59:31: note: in definition of macro 'TEST'
   59 |                 TEST_RETURN = SCALL; \
      |                               ^~~~~
In file included from open13.c:35:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/xattr.h:73:16: note: in a call to function 'fgetxattr' declared with attribute 'access (write_only, 3, 4)'
   73 | extern ssize_t fgetxattr (int __fd, const char *__name, void *__value,
      |                ^~~~~~~~~
CC testcases/kernel/syscalls/open/open12_child
CC testcases/kernel/syscalls/open/open13
CC testcases/kernel/syscalls/open/open12
CC testcases/kernel/syscalls/open/open11
CC testcases/kernel/syscalls/open/open14
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/open_by_handle_at/open_by_handle_at01
CC testcases/kernel/syscalls/open_by_handle_at/open_by_handle_at02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/open_tree/open_tree02
CC testcases/kernel/syscalls/open_tree/open_tree01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/openat/openat02_child
openat01.c: In function 'setup':
openat01.c:87:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=]
   87 |         snprintf(glob_path, sizeof(glob_path), "%s/" TEST_DIR TEST_FILE, buf);
      |                                                 ^~                       ~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from openat01.c:34:
In function 'snprintf',
    inlined from 'setup' at openat01.c:87:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 20 and 4115 bytes into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/openat/openat01
CC testcases/kernel/syscalls/openat/openat04
CC testcases/kernel/syscalls/openat/openat02
CC testcases/kernel/syscalls/openat/openat03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/openat2/openat203
CC testcases/kernel/syscalls/openat2/openat202
CC testcases/kernel/syscalls/openat2/openat201
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pathconf/pathconf01
CC testcases/kernel/syscalls/pathconf/pathconf02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
pause02.c: In function 'sig_handle':
pause02.c:115:28: warning: unused parameter 'sig' [-Wunused-parameter]
  115 | static void sig_handle(int sig)
      |                        ~~~~^~~
CC testcases/kernel/syscalls/pause/pause02
CC testcases/kernel/syscalls/pause/pause01
CC testcases/kernel/syscalls/pause/pause03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/perf_event_open/perf_event_open01
CC testcases/kernel/syscalls/perf_event_open/perf_event_open03
CC testcases/kernel/syscalls/perf_event_open/perf_event_open02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/personality/personality01
CC testcases/kernel/syscalls/personality/personality02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pidfd_getfd/pidfd_getfd01
CC testcases/kernel/syscalls/pidfd_getfd/pidfd_getfd02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pidfd_open/pidfd_open02
CC testcases/kernel/syscalls/pidfd_open/pidfd_open03
CC testcases/kernel/syscalls/pidfd_open/pidfd_open01
CC testcases/kernel/syscalls/pidfd_open/pidfd_open04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pidfd_send_signal/pidfd_send_signal02
CC testcases/kernel/syscalls/pidfd_send_signal/pidfd_send_signal01
CC testcases/kernel/syscalls/pidfd_send_signal/pidfd_send_signal03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pipe/pipe03
CC testcases/kernel/syscalls/pipe/pipe10
CC testcases/kernel/syscalls/pipe/pipe05
CC testcases/kernel/syscalls/pipe/pipe01
CC testcases/kernel/syscalls/pipe/pipe09
CC testcases/kernel/syscalls/pipe/pipe08
CC testcases/kernel/syscalls/pipe/pipe02
CC testcases/kernel/syscalls/pipe/pipe06
CC testcases/kernel/syscalls/pipe/pipe04
CC testcases/kernel/syscalls/pipe/pipe11
In file included from pipe12.c:14:
pipe12.c: In function 'verify_pipe':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'ssize_t' {aka 'int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
pipe12.c:71:25: note: in expansion of macro 'tst_res'
   71 |                         tst_res(TFAIL, "write expected %ld bytes, got %d bytes",
      |                         ^~~~~~~
In file included from pipe15.c:21:
pipe15.c: In function 'setup':
../../../../include/tst_test.h:83:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
pipe15.c:63:17: note: in expansion of macro 'tst_brk'
   63 |                 tst_brk(TCONF, "NOFILE limit max too low: %lu < %i", nfd.rlim_max, pipe_count);
      |                 ^~~~~~~
CC testcases/kernel/syscalls/pipe/pipe07
CC testcases/kernel/syscalls/pipe/pipe14
CC testcases/kernel/syscalls/pipe/pipe15
CC testcases/kernel/syscalls/pipe/pipe12
CC testcases/kernel/syscalls/pipe/pipe13
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pipe2/pipe2_02_child
CC testcases/kernel/syscalls/pipe2/pipe2_02
CC testcases/kernel/syscalls/pipe2/pipe2_01
CC testcases/kernel/syscalls/pipe2/pipe2_04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pivot_root/pivot_root01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pkeys/pkey01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/poll/poll02
CC testcases/kernel/syscalls/poll/poll01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ppoll/ppoll01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/prctl/prctl01
CC testcases/kernel/syscalls/prctl/prctl02
prctl06_execve.c: In function 'main':
prctl06_execve.c:34:21: warning: comparison of integer expressions of different signedness: 'long int' and '__gid_t' {aka 'unsigned int'} [-Wsign-compare]
   34 |         if (TST_RET == pw->pw_gid)
      |                     ^~
prctl06_execve.c:44:21: warning: comparison of integer expressions of different signedness: 'long int' and '__uid_t' {aka 'unsigned int'} [-Wsign-compare]
   44 |         if (TST_RET == pw->pw_uid)
      |                     ^~
CC testcases/kernel/syscalls/prctl/prctl03
CC testcases/kernel/syscalls/prctl/prctl05
CC testcases/kernel/syscalls/prctl/prctl06
CC testcases/kernel/syscalls/prctl/prctl09
CC testcases/kernel/syscalls/prctl/prctl04
CC testcases/kernel/syscalls/prctl/prctl06_execve
CC testcases/kernel/syscalls/prctl/prctl07
CC testcases/kernel/syscalls/prctl/prctl08
CC testcases/kernel/syscalls/prctl/prctl10
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/pread/pread01_64.o
CC testcases/kernel/syscalls/pread/pread02_64.o
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
LD testcases/kernel/syscalls/pread/pread02_64
LD testcases/kernel/syscalls/pread/pread01_64
CC testcases/kernel/syscalls/pread/pread02
CC testcases/kernel/syscalls/pread/pread01
rm pread01_64.o pread02_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/preadv/preadv01_64.o
CC testcases/kernel/syscalls/preadv/preadv02_64.o
CC testcases/kernel/syscalls/preadv/preadv03_64.o
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
LD testcases/kernel/syscalls/preadv/preadv03_64
LD testcases/kernel/syscalls/preadv/preadv01_64
LD testcases/kernel/syscalls/preadv/preadv02_64
CC testcases/kernel/syscalls/preadv/preadv02
CC testcases/kernel/syscalls/preadv/preadv01
CC testcases/kernel/syscalls/preadv/preadv03
rm preadv01_64.o preadv03_64.o preadv02_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/preadv2/preadv201_64.o
CC testcases/kernel/syscalls/preadv2/preadv202_64.o
GEN ltp-version.h
CC testcases/kernel/syscalls/preadv2/preadv203_64.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
LD testcases/kernel/syscalls/preadv2/preadv202_64
LD testcases/kernel/syscalls/preadv2/preadv201_64
LD testcases/kernel/syscalls/preadv2/preadv203_64
CC testcases/kernel/syscalls/preadv2/preadv201
CC testcases/kernel/syscalls/preadv2/preadv202
CC testcases/kernel/syscalls/preadv2/preadv203
rm preadv201_64.o preadv202_64.o preadv203_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/process_madvise/process_madvise01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/profil/profil01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/pselect/pselect01_64.o
CC testcases/kernel/syscalls/pselect/pselect02_64.o
GEN ltp-version.h
CC testcases/kernel/syscalls/pselect/pselect03_64.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
LD testcases/kernel/syscalls/pselect/pselect03_64
LD testcases/kernel/syscalls/pselect/pselect02_64
LD testcases/kernel/syscalls/pselect/pselect01_64
CC testcases/kernel/syscalls/pselect/pselect03
CC testcases/kernel/syscalls/pselect/pselect02
CC testcases/kernel/syscalls/pselect/pselect01
rm pselect03_64.o pselect01_64.o pselect02_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ptrace/ptrace01
CC testcases/kernel/syscalls/ptrace/ptrace11
CC testcases/kernel/syscalls/ptrace/ptrace10
CC testcases/kernel/syscalls/ptrace/ptrace09
CC testcases/kernel/syscalls/ptrace/ptrace08
CC testcases/kernel/syscalls/ptrace/ptrace07
CC testcases/kernel/syscalls/ptrace/ptrace06
CC testcases/kernel/syscalls/ptrace/ptrace05
ptrace04.c: In function 'compare_registers':
ptrace04.c:48:38: warning: unused parameter 'poison' [-Wunused-parameter]
   48 | void compare_registers(unsigned char poison)
      |                        ~~~~~~~~~~~~~~^~~~~~
CC testcases/kernel/syscalls/ptrace/ptrace04
CC testcases/kernel/syscalls/ptrace/ptrace03
CC testcases/kernel/syscalls/ptrace/ptrace02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pwrite/pwrite04_64.o
In file included from pwrite04.c:22:
pwrite04.c: In function 'verify_pwrite':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
pwrite04.c:55:17: note: in expansion of macro 'tst_res'
   55 |                 tst_res(TFAIL, "file size is %ld != K2", statbuf.st_size);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
pwrite04.c:63:17: note: in expansion of macro 'tst_res'
   63 |                 tst_res(TFAIL, "file size is %ld != K3", statbuf.st_size);
      |                 ^~~~~~~
In file included from pwrite04.c:22:
pwrite04.c: In function 'verify_pwrite':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
pwrite04.c:55:17: note: in expansion of macro 'tst_res'
   55 |                 tst_res(TFAIL, "file size is %ld != K2", statbuf.st_size);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
pwrite04.c:63:17: note: in expansion of macro 'tst_res'
   63 |                 tst_res(TFAIL, "file size is %ld != K3", statbuf.st_size);
      |                 ^~~~~~~
CC testcases/kernel/syscalls/pwrite/pwrite04
LD testcases/kernel/syscalls/pwrite/pwrite04_64
CC testcases/kernel/syscalls/pwrite/pwrite03
In file included from ../../../../include/tst_test.h:21,
                 from pwrite02.c:22:
pwrite02.c: In function 'verify_pwrite':
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:254:25: note: in expansion of macro 'TST_MSG_'
  254 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
CC testcases/kernel/syscalls/pwrite/pwrite02
CC testcases/kernel/syscalls/pwrite/pwrite01
CC testcases/kernel/syscalls/pwrite/pwrite03_64.o
CC testcases/kernel/syscalls/pwrite/pwrite02_64.o
In file included from ../../../../include/tst_test.h:21,
                 from pwrite02.c:22:
pwrite02.c: In function 'verify_pwrite':
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
pwrite02.c:74:17: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                 ^~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:254:25: note: in expansion of macro 'TST_MSG_'
  254 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
pwrite02.c:73:9: note: in expansion of macro 'TST_EXP_FAIL2'
   73 |         TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno,
      |         ^~~~~~~~~~~~~
pwrite02.c:74:35: note: format string is defined here
   74 |                 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off);
      |                                 ~~^
      |                                   |
      |                                   long int
      |                                 %lld
LD testcases/kernel/syscalls/pwrite/pwrite03_64
LD testcases/kernel/syscalls/pwrite/pwrite02_64
CC testcases/kernel/syscalls/pwrite/pwrite01_64.o
LD testcases/kernel/syscalls/pwrite/pwrite01_64
rm pwrite01_64.o pwrite03_64.o pwrite04_64.o pwrite02_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pwritev/pwritev03_64.o
CC testcases/kernel/syscalls/pwritev/pwritev02
LD testcases/kernel/syscalls/pwritev/pwritev03_64
CC testcases/kernel/syscalls/pwritev/pwritev02_64.o
CC testcases/kernel/syscalls/pwritev/pwritev01
CC testcases/kernel/syscalls/pwritev/pwritev01_64.o
CC testcases/kernel/syscalls/pwritev/pwritev03
LD testcases/kernel/syscalls/pwritev/pwritev02_64
LD testcases/kernel/syscalls/pwritev/pwritev01_64
rm pwritev01_64.o pwritev02_64.o pwritev03_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/pwritev2/pwritev201_64.o
CC testcases/kernel/syscalls/pwritev2/pwritev202_64.o
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/pwritev2/pwritev202
LD testcases/kernel/syscalls/pwritev2/pwritev202_64
CC testcases/kernel/syscalls/pwritev2/pwritev201
LD testcases/kernel/syscalls/pwritev2/pwritev201_64
rm pwritev201_64.o pwritev202_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from quotactl02.h:15,
                 from quotactl02.c:28:
quotactl_syscall_var.h:24:13: warning: 'quotactl_info' defined but not used [-Wunused-function]
   24 | static void quotactl_info(void)
      |             ^~~~~~~~~~~~~
quotactl_syscall_var.h:17:12: warning: 'do_quotactl' defined but not used [-Wunused-function]
   17 | static int do_quotactl(int fd, int cmd, const char *special, int id, caddr_t addr)
      |            ^~~~~~~~~~~
quotactl_syscall_var.h:15:12: warning: 'fd' defined but not used [-Wunused-variable]
   15 | static int fd = -1;
      |            ^~
In file included from quotactl03.c:32:
quotactl_syscall_var.h:24:13: warning: 'quotactl_info' defined but not used [-Wunused-function]
   24 | static void quotactl_info(void)
      |             ^~~~~~~~~~~~~
quotactl_syscall_var.h:17:12: warning: 'do_quotactl' defined but not used [-Wunused-function]
   17 | static int do_quotactl(int fd, int cmd, const char *special, int id, caddr_t addr)
      |            ^~~~~~~~~~~
quotactl_syscall_var.h:15:12: warning: 'fd' defined but not used [-Wunused-variable]
   15 | static int fd = -1;
      |            ^~
CC testcases/kernel/syscalls/quotactl/quotactl01
CC testcases/kernel/syscalls/quotactl/quotactl02
CC testcases/kernel/syscalls/quotactl/quotactl03
In file included from quotactl07.c:22:
quotactl_syscall_var.h:24:13: warning: 'quotactl_info' defined but not used [-Wunused-function]
   24 | static void quotactl_info(void)
      |             ^~~~~~~~~~~~~
quotactl_syscall_var.h:17:12: warning: 'do_quotactl' defined but not used [-Wunused-function]
   17 | static int do_quotactl(int fd, int cmd, const char *special, int id, caddr_t addr)
      |            ^~~~~~~~~~~
quotactl_syscall_var.h:15:12: warning: 'fd' defined but not used [-Wunused-variable]
   15 | static int fd = -1;
      |            ^~
CC testcases/kernel/syscalls/quotactl/quotactl07
CC testcases/kernel/syscalls/quotactl/quotactl08
CC testcases/kernel/syscalls/quotactl/quotactl09
In file included from quotactl02.h:15,
                 from quotactl05.c:21:
quotactl_syscall_var.h:24:13: warning: 'quotactl_info' defined but not used [-Wunused-function]
   24 | static void quotactl_info(void)
      |             ^~~~~~~~~~~~~
quotactl_syscall_var.h:17:12: warning: 'do_quotactl' defined but not used [-Wunused-function]
   17 | static int do_quotactl(int fd, int cmd, const char *special, int id, caddr_t addr)
      |            ^~~~~~~~~~~
quotactl_syscall_var.h:15:12: warning: 'fd' defined but not used [-Wunused-variable]
   15 | static int fd = -1;
      |            ^~
CC testcases/kernel/syscalls/quotactl/quotactl05
CC testcases/kernel/syscalls/quotactl/quotactl04
CC testcases/kernel/syscalls/quotactl/quotactl06
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/read/read03
CC testcases/kernel/syscalls/read/read01
CC testcases/kernel/syscalls/read/read02
CC testcases/kernel/syscalls/read/read04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from readahead02.c:33:
readahead02.c: In function 'read_testfile':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
readahead02.c:185:25: note: in expansion of macro 'tst_res'
  185 |                         tst_res(TFAIL, "offset has changed to: %lu", offset);
      |                         ^~~~~~~
CC testcases/kernel/syscalls/readahead/readahead01
CC testcases/kernel/syscalls/readahead/readahead02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/readdir/readdir01
CC testcases/kernel/syscalls/readdir/readdir21
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/readlink/readlink03
CC testcases/kernel/syscalls/readlink/readlink01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from readlinkat01.c:26:
readlinkat01.c: In function 'verify_readlinkat':
readlinkat01.c:58:22: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'unsigned int' [-Wformat=]
   58 |                      "readlinkat(%d, %s, %s, %ld)",
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:63:25: note: in expansion of macro 'TST_MSG_'
   63 |                         TST_MSG_(TFAIL | TTERRNO, " failed",                   \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:86:17: note: in expansion of macro 'TST_EXP_POSITIVE__'
   86 |                 TST_EXP_POSITIVE__(SCALL, #SCALL, ##__VA_ARGS__);              \
      |                 ^~~~~~~~~~~~~~~~~~
readlinkat01.c:57:9: note: in expansion of macro 'TST_EXP_POSITIVE'
   57 |         TST_EXP_POSITIVE(readlinkat(*tc->fd, *tc->path, buf, sizeof(buf)),
      |         ^~~~~~~~~~~~~~~~
readlinkat01.c:58:48: note: format string is defined here
   58 |                      "readlinkat(%d, %s, %s, %ld)",
      |                                              ~~^
      |                                                |
      |                                                long int
      |                                              %d
readlinkat01.c:58:22: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'unsigned int' [-Wformat=]
   58 |                      "readlinkat(%d, %s, %s, %ld)",
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:69:25: note: in expansion of macro 'TST_MSGP_'
   69 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:86:17: note: in expansion of macro 'TST_EXP_POSITIVE__'
   86 |                 TST_EXP_POSITIVE__(SCALL, #SCALL, ##__VA_ARGS__);              \
      |                 ^~~~~~~~~~~~~~~~~~
readlinkat01.c:57:9: note: in expansion of macro 'TST_EXP_POSITIVE'
   57 |         TST_EXP_POSITIVE(readlinkat(*tc->fd, *tc->path, buf, sizeof(buf)),
      |         ^~~~~~~~~~~~~~~~
readlinkat01.c:58:48: note: format string is defined here
   58 |                      "readlinkat(%d, %s, %s, %ld)",
      |                                              ~~^
      |                                                |
      |                                                long int
      |                                              %d
readlinkat01.c:58:22: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'unsigned int' [-Wformat=]
   58 |                      "readlinkat(%d, %s, %s, %ld)",
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:89:25: note: in expansion of macro 'TST_MSGP_'
   89 |                         TST_MSGP_(TPASS, " returned %ld",                      \
      |                         ^~~~~~~~~
readlinkat01.c:57:9: note: in expansion of macro 'TST_EXP_POSITIVE'
   57 |         TST_EXP_POSITIVE(readlinkat(*tc->fd, *tc->path, buf, sizeof(buf)),
      |         ^~~~~~~~~~~~~~~~
readlinkat01.c:58:48: note: format string is defined here
   58 |                      "readlinkat(%d, %s, %s, %ld)",
      |                                              ~~^
      |                                                |
      |                                                long int
      |                                              %d
In file included from ../../../../include/tst_test.h:21,
                 from readlinkat02.c:26:
readlinkat02.c: In function 'verify_readlinkat':
readlinkat02.c:57:37: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:209:25: note: in expansion of macro 'TST_MSG_'
  209 |                         TST_MSG_(TFAIL, " succeeded", SSCALL, ##__VA_ARGS__);  \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
readlinkat02.c:56:9: note: in expansion of macro 'TST_EXP_FAIL'
   56 |         TST_EXP_FAIL(readlinkat(*tc->fd, tc->pathname, buf, tc->bufsiz),
      |         ^~~~~~~~~~~~
readlinkat02.c:57:65: note: format string is defined here
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long int
      |                                                               %d
readlinkat02.c:57:37: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:214:25: note: in expansion of macro 'TST_MSGP_'
  214 |                         TST_MSGP_(TFAIL | TTERRNO, " invalid retval %ld",      \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
readlinkat02.c:56:9: note: in expansion of macro 'TST_EXP_FAIL'
   56 |         TST_EXP_FAIL(readlinkat(*tc->fd, tc->pathname, buf, tc->bufsiz),
      |         ^~~~~~~~~~~~
readlinkat02.c:57:65: note: format string is defined here
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long int
      |                                                               %d
readlinkat02.c:57:37: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:50:26: note: in expansion of macro 'TST_2_'
   50 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR)
      |                          ^~~~~~
../../../../include/tst_test_macros.h:223:25: note: in expansion of macro 'TST_MSGP_'
  223 |                         TST_MSGP_(TFAIL | TTERRNO, " expected %s",             \
      |                         ^~~~~~~~~
../../../../include/tst_test_macros.h:232:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  232 |                 TST_EXP_FAIL_SILENT_(TST_RET == 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
readlinkat02.c:56:9: note: in expansion of macro 'TST_EXP_FAIL'
   56 |         TST_EXP_FAIL(readlinkat(*tc->fd, tc->pathname, buf, tc->bufsiz),
      |         ^~~~~~~~~~~~
readlinkat02.c:57:65: note: format string is defined here
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long int
      |                                                               %d
readlinkat02.c:57:37: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:42:32: note: in definition of macro 'TST_FMT_'
   42 | #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__
      |                                ^~~
../../../../include/tst_test_macros.h:46:26: note: in expansion of macro 'TST_2_'
   46 |                 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__))
      |                          ^~~~~~
../../../../include/tst_test_macros.h:235:25: note: in expansion of macro 'TST_MSG_'
  235 |                         TST_MSG_(TPASS | TTERRNO, " ", SSCALL, ##__VA_ARGS__); \
      |                         ^~~~~~~~
../../../../include/tst_test_macros.h:241:17: note: in expansion of macro 'TST_EXP_FAIL_ARR_'
  241 |                 TST_EXP_FAIL_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,            \
      |                 ^~~~~~~~~~~~~~~~~
readlinkat02.c:56:9: note: in expansion of macro 'TST_EXP_FAIL'
   56 |         TST_EXP_FAIL(readlinkat(*tc->fd, tc->pathname, buf, tc->bufsiz),
      |         ^~~~~~~~~~~~
readlinkat02.c:57:65: note: format string is defined here
   57 |                      tc->exp_errno, "readlinkat(%d, %s, NULL, %ld)",
      |                                                               ~~^
      |                                                                 |
      |                                                                 long int
      |                                                               %d
CC testcases/kernel/syscalls/readlinkat/readlinkat01
CC testcases/kernel/syscalls/readlinkat/readlinkat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/readv/readv01
CC testcases/kernel/syscalls/readv/readv02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/realpath/realpath01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/reboot/reboot01
CC testcases/kernel/syscalls/reboot/reboot02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
recv01.c: In function 'do_child':
recv01.c:294:39: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  294 |                                 (void)write(newfd, "hoser\n", 6);
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/recv/recv01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
recvfrom01.c: In function 'do_child':
recvfrom01.c:323:39: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  323 |                                 (void)write(newfd, "hoser\n", 6);
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/recvfrom/recvfrom01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/recvmmsg/recvmmsg01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from recvmsg03.c:25:
recvmsg03.c: In function 'server':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
recvmsg03.c:121:17: note: in expansion of macro 'tst_res'
  121 |                 tst_res(TFAIL, "msg_namelen was set to %u incorrectly, "
      |                 ^~~~~~~
CC testcases/kernel/syscalls/recvmsg/recvmsg03
CC testcases/kernel/syscalls/recvmsg/recvmsg02
CC testcases/kernel/syscalls/recvmsg/recvmsg01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/remap_file_pages/remap_file_pages01
CC testcases/kernel/syscalls/remap_file_pages/remap_file_pages02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/removexattr/removexattr01
CC testcases/kernel/syscalls/removexattr/removexattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
rename14.c: In function 'main':
rename14.c:75:26: warning: cast between incompatible function types from 'int (*)(void)' to 'void (*)()' [-Wcast-function-type]
   75 |         act.sa_handler = (void (*)())term;
      |                          ^
rename14.c:83:26: warning: cast between incompatible function types from 'int (*)(void)' to 'void (*)()' [-Wcast-function-type]
   83 |         act.sa_handler = (void (*)())al;
      |                          ^
CC testcases/kernel/syscalls/rename/rename06
CC testcases/kernel/syscalls/rename/rename12
CC testcases/kernel/syscalls/rename/rename08
CC testcases/kernel/syscalls/rename/rename05
CC testcases/kernel/syscalls/rename/rename01
CC testcases/kernel/syscalls/rename/rename09
CC testcases/kernel/syscalls/rename/rename07
CC testcases/kernel/syscalls/rename/rename14
CC testcases/kernel/syscalls/rename/rename11
CC testcases/kernel/syscalls/rename/rename10
CC testcases/kernel/syscalls/rename/rename13
CC testcases/kernel/syscalls/rename/rename04
CC testcases/kernel/syscalls/rename/rename03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/renameat/renameat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
renameat201.c: In function 'renameat2_verify':
renameat201.c:141:28: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare]
  141 |                 && fs_type == TST_BTRFS_MAGIC) {
      |                            ^~
renameat202.c: In function 'renameat2_verify':
renameat202.c:126:53: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'long int' [-Wsign-compare]
  126 |         if (TEST_ERRNO == EINVAL && TST_BTRFS_MAGIC == fs_type) {
      |                                                     ^~
CC testcases/kernel/syscalls/renameat2/renameat201
CC testcases/kernel/syscalls/renameat2/renameat202
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/request_key/request_key01
CC testcases/kernel/syscalls/request_key/request_key05
CC testcases/kernel/syscalls/request_key/request_key04
CC testcases/kernel/syscalls/request_key/request_key02
CC testcases/kernel/syscalls/request_key/request_key03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/rmdir/rmdir02
CC testcases/kernel/syscalls/rmdir/rmdir01
CC testcases/kernel/syscalls/rmdir/rmdir03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
rt_sigaction01.c: In function 'set_handler':
rt_sigaction01.c:72:37: warning: unused parameter 'sig_to_mask' [-Wunused-parameter]
   72 | static int set_handler(int sig, int sig_to_mask, int mask_flags)
      |                                 ~~~~^~~~~~~~~~~
CC testcases/kernel/syscalls/rt_sigaction/rt_sigaction02
CC testcases/kernel/syscalls/rt_sigaction/rt_sigaction01
CC testcases/kernel/syscalls/rt_sigaction/rt_sigaction03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
rt_sigprocmask01.c: In function 'sig_handler':
rt_sigprocmask01.c:69:22: warning: unused parameter 'sig' [-Wunused-parameter]
   69 | void sig_handler(int sig)
      |                  ~~~~^~~
CC testcases/kernel/syscalls/rt_sigprocmask/rt_sigprocmask02
CC testcases/kernel/syscalls/rt_sigprocmask/rt_sigprocmask01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/rt_sigqueueinfo/rt_sigqueueinfo01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/rt_sigsuspend/rt_sigsuspend01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpsigwait.a
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/rt_sigtimedwait/rt_sigtimedwait01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sbrk/sbrk02
CC testcases/kernel/syscalls/sbrk/sbrk03
CC testcases/kernel/syscalls/sbrk/sbrk01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_get_priority_max/sched_get_priority_max02
CC testcases/kernel/syscalls/sched_get_priority_max/sched_get_priority_max01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_get_priority_min/sched_get_priority_min01
CC testcases/kernel/syscalls/sched_get_priority_min/sched_get_priority_min02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_getaffinity/sched_getaffinity01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_getattr/sched_getattr01
CC testcases/kernel/syscalls/sched_getattr/sched_getattr02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_getparam/sched_getparam01
CC testcases/kernel/syscalls/sched_getparam/sched_getparam03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_getscheduler/sched_getscheduler01
CC testcases/kernel/syscalls/sched_getscheduler/sched_getscheduler02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval01
CC testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval03
CC testcases/kernel/syscalls/sched_rr_get_interval/sched_rr_get_interval02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_setaffinity/sched_setaffinity01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_setattr/sched_setattr01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_setparam/sched_setparam01
CC testcases/kernel/syscalls/sched_setparam/sched_setparam05
CC testcases/kernel/syscalls/sched_setparam/sched_setparam04
CC testcases/kernel/syscalls/sched_setparam/sched_setparam03
CC testcases/kernel/syscalls/sched_setparam/sched_setparam02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_setscheduler/sched_setscheduler01
CC testcases/kernel/syscalls/sched_setscheduler/sched_setscheduler04
CC testcases/kernel/syscalls/sched_setscheduler/sched_setscheduler03
CC testcases/kernel/syscalls/sched_setscheduler/sched_setscheduler02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sched_yield/sched_yield01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:112,
                 from ../../../../include/tst_timer.h:19,
                 from select_var.h:8,
                 from select01.c:19:
select01.c: In function 'run':
../../../../include/tst_safe_macros.h:188:9: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
  188 |         safe_write(__FILE__, __LINE__, NULL, (len_strict), (fildes), (buf), (nbyte))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
select01.c:48:17: note: in expansion of macro 'SAFE_WRITE'
   48 |                 SAFE_WRITE(SAFE_WRITE_ANY, *tc->writefd, &buf, sizeof(buf));
      |                 ^~~~~~~~~~
In file included from ../../../../include/tst_safe_macros.h:25:
../../../../include/safe_macros_fn.h:125:9: note: by argument 6 of type 'const void *' to 'safe_write' declared here
  125 | ssize_t safe_write(const char *file, const int lineno,
      |         ^~~~~~~~~~
select01.c:41:14: note: 'buf' declared here
   41 |         char buf;
      |              ^~~
CC testcases/kernel/syscalls/select/select01
CC testcases/kernel/syscalls/select/select04
CC testcases/kernel/syscalls/select/select03
CC testcases/kernel/syscalls/select/select02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/send/send01
CC testcases/kernel/syscalls/send/send02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sendfile/sendfile09_64.o
CC testcases/kernel/syscalls/sendfile/sendfile08
CC testcases/kernel/syscalls/sendfile/sendfile09
LD testcases/kernel/syscalls/sendfile/sendfile09_64
CC testcases/kernel/syscalls/sendfile/sendfile07
CC testcases/kernel/syscalls/sendfile/sendfile06
CC testcases/kernel/syscalls/sendfile/sendfile05
CC testcases/kernel/syscalls/sendfile/sendfile04
CC testcases/kernel/syscalls/sendfile/sendfile03
CC testcases/kernel/syscalls/sendfile/sendfile02
CC testcases/kernel/syscalls/sendfile/sendfile08_64.o
CC testcases/kernel/syscalls/sendfile/sendfile07_64.o
CC testcases/kernel/syscalls/sendfile/sendfile06_64.o
CC testcases/kernel/syscalls/sendfile/sendfile05_64.o
CC testcases/kernel/syscalls/sendfile/sendfile04_64.o
CC testcases/kernel/syscalls/sendfile/sendfile03_64.o
CC testcases/kernel/syscalls/sendfile/sendfile02_64.o
LD testcases/kernel/syscalls/sendfile/sendfile03_64
LD testcases/kernel/syscalls/sendfile/sendfile05_64
LD testcases/kernel/syscalls/sendfile/sendfile06_64
LD testcases/kernel/syscalls/sendfile/sendfile02_64
LD testcases/kernel/syscalls/sendfile/sendfile08_64
LD testcases/kernel/syscalls/sendfile/sendfile07_64
LD testcases/kernel/syscalls/sendfile/sendfile04_64
rm sendfile08_64.o sendfile05_64.o sendfile07_64.o sendfile04_64.o sendfile06_64.o sendfile03_64.o sendfile02_64.o sendfile09_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sendmmsg/sendmmsg02
CC testcases/kernel/syscalls/sendmmsg/sendmmsg01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sendmsg02.c: In function 'server':
sendmsg02.c:115:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  115 |                 read(pipefd[0], &fd, 1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~
sendmsg02.c: In function 'client':
sendmsg02.c:92:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   92 |                 write(pipefd[1], &fd, 1);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/sendmsg/sendmsg02
CC testcases/kernel/syscalls/sendmsg/sendmsg01
CC testcases/kernel/syscalls/sendmsg/sendmsg03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sendto/sendto02
CC testcases/kernel/syscalls/sendto/sendto03
CC testcases/kernel/syscalls/sendto/sendto01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpnuma.a
make[5]: Nothing to be done for 'all'.
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
set_mempolicy05.c: In function 'run':
set_mempolicy05.c:80:9: warning: 'mode' is used uninitialized [-Wuninitialized]
   80 |         asm volatile (
      |         ^~~
set_mempolicy05.c:55:19: note: 'mode' was declared here
   55 |         const int mode;
      |                   ^~~~
CC testcases/kernel/syscalls/set_mempolicy/set_mempolicy01
CC testcases/kernel/syscalls/set_mempolicy/set_mempolicy03
CC testcases/kernel/syscalls/set_mempolicy/set_mempolicy02
CC testcases/kernel/syscalls/set_mempolicy/set_mempolicy04
CC testcases/kernel/syscalls/set_mempolicy/set_mempolicy05
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/set_robust_list/set_robust_list01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/set_thread_area/set_thread_area01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/set_tid_address/set_tid_address01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setdomainname/setdomainname02
CC testcases/kernel/syscalls/setdomainname/setdomainname03
CC testcases/kernel/syscalls/setdomainname/setdomainname01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setegid/setegid01
CC testcases/kernel/syscalls/setegid/setegid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setfsgid/setfsgid01_16.o
CC testcases/kernel/syscalls/setfsgid/setfsgid02_16.o
CC testcases/kernel/syscalls/setfsgid/setfsgid03_16.o
make[6]: Nothing to be done for 'all'.
setfsgid03.c: In function 'main':
setfsgid03.c:72:33: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
   72 |                 if (TEST_RETURN == gid) {
      |                                 ^~
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from setfsgid01.c:18:
setfsgid01.c: In function 'run':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsgid01.c:39:9: note: in expansion of macro 'TST_EXP_VAL'
   39 |         TST_EXP_VAL(SETFSGID(nobody_gid), gid);
      |         ^~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsgid01.c:40:9: note: in expansion of macro 'TST_EXP_VAL'
   40 |         TST_EXP_VAL(SETFSGID(-1), nobody_gid);
      |         ^~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:148:45: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  148 | #define TST_EXP_VAL_SILENT(SCALL, VAL, ...) TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__)
      |                                             ^~~~~~~~~~~~~~~~~~~
setfsgid01.c:41:9: note: in expansion of macro 'TST_EXP_VAL_SILENT'
   41 |         TST_EXP_VAL_SILENT(SETFSGID(gid), nobody_gid);
      |         ^~~~~~~~~~~~~~~~~~
setfsgid03.c: In function 'main':
setfsgid03.c:72:33: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
   72 |                 if (TEST_RETURN == gid) {
      |                                 ^~
In file included from ../../../../include/tst_test.h:21,
                 from setfsgid01.c:18:
setfsgid01.c: In function 'run':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsgid01.c:39:9: note: in expansion of macro 'TST_EXP_VAL'
   39 |         TST_EXP_VAL(SETFSGID(nobody_gid), gid);
      |         ^~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsgid01.c:40:9: note: in expansion of macro 'TST_EXP_VAL'
   40 |         TST_EXP_VAL(SETFSGID(-1), nobody_gid);
      |         ^~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'gid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:148:45: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  148 | #define TST_EXP_VAL_SILENT(SCALL, VAL, ...) TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__)
      |                                             ^~~~~~~~~~~~~~~~~~~
setfsgid01.c:41:9: note: in expansion of macro 'TST_EXP_VAL_SILENT'
   41 |         TST_EXP_VAL_SILENT(SETFSGID(gid), nobody_gid);
      |         ^~~~~~~~~~~~~~~~~~
CC testcases/kernel/syscalls/setfsgid/setfsgid03.o
CC testcases/kernel/syscalls/setfsgid/setfsgid02.o
CC testcases/kernel/syscalls/setfsgid/setfsgid01.o
LD testcases/kernel/syscalls/setfsgid/setfsgid03
LD testcases/kernel/syscalls/setfsgid/setfsgid02
LD testcases/kernel/syscalls/setfsgid/setfsgid01
LD testcases/kernel/syscalls/setfsgid/setfsgid03_16
LD testcases/kernel/syscalls/setfsgid/setfsgid01_16
LD testcases/kernel/syscalls/setfsgid/setfsgid02_16
rm setfsgid01.o setfsgid03.o setfsgid01_16.o setfsgid02_16.o setfsgid03_16.o setfsgid02.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setfsuid/setfsuid01_16.o
CC testcases/kernel/syscalls/setfsuid/setfsuid02_16.o
CC testcases/kernel/syscalls/setfsuid/setfsuid03_16.o
CC testcases/kernel/syscalls/setfsuid/setfsuid04_16.o
In file included from ../../../../include/tst_test.h:21,
                 from setfsuid01.c:16:
setfsuid01.c: In function 'run':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsuid01.c:37:9: note: in expansion of macro 'TST_EXP_VAL'
   37 |         TST_EXP_VAL(SETFSUID(nobody_uid), uid, "setfsuid(%d)", nobody_uid);
      |         ^~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsuid01.c:38:9: note: in expansion of macro 'TST_EXP_VAL'
   38 |         TST_EXP_VAL(SETFSUID(-1), nobody_uid);
      |         ^~~~~~~~~~~
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from setfsuid01.c:16:
setfsuid01.c: In function 'run':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsuid01.c:37:9: note: in expansion of macro 'TST_EXP_VAL'
   37 |         TST_EXP_VAL(SETFSUID(nobody_uid), uid, "setfsuid(%d)", nobody_uid);
      |         ^~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsuid01.c:38:9: note: in expansion of macro 'TST_EXP_VAL'
   38 |         TST_EXP_VAL(SETFSUID(-1), nobody_uid);
      |         ^~~~~~~~~~~
In file included from ../../../../include/tst_test.h:21,
                 from setfsuid03.c:18:
setfsuid03.c: In function 'run':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:148:45: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  148 | #define TST_EXP_VAL_SILENT(SCALL, VAL, ...) TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__)
      |                                             ^~~~~~~~~~~~~~~~~~~
setfsuid03.c:39:9: note: in expansion of macro 'TST_EXP_VAL_SILENT'
   39 |         TST_EXP_VAL_SILENT(SETFSUID(ruid), nobody_uid);
      |         ^~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsuid03.c:40:9: note: in expansion of macro 'TST_EXP_VAL'
   40 |         TST_EXP_VAL(SETFSUID(-1), ruid, "setfsuid(fsuid) by non-root user:");
      |         ^~~~~~~~~~~
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:21,
                 from setfsuid03.c:18:
setfsuid03.c: In function 'run':
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:148:45: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  148 | #define TST_EXP_VAL_SILENT(SCALL, VAL, ...) TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__)
      |                                             ^~~~~~~~~~~~~~~~~~~
setfsuid03.c:39:9: note: in expansion of macro 'TST_EXP_VAL_SILENT'
   39 |         TST_EXP_VAL_SILENT(SETFSUID(ruid), nobody_uid);
      |         ^~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:138:29: warning: comparison of integer expressions of different signedness: 'long int' and 'uid_t' {aka 'unsigned int'} [-Wsign-compare]
  138 |                 if (TST_RET != VAL) {                                          \
      |                             ^~
../../../../include/tst_test_macros.h:152:17: note: in expansion of macro 'TST_EXP_VAL_SILENT_'
  152 |                 TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__);        \
      |                 ^~~~~~~~~~~~~~~~~~~
setfsuid03.c:40:9: note: in expansion of macro 'TST_EXP_VAL'
   40 |         TST_EXP_VAL(SETFSUID(-1), ruid, "setfsuid(fsuid) by non-root user:");
      |         ^~~~~~~~~~~
CC testcases/kernel/syscalls/setfsuid/setfsuid01.o
CC testcases/kernel/syscalls/setfsuid/setfsuid02.o
CC testcases/kernel/syscalls/setfsuid/setfsuid04.o
CC testcases/kernel/syscalls/setfsuid/setfsuid03.o
LD testcases/kernel/syscalls/setfsuid/setfsuid01
LD testcases/kernel/syscalls/setfsuid/setfsuid02
LD testcases/kernel/syscalls/setfsuid/setfsuid04
LD testcases/kernel/syscalls/setfsuid/setfsuid03
LD testcases/kernel/syscalls/setfsuid/setfsuid01_16
LD testcases/kernel/syscalls/setfsuid/setfsuid02_16
LD testcases/kernel/syscalls/setfsuid/setfsuid03_16
LD testcases/kernel/syscalls/setfsuid/setfsuid04_16
rm setfsuid04_16.o setfsuid01_16.o setfsuid03.o setfsuid04.o setfsuid03_16.o setfsuid02_16.o setfsuid02.o setfsuid01.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/setgid/setgid01_16.o
CC testcases/kernel/syscalls/setgid/setgid02_16.o
CC testcases/kernel/syscalls/setgid/setgid03_16.o
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setgid/setgid01.o
CC testcases/kernel/syscalls/setgid/setgid02.o
CC testcases/kernel/syscalls/setgid/setgid03.o
LD testcases/kernel/syscalls/setgid/setgid01
LD testcases/kernel/syscalls/setgid/setgid02
LD testcases/kernel/syscalls/setgid/setgid03
LD testcases/kernel/syscalls/setgid/setgid01_16
LD testcases/kernel/syscalls/setgid/setgid03_16
LD testcases/kernel/syscalls/setgid/setgid02_16
rm setgid01.o setgid02_16.o setgid02.o setgid03_16.o setgid01_16.o setgid03.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
CC testcases/kernel/syscalls/setgroups/setgroups01_16.o
CC testcases/kernel/syscalls/setgroups/setgroups02_16.o
GEN ltp-version.h
CC testcases/kernel/syscalls/setgroups/setgroups03_16.o
CC testcases/kernel/syscalls/setgroups/setgroups04_16.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setgroups/setgroups04.o
CC testcases/kernel/syscalls/setgroups/setgroups01.o
CC testcases/kernel/syscalls/setgroups/setgroups03.o
CC testcases/kernel/syscalls/setgroups/setgroups02.o
LD testcases/kernel/syscalls/setgroups/setgroups04
LD testcases/kernel/syscalls/setgroups/setgroups01
LD testcases/kernel/syscalls/setgroups/setgroups02
LD testcases/kernel/syscalls/setgroups/setgroups03
LD testcases/kernel/syscalls/setgroups/setgroups01_16
LD testcases/kernel/syscalls/setgroups/setgroups04_16
LD testcases/kernel/syscalls/setgroups/setgroups02_16
LD testcases/kernel/syscalls/setgroups/setgroups03_16
rm setgroups02.o setgroups03.o setgroups01.o setgroups02_16.o setgroups04_16.o setgroups03_16.o setgroups01_16.o setgroups04.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -DTEST_SETHOSTNAME -I../../../../include -I../../../../include -I../../../../include/old/ -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../../../lib  TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname01.c  -lltp -o sethostname01
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -DTEST_SETHOSTNAME -I../../../../include -I../../../../include -I../../../../include/old/ -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../../../lib  TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname02.c  -lltp -o sethostname02
i686-pokymllib32-linux-gcc  -m32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/20240129/lib32-recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -DTEST_SETHOSTNAME -I../../../../include -I../../../../include -I../../../../include/old/ -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git=/usr/src/debug/lib32-ltp/20240129  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native=  -Wl,-z,relro,-z,now -L../../../../lib  TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/syscalls/sethostname/../setdomainname/setdomainname03.c  -lltp -o sethostname03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from setitimer01.c:20:
setitimer01.c: In function 'verify_setitimer':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:72:25: note: in expansion of macro 'tst_res'
   72 |                         tst_res(TINFO, "Test begin time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:72:25: note: in expansion of macro 'tst_res'
   72 |                         tst_res(TINFO, "Test begin time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:89:17: note: in expansion of macro 'tst_res'
   89 |                 tst_res(TINFO, "ovalue->it_value.tv_sec=%ld, ovalue->it_value.tv_usec=%ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:89:17: note: in expansion of macro 'tst_res'
   89 |                 tst_res(TINFO, "ovalue->it_value.tv_sec=%ld, ovalue->it_value.tv_usec=%ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:102:33: note: in expansion of macro 'tst_res'
  102 |                                 tst_res(TFAIL, "ovalue->it_value.tv_usec is out of range: %ld",
      |                                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:107:33: note: in expansion of macro 'tst_res'
  107 |                                 tst_res(TFAIL, "ovalue->it_value.tv_sec is out of range: %ld",
      |                                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:136:25: note: in expansion of macro 'tst_res'
  136 |                         tst_res(TINFO, "Test end time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
setitimer01.c:136:25: note: in expansion of macro 'tst_res'
  136 |                         tst_res(TINFO, "Test end time: %ld.%lds", tv.tv_sec, tv.tv_usec);
      |                         ^~~~~~~
CC testcases/kernel/syscalls/setitimer/setitimer02
CC testcases/kernel/syscalls/setitimer/setitimer01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setns/setns01
CC testcases/kernel/syscalls/setns/setns02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setpgid/setpgid03_child
CC testcases/kernel/syscalls/setpgid/setpgid02
CC testcases/kernel/syscalls/setpgid/setpgid01
CC testcases/kernel/syscalls/setpgid/setpgid03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setpgrp/setpgrp02
CC testcases/kernel/syscalls/setpgrp/setpgrp01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setpriority/setpriority02
CC testcases/kernel/syscalls/setpriority/setpriority01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setregid/setregid01_16.o
CC testcases/kernel/syscalls/setregid/setregid02_16.o
CC testcases/kernel/syscalls/setregid/setregid03_16.o
CC testcases/kernel/syscalls/setregid/setregid04_16.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setregid/setregid01.o
CC testcases/kernel/syscalls/setregid/setregid02.o
CC testcases/kernel/syscalls/setregid/setregid04.o
CC testcases/kernel/syscalls/setregid/setregid03.o
LD testcases/kernel/syscalls/setregid/setregid01
LD testcases/kernel/syscalls/setregid/setregid02
LD testcases/kernel/syscalls/setregid/setregid03
LD testcases/kernel/syscalls/setregid/setregid04
LD testcases/kernel/syscalls/setregid/setregid04_16
LD testcases/kernel/syscalls/setregid/setregid01_16
LD testcases/kernel/syscalls/setregid/setregid02_16
LD testcases/kernel/syscalls/setregid/setregid03_16
rm setregid02_16.o setregid03_16.o setregid01.o setregid03.o setregid04_16.o setregid04.o setregid01_16.o setregid02.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setresgid/setresgid01_16.o
CC testcases/kernel/syscalls/setresgid/setresgid02_16.o
CC testcases/kernel/syscalls/setresgid/setresgid03_16.o
CC testcases/kernel/syscalls/setresgid/setresgid04_16.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setresgid/setresgid03.o
LD testcases/kernel/syscalls/setresgid/setresgid03
CC testcases/kernel/syscalls/setresgid/setresgid02.o
CC testcases/kernel/syscalls/setresgid/setresgid01.o
CC testcases/kernel/syscalls/setresgid/setresgid04.o
LD testcases/kernel/syscalls/setresgid/setresgid01
LD testcases/kernel/syscalls/setresgid/setresgid02
LD testcases/kernel/syscalls/setresgid/setresgid04
LD testcases/kernel/syscalls/setresgid/setresgid03_16
LD testcases/kernel/syscalls/setresgid/setresgid04_16
LD testcases/kernel/syscalls/setresgid/setresgid02_16
LD testcases/kernel/syscalls/setresgid/setresgid01_16
rm setresgid02.o setresgid02_16.o setresgid04_16.o setresgid03.o setresgid01_16.o setresgid01.o setresgid04.o setresgid03_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setresuid/setresuid01_16.o
CC testcases/kernel/syscalls/setresuid/setresuid02_16.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setresuid/setresuid05_16.o
CC testcases/kernel/syscalls/setresuid/setresuid01.o
CC testcases/kernel/syscalls/setresuid/setresuid02.o
CC testcases/kernel/syscalls/setresuid/setresuid03.o
CC testcases/kernel/syscalls/setresuid/setresuid04_16.o
CC testcases/kernel/syscalls/setresuid/setresuid03_16.o
CC testcases/kernel/syscalls/setresuid/setresuid04.o
CC testcases/kernel/syscalls/setresuid/setresuid05.o
LD testcases/kernel/syscalls/setresuid/setresuid01
LD testcases/kernel/syscalls/setresuid/setresuid04
LD testcases/kernel/syscalls/setresuid/setresuid03
LD testcases/kernel/syscalls/setresuid/setresuid05
LD testcases/kernel/syscalls/setresuid/setresuid02_16
LD testcases/kernel/syscalls/setresuid/setresuid01_16
LD testcases/kernel/syscalls/setresuid/setresuid02
LD testcases/kernel/syscalls/setresuid/setresuid05_16
LD testcases/kernel/syscalls/setresuid/setresuid04_16
LD testcases/kernel/syscalls/setresuid/setresuid03_16
rm setresuid02_16.o setresuid04.o setresuid03_16.o setresuid05_16.o setresuid05.o setresuid03.o setresuid02.o setresuid04_16.o setresuid01_16.o setresuid01.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setreuid/setreuid01_16.o
CC testcases/kernel/syscalls/setreuid/setreuid02_16.o
CC testcases/kernel/syscalls/setreuid/setreuid03_16.o
CC testcases/kernel/syscalls/setreuid/setreuid04_16.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setreuid/setreuid07_16.o
CC testcases/kernel/syscalls/setreuid/setreuid04.o
CC testcases/kernel/syscalls/setreuid/setreuid06_16.o
CC testcases/kernel/syscalls/setreuid/setreuid02.o
CC testcases/kernel/syscalls/setreuid/setreuid03.o
CC testcases/kernel/syscalls/setreuid/setreuid06.o
CC testcases/kernel/syscalls/setreuid/setreuid07.o
CC testcases/kernel/syscalls/setreuid/setreuid05_16.o
CC testcases/kernel/syscalls/setreuid/setreuid01.o
LD testcases/kernel/syscalls/setreuid/setreuid04
LD testcases/kernel/syscalls/setreuid/setreuid02
CC testcases/kernel/syscalls/setreuid/setreuid05.o
LD testcases/kernel/syscalls/setreuid/setreuid03
LD testcases/kernel/syscalls/setreuid/setreuid01
LD testcases/kernel/syscalls/setreuid/setreuid06
LD testcases/kernel/syscalls/setreuid/setreuid07
LD testcases/kernel/syscalls/setreuid/setreuid01_16
LD testcases/kernel/syscalls/setreuid/setreuid03_16
LD testcases/kernel/syscalls/setreuid/setreuid05
LD testcases/kernel/syscalls/setreuid/setreuid02_16
LD testcases/kernel/syscalls/setreuid/setreuid04_16
LD testcases/kernel/syscalls/setreuid/setreuid06_16
LD testcases/kernel/syscalls/setreuid/setreuid07_16
LD testcases/kernel/syscalls/setreuid/setreuid05_16
rm setreuid03_16.o setreuid01.o setreuid06_16.o setreuid03.o setreuid04.o setreuid07.o setreuid06.o setreuid02_16.o setreuid01_16.o setreuid05_16.o setreuid05.o setreuid02.o setreuid04_16.o setreuid07_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/string.h:548,
                 from ../../../../include/old/test.h:17,
                 from setrlimit01.c:38:
In function 'strcpy',
    inlined from 'test4' at setrlimit01.c:260:3,
    inlined from 'main' at setrlimit01.c:77:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/string_fortified.h:79:10: warning: argument 1 null where non-null expected [-Wnonnull]
   79 |   return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/string_fortified.h:79:10: note: in a call to built-in function '__builtin_memcpy'
CC testcases/kernel/syscalls/setrlimit/setrlimit02
CC testcases/kernel/syscalls/setrlimit/setrlimit04
CC testcases/kernel/syscalls/setrlimit/setrlimit05
CC testcases/kernel/syscalls/setrlimit/setrlimit03
CC testcases/kernel/syscalls/setrlimit/setrlimit06
CC testcases/kernel/syscalls/setrlimit/setrlimit01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setsid/setsid01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setsockopt/setsockopt04
CC testcases/kernel/syscalls/setsockopt/setsockopt01
CC testcases/kernel/syscalls/setsockopt/setsockopt03
CC testcases/kernel/syscalls/setsockopt/setsockopt08
CC testcases/kernel/syscalls/setsockopt/setsockopt05
CC testcases/kernel/syscalls/setsockopt/setsockopt02
CC testcases/kernel/syscalls/setsockopt/setsockopt10
CC testcases/kernel/syscalls/setsockopt/setsockopt09
CC testcases/kernel/syscalls/setsockopt/setsockopt06
CC testcases/kernel/syscalls/setsockopt/setsockopt07
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/settimeofday/settimeofday02
CC testcases/kernel/syscalls/settimeofday/settimeofday01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/syscalls/setuid/setuid01_16.o
CC testcases/kernel/syscalls/setuid/setuid03_16.o
CC testcases/kernel/syscalls/setuid/setuid04_16.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setuid/setuid01.o
CC testcases/kernel/syscalls/setuid/setuid04.o
CC testcases/kernel/syscalls/setuid/setuid03.o
LD testcases/kernel/syscalls/setuid/setuid01
LD testcases/kernel/syscalls/setuid/setuid04
LD testcases/kernel/syscalls/setuid/setuid03
LD testcases/kernel/syscalls/setuid/setuid01_16
LD testcases/kernel/syscalls/setuid/setuid03_16
LD testcases/kernel/syscalls/setuid/setuid04_16
rm setuid01.o setuid04_16.o setuid04.o setuid03.o setuid01_16.o setuid03_16.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/setxattr/setxattr02
CC testcases/kernel/syscalls/setxattr/setxattr01
CC testcases/kernel/syscalls/setxattr/setxattr03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sgetmask/sgetmask01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sigaction02.c:53:9: warning: "_GNU_SOURCE" redefined
   53 | #define _GNU_SOURCE
      |         ^~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
sigaction01.c: In function 'handler':
sigaction01.c:89:46: warning: unused parameter 'ucp' [-Wunused-parameter]
   89 | void handler(int sig, siginfo_t * sip, void *ucp)
      |                                        ~~~~~~^~~
CC testcases/kernel/syscalls/sigaction/sigaction02
CC testcases/kernel/syscalls/sigaction/sigaction01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sigaltstack01.c: In function 'sig_handler':
sigaltstack01.c:223:14: warning: storing the address of local variable 'i' in 'addr' [-Wdangling-pointer=]
  223 |         addr = &i;
      |         ~~~~~^~~~
sigaltstack01.c:220:13: note: 'i' declared here
  220 |         int i;
      |             ^
sigaltstack01.c:83:7: note: 'addr' declared here
   83 | void *addr, *main_stk;          /* address of main stack for signal */
      |       ^~~~
CC testcases/kernel/syscalls/sigaltstack/sigaltstack02
CC testcases/kernel/syscalls/sigaltstack/sigaltstack01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sighold02.c: In function 'do_child':
sighold02.c:70:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
   70 |                 if (sighold(sig))
      |                 ^~
In file included from sighold02.c:19:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
CC testcases/kernel/syscalls/sighold/sighold02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/signal/signal03
CC testcases/kernel/syscalls/signal/signal06
CC testcases/kernel/syscalls/signal/signal05
CC testcases/kernel/syscalls/signal/signal04
CC testcases/kernel/syscalls/signal/signal01
CC testcases/kernel/syscalls/signal/signal02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/signalfd/signalfd01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/signalfd4/signalfd4_02
CC testcases/kernel/syscalls/signalfd4/signalfd4_01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sigpending/sigpending02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sigprocmask01.c: In function 'sig_handler':
sigprocmask01.c:254:22: warning: unused parameter 'sig' [-Wunused-parameter]
  254 | void sig_handler(int sig)
      |                  ~~~~^~~
CC testcases/kernel/syscalls/sigprocmask/sigprocmask01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sigrelse01.c: In function 'timeout':
sigrelse01.c:683:25: warning: unused parameter 'sig' [-Wunused-parameter]
  683 | static void timeout(int sig)
      |                     ~~~~^~~
In function 'write_pipe',
    inlined from 'parent' at sigrelse01.c:286:6:
sigrelse01.c:639:13: warning: 'write' reading 512 bytes from a region of size 6 [-Wstringop-overread]
  639 |         if (write(fd, msg, MAXMESG) < 0) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from sigrelse01.c:109:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h: In function 'parent':
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)'
  378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
      |                ^~~~~
CC testcases/kernel/syscalls/sigrelse/sigrelse01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sigsuspend/sigsuspend01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpsigwait.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sigtimedwait/sigtimedwait01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpsigwait.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sigwait/sigwait01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpsigwait.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sigwaitinfo/sigwaitinfo01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/socket/socket01
CC testcases/kernel/syscalls/socket/socket02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/socketcall/socketcall01
CC testcases/kernel/syscalls/socketcall/socketcall03
CC testcases/kernel/syscalls/socketcall/socketcall02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/socketpair/socketpair01
CC testcases/kernel/syscalls/socketpair/socketpair02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sockioctl/sockioctl01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/splice/splice01
CC testcases/kernel/syscalls/splice/splice07
CC testcases/kernel/syscalls/splice/splice06
CC testcases/kernel/syscalls/splice/splice05
CC testcases/kernel/syscalls/splice/splice04
CC testcases/kernel/syscalls/splice/splice03
In file included from splice02.c:31:
splice02.c: In function 'do_child':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
splice02.c:77:17: note: in expansion of macro 'tst_res'
   77 |                 tst_res(TFAIL, "file size is different from expected: %ld (%d)",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
splice02.c:107:17: note: in expansion of macro 'tst_res'
  107 |                 tst_res(TFAIL, "%ld unexpected bytes found", fail);
      |                 ^~~~~~~
CC testcases/kernel/syscalls/splice/splice02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ssetmask/ssetmask01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/stat/stat03_64.o
CC testcases/kernel/syscalls/stat/stat03
LD testcases/kernel/syscalls/stat/stat03_64
In file included from stat02.c:15:
stat02.c: In function 'verify':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stat02.c:62:17: note: in expansion of macro 'tst_res'
   62 |                 tst_res(TFAIL, "file size (%zu) not as expected (%zu) bytes",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/stat/stat02
CC testcases/kernel/syscalls/stat/stat01
CC testcases/kernel/syscalls/stat/stat02_64.o
In file included from stat02.c:15:
stat02.c: In function 'verify':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stat02.c:62:17: note: in expansion of macro 'tst_res'
   62 |                 tst_res(TFAIL, "file size (%zu) not as expected (%zu) bytes",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/stat/stat01_64.o
LD testcases/kernel/syscalls/stat/stat02_64
LD testcases/kernel/syscalls/stat/stat01_64
rm stat01_64.o stat02_64.o stat03_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/statfs/statfs03_64.o
CC testcases/kernel/syscalls/statfs/statfs03
LD testcases/kernel/syscalls/statfs/statfs03_64
CC testcases/kernel/syscalls/statfs/statfs02
CC testcases/kernel/syscalls/statfs/statfs01
CC testcases/kernel/syscalls/statfs/statfs02_64.o
CC testcases/kernel/syscalls/statfs/statfs01_64.o
LD testcases/kernel/syscalls/statfs/statfs02_64
LD testcases/kernel/syscalls/statfs/statfs01_64
rm statfs01_64.o statfs02_64.o statfs03_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/statvfs/statvfs01
CC testcases/kernel/syscalls/statvfs/statvfs02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/statx/statx01
CC testcases/kernel/syscalls/statx/statx12
CC testcases/kernel/syscalls/statx/statx11
CC testcases/kernel/syscalls/statx/statx10
CC testcases/kernel/syscalls/statx/statx09
CC testcases/kernel/syscalls/statx/statx08
CC testcases/kernel/syscalls/statx/statx07
CC testcases/kernel/syscalls/statx/statx06
CC testcases/kernel/syscalls/statx/statx05
CC testcases/kernel/syscalls/statx/statx04
CC testcases/kernel/syscalls/statx/statx03
CC testcases/kernel/syscalls/statx/statx02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from stime01.c:20:
stime01.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stime01.c:36:17: note: in expansion of macro 'tst_res'
   36 |                 tst_res(TFAIL | TERRNO, "stime(%ld) failed", new_time);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stime01.c:46:17: note: in expansion of macro 'tst_res'
   46 |                 tst_res(TINFO, "pt.tv_sec: %ld", pres_time_tv.tv_sec);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stime01.c:47:17: note: in expansion of macro 'tst_res'
   47 |                 tst_res(TPASS, "system time was set to %ld", new_time);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stime01.c:50:17: note: in expansion of macro 'tst_res'
   50 |                 tst_res(TFAIL, "system time not set to %ld (got: %ld)",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
stime01.c:50:17: note: in expansion of macro 'tst_res'
   50 |                 tst_res(TFAIL, "system time not set to %ld (got: %ld)",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/stime/stime01
CC testcases/kernel/syscalls/stime/stime02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/string/string01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpswap.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/swapoff/swapoff01
CC testcases/kernel/syscalls/swapoff/swapoff02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
BUILD libltpswap.a
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/swapon/swapon01
CC testcases/kernel/syscalls/swapon/swapon03
CC testcases/kernel/syscalls/swapon/swapon02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/switch/endian_switch01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
symlink01.c: In function 'creat_symlink':
symlink01.c:650:51: warning: unused parameter '_path3' [-Wunused-parameter]
  650 | int creat_symlink(char *path1, char *path2, char *_path3)
      |                                             ~~~~~~^~~~~~
symlink01.c: In function 'creat_object':
symlink01.c:678:37: warning: unused parameter '_path2' [-Wunused-parameter]
  678 | int creat_object(char *path1, char *_path2, char *_path3)
      |                               ~~~~~~^~~~~~
symlink01.c:678:51: warning: unused parameter '_path3' [-Wunused-parameter]
  678 | int creat_object(char *path1, char *_path2, char *_path3)
      |                                             ~~~~~~^~~~~~
symlink01.c: In function 'ck_object':
symlink01.c:859:34: warning: unused parameter 'path2' [-Wunused-parameter]
  859 | int ck_object(char *path1, char *path2, char *path3)
      |                            ~~~~~~^~~~~
symlink01.c:859:47: warning: unused parameter 'path3' [-Wunused-parameter]
  859 | int ck_object(char *path1, char *path2, char *path3)
      |                                         ~~~~~~^~~~~
In file included from symlink01.c:219:
symlink01.c: In function 'do_stat':
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1448:17: note: in expansion of macro 'tst_resm'
 1448 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__off64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1448:17: note: in expansion of macro 'tst_resm'
 1448 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1453:17: note: in expansion of macro 'tst_resm'
 1453 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1453:17: note: in expansion of macro 'tst_resm'
 1453 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1458:17: note: in expansion of macro 'tst_resm'
 1458 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1458:17: note: in expansion of macro 'tst_resm'
 1458 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1463:17: note: in expansion of macro 'tst_resm'
 1463 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
../../../../include/old/test.h:123:19: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
symlink01.c:1463:17: note: in expansion of macro 'tst_resm'
 1463 |                 tst_resm(TFAIL,
      |                 ^~~~~~~~
symlink01.c: In function 'do_ENOENT':
symlink01.c:1095:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1095 |                         chdir(tst_get_tmpdir());
      |                         ^~~~~~~~~~~~~~~~~~~~~~~
symlink01.c: In function 'do_ELOOP':
symlink01.c:1177:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1177 |                         chdir(tst_get_tmpdir());
      |                         ^~~~~~~~~~~~~~~~~~~~~~~
symlink01.c: In function 'do_chdir':
symlink01.c:1517:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1517 |                         chdir(tst_get_tmpdir());
      |                         ^~~~~~~~~~~~~~~~~~~~~~~
In function 'delete_files',
    inlined from 'do_ENOENT' at symlink01.c:1107:4:
symlink01.c:639:9: warning: argument 1 null where non-null expected [-Wnonnull]
  639 |         unlink(path2);
      |         ^~~~~~~~~~~~~
In file included from symlink01.c:217:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h: In function 'do_ENOENT':
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:858:12: note: in a call to function 'unlink' declared 'nonnull'
  858 | extern int unlink (const char *__name) __THROW __nonnull ((1));
      |            ^~~~~~
In function 'delete_files',
    inlined from 'do_EXDEV' at symlink01.c:1290:4,
    inlined from 'do_EXDEV' at symlink01.c:1269:6:
symlink01.c:639:9: warning: argument 1 null where non-null expected [-Wnonnull]
  639 |         unlink(path2);
      |         ^~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h: In function 'do_EXDEV':
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:858:12: note: in a call to function 'unlink' declared 'nonnull'
  858 | extern int unlink (const char *__name) __THROW __nonnull ((1));
      |            ^~~~~~
In function 'delete_files',
    inlined from 'do_link' at symlink01.c:1576:3,
    inlined from 'do_link' at symlink01.c:1530:6:
symlink01.c:639:9: warning: argument 1 null where non-null expected [-Wnonnull]
  639 |         unlink(path2);
      |         ^~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h: In function 'do_link':
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:858:12: note: in a call to function 'unlink' declared 'nonnull'
  858 | extern int unlink (const char *__name) __THROW __nonnull ((1));
      |            ^~~~~~
CC testcases/kernel/syscalls/symlink/symlink01
CC testcases/kernel/syscalls/symlink/symlink04
CC testcases/kernel/syscalls/symlink/symlink03
CC testcases/kernel/syscalls/symlink/symlink02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/symlinkat/symlinkat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sync/sync01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sync_file_range/sync_file_range01
In file included from sync_file_range02.c:20:
sync_file_range02.c: In function 'verify_sync_file_range':
../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
sync_file_range02.c:73:17: note: in expansion of macro 'tst_res'
   73 |                 tst_res(TFAIL, "%s: Synced %li, expected %li", tc->desc,
      |                 ^~~~~~~
CC testcases/kernel/syscalls/sync_file_range/sync_file_range02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/syncfs/syncfs01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/syscall/syscall01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sysconf/sysconf01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sysctl/sysctl01
CC testcases/kernel/syscalls/sysctl/sysctl04
CC testcases/kernel/syscalls/sysctl/sysctl03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sysfs/sysfs01
CC testcases/kernel/syscalls/sysfs/sysfs05
CC testcases/kernel/syscalls/sysfs/sysfs04
CC testcases/kernel/syscalls/sysfs/sysfs03
CC testcases/kernel/syscalls/sysfs/sysfs02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/sysinfo/sysinfo01
CC testcases/kernel/syscalls/sysinfo/sysinfo03
CC testcases/kernel/syscalls/sysinfo/sysinfo02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/syslog/syslog11
CC testcases/kernel/syscalls/syslog/syslog12
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/tee/tee01
CC testcases/kernel/syscalls/tee/tee02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/tgkill/tgkill01
CC testcases/kernel/syscalls/tgkill/tgkill03
CC testcases/kernel/syscalls/tgkill/tgkill02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/time/time01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/timer_create/timer_create01
CC testcases/kernel/syscalls/timer_create/timer_create03
CC testcases/kernel/syscalls/timer_create/timer_create02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/timer_delete/timer_delete01
CC testcases/kernel/syscalls/timer_delete/timer_delete02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/timer_getoverrun/timer_getoverrun01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/timer_gettime/timer_gettime01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/timer_settime/timer_settime01
CC testcases/kernel/syscalls/timer_settime/timer_settime03
CC testcases/kernel/syscalls/timer_settime/timer_settime02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/timerfd/timerfd01
CC testcases/kernel/syscalls/timerfd/timerfd_settime02
CC testcases/kernel/syscalls/timerfd/timerfd_settime01
CC testcases/kernel/syscalls/timerfd/timerfd_gettime01
CC testcases/kernel/syscalls/timerfd/timerfd_create01
CC testcases/kernel/syscalls/timerfd/timerfd04
CC testcases/kernel/syscalls/timerfd/timerfd02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/times/times01
CC testcases/kernel/syscalls/times/times03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/tkill/tkill01
CC testcases/kernel/syscalls/tkill/tkill02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/truncate/truncate03_64.o
CC testcases/kernel/syscalls/truncate/truncate03
LD testcases/kernel/syscalls/truncate/truncate03_64
In file included from truncate02.c:24:
truncate02.c: In function 'verify_truncate':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:55:17: note: in expansion of macro 'tst_res'
   55 |                 tst_res(TFAIL | TTERRNO, "truncate(%s, %ld) failed",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:61:17: note: in expansion of macro 'tst_res'
   61 |                 tst_res(TFAIL | TTERRNO,
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "%s: Incorrect file size %ld, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "%s: Incorrect file size %ld, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:75:17: note: in expansion of macro 'tst_res'
   75 |                 tst_res(TFAIL, "truncate(%s, %ld) changes offset",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:89:9: note: in expansion of macro 'tst_res'
   89 |         tst_res(TPASS, "truncate(%s, %ld) succeeded",
      |         ^~~~~~~
CC testcases/kernel/syscalls/truncate/truncate02
CC testcases/kernel/syscalls/truncate/truncate02_64.o
In file included from truncate02.c:24:
truncate02.c: In function 'verify_truncate':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:55:17: note: in expansion of macro 'tst_res'
   55 |                 tst_res(TFAIL | TTERRNO, "truncate(%s, %ld) failed",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:61:17: note: in expansion of macro 'tst_res'
   61 |                 tst_res(TFAIL | TTERRNO,
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "%s: Incorrect file size %ld, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "%s: Incorrect file size %ld, expected %ld",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:75:17: note: in expansion of macro 'tst_res'
   75 |                 tst_res(TFAIL, "truncate(%s, %ld) changes offset",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
truncate02.c:89:9: note: in expansion of macro 'tst_res'
   89 |         tst_res(TPASS, "truncate(%s, %ld) succeeded",
      |         ^~~~~~~
LD testcases/kernel/syscalls/truncate/truncate02_64
rm truncate02_64.o truncate03_64.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ulimit/ulimit01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/umask/umask01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/umount/umount01
CC testcases/kernel/syscalls/umount/umount03
CC testcases/kernel/syscalls/umount/umount02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/umount2/umount2_01
CC testcases/kernel/syscalls/umount2/umount2_02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/uname/uname01
CC testcases/kernel/syscalls/uname/uname04
CC testcases/kernel/syscalls/uname/uname02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/unlink/unlink05
CC testcases/kernel/syscalls/unlink/unlink08
CC testcases/kernel/syscalls/unlink/unlink07
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/unlinkat/unlinkat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/unshare/unshare01
CC testcases/kernel/syscalls/unshare/unshare02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/userfaultfd/userfaultfd01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/ustat/ustat01
CC testcases/kernel/syscalls/ustat/ustat02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from utime01.c:18:
utime01.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime01.c:52:17: note: in expansion of macro 'tst_res'
   52 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime01.c:52:17: note: in expansion of macro 'tst_res'
   52 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime01.c:52:17: note: in expansion of macro 'tst_res'
   52 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime01.c:57:17: note: in expansion of macro 'tst_res'
   57 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime01.c:57:17: note: in expansion of macro 'tst_res'
   57 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime01.c:57:17: note: in expansion of macro 'tst_res'
   57 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
CC testcases/kernel/syscalls/utime/utime01
CC testcases/kernel/syscalls/utime/utime06
CC testcases/kernel/syscalls/utime/utime05
CC testcases/kernel/syscalls/utime/utime04
In file included from utime03.c:25:
utime03.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime03.c:80:17: note: in expansion of macro 'tst_res'
   80 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime03.c:80:17: note: in expansion of macro 'tst_res'
   80 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime03.c:80:17: note: in expansion of macro 'tst_res'
   80 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime03.c:85:17: note: in expansion of macro 'tst_res'
   85 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime03.c:85:17: note: in expansion of macro 'tst_res'
   85 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime03.c:85:17: note: in expansion of macro 'tst_res'
   85 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
CC testcases/kernel/syscalls/utime/utime03
In file included from utime02.c:23:
utime02.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime02.c:69:17: note: in expansion of macro 'tst_res'
   69 |                 tst_res(TFAIL, "utime() did not set expected mtime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime02.c:74:17: note: in expansion of macro 'tst_res'
   74 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime02.c:74:17: note: in expansion of macro 'tst_res'
   74 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 7 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utime02.c:74:17: note: in expansion of macro 'tst_res'
   74 |                 tst_res(TFAIL, "utime() did not set expected atime, "
      |                 ^~~~~~~
CC testcases/kernel/syscalls/utime/utime02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_timer.h:19,
                 from ../../../../include/time64_variants.h:20,
                 from utimensat01.c:21:
utimensat01.c: In function 'reset_time':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utimensat01.c:217:17: note: in expansion of macro 'tst_res'
  217 |                 tst_res(TFAIL, "Failed to reset access and modification time (%lu: %lu)",
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type '__time64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
utimensat01.c:217:17: note: in expansion of macro 'tst_res'
  217 |                 tst_res(TFAIL, "Failed to reset access and modification time (%lu: %lu)",
      |                 ^~~~~~~
CC testcases/kernel/syscalls/utimensat/utimensat01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/utimes/utimes01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/vfork/vfork01
vfork02.c: In function 'setup':
vfork02.c:183:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  183 |         if (sighold(SIGUSR1) == -1) {
      |         ^~
In file included from vfork02.c:76:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
vfork02.c: In function 'cleanup':
vfork02.c:225:9: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  225 |         if (sigrelse(SIGUSR1) == -1) {
      |         ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
CC testcases/kernel/syscalls/vfork/vfork02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/vhangup/vhangup01
CC testcases/kernel/syscalls/vhangup/vhangup02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/vmsplice/vmsplice01
CC testcases/kernel/syscalls/vmsplice/vmsplice04
CC testcases/kernel/syscalls/vmsplice/vmsplice03
CC testcases/kernel/syscalls/vmsplice/vmsplice02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/wait/wait01
CC testcases/kernel/syscalls/wait/wait02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/wait4/wait401
CC testcases/kernel/syscalls/wait4/wait403
CC testcases/kernel/syscalls/wait4/wait402
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/waitid/waitid01
CC testcases/kernel/syscalls/waitid/waitid11
In file included from waitid10.c:17:
waitid10.c: In function 'setup':
../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
waitid10.c:64:9: note: in expansion of macro 'tst_res'
   64 |         tst_res(TINFO, "Raising RLIMIT_CORE rlim_cur=%li -> %li",
      |         ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%li' expects argument of type 'long int', but argument 6 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
waitid10.c:64:9: note: in expansion of macro 'tst_res'
   64 |         tst_res(TINFO, "Raising RLIMIT_CORE rlim_cur=%li -> %li",
      |         ^~~~~~~
CC testcases/kernel/syscalls/waitid/waitid10
CC testcases/kernel/syscalls/waitid/waitid09
CC testcases/kernel/syscalls/waitid/waitid08
CC testcases/kernel/syscalls/waitid/waitid07
CC testcases/kernel/syscalls/waitid/waitid06
CC testcases/kernel/syscalls/waitid/waitid05
CC testcases/kernel/syscalls/waitid/waitid04
CC testcases/kernel/syscalls/waitid/waitid03
CC testcases/kernel/syscalls/waitid/waitid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/waitpid/waitpid01
CC testcases/kernel/syscalls/waitpid/waitpid13
CC testcases/kernel/syscalls/waitpid/waitpid12
CC testcases/kernel/syscalls/waitpid/waitpid11
CC testcases/kernel/syscalls/waitpid/waitpid10
CC testcases/kernel/syscalls/waitpid/waitpid09
CC testcases/kernel/syscalls/waitpid/waitpid08
CC testcases/kernel/syscalls/waitpid/waitpid07
CC testcases/kernel/syscalls/waitpid/waitpid06
waitpid05.c: In function 'main':
waitpid05.c:79:13: warning: variable 'exno' set but not used [-Wunused-but-set-variable]
   79 |         int exno, nexno, status;
      |             ^~~~
CC testcases/kernel/syscalls/waitpid/waitpid05
CC testcases/kernel/syscalls/waitpid/waitpid04
CC testcases/kernel/syscalls/waitpid/waitpid03
CC testcases/kernel/syscalls/waitpid/waitpid02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/write/write01
In file included from write06.c:24:
write06.c: In function 'verify_write':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
write06.c:47:17: note: in expansion of macro 'tst_res'
   47 |                 tst_res(TFAIL, "file size is %ld != K2", statbuf.st_size);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
write06.c:57:17: note: in expansion of macro 'tst_res'
   57 |                 tst_res(TFAIL, "Wrong offset after write %zu expected %u", off, K3);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
write06.c:59:17: note: in expansion of macro 'tst_res'
   59 |                 tst_res(TPASS, "Offset is correct after write %zu", off);
      |                 ^~~~~~~
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
write06.c:63:17: note: in expansion of macro 'tst_res'
   63 |                 tst_res(TFAIL, "Wrong file size after append %zu expected %u", statbuf.st_size, K3);
      |                 ^~~~~~~
CC testcases/kernel/syscalls/write/write06
CC testcases/kernel/syscalls/write/write05
In file included from ../../../../include/tst_test.h:21,
                 from write04.c:21:
write04.c: In function 'verify_write':
write04.c:31:23: warning: '<unknown>' is used uninitialized [-Wuninitialized]
   31 |         TST_EXP_FAIL2(write(wfd, wbuf, sizeof(wbuf)), EAGAIN);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:15:27: note: in definition of macro 'TEST'
   15 |                 TST_RET = SCALL; \
      |                           ^~~~~
../../../../include/tst_test_macros.h:251:17: note: in expansion of macro 'TST_EXP_FAIL_SILENT_'
  251 |                 TST_EXP_FAIL_SILENT_(TST_RET >= 0, SCALL, SSCALL,              \
      |                 ^~~~~~~~~~~~~~~~~~~~
../../../../include/tst_test_macros.h:264:17: note: in expansion of macro 'TST_EXP_FAIL2_ARR_'
  264 |                 TST_EXP_FAIL2_ARR_(SCALL, #SCALL, &tst_exp_err__, 1,           \
      |                 ^~~~~~~~~~~~~~~~~~
write04.c:31:9: note: in expansion of macro 'TST_EXP_FAIL2'
   31 |         TST_EXP_FAIL2(write(wfd, wbuf, sizeof(wbuf)), EAGAIN);
      |         ^~~~~~~~~~~~~
In file included from ../../../../include/tst_test.h:14:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:378:16: note: in a call to 'write' declared with attribute 'access (read_only, 2, 3)' here
  378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
      |                ^~~~~
write04.c: In function 'setup':
write04.c:40:27: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 99 [-Wformat-overflow=]
   40 |         sprintf(fifo, "%s.%d", fifo, getpid());
      |                           ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from write04.c:20:
In function 'sprintf',
    inlined from 'setup' at write04.c:40:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 3 and 112 bytes into a destination of size 100
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'fifo' [-Wrestrict]
write04.c: In function 'setup':
write04.c:23:13: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
   23 | static char fifo[100];
      |             ^~~~
CC testcases/kernel/syscalls/write/write04
CC testcases/kernel/syscalls/write/write03
CC testcases/kernel/syscalls/write/write02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/syscalls/writev/writev01
CC testcases/kernel/syscalls/writev/writev07
CC testcases/kernel/syscalls/writev/writev06
CC testcases/kernel/syscalls/writev/writev05
CC testcases/kernel/syscalls/writev/writev03
CC testcases/kernel/syscalls/writev/writev02
make[3]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/connectors/pec/event_generator
CC testcases/kernel/connectors/pec/pec_listener
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/mountns/mountns01
CC testcases/kernel/containers/mountns/mountns04
CC testcases/kernel/containers/mountns/mountns03
CC testcases/kernel/containers/mountns/mountns02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/mqns/mqns_01
CC testcases/kernel/containers/mqns/mqns_04
CC testcases/kernel/containers/mqns/mqns_03
CC testcases/kernel/containers/mqns/mqns_02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/netns/netns_netlink
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/pidns/pidns01
CC testcases/kernel/containers/pidns/pidns32
CC testcases/kernel/containers/pidns/pidns31
CC testcases/kernel/containers/pidns/pidns30
CC testcases/kernel/containers/pidns/pidns20
CC testcases/kernel/containers/pidns/pidns17
CC testcases/kernel/containers/pidns/pidns16
CC testcases/kernel/containers/pidns/pidns13
CC testcases/kernel/containers/pidns/pidns12
CC testcases/kernel/containers/pidns/pidns10
CC testcases/kernel/containers/pidns/pidns06
CC testcases/kernel/containers/pidns/pidns05
CC testcases/kernel/containers/pidns/pidns04
CC testcases/kernel/containers/pidns/pidns03
CC testcases/kernel/containers/pidns/pidns02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/sysvipc/mesgq_nstest
CC testcases/kernel/containers/sysvipc/shmnstest
CC testcases/kernel/containers/sysvipc/shmem_2nstest
CC testcases/kernel/containers/sysvipc/shm_comm
CC testcases/kernel/containers/sysvipc/semtest_2ns
CC testcases/kernel/containers/sysvipc/sem_nstest
CC testcases/kernel/containers/sysvipc/sem_comm
CC testcases/kernel/containers/sysvipc/msg_comm
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/timens/timens01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/userns/userns01
CC testcases/kernel/containers/userns/userns08
CC testcases/kernel/containers/userns/userns07
CC testcases/kernel/containers/userns/userns06_capcheck
CC testcases/kernel/containers/userns/userns06
CC testcases/kernel/containers/userns/userns05
CC testcases/kernel/containers/userns/userns04
CC testcases/kernel/containers/userns/userns03
CC testcases/kernel/containers/userns/userns02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/containers/utsname/utsname01
CC testcases/kernel/containers/utsname/utsname04
CC testcases/kernel/containers/utsname/utsname03
CC testcases/kernel/containers/utsname/utsname02
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/cgroup/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
libcontrollers.c: In function 'signal_handler_alarm':
libcontrollers.c:221:31: warning: unused parameter 'signal' [-Wunused-parameter]
  221 | void signal_handler_alarm(int signal)
      |                           ~~~~^~~~~~
libcontrollers.c: In function 'read_shares_file':
libcontrollers.c:192:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  192 |         fscanf(fp, "%u", &shares);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/controllers/libcontrollers/libcontrollers.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
AR libcontrollers.a
RANLIB libcontrollers.a
CC testcases/kernel/controllers/cgroup/cgroup_core01
cgroup_regression_getdelays.c: In function 'main':
cgroup_regression_getdelays.c:314:25: warning: '__builtin_strncpy' specified bound 292 equals destination size [-Wstringop-truncation]
  314 |                         strncpy(cpumask, optarg, sizeof(cpumask));
      |                         ^
cgroup_regression_getdelays.c:300:25: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-truncation]
  300 |                         strncpy(containerpath, optarg, strlen(optarg) + 1);
      |                         ^
cgroup_regression_getdelays.c:300:56: note: length computed here
  300 |                         strncpy(containerpath, optarg, strlen(optarg) + 1);
      |                                                        ^~~~~~~~~~~~~~
CC testcases/kernel/controllers/cgroup/cgroup_regression_getdelays
CC testcases/kernel/controllers/cgroup/cgroup_regression_fork_processes
CC testcases/kernel/controllers/cgroup/cgroup_core03
CC testcases/kernel/controllers/cgroup/cgroup_core02
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/cgroup_fj/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/cgroup_fj/cgroup_fj_proc
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/cgroup_xattr/cgroup_xattr
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/cpuacct/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
cpuacct_task.c: In function 'sig_handler':
cpuacct_task.c:32:29: warning: unused parameter 'signo' [-Wunused-parameter]
   32 | static void sig_handler(int signo)
      |                         ~~~~^~~~~
CC testcases/kernel/controllers/cpuacct/cpuacct_task
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/cpuctl/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
cpuctl_def_task01.c: In function 'main':
cpuctl_def_task01.c:216:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'time_t' {aka 'long long int'} [-Wformat=]
  216 |                 fprintf(stdout, "DEF TASK:CPU TIME{calc:-%6.2f(s)"
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  219 |                         exp_cpu_time, myshares, delta_time);
      |                                                 ~~~~~~~~~~
      |                                                 |
      |                                                 time_t {aka long long int}
cpuctl_def_task01.c:218:32: note: format string is defined here
  218 |                         " in %lu (s) INTERVAL\n", delta_cpu_time, mytime,
      |                              ~~^
      |                                |
      |                                long unsigned int
      |                              %llu
In file included from cpuctl_def_task01.c:58:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_def_task01.c: In function 'main':
cpuctl_def_task01.c:141:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  141 |         read(fd, &ch, 1);       /* To fire all the tasks up at the same time */
      |         ^~~~~~~~~~~~~~~~
cpuctl_def_task01.c:152:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  152 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_def_task01.c:151:15: note: length computed here
  151 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_def_task01
cpuctl_test04.c: In function 'main':
cpuctl_test04.c:222:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'time_t' {aka 'long long int'} [-Wformat=]
  222 |                 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)i.e. %6.2f(%%) exp:-%6.2f(%%)}\
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223 | with %3u shares in %lu (s) INTERVAL\n", mygroup_num, task_num, delta_cpu_time,
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |                         mytime, exp_cpu_time, fmyshares, delta_time);
      |                                                          ~~~~~~~~~~
      |                                                          |
      |                                                          time_t {aka long long int}
In file included from cpuctl_test04.c:62:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_test04.c: In function 'main':
cpuctl_test04.c:162:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  162 |         read(fd, &ch, 1);       /* To block all tasks here and fire them up at the same time */
      |         ^~~~~~~~~~~~~~~~
cpuctl_test04.c:173:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  173 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_test04.c:172:15: note: length computed here
  172 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_test04
cpuctl_test03.c: In function 'main':
cpuctl_test03.c:211:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
  211 |                 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)i.e. %6.2f(%%) exp:-%6.2f(%%)}\
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  212 |  in %lu (s) INTERVAL\n", mygroup_num, task_num, delta_cpu_time, mytime,
      |  ~~~~~~~~~~~~~~~~~~~~~~          
  213 |                         exp_cpu_time, delta_time);
      |                                       ~~~~~~~~~~
      |                                       |
      |                                       time_t {aka long long int}
In file included from cpuctl_test03.c:62:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_test03.c: In function 'main':
cpuctl_test03.c:151:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  151 |         read(fd, &ch, 1);       /* To block all tasks here and fire them up at the same time */
      |         ^~~~~~~~~~~~~~~~
cpuctl_test03.c:162:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  162 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_test03.c:161:15: note: length computed here
  161 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_test03
cpuctl_test02.c: In function 'main':
cpuctl_test02.c:216:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'time_t' {aka 'long long int'} [-Wformat=]
  216 |                 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)i.e. %6.2f(%%)exp:-%6.2f(%%)}\
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  217 | with %u(shares) in %lu (s) INTERVAL\n", mygroup_num, task_num, delta_cpu_time,
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  218 |                         mytime, exp_cpu_time, fmyshares, delta_time);
      |                                                          ~~~~~~~~~~
      |                                                          |
      |                                                          time_t {aka long long int}
In file included from cpuctl_test02.c:62:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_test02.c: In function 'main':
cpuctl_test02.c:156:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  156 |         read(fd, &ch, 1);       /* To block all tasks here and fire them up at the same time */
      |         ^~~~~~~~~~~~~~~~
cpuctl_test02.c:167:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  167 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_test02.c:166:15: note: length computed here
  166 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_test02
cpuctl_test01.c: In function 'main':
cpuctl_test01.c:204:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
  204 |                 fprintf(stdout, "task-%d:CPU TIME{calc:-%6.2f(s)i.e. %6.2f(%%) exp:-%6.2f(%%)}\
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 | with %lu(shares) in %lu (s) INTERVAL\n", my_group_num, delta_cpu_time, mytime,
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  206 |                         exp_cpu_time, myshares, delta_time);
      |                                                 ~~~~~~~~~~
      |                                                 |
      |                                                 time_t {aka long long int}
In file included from cpuctl_test01.c:63:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_test01.c: In function 'main':
cpuctl_test01.c:144:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  144 |         read(fd, &ch, 1);       /* To block all tasks here and fire them up at the same time */
      |         ^~~~~~~~~~~~~~~~
cpuctl_test01.c:155:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  155 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_test01.c:154:15: note: length computed here
  154 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_test01
cpuctl_latency_test.c: In function 'sighandler':
cpuctl_latency_test.c:57:21: warning: unused parameter 'i' [-Wunused-parameter]
   57 | void sighandler(int i)
      |                 ~~~~^
In file included from cpuctl_latency_test.c:52:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_latency_test.c: In function 'main':
cpuctl_latency_test.c:89:17: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
   89 |                 strncpy(mytaskfile, argv[2], FILENAME_MAX);
      |                 ^
CC testcases/kernel/controllers/cpuctl/cpuctl_latency_test
cpuctl_latency_check_task.c: In function 'main':
cpuctl_latency_check_task.c:131:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  131 |                 if (delta > ALLOWED)
      |                           ^
In file included from cpuctl_latency_check_task.c:51:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_latency_check_task.c: In function 'main':
cpuctl_latency_check_task.c:97:17: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
   97 |                 strncpy(mytaskfile, argv[4], FILENAME_MAX);
      |                 ^
CC testcases/kernel/controllers/cpuctl/cpuctl_latency_check_task
cpuctl_def_task04.c: In function 'main':
cpuctl_def_task04.c:230:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'time_t' {aka 'long long int'} [-Wformat=]
  230 |                 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s) i.e."
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  233 |                         mytime, exp_cpu_time, fmyshares, delta_time);
      |                                                          ~~~~~~~~~~
      |                                                          |
      |                                                          time_t {aka long long int}
cpuctl_def_task04.c:231:75: note: format string is defined here
  231 |                         "  %6.2f(%%) exp:-%6.2f(%%)} with %3u shares in %lu (s)"
      |                                                                         ~~^
      |                                                                           |
      |                                                                           long unsigned int
      |                                                                         %llu
In file included from cpuctl_def_task04.c:62:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_def_task04.c: In function 'main':
cpuctl_def_task04.c:158:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  158 |         read(fd, &ch, 1);       /* Block task here to synchronize */
      |         ^~~~~~~~~~~~~~~~
cpuctl_def_task04.c:169:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  169 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_def_task04.c:168:15: note: length computed here
  168 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_def_task04
cpuctl_def_task03.c: In function 'main':
cpuctl_def_task03.c:220:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=]
  220 |                 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)"
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  223 |                         exp_cpu_time, delta_time);
      |                                       ~~~~~~~~~~
      |                                       |
      |                                       time_t {aka long long int}
cpuctl_def_task03.c:221:63: note: format string is defined here
  221 |                         " i.e. %6.2f(%%) exp:-%6.2f(%%)} in %lu (s)\n",
      |                                                             ~~^
      |                                                               |
      |                                                               long unsigned int
      |                                                             %llu
In file included from cpuctl_def_task03.c:62:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_def_task03.c: In function 'main':
cpuctl_def_task03.c:148:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  148 |         read(fd, &ch, 1);       /* Block task here to synchronize */
      |         ^~~~~~~~~~~~~~~~
cpuctl_def_task03.c:159:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  159 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_def_task03.c:158:15: note: length computed here
  158 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_def_task03
cpuctl_def_task02.c: In function 'main':
cpuctl_def_task02.c:223:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'time_t' {aka 'long long int'} [-Wformat=]
  223 |                 fprintf(stdout, "Grp:-%3dDEF task-%3d: CPU TIME{calc:-%6.2f(s)"
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  226 |                         exp_cpu_time, fmyshares, delta_time);
      |                                                  ~~~~~~~~~~
      |                                                  |
      |                                                  time_t {aka long long int}
cpuctl_def_task02.c:224:77: note: format string is defined here
  224 |                         "i.e. %6.2f(%%)exp:-%6.2f(%%)} with %u(shares) in %lu"
      |                                                                           ~~^
      |                                                                             |
      |                                                                             long unsigned int
      |                                                                           %llu
In file included from cpuctl_def_task02.c:61:
../libcontrollers/libcontrollers.h: At top level:
../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
cpuctl_def_task02.c: In function 'main':
cpuctl_def_task02.c:152:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  152 |         read(fd, &ch, 1);       /* Block task here to synchronize */
      |         ^~~~~~~~~~~~~~~~
cpuctl_def_task02.c:163:14: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  163 |         if (!strncpy(fullpath, path, len))
      |              ^
cpuctl_def_task02.c:162:15: note: length computed here
  162 |         len = strlen(path);
      |               ^~~~~~~~~~~~
CC testcases/kernel/controllers/cpuctl/cpuctl_def_task02
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/cpuctl_fj/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/cpuctl_fj/cpuctl_fj_cpu-hog
CC testcases/kernel/controllers/cpuctl_fj/cpuctl_fj_simple_echo
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make -C ../cpuset_lib -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/../cpuset_lib/Makefile" all
../../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
CC testcases/kernel/controllers/cpuset/cpuset_lib/cpuinfo.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[8]: Nothing to be done for 'all'.
make[8]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/cpuset/cpuset_lib/meminfo.o
libcpuset.c: In function 'store_map':
libcpuset.c:1304:17: warning: pointer 'mapfp' may be used after 'fclose' [-Wuse-after-free]
 1304 |                 fclose(mapfp);
      |                 ^~~~~~~~~~~~~
libcpuset.c:1295:9: note: call to 'fclose' here
 1295 |         fclose(mapfp);
      |         ^~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_migrate_all':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2917 |         if (load_flag(buf2, &memory_migrate_flag, "memory_migrate") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from libcpuset.c:36:
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_migrate_all' at libcpuset.c:2917:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 4111 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_migrate_all':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2919 |         if (store_flag(buf2, "memory_migrate", 1) < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'store_flag' at libcpuset.c:1069:2,
    inlined from 'cpuset_migrate_all' at libcpuset.c:2919:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 4111 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_migrate_all':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2929 |         if (store_flag(buf2, "memory_migrate", memory_migrate_flag) < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'store_flag' at libcpuset.c:1069:2,
    inlined from 'cpuset_migrate_all' at libcpuset.c:2929:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 4111 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_migrate':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2890 |         if (load_flag(buf2, &memory_migrate_flag, "memory_migrate") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_migrate' at libcpuset.c:2890:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 4111 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_migrate':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2892 |         if (store_flag(buf2, "memory_migrate", 1) < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'store_flag' at libcpuset.c:1069:2,
    inlined from 'cpuset_migrate' at libcpuset.c:2892:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 4111 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_migrate':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2899 |         store_flag(buf2, "memory_migrate", memory_migrate_flag);
      |                          ~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'store_flag' at libcpuset.c:1069:2,
    inlined from 'cpuset_migrate' at libcpuset.c:2899:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 4111 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 20 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2096 |         if (load_flag(buf, &cp->cpu_exclusive, "cpuset.cpu_exclusive") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2096:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 22 and 4117 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 20 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2100 |         if (load_flag(buf, &cp->mem_exclusive, "cpuset.mem_exclusive") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2100:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 22 and 4117 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 17 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2104 |         if (load_flag(buf, &cp->notify_on_release, "notify_on_release") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2104:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 19 and 4114 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 21 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2109 |                 if (load_flag(buf, &cp->memory_migrate, "cpuset.memory_migrate") < 0)
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2109:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 23 and 4118 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 19 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2115 |                 if (load_flag(buf, &cp->mem_hardwall, "cpuset.mem_hardwall") < 0)
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2115:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 21 and 4116 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 30 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2121 |                 if (load_flag
      |                     ~~~~~~~~~            
 2122 |                     (buf, &cp->memory_pressure_enabled,
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2123 |                      "cpuset.memory_pressure_enabled") < 0)
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2121:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 32 and 4127 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 25 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2129 |                 if (load_flag
      |                     ~~~~~~~~~            
 2130 |                     (buf, &cp->memory_spread_page, "cpuset.memory_spread_page") < 0)
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2129:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 27 and 4122 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 25 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2136 |                 if (load_flag
      |                     ~~~~~~~~~            
 2137 |                     (buf, &cp->memory_spread_slab, "cpuset.memory_spread_slab") < 0)
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2136:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 27 and 4122 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 25 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2143 |                 if (load_flag
      |                     ~~~~~~~~~            
 2144 |                     (buf, &cp->sched_load_balance, "cpuset.sched_load_balance") < 0)
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_flag' at libcpuset.c:945:2,
    inlined from 'cpuset_query' at libcpuset.c:2143:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 27 and 4122 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 31 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_number' at libcpuset.c:971:2,
    inlined from 'cpuset_query' at libcpuset.c:2150:7:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 33 and 4128 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2157 |         if (load_mask(buf, &cp->cpus, cpuset_cpus_nbits(), "cpuset.cpus") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_mask' at libcpuset.c:1017:2,
    inlined from 'cpuset_query' at libcpuset.c:2157:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_query':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
......
 2161 |         if (load_mask(buf, &cp->mems, cpuset_mems_nbits(), "cpuset.mems") < 0)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'load_mask' at libcpuset.c:1017:2,
    inlined from 'cpuset_query' at libcpuset.c:2161:6:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libcpuset.c: In function 'cpuset_collides_exclusive':
libcpuset.c:492:41: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  492 |         (void)snprintf(buf, buflen, "%s/%s", name1, name2);
      |                                         ^~
In function 'snprintf',
    inlined from 'pathcat2' at libcpuset.c:492:8,
    inlined from 'cpuset_collides_exclusive' at libcpuset.c:2334:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/controllers/cpuset/cpuset_lib/libcpuset.o
libbitmask.c:42:9: warning: "howmany" redefined
   42 | #define howmany(x,y) (((x)+((y)-1))/(y))
      |         ^~~~~~~
In file included from ../../../../../include/tst_minmax.h:9,
                 from libbitmask.c:31:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/param.h:90:10: note: this is the location of the previous definition
   90 | # define howmany(x, y)  (((x) + ((y) - 1)) / (y))
      |          ^~~~~~~
CC testcases/kernel/controllers/cpuset/cpuset_lib/libbitmask.o
AR libcpu_set.a
RANLIB libcpu_set.a
CC testcases/kernel/controllers/cpuset/cpuset_hotplug_test/cpuset_list_compute
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/cpuset/cpuset_load_balance_test/cpuset_cpu_hog
CC testcases/kernel/controllers/cpuset/cpuset_load_balance_test/cpuset_sched_domains_check
CC testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/cpuset_memory_pressure
CC testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/cpuset_mem_hog
CC testcases/kernel/controllers/cpuset/cpuset_memory_test/cpuset_memory_test
CC testcases/kernel/controllers/cpuset/cpuset_syscall_test/cpuset_syscall_test
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/freezer/fork_exec_loop
vfork.c: In function '_parse_opts':
vfork.c:169:51: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat=]
  169 |                         opt = sscanf(optarg, "%Ld%as", &duration, &units);
      |                                                  ~^               ~~~~~~
      |                                                   |               |
      |                                                   float *         char **
vfork.c: In function 'trace_grandchild':
vfork.c:202:28: warning: unused parameter 'gchild' [-Wunused-parameter]
  202 | int trace_grandchild(pid_t gchild)
      |                      ~~~~~~^~~~~~
vfork.c: In function 'main':
vfork.c:300:14: warning: unused parameter 'argc' [-Wunused-parameter]
  300 | int main(int argc, char **argv)
      |          ~~~~^~~~
vfork.c:300:27: warning: unused parameter 'argv' [-Wunused-parameter]
  300 | int main(int argc, char **argv)
      |                    ~~~~~~~^~~~
vfork.c: In function 'do_vfork':
vfork.c:97:18: warning: argument 'count' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   97 | int do_vfork(int count)
      |              ~~~~^~~~~
CC testcases/kernel/controllers/freezer/vfork
timed_forkbomb.c: In function 'main':
timed_forkbomb.c:58:32: warning: format '%a' expects argument of type 'float *', but argument 2 has type 'char **' [-Wformat=]
   58 |                 while (scanf("%as", &word) < 1) {
      |                               ~^    ~~~~~
      |                                |    |
      |                                |    char **
      |                                float *
CC testcases/kernel/controllers/freezer/timed_forkbomb
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/io/io_control01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/memcg/memcontrol01
CC testcases/kernel/controllers/memcg/memcontrol04
CC testcases/kernel/controllers/memcg/memcontrol03
CC testcases/kernel/controllers/memcg/memcontrol02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/memcg/control/mem_process
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/memcg/functional/memcg_process
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
memcg_test_1.c: In function 'main':
memcg_test_1.c:45:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   45 |                                 write(fd, buf, 10);
      |                                 ^~~~~~~~~~~~~~~~~~
CC testcases/kernel/controllers/memcg/regression/memcg_test_1
CC testcases/kernel/controllers/memcg/regression/memcg_test_4
CC testcases/kernel/controllers/memcg/regression/memcg_test_3
CC testcases/kernel/controllers/memcg/regression/memcg_test_2
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/memcg/stress/memcg_process_stress
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/memctl/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
memctl_test01.c: In function 'main':
memctl_test01.c:68:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
   68 |         int ret;
      |             ^~~
In file included from memctl_test01.c:49:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/memctl/../libcontrollers/libcontrollers.h: At top level:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/memctl/../libcontrollers/libcontrollers.h:61:20: warning: 'error_function' declared 'static' but never defined [-Wunused-function]
   61 | static inline void error_function(char *msg1, char *msg2);
      |                    ^~~~~~~~~~~~~~
CC testcases/kernel/controllers/memctl/memctl_test01
make -C ../libcontrollers -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/controllers/pids/../libcontrollers/Makefile" all
../../../../include/mk/sparse.mk:6: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:6: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse/sparse-ltp'
../../../../include/mk/sparse.mk:9: warning: overriding recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
../../../../include/mk/sparse.mk:9: warning: ignoring old recipe for target 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/tools/sparse'
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/controllers/pids/pids_task1
CC testcases/kernel/controllers/pids/pids_task2
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/crypto/af_alg01
CC testcases/kernel/crypto/pcrypt_aead01
CC testcases/kernel/crypto/crypto_user02
CC testcases/kernel/crypto/crypto_user01
CC testcases/kernel/crypto/af_alg07
CC testcases/kernel/crypto/af_alg06
CC testcases/kernel/crypto/af_alg05
CC testcases/kernel/crypto/af_alg04
CC testcases/kernel/crypto/af_alg03
CC testcases/kernel/crypto/af_alg02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/acpi/ltp_acpi
make[5]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/block/block_dev_user/block_dev
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/cpufreq/cpufreq_boost
make[4]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/pci/tpci_user/tpci
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/rtc/rtc01
CC testcases/kernel/device-drivers/rtc/rtc02
make[5]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/tbio/tbio_user/tbio
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/uaccess/uaccess
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/device-drivers/zram/zram03
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/firmware/fw_load_user/fw_load
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/fs/doio/dataascii.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/doio/bytes_by_prefix.o
CC testcases/kernel/fs/doio/string_to_tokens.o
CC testcases/kernel/fs/doio/pattern.o
CC testcases/kernel/fs/doio/write_log.o
datapid.c: In function 'datapidgen':
datapid.c:84:20: warning: unused parameter 'pid' [-Wunused-parameter]
   84 | int datapidgen(int pid, char *buffer, int bsize, int offset)
      |                ~~~~^~~
datapid.c:84:31: warning: unused parameter 'buffer' [-Wunused-parameter]
   84 | int datapidgen(int pid, char *buffer, int bsize, int offset)
      |                         ~~~~~~^~~~~~
datapid.c:84:43: warning: unused parameter 'bsize' [-Wunused-parameter]
   84 | int datapidgen(int pid, char *buffer, int bsize, int offset)
      |                                       ~~~~^~~~~
datapid.c:84:54: warning: unused parameter 'offset' [-Wunused-parameter]
   84 | int datapidgen(int pid, char *buffer, int bsize, int offset)
      |                                                  ~~~~^~~~~~
datapid.c: In function 'datapidchk':
datapid.c:181:20: warning: unused parameter 'pid' [-Wunused-parameter]
  181 | int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg)
      |                ~~~~^~~
datapid.c:181:31: warning: unused parameter 'buffer' [-Wunused-parameter]
  181 | int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg)
      |                         ~~~~~~^~~~~~
datapid.c:181:43: warning: unused parameter 'bsize' [-Wunused-parameter]
  181 | int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg)
      |                                       ~~~~^~~~~
datapid.c:181:54: warning: unused parameter 'offset' [-Wunused-parameter]
  181 | int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg)
      |                                                  ~~~~^~~~~~
CC testcases/kernel/fs/doio/datapid.o
CC testcases/kernel/fs/doio/open_flags.o
CC testcases/kernel/fs/doio/forker.o
CC testcases/kernel/fs/doio/file_lock.o
CC testcases/kernel/fs/doio/databin.o
growfiles.c: In function 'growfile':
growfiles.c:1949:44: warning: unused parameter 'file' [-Wunused-parameter]
 1949 | int /* BUG:14136 */ growfile(int fd, char *file, int grow_incr, char *buf,
      |                                      ~~~~~~^~~~
growfiles.c: In function 'shrinkfile':
growfiles.c:2353:26: warning: unused parameter 'filename' [-Wunused-parameter]
 2353 | shrinkfile(int fd, char *filename, int trunc_incr, int trunc_inter,
      |                    ~~~~~~^~~~~~~~
growfiles.c:2354:16: warning: unused parameter 'just_trunc' [-Wunused-parameter]
 2354 |            int just_trunc)
      |            ~~~~^~~~~~~~~~
growfiles.c: In function 'main':
growfiles.c:130:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
  130 | #define exit(x) myexit(x)
      |                 ^~~~~~~~~
growfiles.c:453:25: note: in expansion of macro 'exit'
  453 |                         exit(0);
      |                         ^~~~
growfiles.c:455:17: note: here
  455 |                 case 'b':       /* batch */
      |                 ^~~~
growfiles.c:938:49: warning: ')' directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=]
  938 |                         sprintf(TagName, "(%.39s)", optarg);
      |                                                 ^
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from growfiles.c:69:
In function 'sprintf',
    inlined from 'main' at growfiles.c:938:4:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 3 and 42 bytes into a destination of size 40
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/doio/growfiles
iogen.c:190:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  190 |         {"none", 0},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:207:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  207 |         {NULL, -1}
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:223:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  223 |         {"random", M_RANDOM},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:224:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  224 |         {"sequential", M_SEQUENTIAL},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:225:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  225 |         {"reverse", M_REVERSE},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:226:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  226 |         {NULL, -1}
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:305:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  305 |         {"readv", READV},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:307:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  307 |         {"mmread", MMAPR},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:313:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  313 |         {NULL, -1}
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:354:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  354 |         {NULL, -1}
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:362:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  362 |         {"regular", S_IFREG},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:363:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  363 |         {"blk-spec", S_IFBLK},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:364:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  364 |         {"chr-spec", S_IFCHR},
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c:365:9: warning: missing initializer for field 'm_flags' of 'struct strmap' [-Wmissing-field-initializers]
  365 |         {NULL, 0}
      |         ^
iogen.c:113:13: note: 'm_flags' declared here
  113 |         int m_flags;
      |             ^~~~~~~
iogen.c: In function 'parse_cmdline':
iogen.c:1384:13: warning: variable 'nopenargs' set but not used [-Wunused-but-set-variable]
 1384 |         int nopenargs;
      |             ^~~~~~~~~
doio.c: In function 'do_write':
doio.c:1601:33: warning: variable 'signo' set but not used [-Wunused-but-set-variable]
 1601 |         int fd, nbytes, oflags, signo;
      |                                 ^~~~~
doio.c: In function 'do_listio':
doio.c:2078:30: warning: unused parameter 'req' [-Wunused-parameter]
 2078 | int do_listio(struct io_req *req)
      |               ~~~~~~~~~~~~~~~^~~
doio.c: In function 'sy_rwv':
doio.c:2728:64: warning: unused parameter 'sysc' [-Wunused-parameter]
 2728 | struct status *sy_rwv(struct io_req *req, struct syscall_info *sysc, int fd,
      |                                           ~~~~~~~~~~~~~~~~~~~~~^~~~
doio.c: In function 'fmt_readv':
doio.c:2763:32: warning: unused parameter 'req' [-Wunused-parameter]
 2763 | char *fmt_readv(struct io_req *req, struct syscall_info *sy, int fd, char *addr)
      |                 ~~~~~~~~~~~~~~~^~~
doio.c:2763:76: warning: unused parameter 'addr' [-Wunused-parameter]
 2763 | char *fmt_readv(struct io_req *req, struct syscall_info *sy, int fd, char *addr)
      |                                                                      ~~~~~~^~~~
doio.c: In function 'sy_mmrw':
doio.c:2895:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
 2895 |         int rc;
      |             ^~
doio.c:2883:65: warning: unused parameter 'sysc' [-Wunused-parameter]
 2883 | struct status *sy_mmrw(struct io_req *req, struct syscall_info *sysc, int fd,
      |                                            ~~~~~~~~~~~~~~~~~~~~~^~~~
doio.c: At top level:
doio.c:3038:10: warning: missing initializer for field 'sy_bits' of 'struct syscall_info' [-Wmissing-field-initializers]
 3038 |          0},
      |          ^
doio.c:192:13: note: 'sy_bits' declared here
  192 |         int sy_bits;
      |             ^~~~~~~
doio.c:3041:10: warning: missing initializer for field 'sy_bits' of 'struct syscall_info' [-Wmissing-field-initializers]
 3041 |          SY_WRITE},
      |          ^~~~~~~~
doio.c:192:13: note: 'sy_bits' declared here
  192 |         int sy_bits;
      |             ^~~~~~~
doio.c:3044:10: warning: missing initializer for field 'sy_bits' of 'struct syscall_info' [-Wmissing-field-initializers]
 3044 |          0},
      |          ^
doio.c:192:13: note: 'sy_bits' declared here
  192 |         int sy_bits;
      |             ^~~~~~~
doio.c:3047:10: warning: missing initializer for field 'sy_bits' of 'struct syscall_info' [-Wmissing-field-initializers]
 3047 |          SY_WRITE},
      |          ^~~~~~~~
doio.c:192:13: note: 'sy_bits' declared here
  192 |         int sy_bits;
      |             ^~~~~~~
doio.c:3052:10: warning: missing initializer for field 'sy_bits' of 'struct syscall_info' [-Wmissing-field-initializers]
 3052 |          0},
      |          ^
doio.c:192:13: note: 'sy_bits' declared here
  192 |         int sy_bits;
      |             ^~~~~~~
doio.c: In function 'doio_pat_fill':
doio.c:3638:19: warning: unused parameter 'shift' [-Wunused-parameter]
 3638 |               int shift)
      |               ~~~~^~~~~
doio.c: In function 'cleanup_handler':
doio.c:4536:26: warning: unused parameter 'sig' [-Wunused-parameter]
 4536 | void cleanup_handler(int sig)
      |                      ~~~~^~~
doio.c: In function 'noop_handler':
doio.c:4566:23: warning: unused parameter 'sig' [-Wunused-parameter]
 4566 | void noop_handler(int sig)
      |                   ~~~~^~~
doio.c: In function 'sigint_handler':
doio.c:4577:25: warning: unused parameter 'sig' [-Wunused-parameter]
 4577 | void sigint_handler(int sig)
      |                     ~~~~^~~
doio.c: In function 'aio_done':
doio.c:4880:31: warning: unused parameter 'ainfo' [-Wunused-parameter]
 4880 | int aio_done(struct aio_info *ainfo)
      |              ~~~~~~~~~~~~~~~~~^~~~~
iogen.c:1522:49: warning: ')' directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=]
 1522 |                         sprintf(TagName, "(%.39s)", optarg);
      |                                                 ^
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from iogen.c:36:
In function 'sprintf',
    inlined from 'parse_cmdline' at iogen.c:1522:4:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 3 and 42 bytes into a destination of size 40
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/doio/iogen
doio.c: In function 'parse_cmdline':
doio.c:5052:49: warning: ')' directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=]
 5052 |                         sprintf(TagName, "(%.39s)", optarg);
      |                                                 ^
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from doio.c:50:
In function 'sprintf',
    inlined from 'parse_cmdline' at doio.c:5052:4:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 3 and 42 bytes into a destination of size 40
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/doio/doio
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/fs/fs_di/create_datafile
CC testcases/kernel/fs/fs_di/frag
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
fs_fill.c: In function 'worker':
fs_fill.c:52:58: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
   52 |                         snprintf(file, sizeof(file), "%s/%s",
      |                                                          ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from fs_fill.c:12:
In function 'snprintf',
    inlined from 'worker' at fs_fill.c:52:4:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/fs_fill/fs_fill
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
fs_perms.c: In function 'cleanup':
fs_perms.c:55:9: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result]
   55 |         seteuid(0);
      |         ^~~~~~~~~~
fs_perms.c:56:9: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result]
   56 |         setegid(0);
      |         ^~~~~~~~~~
CC testcases/kernel/fs/fs_perms/fs_perms
make[4]: Nothing to be done for 'all'.
In file included from fsstress.c:34:
global.h:36:9: warning: "_GNU_SOURCE" redefined
   36 | #define _GNU_SOURCE
      |         ^~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
fsstress.c: In function 'creat_f':
fsstress.c:1685:13: warning: variable 'extsize' set but not used [-Wunused-but-set-variable]
 1685 |         int extsize;
      |             ^~~~~~~
fsstress.c: In function 'dread_f':
fsstress.c:1851:22: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
 1851 |         else if (len > diob.d_maxiosz)
      |                      ^
In file included from global.h:39:
fsstress.c: In function 'dwrite_f':
xfscompat.h:6:22: warning: comparison of integer expressions of different signedness: '__off64_t' {aka 'long long int'} and 'long long unsigned int' [-Wsign-compare]
    6 | #define MIN(a,b) ((a)<(b) ? (a):(b))
      |                      ^
fsstress.c:1934:31: note: in expansion of macro 'MIN'
 1934 |         off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE));
      |                               ^~~
xfscompat.h:6:29: warning: operand of '?:' changes signedness from '__off64_t' {aka 'long long int'} to 'long long unsigned int' due to unsignedness of other operand [-Wsign-compare]
    6 | #define MIN(a,b) ((a)<(b) ? (a):(b))
      |                             ^~~
fsstress.c:1934:31: note: in expansion of macro 'MIN'
 1934 |         off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE));
      |                               ^~~
fsstress.c:1941:22: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
 1941 |         else if (len > diob.d_maxiosz)
      |                      ^
fsstress.c: In function 'truncate_f':
xfscompat.h:6:22: warning: comparison of integer expressions of different signedness: '__off64_t' {aka 'long long int'} and 'long long unsigned int' [-Wsign-compare]
    6 | #define MIN(a,b) ((a)<(b) ? (a):(b))
      |                      ^
fsstress.c:2538:20: note: in expansion of macro 'MIN'
 2538 |         off = lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE);
      |                    ^~~
xfscompat.h:6:29: warning: operand of '?:' changes signedness from '__off64_t' {aka 'long long int'} to 'long long unsigned int' due to unsignedness of other operand [-Wsign-compare]
    6 | #define MIN(a,b) ((a)<(b) ? (a):(b))
      |                             ^~~
fsstress.c:2538:20: note: in expansion of macro 'MIN'
 2538 |         off = lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE);
      |                    ^~~
fsstress.c: In function 'write_f':
xfscompat.h:6:22: warning: comparison of integer expressions of different signedness: '__off64_t' {aka 'long long int'} and 'long long unsigned int' [-Wsign-compare]
    6 | #define MIN(a,b) ((a)<(b) ? (a):(b))
      |                      ^
fsstress.c:2664:31: note: in expansion of macro 'MIN'
 2664 |         off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE));
      |                               ^~~
xfscompat.h:6:29: warning: operand of '?:' changes signedness from '__off64_t' {aka 'long long int'} to 'long long unsigned int' due to unsignedness of other operand [-Wsign-compare]
    6 | #define MIN(a,b) ((a)<(b) ? (a):(b))
      |                             ^~~
fsstress.c:2664:31: note: in expansion of macro 'MIN'
 2664 |         off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE));
      |                               ^~~
fsstress.c: In function 'main':
fsstress.c:545:25: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  545 |                         system(cmd);
      |                         ^~~~~~~~~~~
fsstress.c: In function 'creat_path':
fsstress.c:679:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  679 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'lchown_path':
fsstress.c:933:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  933 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'link_path':
fsstress.c:956:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  956 |                         chdir("..");
      |                         ^~~~~~~~~~~
fsstress.c:976:33: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  976 |                                 chdir("..");
      |                                 ^~~~~~~~~~~
fsstress.c:984:33: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  984 |                                 chdir("..");
      |                                 ^~~~~~~~~~~
fsstress.c: In function 'lstat64_path':
fsstress.c:1005:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1005 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'mkdir_path':
fsstress.c:1039:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1039 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'mknod_path':
fsstress.c:1057:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1057 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'open_path':
fsstress.c:1095:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1095 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'opendir_path':
fsstress.c:1113:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1113 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'readlink_path':
fsstress.c:1154:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1154 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'rename_path':
fsstress.c:1177:25: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1177 |                         chdir("..");
      |                         ^~~~~~~~~~~
fsstress.c:1197:33: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1197 |                                 chdir("..");
      |                                 ^~~~~~~~~~~
fsstress.c:1205:33: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1205 |                                 chdir("..");
      |                                 ^~~~~~~~~~~
fsstress.c: In function 'rmdir_path':
fsstress.c:1226:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1226 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'stat64_path':
fsstress.c:1298:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1298 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'symlink_path':
fsstress.c:1321:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1321 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'truncate64_path':
fsstress.c:1339:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1339 |                 chdir("..");
      |                 ^~~~~~~~~~~
fsstress.c: In function 'unlink_path':
fsstress.c:1357:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
 1357 |                 chdir("..");
      |                 ^~~~~~~~~~~
CC testcases/kernel/fs/fsstress/fsstress
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/fsx-linux/fsx-linux
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/ftest/libftest.o
ftest03.c: In function 'setup':
ftest03.c:164:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  164 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/param.h:28,
                 from ftest03.c:57:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
ftest03.c: In function 'runtest':
ftest03.c:230:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  230 |         chdir(homedir);
      |         ^~~~~~~~~~~~~~
ftest03.c: In function 'dotest':
ftest03.c:374:17: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  374 |                 ftruncate(fd, 0);
      |                 ^~~~~~~~~~~~~~~~
ftest02.c: In function 'main':
ftest02.c:197:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  197 |         chdir(startdir);
      |         ^~~~~~~~~~~~~~~
ftest05.c: In function 'setup':
ftest05.c:151:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  151 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/wait.h:36,
                 from ftest05.c:57:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
ftest05.c:133:9: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result]
  133 |         getcwd(homedir, sizeof(homedir));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ftest05.c: In function 'runtest':
ftest05.c:212:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  212 |         chdir(homedir);
      |         ^~~~~~~~~~~~~~
ftest05.c: In function 'dotest':
ftest05.c:317:17: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  317 |                 ftruncate(fd, 0);
      |                 ^~~~~~~~~~~~~~~~
ftest04.c: In function 'setup':
ftest04.c:136:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  136 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/param.h:28,
                 from ftest04.c:42:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
ftest01.c: In function 'setup':
ftest01.c:143:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  143 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/wait.h:36,
                 from ftest01.c:53:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
In file included from ftest01.c:61:
ftest01.c: In function 'domisc':
ftest01.c:519:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type '__off64_t' {aka 'long long int'} [-Wformat=]
  519 |                                  "\tTest[%d]: fstat() mismatch; st_size=%lu, "
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  520 |                                  "file_max=%x.", me, sb.st_size, file_max);
      |                                                      ~~~~~~~~~~
      |                                                        |
      |                                                        __off64_t {aka long long int}
../../../../include/old/test.h:153:64: note: in definition of macro 'tst_brkm'
  153 |                 tst_brkm__(__FILE__, __LINE__, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                                                                ^~~
ftest01.c:519:75: note: format string is defined here
  519 |                                  "\tTest[%d]: fstat() mismatch; st_size=%lu, "
      |                                                                         ~~^
      |                                                                           |
      |                                                                           long unsigned int
      |                                                                         %llu
ftest01.c: In function 'setup':
ftest01.c:125:9: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result]
  125 |         getcwd(homedir, sizeof(homedir));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ftest01.c: In function 'runtest':
ftest01.c:212:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  212 |         chdir(homedir);
      |         ^~~~~~~~~~~~~~
ftest01.c: In function 'dotest':
ftest01.c:322:17: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  322 |                 ftruncate(fd, 0);
      |                 ^~~~~~~~~~~~~~~~
ftest06.c: In function 'main':
ftest06.c:141:29: warning: '/ftest06.' directive output may be truncated writing 9 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
  141 |                          "%s/ftest06.%d", cwd, getpid());
      |                             ^~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from ftest06.c:50:
In function 'snprintf',
    inlined from 'main' at ftest06.c:140:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 4116 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/ftest/ftest06
CC testcases/kernel/fs/ftest/ftest02
CC testcases/kernel/fs/ftest/ftest04
ftest07.c: In function 'setup':
ftest07.c:168:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  168 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/param.h:28,
                 from ftest07.c:62:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/fs/ftest/ftest03
ftest07.c: In function 'domisc':
ftest07.c:590:32: warning: comparison of integer expressions of different signedness: '__off64_t' {aka 'long long int'} and 'long long unsigned int' [-Wsign-compare]
  590 |                 if (sb.st_size != file_max) {
      |                                ^~
ftest07.c: In function 'runtest':
ftest07.c:232:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  232 |         chdir(homedir);
      |         ^~~~~~~~~~~~~~
ftest07.c: In function 'dotest':
ftest07.c:371:17: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  371 |                 ftruncate(fd, 0);
      |                 ^~~~~~~~~~~~~~~~
ftest08.c: In function 'init':
ftest08.c:141:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  141 |         if (sigset(SIGTERM, term) == SIG_ERR) {
      |         ^~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/param.h:28,
                 from ftest08.c:47:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/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/fs/ftest/ftest01
CC testcases/kernel/fs/ftest/ftest05
CC testcases/kernel/fs/ftest/ftest08
CC testcases/kernel/fs/ftest/ftest07
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
inode02.c: In function 'main':
inode02.c:124:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
  124 |         if (sigset(SIGTERM, (void (*)())term) == SIG_ERR) {
      |                             ^
inode02.c: In function 'tree':
inode02.c:285:36: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  285 |         if (snp_ret < 0 || snp_ret >= sizeof(path_list_string)) {
      |                                    ^~
inode02.c: In function 'generate':
inode02.c:427:52: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  427 |                         if (snp_ret < 0 || snp_ret >= sizeof(new_string)) {
      |                                                    ^~
inode01.c: In function 'main':
inode01.c:122:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
  122 |         if (signal(SIGTERM, (void (*)())term) == SIG_ERR) {
      |                             ^
inode01.c:161:36: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  161 |         if (snp_ret < 0 || snp_ret >= sizeof(path_list_string)) {
      |                                    ^~
inode01.c: In function 'generate':
inode01.c:330:52: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  330 |                         if (snp_ret < 0 || snp_ret >= sizeof(new_string)) {
      |                                                    ^~
CC testcases/kernel/fs/inode/inode01
CC testcases/kernel/fs/inode/inode02
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/lftest/lftest
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
openfile.c: In function 'main':
openfile.c:115:33: warning: '
Cannot use ' directive writing 12 bytes into a region of size between 1 and 80 [-Wformat-overflow=]
  115 |                 sprintf(msg, "%s\nCannot use %d files", msg, numfiles);
      |                                 ^~~~~~~~~~~~~
openfile.c:115:30: note: directive argument in the range [32769, 2147483647]
  115 |                 sprintf(msg, "%s\nCannot use %d files", msg, numfiles);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from openfile.c:33:
In function 'sprintf',
    inlined from 'main' at openfile.c:115:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 24 and 108 bytes into a destination of size 80
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'msg' [-Wrestrict]
openfile.c: In function 'main':
openfile.c:82:14: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
   82 |         char msg[80] = "";
      |              ^~~
openfile.c:116:33: warning: ', used ' directive writing 7 bytes into a region of size between 1 and 80 [-Wformat-overflow=]
  116 |                 sprintf(msg, "%s, used %d files instead\n", msg, MAXFILES);
      |                                 ^~~~~~~
In function 'sprintf',
    inlined from 'main' at openfile.c:116:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 28 and 107 bytes into a destination of size 80
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'msg' [-Wrestrict]
openfile.c: In function 'main':
openfile.c:82:14: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
   82 |         char msg[80] = "";
      |              ^~~
openfile.c:122:33: warning: '
Cannot use ' directive writing 12 bytes into a region of size between 1 and 80 [-Wformat-overflow=]
  122 |                 sprintf(msg, "%s\nCannot use %d threads", msg, numthreads);
      |                                 ^~~~~~~~~~~~~
openfile.c:122:30: note: directive argument in the range [11, 2147483647]
  122 |                 sprintf(msg, "%s\nCannot use %d threads", msg, numthreads);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'main' at openfile.c:122:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 23 and 110 bytes into a destination of size 80
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'msg' [-Wrestrict]
openfile.c: In function 'main':
openfile.c:82:14: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
   82 |         char msg[80] = "";
      |              ^~~
openfile.c:123:33: warning: ', used ' directive writing 7 bytes into a region of size between 1 and 80 [-Wformat-overflow=]
  123 |                 sprintf(msg, "%s, used %d threads instead\n", msg, MAXTHREADS);
      |                                 ^~~~~~~
In function 'sprintf',
    inlined from 'main' at openfile.c:123:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 27 and 106 bytes into a destination of size 80
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: warning: '__builtin___sprintf_chk' argument 5 overlaps destination object 'msg' [-Wrestrict]
openfile.c: In function 'main':
openfile.c:82:14: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
   82 |         char msg[80] = "";
      |              ^~~
CC testcases/kernel/fs/openfile/openfile
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/proc/proc01
make[4]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/read_all/read_all
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/fs/squashfs/squashfs01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
stream03.c: In function 'main':
stream03.c:94:25: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
   94 |                 if (pos != strlen(junk)) {
      |                         ^~
stream03.c:120:25: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  120 |                 if (pos != strlen(junk)) {
      |                         ^~
stream03.c:135:25: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  135 |                 if (pos != strlen(junk)) {
      |                         ^~
stream03.c:163:25: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  163 |                 if (pos != strlen(junk)) {
      |                         ^~
In file included from stream03.c:37:
../../../../include/old/test.h:123:19: warning: format '%li' expects argument of type 'long int', but argument 6 has type 'off_t' {aka 'long long int'} [-Wformat=]
  123 |                   (arg_fmt), ##__VA_ARGS__)
      |                   ^~~~~~~~~
stream03.c:278:25: note: in expansion of macro 'tst_resm'
  278 |                         tst_resm(TFAIL,
      |                         ^~~~~~~~
stream01.c: In function 'main':
stream01.c:90:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
   90 |                         fread(buf, 1, 1, stream);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
stream01.c:104:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  104 |                         fread(buf, 1, 1, stream);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/stream/stream02
CC testcases/kernel/fs/stream/stream01
CC testcases/kernel/fs/stream/stream03
CC testcases/kernel/fs/stream/stream04
stream05.c: In function 'main':
stream05.c:146:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  146 |                 fread(buf, 1, 2, stream);       /* read to EOF */
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/fs/stream/stream05
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/hotplug/memory_hotplug/commands.o
CC testcases/kernel/hotplug/memory_hotplug/segment.o
CC testcases/kernel/hotplug/memory_hotplug/memtoy.o
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
LD testcases/kernel/hotplug/memory_hotplug/memtoy
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
input_helper.c: In function 'no_events_queued':
input_helper.c:275:34: warning: unused parameter 'stray_sync_event' [-Wunused-parameter]
  275 | int no_events_queued(int fd, int stray_sync_event)
      |                              ~~~~^~~~~~~~~~~~~~~~
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/input/input_helper.o
CC testcases/kernel/input/input02
CC testcases/kernel/input/input01
CC testcases/kernel/input/input03
CC testcases/kernel/input/input05
CC testcases/kernel/input/input04
CC testcases/kernel/input/input06
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/io/aio/aio02
CC testcases/kernel/io/aio/aio01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/io/direct_io/diotest_routines.o
diotest2.c: In function 'runtest':
diotest2.c:81:61: warning: unused parameter 'action' [-Wunused-parameter]
   81 | int runtest(int fd_r, int fd_w, int iter, off_t offset, int action)
      |                                                         ~~~~^~~~~~
CC testcases/kernel/io/direct_io/diotest1
CC testcases/kernel/io/direct_io/diotest2
CC testcases/kernel/io/direct_io/diotest3
In file included from dma_thread_diotest.c:105:
dma_thread_diotest.c: In function 'dma_thread_diotest_verify':
dma_thread_diotest.c:306:66: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'int' [-Wformat=]
  306 |                                         tst_brkm(TBROK, cleanup, "there is"
      |                                                                  ^~~~~~~~~~
......
  309 |                                                  j, (intptr_t)retval);
      |                                                     ~~~~~~~~~~~~~~~~
      |                                                     |
      |                                                     int
../../../../include/old/test.h:153:64: note: in definition of macro 'tst_brkm'
  153 |                 tst_brkm__(__FILE__, __LINE__, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                                                                ^~~
dma_thread_diotest.c:324:42: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'int' [-Wformat=]
  324 |                                          "fork() failed in fork thread:"
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  325 |                                          "return value: %ld", (intptr_t)retval);
      |                                                               ~~~~~~~~~~~~~~~~
      |                                                               |
      |                                                               int
../../../../include/old/test.h:153:64: note: in definition of macro 'tst_brkm'
  153 |                 tst_brkm__(__FILE__, __LINE__, flags, cleanup, fmt, ##__VA_ARGS__); \
      |                                                                ^~~
diotest5.c: In function 'runtest':
diotest5.c:85:61: warning: unused parameter 'action' [-Wunused-parameter]
   85 | int runtest(int fd_r, int fd_w, int iter, off_t offset, int action)
      |                                                         ~~~~^~~~~~
CC testcases/kernel/io/direct_io/dma_thread_diotest
CC testcases/kernel/io/direct_io/diotest6
CC testcases/kernel/io/direct_io/diotest5
diotest4.c: In function 'runtest_f':
diotest4.c:96:69: warning: unused parameter 'testnum' [-Wunused-parameter]
   96 | runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum,
      |                                                                 ~~~~^~~~~~~
diotest4.c: In function 'runtest_s':
diotest4.c:138:61: warning: unused parameter 'testnum' [-Wunused-parameter]
  138 | int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg)
      |                                                         ~~~~^~~~~~~
CC testcases/kernel/io/direct_io/diotest4
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from aiodio_sparse.c:22:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
In file included from aiodio_append.c:18:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
In file included from aiocp.c:21:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
aiocp.c: In function 'run':
../../../../include/tst_test.h:61:55: warning: format '%ld' expects argument of type 'long int', but argument 6 has type '__off64_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
aiocp.c:295:17: note: in expansion of macro 'tst_res'
  295 |                 tst_res(TFAIL, "Expected destination file size %lld but it's %ld", filesize, st.st_size);
      |                 ^~~~~~~
CC testcases/kernel/io/ltp-aiodio/aiodio_append
CC testcases/kernel/io/ltp-aiodio/aiodio_sparse
dirty.c: In function 'main':
dirty.c:52:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   52 |                 write(fd, buf, sizeof(buf));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/io/ltp-aiodio/aiocp
In file included from dio_truncate.c:33:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
CC testcases/kernel/io/ltp-aiodio/dirty
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
dio_truncate.c: In function 'dio_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
dio_truncate.c:72:41: note: in expansion of macro 'tst_res'
   72 |                                         tst_res(TINFO, "non-zero read at offset %zu",
      |                                         ^~~~~~~
In file included from dio_sparse.c:26:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
In file included from dio_read.c:20:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
In file included from dio_append.c:19:
common.h: In function 'check_zero':
../../../../include/tst_test.h:61:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:20:25: note: in expansion of macro 'tst_res'
   20 |                         tst_res(TINFO,
      |                         ^~~~~~~
common.h: In function 'io_read':
../../../../include/tst_test.h:61:55: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
common.h:81:41: note: in expansion of macro 'tst_res'
   81 |                                         tst_res(TFAIL,
      |                                         ^~~~~~~
CC testcases/kernel/io/ltp-aiodio/dio_truncate
CC testcases/kernel/io/ltp-aiodio/dio_sparse
CC testcases/kernel/io/ltp-aiodio/aio-stress
CC testcases/kernel/io/ltp-aiodio/dio_read
CC testcases/kernel/io/ltp-aiodio/dio_append
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
writetest.c: In function 'setup':
writetest.c:212:6: warning: old-style function definition [-Wold-style-definition]
  212 | void setup()
      |      ^~~~~
writetest.c: In function 'parse_args':
writetest.c:196:25: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
  196 |                         strncpy(Filename, optarg, MAX_FILENAME_LEN);
      |                         ^
CC testcases/kernel/io/writetest/writetest
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
pipeio.c: In function 'sig_child':
pipeio.c:852:27: warning: unused parameter 'sig' [-Wunused-parameter]
  852 | static void sig_child(int sig)
      |                       ~~~~^~~
CC testcases/kernel/ipc/pipeio/pipeio
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/irq/irqbalance01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from kmsg01.c:27:
kmsg01.c: In function 'timed_read_kmsg':
../../../../include/tst_test.h:83:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kmsg01.c:185:17: note: in expansion of macro 'tst_brk'
  185 |                 tst_brk(TBROK|TERRNO, "failed to fork");
      |                 ^~~~~~~
kmsg01.c:186:9: note: here
  186 |         case 0:
      |         ^~~~
kmsg01.c: In function 'timed_read':
../../../../include/tst_test.h:83:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kmsg01.c:152:17: note: in expansion of macro 'tst_brk'
  152 |                 tst_brk(TBROK|TERRNO, "select failed");
      |                 ^~~~~~~
kmsg01.c:153:9: note: here
  153 |         case 0:
      |         ^~~~
kmsg01.c: In function 'find_msg.constprop':
kmsg01.c:97:33: warning: '__builtin_strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation]
   97 |                                 strncpy(buf, msg, bufsize);
      |                                 ^
kmsg01.c: In function 'test_inject':
kmsg01.c:291:45: warning: '%s' directive writing up to 4095 bytes into a region of size between 4091 and 4093 [-Wformat-overflow=]
  291 |                 sprintf(imsg_prefixed, "<%d>%s", i, imsg);
      |                                             ^~      ~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from kmsg01.c:22:
In function 'sprintf',
    inlined from 'test_inject' at kmsg01.c:291:3:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 4 and 4101 bytes into a destination of size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/logging/kmsg/kmsg01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
make -C ../../../../testcases/kernel/mem/lib -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/lib/../include/mem.h:8,
                 from mem.c:25:
mem.c: In function 'get_a_numa_node':
../../../../include/tst_test.h:83:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mem.c:607:17: note: in expansion of macro 'tst_brk'
  607 |                 tst_brk(TCONF, "requires a NUMA system.");
      |                 ^~~~~~~
mem.c:608:9: note: here
  608 |         default:
      |         ^~~~~~~
../../../../include/tst_test.h:83:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mem.c:618:17: note: in expansion of macro 'tst_brk'
  618 |                 tst_brk(TCONF, "requires a NUMA system that has "
      |                 ^~~~~~~
mem.c:621:9: note: here
  621 |         default:
      |         ^~~~~~~
mem.c: In function 'write_cpusets':
mem.c:555:52: warning: '/online' directive output may be truncated writing 7 bytes into a region of size between 1 and 8192 [-Wformat-truncation=]
  555 |                         snprintf(path1, BUFSIZ, "%s/online", path);
      |                                                    ^~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from mem.c:20:
In function 'snprintf',
    inlined from 'gather_node_cpus' at mem.c:555:4,
    inlined from 'write_cpusets' at mem.c:579:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 8199 bytes into a destination of size 8192
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
CC testcases/kernel/mem/lib/mem.o
AR libmem.a
RANLIB libmem.a
CC testcases/kernel/mem/cpuset/cpuset01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
make -C "../lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/hugetlb/hugefallocate/../lib/Makefile" all
In file included from hugetlb.h:19,
                 from hugetlb.c:40:
hugetlb.c: In function 'do_readback':
../../../../../include/tst_test.h:61:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
hugetlb.c:126:25: note: in expansion of macro 'tst_res'
  126 |                         tst_res(TFAIL, "At \"%s\": Mismatch at offset 0x%lx: 0x%x "
      |                         ^~~~~~~
../../../../../include/tst_test.h:61:55: warning: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   61 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
hugetlb.c:126:25: note: in expansion of macro 'tst_res'
  126 |                         tst_res(TFAIL, "At \"%s\": Mismatch at offset 0x%lx: 0x%x "
      |                         ^~~~~~~
CC testcases/kernel/mem/hugetlb/lib/hugetlb.o
AR libhugetlb.a
RANLIB libhugetlb.a
CC testcases/kernel/mem/hugetlb/hugefallocate/hugefallocate01
CC testcases/kernel/mem/hugetlb/hugefallocate/hugefallocate02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/mem/hugetlb/hugefork/hugefork01
CC testcases/kernel/mem/hugetlb/hugefork/hugefork02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap01
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap16
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap17
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap18
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap19
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap20
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap21
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap22
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap23
hugemmap24.c: In function 'init_slice_boundary':
hugemmap24.c:51:46: warning: pointer 'heap' used after 'free' [-Wuse-after-free]
   51 |         while (slice_boundary + slice_size < (unsigned long)heap + 2*hpage_size)
      |                                              ^~~~~~~~~~~~~~~~~~~
hugemmap24.c:45:9: note: call to 'free' here
   45 |         free(heap);
      |         ^~~~~~~~~~
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap24
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap25
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap26
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap27
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap28
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap29
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap30
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap31
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap32
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap15
hugemmap14.c: In function 'run_test':
hugemmap14.c:46:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   46 |         p = mmap((void *)lowaddr, hpage_size, PROT_READ|PROT_WRITE,
      |                  ^
hugemmap14.c:61:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   61 |         if (p != (void *)lowaddr) {
      |                  ^
hugemmap14.c:70:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   70 |         q = mmap((void *)highaddr, page_size, PROT_READ|PROT_WRITE,
      |                  ^
hugemmap14.c:84:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   84 |         if (q != (void *)highaddr) {
      |                  ^
hugemmap14.c:98:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   98 |         r = mmap((void *)highaddr, page_size, PROT_READ|PROT_WRITE,
      |                  ^
hugemmap14.c:112:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  112 |         if (r != (void *)highaddr) {
      |                  ^
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/string.h:548,
                 from ../../../../../include/tst_test.h:16,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/hugetlb/hugemmap/../lib/hugetlb.h:19,
                 from hugemmap14.c:25:
In function 'memset',
    inlined from 'run_test' at hugemmap14.c:88:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/string_fortified.h:59:10: warning: argument 1 null where non-null expected [-Wnonnull]
   59 |   return __builtin___memset_chk (__dest, __ch, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/string_fortified.h:59:10: note: in a call to built-in function '__builtin_memset'
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap14
hugemmap13.c: In function 'run_test':
hugemmap13.c:67:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   67 |         q = mmap((void *)lowaddr, MMAP_GRANULARITY, PROT_READ|PROT_WRITE,
      |                  ^
hugemmap13.c:81:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   81 |         if (q != (void *)lowaddr) {
      |                  ^
hugemmap13.c: In function 'setup':
hugemmap13.c:103:24: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  103 |         if (hpage_size > FOURGB)
      |                        ^
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/string.h:548,
                 from ../../../../../include/tst_test.h:16,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/hugetlb/hugemmap/../lib/hugetlb.h:19,
                 from hugemmap13.c:26:
In function 'memset',
    inlined from 'run_test' at hugemmap13.c:63:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/string_fortified.h:59:10: warning: argument 1 null where non-null expected [-Wnonnull]
   59 |   return __builtin___memset_chk (__dest, __ch, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/string_fortified.h:59:10: note: in a call to built-in function '__builtin_memset'
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap13
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap12
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap11
hugemmap10.c:452:17: warning: missing initializer for field 'flags' of 'const struct tst_path_val' [-Wmissing-field-initializers]
  452 |                 {PATH_OC_HPAGES, NULL},
      |                 ^
In file included from ../../../../../include/tst_test.h:36,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/hugetlb/hugemmap/../lib/hugetlb.h:19,
                 from hugemmap10.c:25:
../../../../../include/tst_sys_conf.h:23:22: note: 'flags' declared here
   23 |         unsigned int flags;
      |                      ^~~~~
hugemmap10.c:453:17: warning: missing initializer for field 'flags' of 'const struct tst_path_val' [-Wmissing-field-initializers]
  453 |                 {PATH_NR_HPAGES, NULL},
      |                 ^
../../../../../include/tst_sys_conf.h:23:22: note: 'flags' declared here
   23 |         unsigned int flags;
      |                      ^~~~~
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap10
hugemmap05.c: In function 'setup':
hugemmap05.c:216:20: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare]
  216 |         if (hpages != size)
      |                    ^~
hugemmap05.c:288:38: warning: '/nr_overcommit_hugepages' directive writing 24 bytes into a region of size between 1 and 8192 [-Wformat-overflow=]
  288 |         sprintf(path_sys_sz_over, "%s/nr_overcommit_hugepages", path_sys_sz);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdio.h:980,
                 from hugemmap05.c:19:
In function 'sprintf',
    inlined from 'init_sys_sz_paths' at hugemmap05.c:288:2,
    inlined from 'setup' at hugemmap05.c:189:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 25 and 8216 bytes into a destination of size 8192
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
hugemmap05.c: In function 'setup':
hugemmap05.c:289:38: warning: '/free_hugepages' directive writing 15 bytes into a region of size between 1 and 8192 [-Wformat-overflow=]
  289 |         sprintf(path_sys_sz_free, "%s/free_hugepages", path_sys_sz);
      |                                      ^~~~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'init_sys_sz_paths' at hugemmap05.c:289:2,
    inlined from 'setup' at hugemmap05.c:189:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 16 and 8207 bytes into a destination of size 8192
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
hugemmap05.c: In function 'setup':
hugemmap05.c:290:38: warning: '/resv_hugepages' directive writing 15 bytes into a region of size between 1 and 8192 [-Wformat-overflow=]
  290 |         sprintf(path_sys_sz_resv, "%s/resv_hugepages", path_sys_sz);
      |                                      ^~~~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'init_sys_sz_paths' at hugemmap05.c:290:2,
    inlined from 'setup' at hugemmap05.c:189:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 16 and 8207 bytes into a destination of size 8192
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
hugemmap05.c: In function 'setup':
hugemmap05.c:291:38: warning: '/surplus_hugepages' directive writing 18 bytes into a region of size between 1 and 8192 [-Wformat-overflow=]
  291 |         sprintf(path_sys_sz_surp, "%s/surplus_hugepages", path_sys_sz);
      |                                      ^~~~~~~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'init_sys_sz_paths' at hugemmap05.c:291:2,
    inlined from 'setup' at hugemmap05.c:189:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 19 and 8210 bytes into a destination of size 8192
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
hugemmap05.c: In function 'setup':
hugemmap05.c:292:38: warning: '/nr_hugepages' directive writing 13 bytes into a region of size between 1 and 8192 [-Wformat-overflow=]
  292 |         sprintf(path_sys_sz_huge, "%s/nr_hugepages", path_sys_sz);
      |                                      ^~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'init_sys_sz_paths' at hugemmap05.c:292:2,
    inlined from 'setup' at hugemmap05.c:189:2:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 14 and 8205 bytes into a destination of size 8192
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap09
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap04
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap08
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap07
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap06
hugemmap02.c: In function 'test_hugemmap':
hugemmap02.c:97:24: warning: ordered comparison of pointer with integer zero [-Wextra]
   97 |         else if (addr2 > 0) {
      |                        ^
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap05
CC testcases/kernel/mem/hugetlb/hugemmap/hugemmap02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat03
CC testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat01
CC testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat05
CC testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat02
CC testcases/kernel/mem/hugetlb/hugeshmat/hugeshmat04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/mem/hugetlb/hugeshmctl/hugeshmctl02
CC testcases/kernel/mem/hugetlb/hugeshmctl/hugeshmctl03
CC testcases/kernel/mem/hugetlb/hugeshmctl/hugeshmctl01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/mem/hugetlb/hugeshmdt/hugeshmdt01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/mem/hugetlb/hugeshmget/hugeshmget01
CC testcases/kernel/mem/hugetlb/hugeshmget/hugeshmget03
CC testcases/kernel/mem/hugetlb/hugeshmget/hugeshmget05
CC testcases/kernel/mem/hugetlb/hugeshmget/hugeshmget02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
BUILD libltpnuma.a
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ksm02.c:57:
ksm_common.h:18:41: warning: 'opt_unitstr' defined but not used [-Wunused-variable]
   18 | static char *opt_sizestr, *opt_numstr, *opt_unitstr;
      |                                         ^~~~~~~~~~~
ksm_common.h:18:28: warning: 'opt_numstr' defined but not used [-Wunused-variable]
   18 | static char *opt_sizestr, *opt_numstr, *opt_unitstr;
      |                            ^~~~~~~~~~
ksm_common.h:18:14: warning: 'opt_sizestr' defined but not used [-Wunused-variable]
   18 | static char *opt_sizestr, *opt_numstr, *opt_unitstr;
      |              ^~~~~~~~~~~
ksm_common.h:17:45: warning: 'unit' defined but not used [-Wunused-variable]
   17 | static int size = DEFAULT_MEMSIZE, num = 3, unit = 1;
      |                                             ^~~~
ksm_common.h:17:36: warning: 'num' defined but not used [-Wunused-variable]
   17 | static int size = DEFAULT_MEMSIZE, num = 3, unit = 1;
      |                                    ^~~
ksm_common.h:17:12: warning: 'size' defined but not used [-Wunused-variable]
   17 | static int size = DEFAULT_MEMSIZE, num = 3, unit = 1;
      |            ^~~~
In file included from ksm04.c:42:
ksm_common.h:18:41: warning: 'opt_unitstr' defined but not used [-Wunused-variable]
   18 | static char *opt_sizestr, *opt_numstr, *opt_unitstr;
      |                                         ^~~~~~~~~~~
ksm_common.h:18:28: warning: 'opt_numstr' defined but not used [-Wunused-variable]
   18 | static char *opt_sizestr, *opt_numstr, *opt_unitstr;
      |                            ^~~~~~~~~~
ksm_common.h:18:14: warning: 'opt_sizestr' defined but not used [-Wunused-variable]
   18 | static char *opt_sizestr, *opt_numstr, *opt_unitstr;
      |              ^~~~~~~~~~~
ksm_common.h:17:45: warning: 'unit' defined but not used [-Wunused-variable]
   17 | static int size = DEFAULT_MEMSIZE, num = 3, unit = 1;
      |                                             ^~~~
ksm_common.h:17:36: warning: 'num' defined but not used [-Wunused-variable]
   17 | static int size = DEFAULT_MEMSIZE, num = 3, unit = 1;
      |                                    ^~~
ksm_common.h:17:12: warning: 'size' defined but not used [-Wunused-variable]
   17 | static int size = DEFAULT_MEMSIZE, num = 3, unit = 1;
      |            ^~~~
CC testcases/kernel/mem/ksm/ksm02
CC testcases/kernel/mem/ksm/ksm01
CC testcases/kernel/mem/ksm/ksm03
CC testcases/kernel/mem/ksm/ksm04
CC testcases/kernel/mem/ksm/ksm05
CC testcases/kernel/mem/ksm/ksm06
CC testcases/kernel/mem/ksm/ksm07
make[4]: Nothing to be done for 'all'.
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mem02.c: In function 'on_mem_fault':
mem02.c:241:23: warning: unused parameter 'sig' [-Wunused-parameter]
  241 | void on_mem_fault(int sig)
      |                   ~~~~^~~
CC testcases/kernel/mem/mem/mem02
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mmapstress02.c: In function 'cleanup':
mmapstress02.c:68:18: warning: unused parameter 'sig' [-Wunused-parameter]
   68 | void cleanup(int sig)
      |              ~~~~^~~
mmapstress02.c: In function 'main':
mmapstress02.c:125:62: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  125 |         if (write(fd, (char *)mmapaddr - pagesize, pagesize) != pagesize) {
      |                                                              ^~
mmap-corruption01.c: In function 'finish':
mmap-corruption01.c:177:17: warning: unused parameter 'sig' [-Wunused-parameter]
  177 | void finish(int sig)
      |             ~~~~^~~
mmap-corruption01.c: In function 'main':
mmap-corruption01.c:150:17: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  150 |                 ftruncate(fd, kMemSize);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~
mmapstress05.c: In function 'cleanup':
mmapstress05.c:93:18: warning: unused parameter 'sig' [-Wunused-parameter]
   93 | void cleanup(int sig)
      |              ~~~~^~~
mmapstress05.c: In function 'main':
mmapstress05.c:153:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  153 |         for (i = 0; i < pagesize; i++)
      |                       ^
mmapstress05.c:155:38: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  155 |         if (write(fd, buf, pagesize) != pagesize) {
      |                                      ^~
mmapstress05.c:163:38: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  163 |         if (write(fd, buf, pagesize) != pagesize) {
      |                                      ^~
mmapstress05.c:171:38: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  171 |         if (write(fd, buf, pagesize) != pagesize) {
      |                                      ^~
In file included from mmapstress01.c:37:
mmapstress01.c: In function 'fileokay':
../../../../include/tst_test.h:83:55: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                       ^~~~~~~~~
mmapstress01.c:227:33: note: in expansion of macro 'tst_brk'
  227 |                                 tst_brk(TFAIL, "missing data: read %lu of %ld bytes",
      |                                 ^~~~~~~
CC testcases/kernel/mem/mmapstress/mmap-corruption01
CC testcases/kernel/mem/mmapstress/mmapstress03
CC testcases/kernel/mem/mmapstress/mmapstress02
CC testcases/kernel/mem/mmapstress/mmapstress04
mmapstress09.c: In function 'main':
mmapstress09.c:138:54: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  138 |         while ((c = getopt(argc, argv, "mdrp:t:s:")) != -1) {
      |                                                      ^~
mmapstress09.c:212:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  212 |         for (i = 0, data = 0; i < pagesize; i++) {
      |                                 ^
mmapstress09.c:222:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  222 |                 for (j = 0; j < pagesize; j++)
      |                               ^
mmapstress09.c:282:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  282 |                 if (sighold(SIGALRM) || sighold(SIGINT)) {
      |                 ^~
In file included from mmapstress09.c:24:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
mmapstress09.c:282:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  282 |                 if (sighold(SIGALRM) || sighold(SIGINT)) {
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
mmapstress09.c:328:17: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  328 |                 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
mmapstress09.c:328:17: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  328 |                 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
mmapstress09.c:339:9: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  339 |         if (sighold(SIGALRM)) {
      |         ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
mmapstress09.c: In function 'child_mapper':
mmapstress09.c:399:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  399 |                 for (i = procno; i < pagesize; i += nprocs) {
      |                                    ^
mmapstress09.c: In function 'mapokay':
mmapstress09.c:446:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  446 |                 for (j = 0; j < pagesize; j++) {
      |                               ^
mmapstress09.c: In function 'finish':
mmapstress09.c:461:31: warning: unused parameter 'sig' [-Wunused-parameter]
  461 |  /*ARGSUSED*/ void finish(int sig)
      |                           ~~~~^~~
mmapstress07.c: In function 'cleanup':
mmapstress07.c:75:18: warning: unused parameter 'sig' [-Wunused-parameter]
   75 | void cleanup(int sig)
      |              ~~~~^~~
mmapstress07.c: In function 'main':
mmapstress07.c:178:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  178 |         while (i < pagesize && write(rwfd, "a", 1) == 1)
      |                  ^
mmapstress07.c:180:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  180 |         if (i != pagesize) {
      |               ^~
mmapstress07.c:194:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  194 |         while (i < (pagesize >> 1) && write(rwfd, "b", 1) == 1)
      |                  ^
mmapstress07.c:196:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  196 |         if (i != (pagesize >> 1)) {
      |               ^~
mmapstress07.c:217:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  217 |         while (i < 2 * pagesize && write(rwfd, "c", 1) == 1)
      |                  ^
mmapstress07.c:219:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  219 |         if (i != 2 * pagesize) {
      |               ^~
mmapstress07.c:237:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  237 |         while (i < pagesize && write(rwfd, "e", 1) == 1)
      |                  ^
mmapstress07.c:239:15: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  239 |         if (i != pagesize) {
      |               ^~
mmapstress10.c:110:9: warning: "SIZE_MAX" redefined
  110 | #define SIZE_MAX UINT_MAX
      |         ^~~~~~~~
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/recipe-sysroot-native/usr/lib/i686-pokymllib32-linux/gcc/i686-pokymllib32-linux/14.0.1/include/stdint.h:9,
                 from ../../../../include/old/test.h:19,
                 from mmapstress10.c:33:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/stdint.h:221:12: note: this is the location of the previous definition
  221 | #   define SIZE_MAX             (4294967295U)
      |            ^~~~~~~~
mmapstress10.c: In function 'main':
mmapstress10.c:281:57: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=]
  281 |                 (void)printf("creating file <%s> with %ld bytes, pattern %d\n",
      |                                                       ~~^
      |                                                         |
      |                                                         long int
      |                                                       %lld
  282 |                              filename, filesize, pattern);
      |                                        ~~~~~~~~          
      |                                        |
      |                                        off_t {aka long long int}
mmapstress08.c: In function 'main':
mmapstress08.c:62:28: warning: unused parameter 'argc' [-Wunused-parameter]
   62 |  /*ARGSUSED*/ int main(int argc, char *argv[])
      |                        ~~~~^~~~
mmapstress10.c:342:33: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  342 |         for (i = 0, data = 0; i < pagesize; i++) {
      |                                 ^
mmapstress10.c:347:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  347 |         for (data = 0; i < pagesize + growsize; i++) {
      |                          ^
mmapstress10.c:390:38: warning: passing argument 1 of 'child_mapper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  390 |                         child_mapper(filename, procno, nprocs);
      |                                      ^~~~~~~~
mmapstress10.c:127:25: note: expected 'char *' but argument is of type 'const char *'
  127 | void child_mapper(char *file, unsigned procno, unsigned nprocs);
      |                   ~~~~~~^~~~
mmapstress10.c:406:30: warning: passing argument 1 of 'child_writer' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  406 |                 child_writer(filename, buf);
      |                              ^~~~~~~~
mmapstress10.c:128:25: note: expected 'char *' but argument is of type 'const char *'
  128 | void child_writer(char *file, uchar_t * buf);
      |                   ~~~~~~^~~~
mmapstress10.c:420:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  420 |                 if (sighold(SIGALRM) || sighold(SIGINT)) {
      |                 ^~
In file included from mmapstress10.c:23:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
mmapstress10.c:420:17: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  420 |                 if (sighold(SIGALRM) || sighold(SIGINT)) {
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:355:12: note: declared here
  355 | extern int sighold (int __sig) __THROW
      |            ^~~~~~~
mmapstress10.c:457:46: warning: passing argument 1 of 'child_mapper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  457 |                                 child_mapper(filename, i, nprocs);
      |                                              ^~~~~~~~
mmapstress10.c:127:25: note: expected 'char *' but argument is of type 'const char *'
  127 | void child_mapper(char *file, unsigned procno, unsigned nprocs);
      |                   ~~~~~~^~~~
mmapstress10.c:472:17: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  472 |                 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
mmapstress10.c:472:17: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  472 |                 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
      |                 ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:359:12: note: declared here
  359 | extern int sigrelse (int __sig) __THROW
      |            ^~~~~~~~
mmapstress10.c:495:31: warning: passing argument 1 of 'fileokay' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  495 |                 if (!fileokay(filename, buf)) {
      |                               ^~~~~~~~
mmapstress10.c:129:20: note: expected 'char *' but argument is of type 'const char *'
  129 | int fileokay(char *file, uchar_t * expbuf);
      |              ~~~~~~^~~~
mmapstress10.c: In function 'child_mapper':
mmapstress10.c:615:67: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
  615 |                 (void)printf("child %d (pid %d): seed %d, fsize %ld, "
      |                                                                 ~~^
      |                                                                   |
      |                                                                   long int
      |                                                                 %lld
  616 |                              "mapsize %ld, off %ld, loop %d\n",
  617 |                              procno, getpid(), seed, filesize,
      |                                                      ~~~~~~~~      
      |                                                      |
      |                                                      off_t {aka long long int}
mmapstress10.c:615:30: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t' {aka 'long long int'} [-Wformat=]
  615 |                 (void)printf("child %d (pid %d): seed %d, fsize %ld, "
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
  618 |                              (long)mapsize_mapper, offset / pagesize, nloops);
      |                                                    ~~~~~~~~~~~~~~~~~
      |                                                           |
      |                                                           off_t {aka long long int}
mmapstress10.c:616:50: note: format string is defined here
  616 |                              "mapsize %ld, off %ld, loop %d\n",
      |                                                ~~^
      |                                                  |
      |                                                  long int
      |                                                %lld
mmapstress10.c: In function 'child_writer':
mmapstress10.c:745:64: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=]
  745 |                         (void)printf("writer %d bytes at off %ld, size %ld\n",
      |                                                              ~~^
      |                                                                |
      |                                                                long int
      |                                                              %lld
  746 |                                      growsize, off, statbuf.st_size);
      |                                                ~~~              
      |                                                |
      |                                                off_t {aka long long int}
mmapstress10.c:745:74: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__off64_t' {aka 'long long int'} [-Wformat=]
  745 |                         (void)printf("writer %d bytes at off %ld, size %ld\n",
      |                                                                        ~~^
      |                                                                          |
      |                                                                          long int
      |                                                                        %lld
  746 |                                      growsize, off, statbuf.st_size);
      |                                                     ~~~~~~~~~~~~~~~       
      |                                                            |
      |                                                            __off64_t {aka long long int}
mmapstress10.c: In function 'fileokay':
mmapstress10.c:839:32: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  839 |                 } else if (cnt != pagesize) {
      |                                ^~
mmapstress10.c:855:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  855 |                 for (j = 0; j < cnt; j++) {
      |                               ^
mmapstress10.c:865:55: warning: format '%ld' expects argument of type 'long int', but argument 5 has type '__off64_t' {aka 'long long int'} [-Wformat=]
  865 |                                 (void)fprintf(stderr, ", pg %d off %d, "
      |                                                       ^~~~~~~~~~~~~~~~~~
  866 |                                               "(fsize %ld)\n", i, j,
  867 |                                               statbuf.st_size);
      |                                               ~~~~~~~~~~~~~~~
      |                                                      |
      |                                                      __off64_t {aka long long int}
mmapstress10.c:866:57: note: format string is defined here
  866 |                                               "(fsize %ld)\n", i, j,
      |                                                       ~~^
      |                                                         |
      |                                                         long int
      |                                                       %lld
mmapstress10.c: In function 'finish':
mmapstress10.c:879:31: warning: unused parameter 'sig' [-Wunused-parameter]
  879 |  /*ARGSUSED*/ void finish(int sig)
      |                           ~~~~^~~
mmapstress10.c: In function 'clean_up_file':
mmapstress10.c:885:38: warning: unused parameter 'sig' [-Wunused-parameter]
  885 |  /*ARGSUSED*/ void clean_up_file(int sig)
      |                                  ~~~~^~~
mmapstress10.c: In function 'clean_mapper':
mmapstress10.c:892:23: warning: unused parameter 'sig' [-Wunused-parameter]
  892 | void clean_mapper(int sig)
      |                   ~~~~^~~
mmapstress10.c: In function 'clean_writer':
mmapstress10.c:900:23: warning: unused parameter 'sig' [-Wunused-parameter]
  900 | void clean_writer(int sig)
      |                   ~~~~^~~
CC testcases/kernel/mem/mmapstress/mmapstress05
CC testcases/kernel/mem/mmapstress/mmapstress01
CC testcases/kernel/mem/mmapstress/mmapstress06
CC testcases/kernel/mem/mmapstress/mmapstress08
CC testcases/kernel/mem/mmapstress/mmapstress09
CC testcases/kernel/mem/mmapstress/mmapstress07
CC testcases/kernel/mem/mmapstress/mmapstress10
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
mtest01.c: In function 'parse_mtest_options':
mtest01.c:72:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   72 |                 alloc_maxbytes = (unsigned long long)maxbytes;
      |                                  ^
CC testcases/kernel/mem/mtest01/mtest01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/mem/mtest05/mmstress_dummy
CC testcases/kernel/mem/mtest05/mmstress
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
shmat1.c: In function 'sig_handler':
shmat1.c:164:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
  164 |                 if (scp->edi == (int)map_address) {
      |                              ^~
shmat1.c:168:37: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
  168 |                 } else if (scp->esi == (int)map_address) {
      |                                     ^~
shmat1.c:112:29: warning: unused parameter 'code' [-Wunused-parameter]
  112 |                         int code, ucontext_t *ut)
      |                         ~~~~^~~~
shmat1.c: In function 'main':
shmat1.c:448:29: warning: cast between incompatible function types from 'void (*)(int,  int,  ucontext_t *)' to 'void (*)(int)' [-Wcast-function-type]
  448 |         sigptr.sa_handler = (void (*)(int signal))sig_handler;
      |                             ^
CC testcases/kernel/mem/mtest06/mmap2
CC testcases/kernel/mem/mtest06/shmat1
CC testcases/kernel/mem/mtest06/mmap3
CC testcases/kernel/mem/mtest06/mmap1
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
shm_test.c: In function 'noprintf':
shm_test.c:60:21: warning: unused parameter 'string' [-Wunused-parameter]
   60 | void noprintf(char *string, ...)
      |               ~~~~~~^~~~~~
shm_test.c: In function 'shmat_rd_wr':
shm_test.c:187:14: warning: variable 'buff' set but not used [-Wunused-but-set-variable]
  187 |         char buff;              /* temporary buffer                           */
      |              ^~~~
CC testcases/kernel/mem/mtest07/shm_test
CC testcases/kernel/mem/mtest07/mallocstress
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/mem/oom/oom02
CC testcases/kernel/mem/oom/oom04
CC testcases/kernel/mem/oom/oom03
CC testcases/kernel/mem/oom/oom01
CC testcases/kernel/mem/oom/oom05
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
page02.c: In function 'main':
page02.c:68:5: warning: old-style function definition [-Wold-style-definition]
   68 | int main(argc, argv)
      |     ^~~~
page02.c:83:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
   83 |         if (signal(SIGUSR1, (void (*)())chld) == SIG_ERR) {
      |                             ^
page01.c: In function 'main':
page01.c:69:5: warning: old-style function definition [-Wold-style-definition]
   69 | int main(argc, argv)
      |     ^~~~
page02.c: In function 'bd_arg':
page02.c:224:5: warning: old-style function definition [-Wold-style-definition]
  224 | int bd_arg(str)
      |     ^~~~~~
page02.c: In function 'chld':
page02.c:230:5: warning: old-style function definition [-Wold-style-definition]
  230 | int chld()
      |     ^~~~
page02.c:232:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
  232 |         if (signal(SIGUSR1, (void (*)())chld) == SIG_ERR) {
      |                             ^
page01.c: In function 'bd_arg':
page01.c:195:5: warning: old-style function definition [-Wold-style-definition]
  195 | int bd_arg(str)
      |     ^~~~~~
page01.c: In function 'setup':
page01.c:208:6: warning: old-style function definition [-Wold-style-definition]
  208 | void setup()
      |      ^~~~~
page01.c: In function 'blenter':
page01.c:219:6: warning: old-style function definition [-Wold-style-definition]
  219 | void blenter()
      |      ^~~~~~~
page01.c: In function 'anyfail':
page01.c:231:6: warning: old-style function definition [-Wold-style-definition]
  231 | void anyfail()
      |      ^~~~~~~
page01.c: In function 'ok_exit':
page01.c:244:6: warning: old-style function definition [-Wold-style-definition]
  244 | void ok_exit()
      |      ^~~~~~~
page01.c: In function 'forkfail':
page01.c:255:6: warning: old-style function definition [-Wold-style-definition]
  255 | void forkfail()
      |      ^~~~~~~~
page01.c: In function 'instress':
page01.c:279:5: warning: old-style function definition [-Wold-style-definition]
  279 | int instress()
      |     ^~~~~~~~
CC testcases/kernel/mem/page/page02
CC testcases/kernel/mem/page/page01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
shmt10.c: In function 'fini':
shmt10.c:163:22: warning: unused parameter 'sig' [-Wunused-parameter]
  163 | static void fini(int sig)
      |                  ~~~~^~~
CC testcases/kernel/mem/shmt/shmt05
CC testcases/kernel/mem/shmt/shmt02
CC testcases/kernel/mem/shmt/shmt03
CC testcases/kernel/mem/shmt/shmt10
CC testcases/kernel/mem/shmt/shmt07
CC testcases/kernel/mem/shmt/shmt04
CC testcases/kernel/mem/shmt/shmt08
CC testcases/kernel/mem/shmt/shmt06
CC testcases/kernel/mem/shmt/shmt09
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/mem/swapping/swapping01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from ../../../../include/tst_test.h:112,
                 from thp04.c:29:
thp04.c: In function 'thread_run':
thp04.c:108:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  108 |                 SAFE_LSEEK(readfd, (off_t)write_ptr, SEEK_SET);
      |                                    ^
../../../../include/tst_safe_macros.h:451:47: note: in definition of macro 'SAFE_LSEEK'
  451 |         safe_lseek(__FILE__, __LINE__, (fd), (offset), (whence))
      |                                               ^~~~~~
thp04.c: In function 'run':
thp04.c:127:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  127 |                 SAFE_LSEEK(writefd, (off_t)write_ptr, SEEK_SET);
      |                                     ^
../../../../include/tst_safe_macros.h:451:47: note: in definition of macro 'SAFE_LSEEK'
  451 |         safe_lseek(__FILE__, __LINE__, (fd), (offset), (whence))
      |                                               ^~~~~~
CC testcases/kernel/mem/thp/thp03
CC testcases/kernel/mem/thp/thp01
CC testcases/kernel/mem/thp/thp02
CC testcases/kernel/mem/thp/thp04
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases/kernel/mem/include/mem.h:8,
                 from min_free_kbytes.c:38:
min_free_kbytes.c: In function 'test_tune':
../../../../include/tst_test.h:83:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
   83 |                 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
min_free_kbytes.c:114:25: note: in expansion of macro 'tst_brk'
  114 |                         tst_brk(TBROK | TERRNO, "fork");
      |                         ^~~~~~~
min_free_kbytes.c:115:17: note: here
  115 |                 case 0:
      |                 ^~~~
CC testcases/kernel/mem/tunable/overcommit_memory
CC testcases/kernel/mem/tunable/max_map_count
CC testcases/kernel/mem/tunable/min_free_kbytes
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/mem/vma/vma05_vdso
CC testcases/kernel/mem/vma/vma02
CC testcases/kernel/mem/vma/vma04
CC testcases/kernel/mem/vma/vma01
CC testcases/kernel/mem/vma/vma03
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
stack_space.c: In function 'main':
stack_space.c:81:5: warning: old-style function definition [-Wold-style-definition]
   81 | int main(argc, argv)
      |     ^~~~
stack_space.c: In function 'bd_arg':
stack_space.c:128:5: warning: old-style function definition [-Wold-style-definition]
  128 | int bd_arg(str)
      |     ^~~~~~
stack_space.c: In function 'runtest':
stack_space.c:136:5: warning: old-style function definition [-Wold-style-definition]
  136 | int runtest()
      |     ^~~~~~~
data_space.c: In function 'usage':
data_space.c:93:5: warning: old-style function definition [-Wold-style-definition]
   93 | int usage(prog)
      |     ^~~~~
data_space.c: In function 'main':
data_space.c:101:5: warning: old-style function definition [-Wold-style-definition]
  101 | int main(argc, argv)
      |     ^~~~
data_space.c:137:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  137 |         if (sigset(SIGTERM, (void (*)())term) == SIG_ERR) {
      |         ^~
In file included from data_space.c:37:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
data_space.c:137:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
  137 |         if (sigset(SIGTERM, (void (*)())term) == SIG_ERR) {
      |                             ^
data_space.c:140:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  140 |         if (sigset(SIGUSR1, (void (*)())chld) == SIG_ERR) {
      |         ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
data_space.c:140:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
  140 |         if (sigset(SIGUSR1, (void (*)())chld) == SIG_ERR) {
      |                             ^
data_space.c: In function 'runtest':
stack_space.c: In function 'bfill':
data_space.c:148:5: warning: old-style function definition [-Wold-style-definition]
  148 | int runtest()
      |     ^~~~~~~
stack_space.c:327:5: warning: old-style function definition [-Wold-style-definition]
  327 | int bfill(buf, val, size)
      |     ^~~~~
stack_space.c: In function 'dumpbuf':
stack_space.c:344:5: warning: old-style function definition [-Wold-style-definition]
  344 | int dumpbuf(buf)
      |     ^~~~~~~
data_space.c: In function 'dotest':
stack_space.c:349:13: warning: variable 'idx' set but not used [-Wunused-but-set-variable]
  349 |         int idx;
      |             ^~~
data_space.c:218:5: warning: old-style function definition [-Wold-style-definition]
  218 | int dotest(testers, me)
      |     ^~~~~~
stack_space.c: In function 'dumpbits':
stack_space.c:397:6: warning: old-style function definition [-Wold-style-definition]
  397 | void dumpbits(bits, size)
      |      ^~~~~~~~
stack_space.c:398:7: warning: unused parameter 'bits' [-Wunused-parameter]
  398 | char *bits;
      |       ^~~~
stack_space.c:399:14: warning: unused parameter 'size' [-Wunused-parameter]
  399 | register int size;
      |              ^~~~
stack_space.c: In function 'term':
stack_space.c:415:6: warning: old-style function definition [-Wold-style-definition]
  415 | void term()
      |      ^~~~
data_space.c: In function 'bfill':
data_space.c:360:6: warning: old-style function definition [-Wold-style-definition]
  360 | void bfill(buf, val, size)
      |      ^~~~~
data_space.c: In function 'dumpbuf':
data_space.c:376:5: warning: old-style function definition [-Wold-style-definition]
  376 | int dumpbuf(buf)
      |     ^~~~~~~
data_space.c:381:13: warning: variable 'idx' set but not used [-Wunused-but-set-variable]
  381 |         int idx;
      |             ^~~
data_space.c: In function 'dumpbits':
data_space.c:428:6: warning: old-style function definition [-Wold-style-definition]
  428 | void dumpbits(bits, size)
      |      ^~~~~~~~
data_space.c:429:7: warning: unused parameter 'bits' [-Wunused-parameter]
  429 | char *bits;
      |       ^~~~
data_space.c:430:14: warning: unused parameter 'size' [-Wunused-parameter]
  430 | register int size;
      |              ^~~~
data_space.c: In function 'term':
data_space.c:450:5: warning: old-style function definition [-Wold-style-definition]
  450 | int term()
      |     ^~~~
data_space.c: In function 'chld':
data_space.c:464:5: warning: old-style function definition [-Wold-style-definition]
  464 | int chld()
      |     ^~~~
data_space.c:466:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  466 |         if (sigset(SIGUSR1, (void (*)())chld) == SIG_ERR) {
      |         ^~
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/signal.h:367:23: note: declared here
  367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW
      |                       ^~~~~~
data_space.c:466:29: warning: cast between incompatible function types from 'int (*)()' to 'void (*)()' [-Wcast-function-type]
  466 |         if (sigset(SIGUSR1, (void (*)())chld) == SIG_ERR) {
      |                             ^
data_space.c: In function 'massmurder':
data_space.c:474:5: warning: old-style function definition [-Wold-style-definition]
  474 | int massmurder()
      |     ^~~~~~~~~~
data_space.c: In function 'okexit':
data_space.c:485:5: warning: old-style function definition [-Wold-style-definition]
  485 | int okexit(me)
      |     ^~~~~~
CC testcases/kernel/mem/vmtests/stack_space
CC testcases/kernel/mem/vmtests/data_space
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC testcases/kernel/numa/support_numa
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
In file included from pty04.c:38:
pty04.c: In function 'check_data':
../../../include/tst_test.h:70:25: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'ssize_t' {aka 'int'} [-Wformat=]
   70 |                         (arg_fmt), ##__VA_ARGS__)
      |                         ^~~~~~~~~
pty04.c:338:9: note: in expansion of macro 'tst_res_hexd'
  338 |         tst_res_hexd(TFAIL, data + i, j - i,
      |         ^~~~~~~~~~~~
../../../include/tst_test.h:70:25: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'ssize_t' {aka 'int'} [-Wformat=]
   70 |                         (arg_fmt), ##__VA_ARGS__)
      |                         ^~~~~~~~~
pty04.c:338:9: note: in expansion of macro 'tst_res_hexd'
  338 |         tst_res_hexd(TFAIL, data + i, j - i,
      |         ^~~~~~~~~~~~
../../../include/tst_test.h:70:25: warning: format '%ld' expects argument of type 'long int', but argument 9 has type 'ssize_t' {aka 'int'} [-Wformat=]
   70 |                         (arg_fmt), ##__VA_ARGS__)
      |                         ^~~~~~~~~
pty04.c:338:9: note: in expansion of macro 'tst_res_hexd'
  338 |         tst_res_hexd(TFAIL, data + i, j - i,
      |         ^~~~~~~~~~~~
CC testcases/kernel/pty/hangup01
CC testcases/kernel/pty/pty02
CC testcases/kernel/pty/ptem01
CC testcases/kernel/pty/pty04
CC testcases/kernel/pty/pty01
CC testcases/kernel/pty/pty06
CC testcases/kernel/pty/pty07
CC testcases/kernel/pty/pty03
CC testcases/kernel/pty/pty05
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/sched/autogroup/autogroup01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
hackbench.c: In function 'sender':
hackbench.c:149:34: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  149 |                         if (done < sizeof(data))
      |                                  ^
hackbench.c: In function 'main':
hackbench.c:362:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type '__time64_t' {aka 'long long int'} [-Wformat=]
  362 |         printf("Time: %lu.%03lu\n", diff.tv_sec, diff.tv_usec / 1000);
      |                       ~~^           ~~~~~~~~~~~
      |                         |               |
      |                         |               __time64_t {aka long long int}
      |                         long unsigned int
      |                       %llu
hackbench.c:362:31: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type '__suseconds64_t' {aka 'long long int'} [-Wformat=]
  362 |         printf("Time: %lu.%03lu\n", diff.tv_sec, diff.tv_usec / 1000);
      |                           ~~~~^                  ~~~~~~~~~~~~~~~~~~~
      |                               |                               |
      |                               long unsigned int               __suseconds64_t {aka long long int}
      |                           %03llu
hackbench.c: In function 'create_worker':
hackbench.c:196:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  196 |                         barf("fork()");
      |                         ^~~~~~~~~~~~~~
hackbench.c:197:17: note: here
  197 |                 case 0:
      |                 ^~~~
hackbench.c: In function 'ready':
hackbench.c:121:13: warning: 'dummy' is used uninitialized [-Wuninitialized]
  121 |         if (write(ready_out, &dummy, 1) != 1)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from hackbench.c:54:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/unistd.h:378:16: note: in a call to 'write' declared with attribute 'access (read_only, 2, 3)' here
  378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
      |                ^~~~~
hackbench.c:117:14: note: 'dummy' declared here
  117 |         char dummy;
      |              ^~~~~
CC testcases/kernel/sched/cfs-scheduler/starvation
CC testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01
CC testcases/kernel/sched/cfs-scheduler/hackbench
CC testcases/kernel/sched/clisrv/readline.o
CC testcases/kernel/sched/clisrv/writen.o
pthserv.c: In function 'noprintf':
pthserv.c:45:21: warning: unused parameter 'string' [-Wunused-parameter]
   45 | void noprintf(char *string, ...)
      |               ~~~~~~^~~~~~
CC testcases/kernel/sched/clisrv/pthcli
CC testcases/kernel/sched/clisrv/pthserv
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
ht_affinity.c: In function 'HT_SetAffinity':
ht_affinity.c:75:41: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
   75 |                                         system("ps > /dev/null");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
ht_affinity.c:103:41: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
  103 |                                         system("ps > /dev/null");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
CC testcases/kernel/sched/hyperthreading/ht_affinity/ht_utils.o
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
CC testcases/kernel/sched/hyperthreading/ht_affinity/ht_affinity.o
LD testcases/kernel/sched/hyperthreading/ht_affinity/ht_affinity
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
CC testcases/kernel/sched/hyperthreading/ht_enabled/ht_enabled.o
CC testcases/kernel/sched/hyperthreading/ht_enabled/ht_utils.o
make[7]: Nothing to be done for 'all'.
make[7]: Nothing to be done for 'all'.
LD testcases/kernel/sched/hyperthreading/ht_enabled/ht_enabled
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
nptl01.c: In function 'do_timedwait':
nptl01.c:134:50: warning: unused parameter 'i' [-Wunused-parameter]
  134 |                   char *buf, size_t buf_len, int i)
      |                                              ~~~~^
nptl01.c: In function 'run':
nptl01.c:165:17: warning: unused parameter 'arg' [-Wunused-parameter]
  165 | void *run(void *arg)
      |           ~~~~~~^~~
nptl01.c: In function 'trap_alarm':
nptl01.c:212:21: warning: unused parameter 'sig' [-Wunused-parameter]
  212 | void trap_alarm(int sig)
      |                 ~~~~^~~
nptl01.c: In function 'cleanup':
nptl01.c:300:6: warning: old-style function definition [-Wold-style-definition]
  300 | void cleanup()
      |      ^~~~~~~
CC testcases/kernel/sched/nptl/nptl01
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
CC testcases/kernel/sched/pthreads/pth_str01
CC testcases/kernel/sched/pthreads/pth_str03
CC testcases/kernel/sched/pthreads/pth_str02
CC testcases/kernel/sched/sched_stress/sched.o
make -C "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib" -f "TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/lib/Makefile" all
GEN ltp-version.h
make[6]: Nothing to be done for 'all'.
make[6]: Nothing to be done for 'all'.
sched_driver.c: In function 'startup':
sched_driver.c:261:46: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
  261 |         printf("start time    = %s\n", ctime(&start_time));
      |                                              ^~~~~~~~~~~
      |                                              |
      |                                              long int *
In file included from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/features.h:503,
                 from TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/sys/types.h:25,
                 from sched_driver.c:64:
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'long int *'
  187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64);
      |              ^~~~~~~~~~~~~~
sched_driver.c: In function 'process_slots_in_use':
sched_driver.c:363:5: warning: old-style function definition [-Wold-style-definition]
  363 | int process_slots_in_use()
      |     ^~~~~~~~~~~~~~~~~~~~
sched_driver.c: In function 'available_user_process_slots':
sched_driver.c:407:5: warning: old-style function definition [-Wold-style-definition]
  407 | int available_user_process_slots()
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sched_driver.c: In function 'measure_test':
sched_driver.c:421:7: warning: old-style function definition [-Wold-style-definition]
  421 | float measure_test(name, param1, param2, param3, t2)
      |       ^~~~~~~~~~~~
sched_driver.c: In function 'start_long_term_testcases':
sched_driver.c:606:6: warning: old-style function definition [-Wold-style-definition]
  606 | void start_long_term_testcases(long_term_slot_total, execution_time)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~
sched_driver.c: In function 'start_short_term_testcases':
sched_driver.c:651:60: warning: unused parameter 'pri' [-Wunused-parameter]
  651 |                                 double stress_percent, int pri)
      |                                                        ~~~~^~~
sched_driver.c: In function 'kill_short_term_testcases':
sched_driver.c:702:6: warning: old-style function definition [-Wold-style-definition]
  702 | void kill_short_term_testcases()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~
sched_driver.c: In function 'finishup':
sched_driver.c:734:6: warning: old-style function definition [-Wold-style-definition]
  734 | void finishup(start_time)
      |      ^~~~~~~~
sched_driver.c:744:43: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
  744 |         printf("\nend time = %s\n", ctime(&end_time));
      |                                           ^~~~~~~~~
      |                                           |
      |                                           long int *
TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/lib32-recipe-sysroot/usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'long int *'
  187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64);
      |              ^~~~~~~~~~~~~~
sched_driver.c: In function 'process_slots_in_use':
sched_driver.c:384:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  384 |         fscanf(psfile, "%d", &usedslots);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sched_driver.c: In function 'measure_test':
sched_driver.c:462:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  462 |         fgets(temp, 50, datafile);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
sched_driver.c:472:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  472 |                 fgets(t2asc, 50, datafile);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [../../../../include/mk/rules.mk:45: sched_driver] Error 1
make[3]: *** [../../../include/mk/generic_trunk_target.inc:108: all] Error 2
make[2]: *** [../../include/mk/generic_trunk_target.inc:108: all] Error 2
make[1]: *** [../include/mk/generic_trunk_target.inc:108: all] Error 2
make[1]: Leaving directory 'TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/git/testcases'
make: *** [Makefile:94: testcases-all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/temp/run.do_compile.2966048:176 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/temp/run.do_compile.2966048, line 176
	#2: die, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/temp/run.do_compile.2966048, line 160
	#3: oe_runmake, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/temp/run.do_compile.2966048, line 155
	#4: do_compile, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/temp/run.do_compile.2966048, line 150
	#5: main, TOPDIR/tmp/work/x86-pokymllib32-linux/lib32-ltp/20240129/temp/run.do_compile.2966048, line 189

Error details

Submitted on:
05/05/24 23:10
Error type:
Recipe
Task:
do_compile
Recipe:
lib32-ltp
Recipe version:
20240129-r0
Machine:
qemux86-64
Distro:
poky
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
rocky-9.3/rocky-9.3
Branch:
kraj/gcc-14
Commit:
a5bdbc1080979f57a13eaa05af65a656e62b60ef
Build:
#183182
Submitter:
yp-ab-rocky9-ty-1.yocto.io
Link back:
https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/8794
Similar errors:
0
Open a bug