DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 10 -l 64 HOSTCC=gcc  HOST_CFLAGS=-isystemTMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/usr/include -O2 -pipe HOST_LDFLAGS=-LTMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/usr/lib                         -LTMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/lib                         -Wl,-rpath,TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TMPDIR/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread KVM_LD=arm-yoe-linux-gnueabi-ld.bfd --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot 
make -C "lib" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/lib/Makefile" all
make -C "libs" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/libs/Makefile" all
if git describe >/dev/null 2>&1; then \
	git describe > "Version"; \
else \
	cp TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/VERSION "Version"; \
fi
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/lib'
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/libs'
GEN ltp-version.h
random_range.c:154:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  154 |                         if ((*parse_func) (n1str, &rp->min) < 0) {
      |                                           ^
random_range.c:174:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  174 |                         if ((*parse_func) (n2str, &rp->max) < 0) {
      |                                           ^
random_range.c:192:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  192 |                         if ((*parse_func) (multstr, &rp->mult) < 0) {
      |                                           ^
random_range.c:98:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   98 | static int str_to_int();
      |            ^
random_range.c:221:12: note: conflicting prototype is here
  221 | static int str_to_int(char *str, int *ip)
      |            ^
random_range.c:614:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  614 |         extern void srand48();
      |                     ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/stdlib.h:601:13: note: conflicting prototype is here
  601 | extern void srand48 (long int __seedval) __THROW;
      |             ^
parse_opts.c:521:22: warning: passing arguments to 'usc_recressive_func' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  521 |                 usc_recressive_func(0, STD_LP_recfun, *STD_bigstack);
      |                                    ^
parse_opts.c:107:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  107 | static void usc_recressive_func();
      |             ^
parse_opts.c:539:13: note: conflicting prototype is here
  539 | static void usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack)
      |             ^
CC lib/get_path.o
5 warnings generated.
CC lib/random_range.o
CC lib/cloner.o
2 warnings generated.
CC lib/parse_opts.o
CC libs/ipc/libmsgctl.o
CC libs/ipc/libipc.o
CC lib/safe_file_ops.o
AR libltpipc.a
CC lib/safe_stdio.o
RANLIB libltpipc.a
tlibio.c:686:3: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
  686 |                 sigset(sig, lio_async_signal_handler);
      |                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:368:3: note: 'sigset' has been explicitly marked deprecated here
  368 |   __attribute_deprecated_msg__
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:800:4: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  800 |                         sighold(sig);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:356:3: note: 'sighold' has been explicitly marked deprecated here
  356 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:807:5: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  807 |                                 sigrelse(sig);
      |                                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:871:4: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  871 |                         sighold(sig);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:356:3: note: 'sighold' has been explicitly marked deprecated here
  356 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:878:5: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  878 |                                 sigrelse(sig);
      |                                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:940:4: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  940 |                         sighold(sig);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:356:3: note: 'sighold' has been explicitly marked deprecated here
  356 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:947:5: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
  947 |                                 sigrelse(sig);
      |                                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:539:8: warning: unused parameter 'wrd' [-Wunused-parameter]
  539 |                 long wrd)       /* to allow future features, use zero for now */
      |                      ^
tlibio.c:1262:3: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations]
 1262 |                 sigset(sig, lio_async_signal_handler);
      |                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:368:3: note: 'sigset' has been explicitly marked deprecated here
  368 |   __attribute_deprecated_msg__
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1380:4: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1380 |                         sighold(sig);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:356:3: note: 'sighold' has been explicitly marked deprecated here
  356 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1387:5: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1387 |                                 sigrelse(sig);
      |                                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1449:4: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1449 |                         sighold(sig);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:356:3: note: 'sighold' has been explicitly marked deprecated here
  356 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1456:5: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1456 |                                 sigrelse(sig);
      |                                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1518:4: warning: 'sighold' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1518 |                         sighold(sig);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:356:3: note: 'sighold' has been explicitly marked deprecated here
  356 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1525:5: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1525 |                                 sigrelse(sig);
      |                                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1114:8: warning: unused parameter 'wrd' [-Wunused-parameter]
 1114 |                 long wrd)       /* to allow future features, use zero for now */
      |                      ^
tlibio.c:1698:3: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1698 |                 sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                 ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1917:4: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1917 |                         sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
tlibio.c:1929:4: warning: 'sigrelse' is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations]
 1929 |                         sigrelse(aiocbp->aio_sigevent.sigev_signo);
      |                         ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/signal.h:360:3: note: 'sigrelse' has been explicitly marked deprecated here
  360 |   __attribute_deprecated_msg__ ("Use the sigprocmask function instead");
      |   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/sys/cdefs.h:521:19: note: expanded from macro '__attribute_deprecated_msg__'
  521 |          __attribute__ ((__deprecated__ (msg)))
      |                          ^
CC lib/safe_net.o
CC lib/tst_ansi_color.o
CC lib/tst_assert.o
CC lib/safe_pthread.o
CC lib/tst_af_alg.o
CC lib/tst_arch.o
CC lib/tst_checksum.o
19 warnings generated.
CC lib/tst_bool_expr.o
CC lib/tlibio.o
CC libs/newipc/libnewipc.o
AR libltpnewipc.a
CC lib/safe_macros.o
CC lib/tst_buffers.o
tst_cgroup.c:380:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  380 |                 new->we_created_it = 1;
      |                                    ^ ~
tst_cgroup.c:506:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  506 |                 root->we_mounted_it = 1;
      |                                     ^ ~
tst_cgroup.c:512:32: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  512 |                         root->ltp_dir.we_created_it = 1;
      |                                                     ^ ~
tst_cgroup.c:513:34: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  513 |                         root->drain_dir.we_created_it = 1;
      |                                                       ^ ~
tst_cgroup.c:520:32: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  520 |                 root->test_dir.we_created_it = 1;
      |                                              ^ ~
RANLIB libltpnewipc.a
CC lib/tst_capability.o
tst_cgroup.c:693:34: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  693 |                 roots[0].mnt_dir.we_created_it = 1;
      |                                                ^ ~
tst_cgroup.c:720:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  720 |                 roots[0].we_mounted_it = 1;
      |                                        ^ ~
tst_cgroup.c:781:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  781 |         ctrl->ctrl_root->we_mounted_it = 1;
      |                                        ^ ~
tst_cgroup.c:853:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
  853 |         ctrl->we_require_it = 1;
      |                             ^ ~
CC lib/tst_checkpoint.o
CC lib/tst_clone.o
CC lib/tst_clocks.o
CC lib/tst_cpu.o
CC lib/tst_coredump.o
CC lib/tst_dir_is_empty.o
CC lib/tst_crypto.o
CC lib/tst_cmd.o
CC libs/numa/tst_numa.o
CC lib/tst_epoll.o
AR libltpnuma.a
RANLIB libltpnuma.a
CC lib/tst_fs_has_free.o
CC lib/tst_fill_file.o
CC lib/tst_fd.o
CC lib/tst_fs_setup.o
9 warnings generated.
CC lib/tst_fs_type.o
CC lib/tst_cgroup.o
CC lib/tst_fill_fs.o
CC lib/tst_device.o
CC lib/tst_fs_link_count.o
CC lib/tst_get_bad_addr.o
CC lib/tst_ioctl.o
CC lib/tst_hugepage.o
CC lib/tst_kernel.o
CC lib/tst_memutils.o
CC lib/tst_mkfs.o
CC lib/tst_kvercmp.o
CC lib/tst_module.o
CC lib/tst_rand_data.o
CC libs/sigwait/sigwait.o
AR libltpsigwait.a
CC lib/tst_net.o
tst_netlink.c:219:26: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'int' [-Wsign-compare]
  219 |         for (; size_left > 0 && NLMSG_OK(ptr, size_left); msgcount++)
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/linux/netlink.h:109:24: note: expanded from macro 'NLMSG_OK'
  109 |                            (nlh)->nlmsg_len <= (len))
      |                            ~~~~~~~~~~~~~~~~ ^   ~~~
RANLIB libltpsigwait.a
tst_netlink.c:452:26: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'int' [-Wsign-compare]
  452 |         for (; size_left > 0 && NLMSG_OK(msg, size_left);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/linux/netlink.h:109:24: note: expanded from macro 'NLMSG_OK'
  109 |                            (nlh)->nlmsg_len <= (len))
      |                            ~~~~~~~~~~~~~~~~ ^   ~~~
CC lib/tst_parse_opts.o
CC lib/tst_path_has_mnt_flags.o
CC lib/tst_process_state.o
CC lib/tst_kconfig.o
CC lib/tst_pid.o
2 warnings generated.
CC lib/tst_netdevice.o
CC lib/tst_netlink.o
CC lib/tst_resource.o
libswap.c:65:24: warning: comparison of integers of different signs: 'long' and 'unsigned int' [-Wsign-compare]
   65 |         if (tst_fs_type(path) == TST_BTRFS_MAGIC)
      |             ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~
libswap.c:203:14: warning: comparison of integers of different signs: 'long' and 'unsigned int' [-Wsign-compare]
  203 |         if (fs_type == TST_BTRFS_MAGIC &&
      |             ~~~~~~~ ^  ~~~~~~~~~~~~~~~
2 warnings generated.
CC lib/tst_res.o
CC libs/swap/libswap.o
AR libltpswap.a
CC lib/tst_rtctime.o
tst_safe_sysv_ipc.c:116:40: warning: format specifies type 'long' but the argument has type 'ssize_t' (aka 'int') [-Wformat]
  115 |                         "Invalid msgrcv(%i, %p, %zu, %li, %x) return value %ld",
      |                                                                            ~~~
      |                                                                            %zd
  116 |                         msqid, msgp, msgsz, msgtyp, msgflg, rval);
      |                                                             ^~~~
RANLIB libltpswap.a
tst_sig.c:81:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   81 | static void def_handler();      /* default signal handler */
      |             ^
tst_sig.c:227:13: note: conflicting prototype is here
  227 | static void def_handler(int sig)
      |             ^
CC lib/tst_safe_file_at.o
CC lib/tst_safe_io_uring.o
1 warning generated.
CC lib/tst_safe_timerfd.o
CC lib/tst_sig.o
CC lib/tst_security.o
1 warning generated.
CC lib/tst_safe_sysv_ipc.o
CC lib/tst_sig_proc.o
CC lib/tst_status.o
CC lib/tst_safe_macros.o
CC lib/tst_thread_state.o
CC lib/tst_supported_fs_types.o
CC lib/tst_sys_conf.o
CC lib/tst_taint.o
CC libs/uinput/tst_uinput.o
AR libltpuinput.a
RANLIB libltpuinput.a
CC lib/tst_test_macros.o
CC libs/ujson/ujson_common.o
CC lib/tst_timer.o
CC lib/tst_virt.o
CC libs/ujson/ujson_utf.o
CC lib/tst_tmpdir.o
CC lib/tst_uid.o
CC lib/tst_wallclock.o
CC lib/tst_timer_test.o
CC libs/ujson/ujson_writer.o
CC libs/ujson/ujson_reader.o
AR libujson.a
RANLIB libujson.a
CC lib/tst_test.o
AR libltp.a
CC libs/vdso/parse_vdso.o
RANLIB libltp.a
CC libs/vdso/vdso_helpers.o
AR libltpvdso.a
RANLIB libltpvdso.a
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/libs'
CC lib/newlib_tests/test08
CC lib/newlib_tests/test02
CC lib/newlib_tests/test04
CC lib/newlib_tests/test06
CC lib/newlib_tests/test03
CC lib/newlib_tests/test05
CC lib/newlib_tests/test07
CC lib/newlib_tests/test09
CC lib/newlib_tests/test11
CC lib/newlib_tests/test01
test20.c:28:29: warning: implicit conversion from 'long long' to 'unsigned long' changes value from 1000000000000 to 3567587328 [-Wconstant-conversion]
   28 |         struct tst_hugepage hp = { 1000000000000, TST_REQUEST };
      |                                  ~ ^~~~~~~~~~~~~
1 warning generated.
test15.c:110:40: warning: format specifies type 'long' but the argument has type 'intptr_t' (aka 'int') [-Wformat]
  110 |                 tst_res(TINFO, "Joining thread %li", i);
      |                                                ~~~   ^
      |                                                %i
../../include/tst_test.h:74:54: note: expanded from macro 'tst_res'
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                        ~~~~~~~     ^~~~~~~~~~~
1 warning generated.
CC lib/newlib_tests/test14
CC lib/newlib_tests/test13
CC lib/newlib_tests/test_assert
CC lib/newlib_tests/test20
CC lib/newlib_tests/test22
CC lib/newlib_tests/test15
CC lib/newlib_tests/test19
CC lib/newlib_tests/test_children_cleanup
CC lib/newlib_tests/test_exec_child
CC lib/newlib_tests/test_kconfig02
CC lib/newlib_tests/test_exec
CC lib/newlib_tests/test_kconfig
CC lib/newlib_tests/test_kconfig01
CC lib/newlib_tests/test_kconfig03
CC lib/newlib_tests/test_guarded_buf
CC lib/newlib_tests/test_macros01
CC lib/newlib_tests/test_macros03
CC lib/newlib_tests/test_macros02
CC lib/newlib_tests/test_macros04
CC lib/newlib_tests/test_macros05
CC lib/newlib_tests/test_parse_filesize
CC lib/newlib_tests/test_runtime01
test_zero_hugepage.c:35:32: warning: missing field 'policy' initializer [-Wmissing-field-initializers]
   35 |         .hugepages = {TST_NO_HUGEPAGES},
      |                                       ^
1 warning generated.
CC lib/newlib_tests/test_runtime02
CC lib/newlib_tests/test_macros06
CC lib/newlib_tests/test_zero_hugepage
tst_cgroup02.c:36:15: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long' [-Wformat]
   36 |                                    "%zu", (1UL << 24) - 1);
      |                                     ~~~   ^~~~~~~~~~~~~~~
      |                                     %lu
../../include/tst_cgroup.h:201:33: note: expanded from macro 'SAFE_CG_PRINTF'
  201 |                            (cg), (file_name), (fmt), __VA_ARGS__)
      |                                                ~~~   ^~~~~~~~~~~
tst_cgroup02.c:38:15: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long' [-Wformat]
   38 |                                    "%zu", 1UL << 31);
      |                                     ~~~   ^~~~~~~~~
      |                                     %lu
../../include/tst_cgroup.h:201:33: note: expanded from macro 'SAFE_CG_PRINTF'
  201 |                            (cg), (file_name), (fmt), __VA_ARGS__)
      |                                                ~~~   ^~~~~~~~~~~
tst_cgroup02.c:47:46: warning: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'unsigned long' [-Wformat]
   47 |         SAFE_CG_PRINTF(tst_cg, "memory.max", "%zu", (1UL << 24) - 1);
      |                                               ~~~   ^~~~~~~~~~~~~~~
      |                                               %lu
../../include/tst_cgroup.h:201:33: note: expanded from macro 'SAFE_CG_PRINTF'
  201 |                            (cg), (file_name), (fmt), __VA_ARGS__)
      |                                                ~~~   ^~~~~~~~~~~
3 warnings generated.
CC lib/newlib_tests/tst_bool_expr
CC lib/newlib_tests/tst_capability01
CC lib/newlib_tests/tst_cgroup01
tst_device.c:61:50: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
   61 |                 tst_res(TPASS, "Got expected device size %lu", size);
      |                                                          ~~~   ^~~~
      |                                                          %llu
../../include/tst_test.h:74:54: note: expanded from macro 'tst_res'
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                        ~~~~~~~     ^~~~~~~~~~~
tst_device.c:64:18: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
   63 |                 tst_res(TFAIL, "Expected device size is %d but got %lu",
      |                                                                    ~~~
      |                                                                    %llu
   64 |                         DEV_MIN_SIZE, size);
      |                                       ^~~~
../../include/tst_test.h:74:54: note: expanded from macro 'tst_res'
   74 |                 tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
      |                                                        ~~~~~~~     ^~~~~~~~~~~
2 warnings generated.
CC lib/newlib_tests/tst_capability02
CC lib/newlib_tests/tst_cgroup02
CC lib/newlib_tests/test_timer
CC lib/newlib_tests/tst_device
CC lib/newlib_tests/tst_expiration_timer
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_cmds05
CC lib/newlib_tests/tst_needs_cmds06
CC lib/newlib_tests/tst_needs_cmds04
CC lib/newlib_tests/tst_fuzzy_sync02
CC lib/newlib_tests/tst_fuzzy_sync01
CC lib/newlib_tests/tst_print_result
CC lib/newlib_tests/tst_needs_cmds07
CC lib/newlib_tests/tst_res_flags
CC lib/newlib_tests/tst_needs_cmds08
CC lib/newlib_tests/tst_res_hexd
CC lib/newlib_tests/tst_safe_sscanf
CC lib/newlib_tests/tst_strstatus
CC lib/newlib_tests/tst_safe_fileops
CC lib/newlib_tests/tst_fuzzy_sync03
CC lib/newlib_tests/variant
CC lib/tests/tst_checkpoint_wake_timeout
CC lib/tests/tst_cleanup_once
CC lib/tests/tst_checkpoint
CC lib/tests/tst_device
CC lib/tests/tst_fs_fill_hardlinks
CC lib/tests/tst_checkpoint_wait_timeout
CC lib/tests/tst_dataroot01
CC lib/tests/tst_dataroot02
CC lib/tests/trerrno
CC lib/tests/tst_dataroot03
CC lib/tests/tst_record_childstatus
CC lib/tests/tst_process_state
CC lib/tests/tst_safe_macros
CC lib/tests/tst_strerrno
CC lib/tests/tst_fs_fill_subdirs
CC lib/tests/tst_tmpdir_test
CC lib/tests/tst_strsig
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/lib'
make -C "pan" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/pan/Makefile" all
make -C "utils" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/utils/Makefile" all
make -C "testcases" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/testcases/Makefile" all
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/pan'
make -C "tools" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/tools/Makefile" all
make -C "metadata" \
	-f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/metadata/Makefile" all
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/testcases'
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/utils'
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/metadata'
make[1]: Entering directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/tools'
make[4]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
ltp-pan.c:276:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
  276 |                                         run_time = run_time;
      |                                         ~~~~~~~~ ^ ~~~~~~~~
ltp-pan.c:542:17: warning: passing arguments to 'wait_handler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  542 |                                 wait_handler(SIGINT);
      |                                             ^
ltp-pan.c:611:17: warning: passing arguments to 'wait_handler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  611 |                                 wait_handler(SIGINT);
      |                                             ^
ltp-pan.c:620:16: warning: passing arguments to 'wait_handler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  620 |                         wait_handler(0);        /* Reset the signal ratchet. */
      |                                     ^
ltp-pan.c:635:17: warning: passing arguments to 'wait_handler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  635 |                                 wait_handler(SIGINT);
      |                                             ^
CC pan/ltp-bump.o
In file included from ltp-pan.c:71:
./zoolib.h:52:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   52 | void wait_handler();
      |      ^
ltp-pan.c:1463:6: note: conflicting prototype is here
 1463 | void wait_handler(int sig)
      |      ^
CC pan/splitstr.o
CC testcases/commands/eject/eject_check_tray
CC tools/apicmds/ltpapicmd.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_brk
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_brkm
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_exit
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_res
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_resm
CC pan/zoolib.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_conf
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_ncpus_max
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld -L../../lib  ltpapicmd.o  -lltp -o tst_fs_has_free
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'.
CC utils/benchmark/ebizzy-0.3/ebizzy
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[4]: Nothing to be done for 'all'.
make -C "lib" -f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/utils/sctp/lib/Makefile" all
make -C "testlib" -f "TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/utils/sctp/testlib/Makefile" all
LD pan/ltp-bump
CC utils/sctp/lib/bindx.o
CC testcases/commands/ldd/datafiles/main.o
CC utils/sctp/lib/addrs.o
CC utils/sctp/lib/opt_info.o
CC testcases/commands/ldd/datafiles/lddfile1.o
sctputil.c:374:12: warning: variable 'addrs_size' set but not used [-Wunused-but-set-variable]
  374 |         socklen_t addrs_size = 0;
      |                   ^
CC utils/sctp/lib/connectx.o
CC utils/sctp/lib/peeloff.o
CC testcases/commands/ldd/datafiles/lddfile2.o
CC utils/sctp/lib/sendmsg.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -O2 -g   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile1.obj.so lddfile1.o
genload.c:95:6: warning: variable 'do_timeout' set but not used [-Wunused-but-set-variable]
   95 |         int do_tiCC testcases/commands/ldd/datafiles/lddfile3.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -O2 -g   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile2.obj.so lddfile2.o
meout = 0;
      |             ^
6 warnings generated.
genload.c:468:9: warning: variable 'd' set but not used [-Wunused-but-set-variable]
  468 |         double d;
      |                ^
CC pan/ltp-pan.o
CC testcases/commands/ldd/datafiles/lddfile4.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -O2 -g   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile3.obj.so lddfile3.o
CC utils/sctp/lib/recvmsg.o
AR libsctp.a
1 warning generated.
CC utils/sctp/testlib/sctputil.o
AR libsctputil.a
RANLIB libsctp.a
stress.c:95:6: warning: variable 'do_timeout' set but not used [-Wunused-but-set-variable]
   95 |         int do_timeout = 0;
      |             ^
RANLIB libsctputil.a
stress.c:468:9: warning: variable 'd' set but not used [-Wunused-but-set-variable]
  468 |         double d;
      |                ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -O2 -g   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile4.obj.so lddfile4.o
HOSTCC metadata/metaparse
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/metadata/parse.sh > ltp.json
CC testcases/commands/ldd/datafiles/lddfile5.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -O2 -g   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -shared -o lddfile5.obj.so lddfile5.o
LD pan/ltp-pan
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/pan'
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -Wl,-z,relro,-z,now  -fuse-ld=bfd   -fuse-ld=lld   -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot -O2 -g   -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git=/usr/src/debug/ltp/20240930  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot=  -fdebug-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -fmacro-prefix-map=TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot-native=  -pipe -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -std=gnu99 -O -o lddfile.out main.o lddfile1.obj.so lddfile2.obj.so lddfile3.obj.so lddfile4.obj.so lddfile5.obj.so
2 warnings generated.
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'.
CC tools/genload/stress
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_addrs
CC utils/sctp/func_tests/test_1_to_1_events
CC utils/sctp/func_tests/test_1_to_1_connectx
2 warnings generated.
CC utils/sctp/func_tests/test_1_to_1_accept_close
CC tools/genload/genload
make[2]: Nothing to be done for 'all'.
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/tools'
CC testcases/commands/nm/datafiles/f1
CC utils/sctp/func_tests/test_1_to_1_connect
CC utils/sctp/func_tests/test_1_to_1_initmsg_connect
CC utils/sctp/func_tests/test_1_to_1_nonblock
CC testcases/commands/nm/datafiles/f2
CC utils/sctp/func_tests/test_1_to_1_recvmsg
CC utils/sctp/func_tests/test_1_to_1_rtoinfo
CC utils/sctp/func_tests/test_1_to_1_recvfrom
CC utils/sctp/func_tests/test_1_to_1_send
CC testcases/commands/nm/datafiles/f3
CC utils/sctp/func_tests/test_1_to_1_sendto
CC testcases/commands/nm/datafiles/f1.o
CC utils/sctp/func_tests/test_1_to_1_shutdown
CC utils/sctp/func_tests/test_1_to_1_threads
CC utils/sctp/func_tests/test_assoc_abort
CC testcases/commands/nm/datafiles/f2.o
CC utils/sctp/func_tests/test_1_to_1_sendmsg
CC testcases/commands/nm/datafiles/f3.o
arm-yoe-linux-gnueabi-llvm-ar rcs lib.a f1.o f2.o f3.o
CC utils/sctp/func_tests/test_1_to_1_sockopt
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_1_to_1_socket_bind_listen
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_assoc_shutdown
make[5]: Nothing to be done for 'all'.
make[5]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_autoclose
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'.
CC utils/sctp/func_tests/test_fragments
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all'.
CC utils/sctp/func_tests/test_connectx
CC utils/sctp/func_tests/test_basic
CC utils/sctp/func_tests/test_getname
CC utils/sctp/func_tests/test_inaddr_any
CC utils/sctp/func_tests/test_recvmsg
CC utils/sctp/func_tests/test_basic_v6.o
CC utils/sctp/func_tests/test_peeloff
CC utils/sctp/func_tests/test_connect
CC utils/sctp/func_tests/test_fragments_v6.o
CC utils/sctp/func_tests/test_sctp_sendrecvmsg
CC utils/sctp/func_tests/test_getname_v6.o
CC testcases/cve/cve-2015-3290
CC utils/sctp/func_tests/test_timetolive
CC utils/sctp/func_tests/test_inaddr_any_v6.o
CC testcases/cve/cve-2016-10044
CC utils/sctp/func_tests/test_tcp_style
CC utils/sctp/func_tests/test_peeloff_v6.o
CC utils/sctp/func_tests/test_sctp_sendrecvmsg_v6.o
CC testcases/cve/cve-2016-7042
CC utils/sctp/func_tests/test_sockopt
CC utils/sctp/func_tests/test_sockopt_v6.o
CC testcases/cve/cve-2014-0196
In file included from cve-2017-16939.c:28:
../../include/lapi/sched.h:18:8: error: redefinition of 'sched_attr'
   18 | struct sched_attr {
      |        ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/linux/sched/types.h:98:8: note: previous definition is here
   98 | struct sched_attr {
      |        ^
In file included from cve-2017-16939.c:28:
../../include/lapi/sched.h:36:19: error: static declaration of 'sched_setattr' follows non-static declaration
   36 | static inline int sched_setattr(pid_t pid, const struct sched_attr *attr,
      |                   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/bits/sched.h:145:5: note: previous declaration is here
  145 | int sched_setattr (pid_t tid, struct sched_attr *attr, unsigned int flags)
      |     ^
In file included from cve-2017-16939.c:28:
../../include/lapi/sched.h:42:19: error: static declaration of 'sched_getattr' follows non-static declaration
   42 | static inline int sched_getattr(pid_t pid, struct sched_attr *attr,
      |                   ^
TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/recipe-sysroot/usr/include/bits/sched.h:150:5: note: previous declaration is here
  150 | int sched_getattr (pid_t tid, struct sched_attr *attr, unsigned int size,
      |     ^
3 errors generated.
make[2]: *** [../../include/mk/rules.mk:45: cve-2017-16939] Error 1
make[2]: *** Waiting for unfinished jobs....
CC utils/sctp/func_tests/test_timetolive_v6.o
CC utils/sctp/func_tests/test_tcp_style_v6.o
cve-2017-2618.c:39:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   39 |                         write(fd, "\n", 1);
      |                         ^~~~~ ~~~~~~~~~~~
CC testcases/cve/cve-2017-17053
1 warning generated.
LD utils/sctp/func_tests/test_basic_v6
LD utils/sctp/func_tests/test_fragments_v6
CC testcases/cve/cve-2017-2618
LD utils/sctp/func_tests/test_getname_v6
CC testcases/cve/cve-2017-17052
LD utils/sctp/func_tests/test_inaddr_any_v6
LD utils/sctp/func_tests/test_peeloff_v6
LD utils/sctp/func_tests/test_sctp_sendrecvmsg_v6
CC testcases/cve/cve-2016-7117
LD utils/sctp/func_tests/test_tcp_style_v6
LD utils/sctp/func_tests/test_timetolive_v6
make[1]: *** [../include/mk/generic_trunk_target.inc:108: all] Error 2
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/testcases'
make: *** [Makefile:85: testcases-all] Error 2
make: *** Waiting for unfinished jobs....
LD utils/sctp/func_tests/test_sockopt_v6
rm test_fragments_v6.o test_getname_v6.o test_basic_v6.o test_peeloff_v6.o test_tcp_style_v6.o test_inaddr_any_v6.o test_sockopt_v6.o test_sctp_sendrecvmsg_v6.o test_timetolive_v6.o
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/utils'
make[1]: Leaving directory 'TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/git/metadata'
ERROR: oe_runmake failed
WARNING: TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/temp/run.do_compile.2259337:176 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/temp/run.do_compile.2259337, line 176
	#2: die, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/temp/run.do_compile.2259337, line 160
	#3: oe_runmake, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/temp/run.do_compile.2259337, line 155
	#4: do_compile, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/temp/run.do_compile.2259337, line 150
	#5: main, TMPDIR/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ltp/20240930/temp/run.do_compile.2259337, line 189

Error details

Submitted on:
15/10/24 23:49
Error type:
Recipe
Task:
do_compile
Recipe:
ltp
Recipe version:
20240930-r0
Machine:
qemuarm
Distro:
yoe
Build system:
x86_64-linux
Target system:
arm-yoe-linux-gnueabi
Host distro:
ubuntu-22.04/ubuntu-22.04
Branch:
HEAD
Commit:
c9c9489ddf5ba69a83ecab2b1745d9f411f9829b
Build:
#193545
Submitter:
ab@rdk
Similar errors:
0
Open a bug