Bugzilla – Attachment 670 Details for
Bug 4449
[Alinux3][内部nightly][x86-64]alitests-cs编译失败:error: ‘RES_USE_INET6’ undeclared (first use in this function)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
编译失败日志
alitests.log (text/plain), 547.76 KB, created by
wangpingping
on 2023-03-09 11:06:41 UTC
(
hide
)
Description:
编译失败日志
Filename:
MIME Type:
Creator:
wangpingping
Created:
2023-03-09 11:06:41 UTC
Size:
547.76 KB
patch
obsolete
>make -C "lib" \ > -f "/home/wb-wpp899309/ltp/lib/Makefile" all >make[1]: Entering directory '/home/wb-wpp899309/ltp/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_fill_file.o tst_fill_file.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_fs_type.o tst_fs_type.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_device.o tst_device.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_path_has_mnt_flags.o tst_path_has_mnt_flags.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tlibio.o tlibio.c >tlibio.c: In function âlio_write_bufferâ: >tlibio.c:682:3: warning: âsigsetâ is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] > 682 | sigset(sig, lio_async_signal_handler); > | ^~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:353:23: note: declared here > 353 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW > | ^~~~~~ >tlibio.c:795:4: warning: âsigholdâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 795 | sighold(sig); > | ^~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:341:12: note: declared here > 341 | extern int sighold (int __sig) __THROW > | ^~~~~~~ >tlibio.c:802:5: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 802 | sigrelse(sig); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:866:4: warning: âsigholdâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 866 | sighold(sig); > | ^~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:341:12: note: declared here > 341 | extern int sighold (int __sig) __THROW > | ^~~~~~~ >tlibio.c:873:5: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 873 | sigrelse(sig); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:935:4: warning: âsigholdâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 935 | sighold(sig); > | ^~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:341:12: note: declared here > 341 | extern int sighold (int __sig) __THROW > | ^~~~~~~ >tlibio.c:942:5: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 942 | sigrelse(sig); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:539:8: 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:1253:3: warning: âsigsetâ is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] > 1253 | sigset(sig, lio_async_signal_handler); > | ^~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:353:23: note: declared here > 353 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW > | ^~~~~~ >tlibio.c:1370:4: warning: âsigholdâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1370 | sighold(sig); > | ^~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:341:12: note: declared here > 341 | extern int sighold (int __sig) __THROW > | ^~~~~~~ >tlibio.c:1377:5: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1377 | sigrelse(sig); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:1439:4: warning: âsigholdâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1439 | sighold(sig); > | ^~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:341:12: note: declared here > 341 | extern int sighold (int __sig) __THROW > | ^~~~~~~ >tlibio.c:1446:5: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1446 | sigrelse(sig); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:1508:4: warning: âsigholdâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1508 | sighold(sig); > | ^~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:341:12: note: declared here > 341 | extern int sighold (int __sig) __THROW > | ^~~~~~~ >tlibio.c:1515:5: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1515 | sigrelse(sig); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:1109:8: warning: unused parameter âwrdâ [-Wunused-parameter] > 1109 | long wrd) /* to allow future features, use zero for now */ > | ~~~~~^~~ >tlibio.c: In function âlio_check_asyncioâ: >tlibio.c:1688:3: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1688 | sigrelse(aiocbp->aio_sigevent.sigev_signo); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c: In function âlio_wait4asyncioâ: >tlibio.c:1907:4: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1907 | sigrelse(aiocbp->aio_sigevent.sigev_signo); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c:1919:4: warning: âsigrelseâ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] > 1919 | sigrelse(aiocbp->aio_sigevent.sigev_signo); > | ^~~~~~~~ >In file included from /usr/include/sys/param.h:28, > from tlibio.c:95: >/usr/include/signal.h:345:12: note: declared here > 345 | extern int sigrelse (int __sig) __THROW > | ^~~~~~~~ >tlibio.c: In function âlio_write_bufferâ: >tlibio.c:938:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 487 [-Wformat-overflow=] > 938 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 939 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:937:4: note: âsprintfâ output 45 or more bytes (assuming 4140) into a destination of size 500 > 937 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 938 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 939 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 940 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c:938:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 487 [-Wformat-overflow=] > 938 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 939 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:937:4: note: âsprintfâ output 45 or more bytes (assuming 4140) into a destination of size 500 > 937 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 938 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 939 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 940 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c:869:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 487 [-Wformat-overflow=] > 869 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 870 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:868:4: note: âsprintfâ output 45 or more bytes (assuming 4140) into a destination of size 500 > 868 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 869 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 870 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 871 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c:869:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 487 [-Wformat-overflow=] > 869 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 870 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:868:4: note: âsprintfâ output 45 or more bytes (assuming 4140) into a destination of size 500 > 868 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 869 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 870 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 871 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c: In function âlio_read_bufferâ: >tlibio.c:1511:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 486 [-Wformat-overflow=] > 1511 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 1512 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:1510:4: note: âsprintfâ output 46 or more bytes (assuming 4141) into a destination of size 500 > 1510 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 1511 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1512 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1513 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c:1511:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 486 [-Wformat-overflow=] > 1511 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 1512 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:1510:4: note: âsprintfâ output 46 or more bytes (assuming 4141) into a destination of size 500 > 1510 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 1511 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1512 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1513 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c:1442:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 486 [-Wformat-overflow=] > 1442 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 1443 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:1441:4: note: âsprintfâ output 46 or more bytes (assuming 4141) into a destination of size 500 > 1441 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 1442 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1443 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1444 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >tlibio.c:1442:12: warning: â%sâ directive writing up to 4095 bytes into a region of size 486 [-Wformat-overflow=] > 1442 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ^~ > 1443 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~ >tlibio.c:1441:4: note: âsprintfâ output 46 or more bytes (assuming 4141) into a destination of size 500 > 1441 | sprintf(Errormsg, > | ^~~~~~~~~~~~~~~~~ > 1442 | "%s/%d %s failed, fd:%d, nbyte:%d errno=%d %s", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1443 | __FILE__, __LINE__, Lio_SysCall, fd, size, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1444 | errno, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_kernel.o tst_kernel.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_run_cmd.o tst_run_cmd.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o safe_net.o safe_net.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_safe_sysv_ipc.o tst_safe_sysv_ipc.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o safe_file_ops.o safe_file_ops.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_safe_macros.o tst_safe_macros.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_fs_has_free.o tst_fs_has_free.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_parse_opts.o tst_parse_opts.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o get_path.o get_path.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_clocks.o tst_clocks.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_taint.o tst_taint.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o random_range.o random_range.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_test.o tst_test.c >tst_test.c: In function âtst_run_tcasesâ: >tst_test.c:67:21: warning: â%sâ directive writing up to 1023 bytes into a region of size 1011 [-Wformat-overflow=] > 67 | #define IPC_ENV_VAR "LTP_IPC_PATH" > | ^~~~~~~~~~~~~~ >tst_test.c:110:21: note: in expansion of macro âIPC_ENV_VARâ > 110 | sprintf(ipc_path, IPC_ENV_VAR "=%s", shm_path); > | ^~~~~~~~~~~ >tst_test.c:110:35: note: format string is defined here > 110 | sprintf(ipc_path, IPC_ENV_VAR "=%s", shm_path); > | ^~ >tst_test.c:110:3: note: âsprintfâ output between 14 and 1037 bytes into a destination of size 1024 > 110 | sprintf(ipc_path, IPC_ENV_VAR "=%s", shm_path); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_fill_fs.o tst_fill_fs.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_checksum.o tst_checksum.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_dir_is_empty.o tst_dir_is_empty.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_fs_link_count.o tst_fs_link_count.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_mkfs.o tst_mkfs.c >In file included from tst_mkfs.c:18: >tst_mkfs.c: In function âtst_mkfs_â: >../include/old/test.h:139:5: warning: this statement may fall through [-Wimplicit-fallthrough=] > 139 | if (tst_test) \ > | ^ >tst_mkfs.c:90:3: note: in expansion of macro âtst_brkmâ > 90 | tst_brkm(TCONF, cleanup_fn, > | ^~~~~~~~ >tst_mkfs.c:92:2: note: here > 92 | default: > | ^~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_timer.o tst_timer.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_get_bad_addr.o tst_get_bad_addr.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o cloner.o cloner.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_cpu.o tst_cpu.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o self_exec.o self_exec.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o parse_opts.o parse_opts.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_process_state.o tst_process_state.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_kvercmp.o tst_kvercmp.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_net.o tst_net.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_sig_proc.o tst_sig_proc.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_resource.o tst_resource.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_virt.o tst_virt.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_tmpdir.o tst_tmpdir.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o safe_stdio.o safe_stdio.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_crypto.o tst_crypto.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o safe_macros.o safe_macros.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_utils.o tst_utils.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_sig.o tst_sig.c >tst_sig.c: In function âtst_sigâ: >tst_sig.c:209:7: warning: this statement may fall through [-Wimplicit-fallthrough=] > 209 | if (fork_flag == FORK) > | ^ >tst_sig.c:212:3: note: here > 212 | default: > | ^~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o safe_pthread.o safe_pthread.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_status.o tst_status.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_module.o tst_module.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_pid.o tst_pid.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_timer_test.o tst_timer_test.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_checkpoint.o tst_checkpoint.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_supported_fs_types.o tst_supported_fs_types.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_res.o tst_res.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I. -DLTPLIB -I../include -I../include -I../include/old/ -c -o tst_ansi_color.o tst_ansi_color.c >if [ -z "tst_fill_file.o tst_fs_type.o tst_device.o tst_path_has_mnt_flags.o tlibio.o tst_kernel.o tst_run_cmd.o safe_net.o tst_safe_sysv_ipc.o safe_file_ops.o tst_safe_macros.o tst_fs_has_free.o tst_parse_opts.o get_path.o tst_clocks.o tst_taint.o random_range.o tst_test.o tst_fill_fs.o tst_checksum.o tst_dir_is_empty.o tst_fs_link_count.o tst_mkfs.o tst_timer.o tst_get_bad_addr.o cloner.o tst_cpu.o self_exec.o parse_opts.o tst_process_state.o tst_kvercmp.o tst_net.o tst_sig_proc.o tst_resource.o tst_virt.o tst_tmpdir.o safe_stdio.o tst_crypto.o safe_macros.o tst_utils.o tst_sig.o safe_pthread.o tst_status.o tst_module.o tst_pid.o tst_timer_test.o tst_checkpoint.o tst_supported_fs_types.o tst_res.o tst_ansi_color.o" ] ; then \ > echo "Cowardly refusing to create empty archive"; \ > exit 1; \ >fi >ar -rc "libltp.a" tst_fill_file.o tst_fs_type.o tst_device.o tst_path_has_mnt_flags.o tlibio.o tst_kernel.o tst_run_cmd.o safe_net.o tst_safe_sysv_ipc.o safe_file_ops.o tst_safe_macros.o tst_fs_has_free.o tst_parse_opts.o get_path.o tst_clocks.o tst_taint.o random_range.o tst_test.o tst_fill_fs.o tst_checksum.o tst_dir_is_empty.o tst_fs_link_count.o tst_mkfs.o tst_timer.o tst_get_bad_addr.o cloner.o tst_cpu.o self_exec.o parse_opts.o tst_process_state.o tst_kvercmp.o tst_net.o tst_sig_proc.o tst_resource.o tst_virt.o tst_tmpdir.o safe_stdio.o tst_crypto.o safe_macros.o tst_utils.o tst_sig.o safe_pthread.o tst_status.o tst_module.o tst_pid.o tst_timer_test.o tst_checkpoint.o tst_supported_fs_types.o tst_res.o tst_ansi_color.o >ranlib "libltp.a" >make[2]: Entering directory '/home/wb-wpp899309/ltp/lib/tests' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_device.c -lltp -o tst_device >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_process_state.c -lltp -o tst_process_state >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_dataroot02.c -lltp -o tst_dataroot02 >tst_dataroot02.c: In function âmainâ: >tst_dataroot02.c:51:29: 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); > | ^~~~~~~~~~ >tst_dataroot02.c:51:2: note: âsnprintfâ output between 11 and 4106 bytes into a destination of size 4096 > 51 | snprintf(tmp, PATH_MAX, "%s/datafiles", curdir); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_tmpdir_test.c -lltp -o tst_tmpdir_test >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -pthread -I../../include -I../../include -I../../include/old/ -L../../lib tst_cleanup_once.c -lltp -o tst_cleanup_once >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_safe_macros.c -lltp -o tst_safe_macros >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_fs_fill_subdirs.c -lltp -o tst_fs_fill_subdirs >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_checkpoint_wait_timeout.c -lltp -o tst_checkpoint_wait_timeout >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib trerrno.c -lltp -o trerrno >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_dataroot03.c -lltp -o tst_dataroot03 >tst_dataroot03.c: In function âmainâ: >tst_dataroot03.c:51:29: 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); > | ^~~~~~~~~~ >tst_dataroot03.c:51:2: note: âsnprintfâ output between 11 and 4106 bytes into a destination of size 4096 > 51 | snprintf(tmp, PATH_MAX, "%s/datafiles", curdir); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_strerrno.c -lltp -o tst_strerrno >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_strsig.c -lltp -o tst_strsig >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_fs_fill_hardlinks.c -lltp -o tst_fs_fill_hardlinks >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_checkpoint_wake_timeout.c -lltp -o tst_checkpoint_wake_timeout >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_dataroot01.c -lltp -o tst_dataroot01 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_checkpoint.c -lltp -o tst_checkpoint >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -I../../include -I../../include -I../../include/old/ -L../../lib tst_record_childstatus.c -lltp -o tst_record_childstatus >make[2]: Leaving directory '/home/wb-wpp899309/ltp/lib/tests' >make[2]: Entering directory '/home/wb-wpp899309/ltp/lib/newlib_tests' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test01.c -lltp -o test01 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test03.c -lltp -o test03 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test04.c -lltp -o test04 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib tst_device.c -lltp -o tst_device >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test11.c -lltp -o test11 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -pthread -I../../include -I../../include -I../../include/old/ -L../../lib test08.c -lltp -o test08 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test_exec_child.c -lltp -o test_exec_child >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test17.c -lltp -o test17 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test02.c -lltp -o test02 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -pthread -I../../include -I../../include -I../../include/old/ -L../../lib test09.c -lltp -o test09 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test07.c -lltp -o test07 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test12.c -lltp -o test12 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -pthread -I../../include -I../../include -I../../include/old/ -L../../lib test16.c -lltp -lrt -o test16 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test10.c -lltp -o test10 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test06.c -lltp -o test06 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib tst_expiration_timer.c -lltp -lrt -o tst_expiration_timer >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib tst_strstatus.c -lltp -o tst_strstatus >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test_exec.c -lltp -o test_exec >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib tst_safe_fileops.c -lltp -o tst_safe_fileops >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -pthread -I../../include -I../../include -I../../include/old/ -L../../lib test15.c -lltp -o test15 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test14.c -lltp -o test14 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test05.c -lltp -o test05 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test13.c -lltp -o test13 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib test18.c -lltp -o test18 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -W -Wall -I../../include -I../../include -I../../include/old/ -L../../lib tst_res_hexd.c -lltp -o tst_res_hexd >make[2]: Leaving directory '/home/wb-wpp899309/ltp/lib/newlib_tests' >make[1]: Leaving directory '/home/wb-wpp899309/ltp/lib' >make -C "pan" \ > -f "/home/wb-wpp899309/ltp/pan/Makefile" all >make[1]: Entering directory '/home/wb-wpp899309/ltp/pan' >/home/wb-wpp899309/ltp/pan/Makefile:43: ltp-scanner will not be built because a working copy of lex was not found >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -Wno-error -I/home/wb-wpp899309/ltp/pan -I../include -I../include -I../include/old/ -c -o ltp-bump.o ltp-bump.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -Wno-error -I/home/wb-wpp899309/ltp/pan -I../include -I../include -I../include/old/ -c -o zoolib.o zoolib.c >zoolib.c: In function âcat_argsâ: >zoolib.c:386:7: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] > 386 | *cmd = '\0'; > | ~~~~~^~~~~~ >zoolib.c:380:13: note: at offset 0 to an object with size 0 allocated by âmallocâ here > 380 | if ((cmd = malloc(size)) == NULL) { > | ^~~~~~~~~~~~ >gcc -L../lib ltp-bump.o zoolib.o -lm -o ltp-bump >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -Wno-error -I/home/wb-wpp899309/ltp/pan -I../include -I../include -I../include/old/ -c -o ltp-pan.o ltp-pan.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -Wno-error -I/home/wb-wpp899309/ltp/pan -I../include -I../include -I../include/old/ -c -o splitstr.o splitstr.c >gcc -L../lib ltp-pan.o zoolib.o splitstr.o -lm -o ltp-pan >make[1]: Leaving directory '/home/wb-wpp899309/ltp/pan' >make -C "utils" \ > -f "/home/wb-wpp899309/ltp/utils/Makefile" all >make[1]: Entering directory '/home/wb-wpp899309/ltp/utils' >make[2]: Entering directory '/home/wb-wpp899309/ltp/utils/benchmark' >make[3]: Entering directory '/home/wb-wpp899309/ltp/utils/benchmark/kernbench-0.42' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/utils/benchmark/kernbench-0.42' >make[3]: Entering directory '/home/wb-wpp899309/ltp/utils/benchmark/ebizzy-0.3' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib ebizzy.c -lpthread -o ebizzy >ebizzy.c: In function âtouch_memâ: >ebizzy.c:233:17: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 233 | for (i = 0; i < size; i += page_size) > | ^ >ebizzy.c: In function âmy_memcpyâ: >ebizzy.c:284:16: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 284 | for (i = 0; i < len; i++) > | ^ >ebizzy.c: In function âallocateâ: >ebizzy.c:298:16: warning: comparison of integer expressions of different signedness: âintâ and âunsigned intâ [-Wsign-compare] > 298 | for (i = 0; i < chunks; i++) { > | ^ >ebizzy.c:307:17: warning: comparison of integer expressions of different signedness: âintâ and âunsigned intâ [-Wsign-compare] > 307 | for (i = 0; i < chunks; i++) > | ^ >ebizzy.c: In function âwrite_patternâ: >ebizzy.c:318:16: warning: comparison of integer expressions of different signedness: âintâ and âunsigned intâ [-Wsign-compare] > 318 | for (i = 0; i < chunks; i++) { > | ^ >ebizzy.c:319:17: warning: comparison of integer expressions of different signedness: âintâ and âunsigned intâ [-Wsign-compare] > 319 | for (j = 0; j < chunk_size / record_size; j++) > | ^ >ebizzy.c: In function âthread_runâ: >ebizzy.c:424:31: warning: unused parameter âargâ [-Wunused-parameter] > 424 | static void *thread_run(void *arg) > | ~~~~~~^~~ >make[3]: Leaving directory '/home/wb-wpp899309/ltp/utils/benchmark/ebizzy-0.3' >make[2]: Leaving directory '/home/wb-wpp899309/ltp/utils/benchmark' >make[2]: Entering directory '/home/wb-wpp899309/ltp/utils/ffsb-6.0-rc2' >make all-am >make[3]: Entering directory '/home/wb-wpp899309/ltp/utils/ffsb-6.0-rc2' >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT fileops.o -MD -MP -MF .deps/fileops.Tpo -c -o fileops.o fileops.c >fileops.c: In function âffsb_statâ: >fileops.c:538:2: warning: implicit declaration of function âfhstatâ; did you mean âfstatâ? [-Wimplicit-function-declaration] > 538 | fhstat(curfile->name, ft, fs); > | ^~~~~~ > | fstat >mv -f .deps/fileops.Tpo .deps/fileops.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT rand.o -MD -MP -MF .deps/rand.Tpo -c -o rand.o rand.c >mv -f .deps/rand.Tpo .deps/rand.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c >mv -f .deps/main.Tpo .deps/main.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT fh.o -MD -MP -MF .deps/fh.Tpo -c -o fh.o fh.c >mv -f .deps/fh.Tpo .deps/fh.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT filelist.o -MD -MP -MF .deps/filelist.Tpo -c -o filelist.o filelist.c >mv -f .deps/filelist.Tpo .deps/filelist.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT metaops.o -MD -MP -MF .deps/metaops.Tpo -c -o metaops.o metaops.c >mv -f .deps/metaops.Tpo .deps/metaops.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT rwlock.o -MD -MP -MF .deps/rwlock.Tpo -c -o rwlock.o rwlock.c >mv -f .deps/rwlock.Tpo .deps/rwlock.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT cirlist.o -MD -MP -MF .deps/cirlist.Tpo -c -o cirlist.o cirlist.c >mv -f .deps/cirlist.Tpo .deps/cirlist.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT rbt.o -MD -MP -MF .deps/rbt.Tpo -c -o rbt.o rbt.c >mv -f .deps/rbt.Tpo .deps/rbt.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT ffsb_tg.o -MD -MP -MF .deps/ffsb_tg.Tpo -c -o ffsb_tg.o ffsb_tg.c >mv -f .deps/ffsb_tg.Tpo .deps/ffsb_tg.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT ffsb_fs.o -MD -MP -MF .deps/ffsb_fs.Tpo -c -o ffsb_fs.o ffsb_fs.c >ffsb_fs.c: In function âfs_needs_statsâ: >ffsb_fs.c:623:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 623 | return (fs != NULL) ? (int)fs->fsd.config : 0; > | ^ >mv -f .deps/ffsb_fs.Tpo .deps/ffsb_fs.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT ffsb_thread.o -MD -MP -MF .deps/ffsb_thread.Tpo -c -o ffsb_thread.o ffsb_thread.c >mv -f .deps/ffsb_thread.Tpo .deps/ffsb_thread.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT ffsb_op.o -MD -MP -MF .deps/ffsb_op.Tpo -c -o ffsb_op.o ffsb_op.c >mv -f .deps/ffsb_op.Tpo .deps/ffsb_op.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c >mv -f .deps/util.Tpo .deps/util.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT parser.o -MD -MP -MF .deps/parser.Tpo -c -o parser.o parser.c >In file included from parser.h:22, > from parser.c:25: >parser.c: In function âinit_filesysâ: >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:39:13: note: in expansion of macro âlist_entryâ > 39 | for (pos = list_entry((head)->next, typeof(*pos), member); \ > | ^~~~~~~~~~ >parser.c:939:3: note: in expansion of macro âlist_for_each_entryâ > 939 | list_for_each_entry(tmp_list, &list_head->list, list) > | ^~~~~~~~~~~~~~~~~~~ >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:41:13: note: in expansion of macro âlist_entryâ > 41 | pos = list_entry(pos->member.next, typeof(*pos), member)) > | ^~~~~~~~~~ >parser.c:939:3: note: in expansion of macro âlist_for_each_entryâ > 939 | list_for_each_entry(tmp_list, &list_head->list, list) > | ^~~~~~~~~~~~~~~~~~~ >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:39:13: note: in expansion of macro âlist_entryâ > 39 | for (pos = list_entry((head)->next, typeof(*pos), member); \ > | ^~~~~~~~~~ >parser.c:947:3: note: in expansion of macro âlist_for_each_entryâ > 947 | list_for_each_entry(tmp_list, &list_head->list, list) { > | ^~~~~~~~~~~~~~~~~~~ >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:41:13: note: in expansion of macro âlist_entryâ > 41 | pos = list_entry(pos->member.next, typeof(*pos), member)) > | ^~~~~~~~~~ >parser.c:947:3: note: in expansion of macro âlist_for_each_entryâ > 947 | list_for_each_entry(tmp_list, &list_head->list, list) { > | ^~~~~~~~~~~~~~~~~~~ >parser.c: In function âinit_tg_statsâ: >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:39:13: note: in expansion of macro âlist_entryâ > 39 | for (pos = list_entry((head)->next, typeof(*pos), member); \ > | ^~~~~~~~~~ >parser.c:978:6: note: in expansion of macro âlist_for_each_entryâ > 978 | list_for_each_entry(tmp_list, > | ^~~~~~~~~~~~~~~~~~~ >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:41:13: note: in expansion of macro âlist_entryâ > 41 | pos = list_entry(pos->member.next, typeof(*pos), member)) > | ^~~~~~~~~~ >parser.c:978:6: note: in expansion of macro âlist_for_each_entryâ > 978 | list_for_each_entry(tmp_list, > | ^~~~~~~~~~~~~~~~~~~ >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:39:13: note: in expansion of macro âlist_entryâ > 39 | for (pos = list_entry((head)->next, typeof(*pos), member); \ > | ^~~~~~~~~~ >parser.c:991:6: note: in expansion of macro âlist_for_each_entryâ > 991 | list_for_each_entry(tmp_list, > | ^~~~~~~~~~~~~~~~~~~ >list.h:29:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 29 | #define offsetof(type, member) ((int) &((type *)0)->member) > | ^ >list.h:33:28: note: in expansion of macro âoffsetofâ > 33 | (type *)((char *)__mptr - offsetof(type, member)); }) > | ^~~~~~~~ >list.h:36:2: note: in expansion of macro âcontainer_ofâ > 36 | container_of(ptr, type, member) > | ^~~~~~~~~~~~ >list.h:41:13: note: in expansion of macro âlist_entryâ > 41 | pos = list_entry(pos->member.next, typeof(*pos), member)) > | ^~~~~~~~~~ >parser.c:991:6: note: in expansion of macro âlist_for_each_entryâ > 991 | list_for_each_entry(tmp_list, > | ^~~~~~~~~~~~~~~~~~~ >mv -f .deps/parser.Tpo .deps/parser.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT ffsb_fc.o -MD -MP -MF .deps/ffsb_fc.Tpo -c -o ffsb_fc.o ffsb_fc.c >mv -f .deps/ffsb_fc.Tpo .deps/ffsb_fc.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT ffsb_stats.o -MD -MP -MF .deps/ffsb_stats.Tpo -c -o ffsb_stats.o ffsb_stats.c >mv -f .deps/ffsb_stats.Tpo .deps/ffsb_stats.Po >gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -fcommon -D_REENTRANT -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c >mv -f .deps/list.Tpo .deps/list.Po >gcc -D_GNU_SOURCE -fcommon -D_REENTRANT -o ffsb fileops.o rand.o main.o fh.o filelist.o metaops.o rwlock.o cirlist.o rbt.o ffsb_tg.o ffsb_fs.o ffsb_thread.o ffsb_op.o util.o parser.o ffsb_fc.o ffsb_stats.o list.o -lpthread -lm >make[3]: Leaving directory '/home/wb-wpp899309/ltp/utils/ffsb-6.0-rc2' >make[2]: Leaving directory '/home/wb-wpp899309/ltp/utils/ffsb-6.0-rc2' >make[2]: Entering directory '/home/wb-wpp899309/ltp/utils/sctp' >make -C "lib" -f "/home/wb-wpp899309/ltp/utils/sctp/lib/Makefile" all >make[3]: Entering directory '/home/wb-wpp899309/ltp/utils/sctp/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o sendmsg.o sendmsg.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o connectx.o connectx.c >connectx.c:78:12: warning: âsctp_connectx_origâ alias between functions of incompatible types âint(int)â and âint(int, struct sockaddr *, int)â [-Wattribute-alias=] > 78 | extern int sctp_connectx_orig (int) > | ^~~~~~~~~~~~~~~~~~ >connectx.c:67:5: note: aliased declaration here > 67 | int __sctp_connectx(int fd, struct sockaddr *addrs, int addrcnt) > | ^~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o recvmsg.o recvmsg.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o bindx.o bindx.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o addrs.o addrs.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o opt_info.o opt_info.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o peeloff.o peeloff.c >if [ -z "sendmsg.o connectx.o recvmsg.o bindx.o addrs.o opt_info.o peeloff.o" ] ; then \ > echo "Cowardly refusing to create empty archive"; \ > exit 1; \ >fi >ar -rc "libsctp.a" sendmsg.o connectx.o recvmsg.o bindx.o addrs.o opt_info.o peeloff.o >ranlib "libsctp.a" >make[3]: Leaving directory '/home/wb-wpp899309/ltp/utils/sctp/lib' >make -C "testlib" -f "/home/wb-wpp899309/ltp/utils/sctp/testlib/Makefile" all >make[3]: Entering directory '/home/wb-wpp899309/ltp/utils/sctp/testlib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -DLTP -I/home/wb-wpp899309/ltp/utils/sctp/testlib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o sctputil.o sctputil.c >In file included from sctputil.c:56: >sctputil.h: In function âtest_sendâ: >sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >sctputil.h: In function âtest_sendtoâ: >sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >sctputil.h: In function âtest_sctp_sendmsgâ: >sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >sctputil.h: In function âtest_sctp_sendâ: >sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >sctputil.c: In function âtest_print_messageâ: >sctputil.c:117:17: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 117 | printf("DATA(%d): ", msg_len); > | ~^ ~~~~~~~ > | | | > | int size_t {aka long unsigned int} > | %ld >sctputil.c:126:13: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 126 | if ( len > msg_len ) { > | ^ >sctputil.c:96:24: warning: unused parameter âskâ [-Wunused-parameter] > 96 | test_print_message(int sk, struct msghdr *msg, size_t msg_len) > | ~~~~^~ >sctputil.c: In function âtest_check_buf_dataâ: >sctputil.c:251:32: warning: comparison of integer expressions of different signedness: âunsigned intâ and âintâ [-Wsign-compare] > 251 | if ((msg_flags & ~0x80000000) != expected_msg_flags) > | ^~ >sctputil.c:234:27: warning: unused parameter âbufâ [-Wunused-parameter] > 234 | test_check_buf_data(void *buf, int datalen, int msg_flags, > | ~~~~~~^~~ >if [ -z "sctputil.o" ] ; then \ > echo "Cowardly refusing to create empty archive"; \ > exit 1; \ >fi >ar -rc "libsctputil.a" sctputil.o >ranlib "libsctputil.a" >make[3]: Leaving directory '/home/wb-wpp899309/ltp/utils/sctp/testlib' >make[3]: Entering directory '/home/wb-wpp899309/ltp/utils/sctp/func_tests' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_events.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_events >In file included from test_1_to_1_events.c:45: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_events.c: In function âmainâ: >test_1_to_1_events.c:53:10: warning: unused parameter âargcâ [-Wunused-parameter] > 53 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_events.c:53:22: warning: unused parameter âargvâ [-Wunused-parameter] > 53 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_sockopt.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_sockopt >In file included from test_1_to_1_sockopt.c:74: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_shutdown.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_shutdown >In file included from test_1_to_1_shutdown.c:54: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_shutdown.c: In function âmainâ: >test_1_to_1_shutdown.c:63:10: warning: unused parameter âargcâ [-Wunused-parameter] > 63 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_shutdown.c:63:22: warning: unused parameter âargvâ [-Wunused-parameter] > 63 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_recvmsg.c -lltp -lsctputil -lsctp -lpthread -o test_recvmsg >In file included from test_recvmsg.c:55: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_recvmsg.c: In function âmainâ: >test_recvmsg.c:62:10: warning: unused parameter âargcâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_recvmsg.c:62:22: warning: unused parameter âargvâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_peeloff.c -lltp -lsctputil -lsctp -lpthread -o test_peeloff >In file included from test_peeloff.c:53: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_peeloff.c: In function âmainâ: >test_peeloff.c:62:10: warning: unused parameter âargcâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_peeloff.c:62:22: warning: unused parameter âargvâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_threads.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_threads >In file included from test_1_to_1_threads.c:51: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_sendmsg.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_sendmsg >In file included from test_1_to_1_sendmsg.c:65: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_sendmsg.c: In function âmainâ: >test_1_to_1_sendmsg.c:72:10: warning: unused parameter âargcâ [-Wunused-parameter] > 72 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_sendmsg.c:72:22: warning: unused parameter âargvâ [-Wunused-parameter] > 72 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_initmsg_connect.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_initmsg_connect >In file included from test_1_to_1_initmsg_connect.c:49: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_initmsg_connect.c: In function âmainâ: >test_1_to_1_initmsg_connect.c:56:11: warning: unused parameter âargcâ [-Wunused-parameter] > 56 | main (int argc, char **argv) > | ~~~~^~~~ >test_1_to_1_initmsg_connect.c:56:24: warning: unused parameter âargvâ [-Wunused-parameter] > 56 | main (int argc, char **argv) > | ~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_getname.c -lltp -lsctputil -lsctp -lpthread -o test_getname >In file included from test_getname.c:51: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_getname.c: In function âmainâ: >test_getname.c:60:10: warning: unused parameter âargcâ [-Wunused-parameter] > 60 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_getname.c:60:22: warning: unused parameter âargvâ [-Wunused-parameter] > 60 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_recvfrom.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_recvfrom >In file included from test_1_to_1_recvfrom.c:57: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_recvfrom.c: In function âmainâ: >test_1_to_1_recvfrom.c:64:10: warning: unused parameter âargcâ [-Wunused-parameter] > 64 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_recvfrom.c:64:22: warning: unused parameter âargvâ [-Wunused-parameter] > 64 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_send.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_send >In file included from test_1_to_1_send.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_send.c: In function âmainâ: >test_1_to_1_send.c:65:10: warning: unused parameter âargcâ [-Wunused-parameter] > 65 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_send.c:65:22: warning: unused parameter âargvâ [-Wunused-parameter] > 65 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_nonblock.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_nonblock >In file included from test_1_to_1_nonblock.c:57: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_nonblock.c: In function âmainâ: >test_1_to_1_nonblock.c:64:10: warning: unused parameter âargcâ [-Wunused-parameter] > 64 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_nonblock.c:64:22: warning: unused parameter âargvâ [-Wunused-parameter] > 64 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_tcp_style.c -lltp -lsctputil -lsctp -lpthread -o test_tcp_style >In file included from test_tcp_style.c:52: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_tcp_style.c: In function âmainâ: >test_tcp_style.c:61:10: warning: unused parameter âargcâ [-Wunused-parameter] > 61 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_tcp_style.c:61:22: warning: unused parameter âargvâ [-Wunused-parameter] > 61 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_addrs.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_addrs >In file included from test_1_to_1_addrs.c:71: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_addrs.c: In function âmainâ: >test_1_to_1_addrs.c:78:10: warning: unused parameter âargcâ [-Wunused-parameter] > 78 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_addrs.c:78:22: warning: unused parameter âargvâ [-Wunused-parameter] > 78 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_connectx.c -lltp -lsctputil -lsctp -lpthread -o test_connectx >In file included from test_connectx.c:51: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_connectx.c: In function âmainâ: >test_connectx.c:67:10: warning: unused parameter âargcâ [-Wunused-parameter] > 67 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_connectx.c:67:22: warning: unused parameter âargvâ [-Wunused-parameter] > 67 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_socket_bind_listen.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_socket_bind_listen >In file included from test_1_to_1_socket_bind_listen.c:73: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_socket_bind_listen.c: In function âmainâ: >test_1_to_1_socket_bind_listen.c:83:10: warning: unused parameter âargcâ [-Wunused-parameter] > 83 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_socket_bind_listen.c:83:22: warning: unused parameter âargvâ [-Wunused-parameter] > 83 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_sctp_sendrecvmsg.c -lltp -lsctputil -lsctp -lpthread -o test_sctp_sendrecvmsg >In file included from test_sctp_sendrecvmsg.c:56: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_sctp_sendrecvmsg.c: In function âmainâ: >test_sctp_sendrecvmsg.c:73:14: warning: unused parameter âargcâ [-Wunused-parameter] > 73 | int main(int argc, char *argv[]) > | ~~~~^~~~ >test_sctp_sendrecvmsg.c:73:26: warning: unused parameter âargvâ [-Wunused-parameter] > 73 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_connect.c -lltp -lsctputil -lsctp -lpthread -o test_connect >In file included from test_connect.c:51: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_connect.c: In function âmainâ: >test_connect.c:58:10: warning: unused parameter âargcâ [-Wunused-parameter] > 58 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_connect.c:58:22: warning: unused parameter âargvâ [-Wunused-parameter] > 58 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_rtoinfo.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_rtoinfo >In file included from test_1_to_1_rtoinfo.c:54: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_autoclose.c -lltp -lsctputil -lsctp -lpthread -o test_autoclose >In file included from test_autoclose.c:55: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_autoclose.c: In function âmainâ: >test_autoclose.c:62:10: warning: unused parameter âargcâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_autoclose.c:62:22: warning: unused parameter âargvâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_connectx.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_connectx >In file included from test_1_to_1_connectx.c:60: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_connectx.c: In function âmainâ: >test_1_to_1_connectx.c:69:10: warning: unused parameter âargcâ [-Wunused-parameter] > 69 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_connectx.c:69:22: warning: unused parameter âargvâ [-Wunused-parameter] > 69 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_inaddr_any.c -lltp -lsctputil -lsctp -lpthread -o test_inaddr_any >In file included from test_inaddr_any.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_recvmsg.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_recvmsg >In file included from test_1_to_1_recvmsg.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_recvmsg.c: In function âmainâ: >test_1_to_1_recvmsg.c:65:10: warning: unused parameter âargcâ [-Wunused-parameter] > 65 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_recvmsg.c:65:22: warning: unused parameter âargvâ [-Wunused-parameter] > 65 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_assoc_abort.c -lltp -lsctputil -lsctp -lpthread -o test_assoc_abort >In file included from test_assoc_abort.c:55: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_assoc_abort.c: In function âmainâ: >test_assoc_abort.c:64:10: warning: unused parameter âargcâ [-Wunused-parameter] > 64 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_assoc_abort.c:64:22: warning: unused parameter âargvâ [-Wunused-parameter] > 64 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_basic.c -lltp -lsctputil -lsctp -lpthread -o test_basic >In file included from test_basic.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_sendto.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_sendto >In file included from test_1_to_1_sendto.c:54: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_sendto.c: In function âmainâ: >test_1_to_1_sendto.c:61:10: warning: unused parameter âargcâ [-Wunused-parameter] > 61 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_sendto.c:61:22: warning: unused parameter âargvâ [-Wunused-parameter] > 61 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_connect.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_connect >In file included from test_1_to_1_connect.c:60: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_connect.c: In function âmainâ: >test_1_to_1_connect.c:69:10: warning: unused parameter âargcâ [-Wunused-parameter] > 69 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_connect.c:69:22: warning: unused parameter âargvâ [-Wunused-parameter] > 69 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_timetolive.c -lltp -lsctputil -lsctp -lpthread -o test_timetolive >In file included from test_timetolive.c:70: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_timetolive.c: In function âmainâ: >test_timetolive.c:90:14: warning: unused parameter âargcâ [-Wunused-parameter] > 90 | int main(int argc, char *argv[]) > | ~~~~^~~~ >test_timetolive.c:90:26: warning: unused parameter âargvâ [-Wunused-parameter] > 90 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_sockopt.c -lltp -lsctputil -lsctp -lpthread -o test_sockopt >In file included from test_sockopt.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_assoc_shutdown.c -lltp -lsctputil -lsctp -lpthread -o test_assoc_shutdown >In file included from test_assoc_shutdown.c:54: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_assoc_shutdown.c: In function âmainâ: >test_assoc_shutdown.c:63:10: warning: unused parameter âargcâ [-Wunused-parameter] > 63 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_assoc_shutdown.c:63:22: warning: unused parameter âargvâ [-Wunused-parameter] > 63 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_fragments.c -lltp -lsctputil -lsctp -lpthread -o test_fragments >In file included from test_fragments.c:66: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_fragments.c: In function âmainâ: >test_fragments.c:75:10: warning: unused parameter âargcâ [-Wunused-parameter] > 75 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_fragments.c:75:22: warning: unused parameter âargvâ [-Wunused-parameter] > 75 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_1_to_1_accept_close.c -lltp -lsctputil -lsctp -lpthread -o test_1_to_1_accept_close >In file included from test_1_to_1_accept_close.c:65: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_1_to_1_accept_close.c: In function âmainâ: >test_1_to_1_accept_close.c:74:10: warning: unused parameter âargcâ [-Wunused-parameter] > 74 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_1_to_1_accept_close.c:74:22: warning: unused parameter âargvâ [-Wunused-parameter] > 74 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_basic_v6.o test_basic.c >In file included from test_basic.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_basic_v6.o -lltp -lsctputil -lsctp -lpthread -o test_basic_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_fragments_v6.o test_fragments.c >In file included from test_fragments.c:66: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_fragments.c: In function âmainâ: >test_fragments.c:75:10: warning: unused parameter âargcâ [-Wunused-parameter] > 75 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_fragments.c:75:22: warning: unused parameter âargvâ [-Wunused-parameter] > 75 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_fragments_v6.o -lltp -lsctputil -lsctp -lpthread -o test_fragments_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_getname_v6.o test_getname.c >In file included from test_getname.c:51: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_getname.c: In function âmainâ: >test_getname.c:60:10: warning: unused parameter âargcâ [-Wunused-parameter] > 60 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_getname.c:60:22: warning: unused parameter âargvâ [-Wunused-parameter] > 60 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_getname_v6.o -lltp -lsctputil -lsctp -lpthread -o test_getname_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_inaddr_any_v6.o test_inaddr_any.c >In file included from test_inaddr_any.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_inaddr_any_v6.o -lltp -lsctputil -lsctp -lpthread -o test_inaddr_any_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_peeloff_v6.o test_peeloff.c >In file included from test_peeloff.c:53: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_peeloff.c: In function âmainâ: >test_peeloff.c:62:10: warning: unused parameter âargcâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_peeloff.c:62:22: warning: unused parameter âargvâ [-Wunused-parameter] > 62 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_peeloff_v6.o -lltp -lsctputil -lsctp -lpthread -o test_peeloff_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_sctp_sendrecvmsg_v6.o test_sctp_sendrecvmsg.c >In file included from test_sctp_sendrecvmsg.c:56: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_sctp_sendrecvmsg.c: In function âmainâ: >test_sctp_sendrecvmsg.c:73:14: warning: unused parameter âargcâ [-Wunused-parameter] > 73 | int main(int argc, char *argv[]) > | ~~~~^~~~ >test_sctp_sendrecvmsg.c:73:26: warning: unused parameter âargvâ [-Wunused-parameter] > 73 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_sctp_sendrecvmsg_v6.o -lltp -lsctputil -lsctp -lpthread -o test_sctp_sendrecvmsg_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_sockopt_v6.o test_sockopt.c >In file included from test_sockopt.c:58: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_sockopt_v6.o -lltp -lsctputil -lsctp -lpthread -o test_sockopt_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_tcp_style_v6.o test_tcp_style.c >In file included from test_tcp_style.c:52: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_tcp_style.c: In function âmainâ: >test_tcp_style.c:61:10: warning: unused parameter âargcâ [-Wunused-parameter] > 61 | main(int argc, char *argv[]) > | ~~~~^~~~ >test_tcp_style.c:61:22: warning: unused parameter âargvâ [-Wunused-parameter] > 61 | main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_tcp_style_v6.o -lltp -lsctputil -lsctp -lpthread -o test_tcp_style_v6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../include -I/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -DLTP -I../../../include -I../../../include -I../../../include/old/ -DTEST_V6=1 -c -o test_timetolive_v6.o test_timetolive.c >In file included from test_timetolive.c:70: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:192:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 192 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sendtoâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:202:17: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 202 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendmsgâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:278:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 278 | if (len != error) > | ^~ >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h: In function âtest_sctp_sendâ: >/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib/sctputil.h:289:10: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 289 | if (len != error) > | ^~ >test_timetolive.c: In function âmainâ: >test_timetolive.c:90:14: warning: unused parameter âargcâ [-Wunused-parameter] > 90 | int main(int argc, char *argv[]) > | ~~~~^~~~ >test_timetolive.c:90:26: warning: unused parameter âargvâ [-Wunused-parameter] > 90 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../lib -L/home/wb-wpp899309/ltp/utils/sctp/func_tests/../testlib -L../../../lib test_timetolive_v6.o -lltp -lsctputil -lsctp -lpthread -o test_timetolive_v6 >rm test_inaddr_any_v6.o test_tcp_style_v6.o test_sockopt_v6.o test_sctp_sendrecvmsg_v6.o test_basic_v6.o test_fragments_v6.o test_timetolive_v6.o test_peeloff_v6.o test_getname_v6.o >make[3]: Leaving directory '/home/wb-wpp899309/ltp/utils/sctp/func_tests' >make[2]: Leaving directory '/home/wb-wpp899309/ltp/utils/sctp' >make[1]: Leaving directory '/home/wb-wpp899309/ltp/utils' >make -C "testcases" \ > -f "/home/wb-wpp899309/ltp/testcases/Makefile" all >make[1]: Entering directory '/home/wb-wpp899309/ltp/testcases' >make[2]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/systime' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/systime' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/firewalld' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/firewalld' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/alt-network-service' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/alt-network-service' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/anolis-basic-config' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/anolis-basic-config' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/dmesg_check' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/dmesg_check' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kconfig_check' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kconfig_check/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kconfig_check/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kconfig_check' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kernel_cmdline' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kernel_cmdline/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kernel_cmdline/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/kernel_cmdline' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/basic_check' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/basic_check/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/basic_check/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/basic_check' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/perf_check' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf/perf_check' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/sysconf' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/alinux2-sign-check' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/alinux2-sign-check' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/alinux2-basic-config' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/alinux2-basic-config' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/qos_check' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS/qos_check' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/baseOS' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/commands' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/commands/filehugemap_run' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib filehugemap_test.c -o filehugemap_test >filehugemap_test.c:8:5: warning: first argument of âmainâ should be âintâ [-Wmain] > 8 | int main(char *argc, char **argv) > | ^~~~ >filehugemap_test.c: In function âmainâ: >filehugemap_test.c:11:6: warning: variable âretâ set but not used [-Wunused-but-set-variable] > 11 | int ret = 0; > | ^~~ >filehugemap_test.c:8:16: warning: unused parameter âargcâ [-Wunused-parameter] > 8 | int main(char *argc, char **argv) > | ~~~~~~^~~~ >At top level: >filehugemap_test.c:7:14: warning: âargvâ defined but not used [-Wunused-variable] > 7 | static char *argv[] = { "gdb", "99", NULL }; > | ^~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/commands/filehugemap_run' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/commands/chrt' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/commands/chrt' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/commands' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/security' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/security/ackids' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/security/ackids' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/security' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/nf_conntrack' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/nf_conntrack' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/netlink' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib ali_af_netlink_01.c -lltp -o ali_af_netlink_01 >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/netlink' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/netns' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib tcp-debug.c -o tcp-debug >tcp-debug.c: In function âmainâ: >tcp-debug.c:162:7: warning: unused variable âcâ [-Wunused-variable] > 162 | char c = 5; > | ^ >tcp-debug.c:161:12: warning: unused variable âauxâ [-Wunused-variable] > 161 | socklen_t aux; > | ^~~ >tcp-debug.c:160:42: warning: unused variable âaddrâ [-Wunused-variable] > 160 | union sockaddr_inet src_addr, dst_addr, addr; > | ^~~~ >tcp-debug.c:160:32: warning: unused variable âdst_addrâ [-Wunused-variable] > 160 | union sockaddr_inet src_addr, dst_addr, addr; > | ^~~~~~~~ >tcp-debug.c:160:22: warning: unused variable âsrc_addrâ [-Wunused-variable] > 160 | union sockaddr_inet src_addr, dst_addr, addr; > | ^~~~~~~~ >tcp-debug.c:157:14: warning: unused parameter âargcâ [-Wunused-parameter] > 157 | int main(int argc, char **argv) > | ~~~~^~~~ >tcp-debug.c:157:27: warning: unused parameter âargvâ [-Wunused-parameter] > 157 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/netns' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/net_cgroup' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/net_cgroup' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/ipv6' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/ipv6' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/tcprt' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib tcpclient.c -lltp -o tcpclient >tcpclient.c: In function âmainâ: >tcpclient.c:20:18: warning: unused variable âhostâ [-Wunused-variable] > 20 | struct hostent *host; > | ^~~~ >tcpclient.c:19:14: warning: unused variable ârecvbytesâ [-Wunused-variable] > 19 | int sockfd, recvbytes; > | ^~~~~~~~~ >tcpclient.c: In function âtcpHandlerâ: >tcpclient.c:47:6: warning: unused variable âsockfdâ [-Wunused-variable] > 47 | int sockfd,recvbytes,cnt = 0; > | ^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib tcpserver.c -lltp -o tcpserver >tcpserver.c: In function âmainâ: >tcpserver.c:18:5: warning: old-style function definition [-Wold-style-definition] > 18 | int main() > | ^~~~ >tcpserver.c:45:66: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness [-Wpointer-sign] > 45 | if((client_fd = accept(sockfd, (struct sockaddr *)&remote_addr,&sin_size)) == -1) { > | ^~~~~~~~~ > | | > | int * >In file included from /usr/include/netinet/in.h:23, > from tcpserver.c:6: >/usr/include/sys/socket.h:233:28: note: expected âsocklen_t * restrictâ {aka âunsigned int * restrictâ} but argument is of type âint *â > 233 | socklen_t *__restrict __addr_len); > | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ >tcpserver.c:50:7: warning: implicit declaration of function âforkâ [-Wimplicit-function-declaration] > 50 | if(!fork()) { > | ^~~~ >tcpserver.c:52:4: warning: implicit declaration of function âcloseâ; did you mean âpcloseâ? [-Wimplicit-function-declaration] > 52 | close(client_fd); > | ^~~~~ > | pclose >tcpserver.c: In function âtcpHandlerâ: >tcpserver.c:64:3: warning: implicit declaration of function âsleepâ [-Wimplicit-function-declaration] > 64 | sleep(1); > | ^~~~~ >tcpserver.c:61:6: warning: unused variable âsockfdâ [-Wunused-variable] > 61 | int sockfd,recvbytes; > | ^~~~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/tcprt' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/sock_pid' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/sock_pid' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/bond' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/bond' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/iproute' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/iproute' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/packet' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib virtiohdr.c -lltp -o virtiohdr >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/packet' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/network/sockmap' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network/sockmap' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/network' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/fpga' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/fpga/tass_fpga_driver' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/fpga/tass_fpga_driver' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/fpga' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt2sas' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt2sas' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/megaraid_sas' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/megaraid_sas' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/hpsa' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/hpsa' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt3sas-3216' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt3sas-3216' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt3sas-3408' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt3sas-3408' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/aacraid' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/aacraid' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/aliflash' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/aliflash' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt3sas' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/mpt3sas' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/nvme' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage/nvme' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/storage' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/lib' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/lib' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/igb' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/igb' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40e-latest' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40e-latest' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/liquidio' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/liquidio' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/mellanox' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/mellanox' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbevf' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbevf' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/tg3' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/tg3' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbevf-latest' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbevf-latest' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/bnxt_en' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/bnxt_en' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbe' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbe' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/e1000e' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/e1000e' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40evf-latest' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40evf-latest' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/igb-latest' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/igb-latest' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/qlogic' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/qlogic' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40e' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40e' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40e-10G' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/i40e-10G' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbe-latest' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/ixgbe-latest' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/e1000' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/e1000' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/netxtreme2' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/netxtreme2' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/igbvf' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net/igbvf' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers/net' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/drivers' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/utils' >make -C /home/wb-wpp899309/ltp/testcases/alitests/lib -f "/home/wb-wpp899309/ltp/testcases/alitests/lib/Makefile" all >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/lib/../include -I../../../include -I../../../include -I../../../include/old/ -c -o ali_kvercmp.o ali_kvercmp.c >if [ -z "ali_kvercmp.o" ] ; then \ > echo "Cowardly refusing to create empty archive"; \ > exit 1; \ >fi >ar -rc "libalitest.a" ali_kvercmp.o >ranlib "libalitest.a" >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../lib ali_kver_2k_supported.c -lalitest -lltp -o ali_kver_2k_supported >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../lib ali_kver_3k_supported.c -lalitest -lltp -o ali_kver_3k_supported >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../lib ali_kver_4k_supported.c -lalitest -lltp -o ali_kver_4k_supported >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../include -I../../../include -I../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../lib ali_kvcmp.c -lalitest -lltp -o ali_kvcmp >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/utils' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/perf' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/perf' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io/dm' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io/dm' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io/zoned_device' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io/zoned_device' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io/md' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io/md' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/io' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi' >Building modules: nmi_test_module.c irqoff.c >make -C /lib/modules/5.10.134-857.git.68ae31977f38.al8.x86_64/build M=/home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi >make[5]: Entering directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/nmi_test_module.o > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/irqoff.o > MODPOST /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/Module.symvers >WARNING: modpost: missing MODULE_LICENSE() in /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/irqoff.o > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/irqoff.mod.o > LD [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/irqoff.ko > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/nmi_test_module.mod.o > LD [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi/nmi_test_module.ko >make[5]: Leaving directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/nmi' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/perf_events' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/perf_events' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/cve' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/cve/cve-2018-14634' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib poc-exploit.c -o poc-exploit >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib poc-suidbin.c -o poc-suidbin >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/cve/cve-2018-14634' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/cve' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/kpatch' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/kpatch/datafiles' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/kpatch/datafiles' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/kpatch' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/virt' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/virt/vfio' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib vfio_split_iommu_test.c -o vfio_split_iommu_test >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/virt/vfio' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/virt/daishu' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/virt/daishu' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/virt' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/module' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/module/oot_module' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/module/oot_module/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/module/oot_module/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/module/oot_module' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/module' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/epoll' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/epoll/epoll_event' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib epoll_server.c -lltp -lpthread -o epoll_server >epoll_server.c: In function âmainâ: >epoll_server.c:72:10: warning: unused variable âbufâ [-Wunused-variable] > 72 | char buf[MAXLINE]; > | ^~~ >epoll_server.c:68:15: warning: unused variable âsocklenâ [-Wunused-variable] > 68 | socklen_t socklen = sizeof(struct sockaddr_in); > | ^~~~~~~ >epoll_server.c:67:34: warning: unused variable âcliaddrâ [-Wunused-variable] > 67 | struct sockaddr_in servaddr, cliaddr; > | ^~~~~~~ >epoll_server.c:66:50: warning: variable âcurfdsâ set but not used [-Wunused-but-set-variable] > 66 | int listenfd, connfd, kdpfd, nfds, n, nread, curfds; > | ^~~~~~ >epoll_server.c:66:43: warning: unused variable ânreadâ [-Wunused-variable] > 66 | int listenfd, connfd, kdpfd, nfds, n, nread, curfds; > | ^~~~~ >epoll_server.c:66:19: warning: unused variable âconnfdâ [-Wunused-variable] > 66 | int listenfd, connfd, kdpfd, nfds, n, nread, curfds; > | ^~~~~~ >epoll_server.c:61:14: warning: unused parameter âargcâ [-Wunused-parameter] > 61 | int main(int argc, char **argv) > | ~~~~^~~~ >epoll_server.c:61:27: warning: unused parameter âargvâ [-Wunused-parameter] > 61 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib epoll_client.c -lltp -lpthread -o epoll_client >epoll_client.c: In function âthread_handlerâ: >epoll_client.c:21:22: warning: variable âretâ set but not used [-Wunused-but-set-variable] > 21 | int id = 0, len, ret, size = 0; > | ^~~ >epoll_client.c:19:28: warning: unused parameter â_â [-Wunused-parameter] > 19 | void *thread_handler(void *_) > | ~~~~~~^ >epoll_client.c: In function âmainâ: >epoll_client.c:66:14: warning: unused parameter âargcâ [-Wunused-parameter] > 66 | int main(int argc, char *argv[]) > | ~~~~^~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/epoll/epoll_event' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/epoll' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib wakee.c -lltp -o wakee >wakee.c: In function âmainâ: >wakee.c:25:21: warning: implicit declaration of function âstrcmpâ [-Wimplicit-function-declaration] > 25 | if (argc < 2 || strcmp(argv[1], "--help") == 0) > | ^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib waker.c -lltp -o waker >Building modules: mod_bvt_test_02.c >make -C /lib/modules/5.10.134-857.git.68ae31977f38.al8.x86_64/build M=/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler >make[6]: Entering directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler/mod_bvt_test_02.o > MODPOST /home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler/Module.symvers > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler/mod_bvt_test_02.mod.o > LD [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler/mod_bvt_test_02.ko >make[6]: Leaving directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib ads_db.c -lltp -o ads_db >ads_db.c: In function âtest_funcâ: >ads_db.c:38:9: warning: this âforâ clause does not guard... [-Wmisleading-indentation] > 38 | for (i = 0; i < 10000000; i++); > | ^~~ >ads_db.c:39:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âforâ > 39 | count++; > | ^~~~~ >ads_db.c:62:30: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âlong intâ [-Wformat=] > 62 | printf("pthread %d consumes: avg %d.%03dms, max %d.%03dms", > | ~^ > | | > | int > | %ld >ads_db.c:62:47: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong intâ [-Wformat=] > 62 | printf("pthread %d consumes: avg %d.%03dms, max %d.%03dms", > | ~^ > | | > | int > | %ld > 63 | gettid(), time_diff_us / 1000, time_diff_us % 1000, > | ~~~~~~~~~~~~~~~~~~~ > | | > | long int >ads_db.c:62:52: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âlong intâ [-Wformat=] > 62 | printf("pthread %d consumes: avg %d.%03dms, max %d.%03dms", > | ~~~^ > | | > | int > | %03ld > 63 | gettid(), time_diff_us / 1000, time_diff_us % 1000, > | ~~~~~~~~~~~~~~~~~~~ > | | > | long int >ads_db.c:62:62: warning: format â%dâ expects argument of type âintâ, but argument 5 has type âlong intâ [-Wformat=] > 62 | printf("pthread %d consumes: avg %d.%03dms, max %d.%03dms", > | ~^ > | | > | int > | %ld > 63 | gettid(), time_diff_us / 1000, time_diff_us % 1000, > 64 | time_diff_us_max / 1000, time_diff_us_max % 1000); > | ~~~~~~~~~~~~~~~~~~~~~~~ > | | > | long int >ads_db.c:62:67: warning: format â%dâ expects argument of type âintâ, but argument 6 has type âlong intâ [-Wformat=] > 62 | printf("pthread %d consumes: avg %d.%03dms, max %d.%03dms", > | ~~~^ > | | > | int > | %03ld > 63 | gettid(), time_diff_us / 1000, time_diff_us % 1000, > 64 | time_diff_us_max / 1000, time_diff_us_max % 1000); > | ~~~~~~~~~~~~~~~~~~~~~~~ > | | > | long int >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib hackbench_slp.c -lltp -o hackbench_slp >hackbench_slp.c: In function âsenderâ: >hackbench_slp.c:151:13: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 151 | if (done < sizeof(data)) > | ^ >hackbench_slp.c: In function âcreate_workerâ: >hackbench_slp.c:202:4: warning: this statement may fall through [-Wimplicit-fallthrough=] > 202 | barf("fork()"); > | ^~~~~~~~~~~~~~ >hackbench_slp.c:203:3: note: here > 203 | case 0: > | ^~~~ >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler/kvmnop' >as -32 code.S -o code.o >ld -m elf_i386 --oformat binary -N -e _start -Ttext 0x10000 -o code.bin code.o >BINCODE="\x66\x31\xf6\x66\x31\xff\x66\x46\x66\x47\x66\x81\xff\xff\x0f\x75\xf7\x66\x83\xfe\xff\x75\xef\xf4" ; echo "const char guest_code[] = \"$BINCODE\";" > code.h >gcc -g -o kvmnop.o -c kvmnop.c >gcc -g kvmnop.o -o kvmnop >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler/kvmnop' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs-scheduler' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cputrick' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib cputrick.c -lltp -lalitest -lltp -o cputrick >cputrick.c: In function âsigusr_handlerâ: >cputrick.c:29:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 29 | void sigusr_handler(int signo) { > | ~~~~^~~~~ >cputrick.c: In function âcontainer_mainâ: >cputrick.c:33:33: warning: unused parameter âargâ [-Wunused-parameter] > 33 | static int container_main(void *arg) > | ~~~~~~^~~ >cputrick.c: In function ârun_testâ: >cputrick.c:74:35: warning: unused parameter ânâ [-Wunused-parameter] > 74 | static void run_test(unsigned int n) > | ~~~~~~~~~~~~~^ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cputrick' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/guest_halt_poll' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/guest_halt_poll/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/guest_halt_poll/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/guest_halt_poll' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/fork2' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/fork2/fork2' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/fork2/fork2' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/fork2' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/sched_debug' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L../../../../../lib ali_sched_tool.c -o ali_sched_tool >ali_sched_tool.c: In function âthread_funcâ: >ali_sched_tool.c:42:25: warning: unused parameter âargâ [-Wunused-parameter] > 42 | void *thread_func(void *arg) > | ~~~~~~^~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/sched_debug' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs_bwc' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -c -o delay.o delay.c >delay.c: In function âthread_startâ: >delay.c:59:1: warning: no return statement in function returning non-void [-Wreturn-type] > 59 | } > | ^ >gcc -L../../../../../lib delay.o -lpthread -o delay >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -c -o fibtest.o fibtest.c >gcc -L../../../../../lib fibtest.o -lpthread -o fibtest >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched/cfs_bwc' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/sched' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/pty' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib dopty.c -o dopty >dopty.c: In function âmainâ: >dopty.c:13:37: warning: unused variable âtoutâ [-Wunused-variable] > 13 | int ptm_fd, pty_fd, tty_fd, tout; > | ^~~~ >dopty.c:10:14: warning: unused parameter âargcâ [-Wunused-parameter] > 10 | int main(int argc, char **argv) > | ~~~~^~~~ >dopty.c:10:27: warning: unused parameter âargvâ [-Wunused-parameter] > 10 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/pty' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/sigkill' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib ptrace_kill.c -o ptrace_kill >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/sigkill' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/multithread' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib multi_thread.c -o multi_thread >multi_thread.c: In function ârunâ: >multi_thread.c:27:17: warning: unused parameter âargsâ [-Wunused-parameter] > 27 | void *run(void *args) > | ~~~~~~^~~~ >multi_thread.c: In function âmainâ: >multi_thread.c:32:5: warning: old-style function definition [-Wold-style-definition] > 32 | int main() > | ^~~~ >multi_thread.c: In function ârunâ: >multi_thread.c:30:1: warning: control reaches end of non-void function [-Wreturn-type] > 30 | } > | ^ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/multithread' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk' >Building modules: mod_aprl_test.c >make -C /lib/modules/5.10.134-857.git.68ae31977f38.al8.x86_64/build M=/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk >make[6]: Entering directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk/mod_aprl_test.o >/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk/mod_aprl_test.c: In function âthread_initâ: >/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk/mod_aprl_test.c:34:3: error: implicit declaration of function âget_task_structâ [-Werror=implicit-function-declaration] > 34 | get_task_struct(test_task[i]); > | ^~~~~~~~~~~~~~~ >/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk/mod_aprl_test.c: In function âthread_cleanupâ: >/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk/mod_aprl_test.c:47:3: error: implicit declaration of function âput_task_structâ [-Werror=implicit-function-declaration] > 47 | put_task_struct(test_task[i]); > | ^~~~~~~~~~~~~~~ >cc1: some warnings being treated as errors >make[7]: *** [scripts/Makefile.build:286: /home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk/mod_aprl_test.o] Error 1 >make[6]: *** [Makefile:1834: /home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk] Error 2 >make[6]: Leaving directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >make[5]: [../../../../../include/mk/module.mk:60: .dep_modules] Error 2 (ignored) >rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/printk' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/futex' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -x c++ -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -lstdc++ -static-libstdc++ -L../../../../../lib futex_wakeup.c -o futex_wakeup >cc1plus: warning: command-line option â-Wold-style-definitionâ is valid for C/ObjC but not for C++ >futex_wakeup.c: In function âint main(int, char**)â: >futex_wakeup.c:42:14: warning: unused parameter âargcâ [-Wunused-parameter] > 42 | int main(int argc, char **argv) > | ~~~~^~~~ >futex_wakeup.c:42:27: warning: unused parameter âargvâ [-Wunused-parameter] > 42 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc/futex' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/misc' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/kdump' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/kdump' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/psi' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib psi_monitor.c -o psi_monitor >psi_monitor.c: In function âmainâ: >psi_monitor.c:12:5: warning: old-style function definition [-Wold-style-definition] > 12 | int main() > | ^~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/psi' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/x86' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/x86/fsgsbase' >gcc -O2 -g -std=gnu99 -pthread -Wall -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fsgsbase_restore.c -lpthread -o fsgsbase_restore >gcc -O2 -g -std=gnu99 -pthread -Wall -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fsgsbase.c -lpthread -o fsgsbase >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/x86/fsgsbase' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/x86' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/intel_pstate' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/intel_pstate' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/ext4' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib direct_io_pread_file.c -o direct_io_pread_file >direct_io_pread_file.c: In function âmainâ: >direct_io_pread_file.c:52:18: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âssize_tâ {aka âlong intâ} [-Wformat=] > 52 | printf("pread %d bytes\n", ret); > | ~^ ~~~ > | | | > | int ssize_t {aka long int} > | %ld >direct_io_pread_file.c:46:23: warning: âbufâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 46 | ret = pread(fd, buf + off, more, offset + off); > | ~~~~^~~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/ext4' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/aio' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -laio -L../../../../../lib io_setup.c -o io_setup >io_setup.c: In function âmainâ: >io_setup.c:23:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] > 23 | if (rc = io_setup(nr_events, &ioctx[i])) > | ^~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/aio' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/nsfs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib new_ns.c -o new_ns >new_ns.c: In function âdummy_threadâ: >new_ns.c:41:9: warning: variable ânâ set but not used [-Wunused-but-set-variable] > 41 | int n; > | ^ >new_ns.c:39:26: warning: unused parameter âargâ [-Wunused-parameter] > 39 | void *dummy_thread(void *arg) > | ~~~~~~^~~ >new_ns.c: In function âchild_mainâ: >new_ns.c:47:22: warning: unused parameter âargâ [-Wunused-parameter] > 47 | int child_main(void *arg) > | ~~~~~~^~~ >new_ns.c: In function âmainâ: >new_ns.c:107:5: warning: âsigsetâ is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] > 107 | sigset(SIGUSR1, sigusr1_handler); > | ^~~~~~ >In file included from new_ns.c:12: >/usr/include/signal.h:353:23: note: declared here > 353 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW > | ^~~~~~ >new_ns.c:116:18: warning: assignment to âchar **â from incompatible pointer type âchar *â [-Wincompatible-pointer-types] > 116 | child_stacks = (char *) malloc(ns_count * sizeof(char *)); > | ^ >new_ns.c: In function âdummy_threadâ: >new_ns.c:45:1: warning: control reaches end of non-void function [-Wreturn-type] > 45 | } > | ^ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/nsfs' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/overlayfs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -pthread -L../../../../../lib ali_overlayfs_01.c -lltp -lalitest -lltp -o ali_overlayfs_01 >ali_overlayfs_01.c: In function âdestroy_loopdevâ: >ali_overlayfs_01.c:74:13: warning: old-style function definition [-Wold-style-definition] > 74 | static void destroy_loopdev() > | ^~~~~~~~~~~~~~~ >ali_overlayfs_01.c: In function âsetup_loopdevâ: >ali_overlayfs_01.c:99:12: warning: old-style function definition [-Wold-style-definition] > 99 | static int setup_loopdev() > | ^~~~~~~~~~~~~ >ali_overlayfs_01.c: In function âsetup_overlayâ: >ali_overlayfs_01.c:135:13: warning: old-style function definition [-Wold-style-definition] > 135 | static void setup_overlay() > | ^~~~~~~~~~~~~ >ali_overlayfs_01.c: In function âstart_threadâ: >ali_overlayfs_01.c:161:3: warning: implicit declaration of function âpthread_createâ; did you mean âtimer_createâ? [-Wimplicit-function-declaration] > 161 | pthread_create(&t1, NULL, thread_func, f1); > | ^~~~~~~~~~~~~~ > | timer_create >ali_overlayfs_01.c:163:3: warning: implicit declaration of function âpthread_joinâ; did you mean âpthread_killâ? [-Wimplicit-function-declaration] > 163 | pthread_join(t1, NULL); > | ^~~~~~~~~~~~ > | pthread_kill >ali_overlayfs_01.c: In function âthread_funcâ: >ali_overlayfs_01.c:156:1: warning: control reaches end of non-void function [-Wreturn-type] > 156 | } > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -pthread -L../../../../../lib ali_overlayfs_02.c -lltp -lalitest -lltp -o ali_overlayfs_02 >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/overlayfs' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/bcache' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/bcache' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/writehint' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib writehint.c -o writehint >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/writehint' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/proc' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib burn_proc_stat.c -o burn_proc_stat >burn_proc_stat.c: In function âaccess_proc_statâ: >burn_proc_stat.c:39:4: warning: âreturnâ with no value, in function returning non-void [-Wreturn-type] > 39 | return; > | ^~~~~~ >burn_proc_stat.c:29:7: note: declared here > 29 | void *access_proc_stat(void *arg) > | ^~~~~~~~~~~~~~~~ >burn_proc_stat.c:46:4: warning: âreturnâ with no value, in function returning non-void [-Wreturn-type] > 46 | return; > | ^~~~~~ >burn_proc_stat.c:29:7: note: declared here > 29 | void *access_proc_stat(void *arg) > | ^~~~~~~~~~~~~~~~ >burn_proc_stat.c:29:30: warning: unused parameter âargâ [-Wunused-parameter] > 29 | void *access_proc_stat(void *arg) > | ~~~~~~^~~ >burn_proc_stat.c: In function âmainâ: >burn_proc_stat.c:70:5: warning: âsigsetâ is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] > 70 | sigset(SIGUSR1, sigusr1_handler); > | ^~~~~~ >In file included from burn_proc_stat.c:9: >/usr/include/signal.h:353:23: note: declared here > 353 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW > | ^~~~~~ >burn_proc_stat.c:87:5: warning: this âwhileâ clause does not guard... [-Wmisleading-indentation] > 87 | while (!test_end && !thread_failed) > | ^~~~~ >burn_proc_stat.c:90:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âwhileâ > 90 | printf("Cancel %d threads and quit\n", nr_threads); > | ^~~~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/proc' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/notify' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -pthread -L../../../../../lib ali_fsnotify_01.c -lltp -o ali_fsnotify_01 >ali_fsnotify_01.c: In function âdo_testâ: >ali_fsnotify_01.c:91:23: warning: comparison of integer expressions of different signedness: âcharâ and âlong unsigned intâ [-Wsign-compare] > 91 | if (ret < 0 && blen < sizeof(buffer)) > | ^ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/notify' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/squashfs' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/squashfs' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/tmpfs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib open_direct.c -o open_direct >open_direct.c: In function âmainâ: >open_direct.c:13:14: warning: unused parameter âargcâ [-Wunused-parameter] > 13 | int main(int argc, char * argv[]) > | ~~~~^~~~ >open_direct.c:13:27: warning: unused parameter âargvâ [-Wunused-parameter] > 13 | int main(int argc, char * argv[]) > | ~~~~~~~^~~~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs/tmpfs' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/fs' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mpam' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mpam' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup' >Building modules: unrecovered_softlockup_mod.c >make -C /lib/modules/5.10.134-857.git.68ae31977f38.al8.x86_64/build M=/home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup >make[5]: Entering directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup/unrecovered_softlockup_mod.o > MODPOST /home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup/Module.symvers > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup/unrecovered_softlockup_mod.mod.o > LD [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup/unrecovered_softlockup_mod.ko >make[5]: Leaving directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/softlockup' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/numa' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/numa' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/duptext' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib duptext05.c -lpthread -lltp -lcap -o duptext05 >duptext05.c: In function âmainâ: >duptext05.c:26:17: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 26 | for (i = 0; i < TEST_SIZE; i += SIZE_4K) > | ^ >duptext05.c:31:17: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 31 | for (i = 0; i < TEST_SIZE; i += SIZE_4K) > | ^ >duptext05.c:14:14: warning: unused parameter âargcâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib duptext02.c -lpthread -lltp -lcap -o duptext02 >duptext02.c: In function âmainâ: >duptext02.c:23:16: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 23 | for (i = 0; i < TEST_SIZE; i += SIZE_4K) > | ^ >duptext02.c:14:14: warning: unused parameter âargcâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~^~~~ >duptext02.c:14:26: warning: unused parameter âargvâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib duptext06.c -lpthread -lltp -lcap -o duptext06 >duptext06.c: In function âmainâ: >duptext06.c:23:16: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 23 | for (i = 0; i < TEST_SIZE; i += SIZE_4K) > | ^ >duptext06.c:14:14: warning: unused parameter âargcâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~^~~~ >duptext06.c:14:26: warning: unused parameter âargvâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib duptext04.c -lpthread -lltp -lcap -o duptext04 >duptext04.c: In function âmainâ: >duptext04.c:40:16: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 40 | for (i = 0; i < TEST_SIZE - offset; i += SIZE_4K) { > | ^ >duptext04.c:19:14: warning: unused parameter âargcâ [-Wunused-parameter] > 19 | int main(int argc, char *argv[]) > | ~~~~^~~~ >duptext04.c:35:3: warning: âtmpâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 35 | fprintf(stderr, "mmap: Expect %p, Got %p.\n", tmp, addr); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib duptext03.c -lpthread -lltp -lcap -o duptext03 >duptext03.c: In function âmainâ: >duptext03.c:23:16: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 23 | for (i = 0; i < TEST_SIZE; i += SIZE_4K) > | ^ >duptext03.c:14:14: warning: unused parameter âargcâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~^~~~ >duptext03.c:14:26: warning: unused parameter âargvâ [-Wunused-parameter] > 14 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib duptext01.c -lpthread -lltp -lcap -o duptext01 >duptext01.c: In function âmainâ: >duptext01.c:8:14: warning: unused parameter âargcâ [-Wunused-parameter] > 8 | int main(int argc, char *argv[]) > | ~~~~^~~~ >duptext01.c:8:26: warning: unused parameter âargvâ [-Wunused-parameter] > 8 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/duptext' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/thp' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -lnuma -L../../../../../lib thpscale.c -lltp -o thpscale >thpscale.c: In function âcurrent_nidâ: >thpscale.c:45:19: warning: old-style function definition [-Wold-style-definition] > 45 | static inline int current_nid() { > | ^~~~~~~~~~~ >thpscale.c: In function âworkerâ: >thpscale.c:145:16: warning: comparison of integer expressions of different signedness: âsize_tâ {aka âlong unsigned intâ} and âintâ [-Wsign-compare] > 145 | for (i = 0; i < nr_hpages; i++) { > | ^ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/thp' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/pagecache_limit' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib file0_read.c -lltp -o file0_read >file0_read.c: In function âmainâ: >file0_read.c:41:8: warning: variable âcâ set but not used [-Wunused-but-set-variable] > 41 | char c; > | ^ >file0_read.c:32:6: warning: unused variable âstatusâ [-Wunused-variable] > 32 | int status = fstat (fd, & s); > | ^~~~~~ >file0_read.c:16:14: warning: unused parameter âargcâ [-Wunused-parameter] > 16 | int main(int argc, char const *argv[]) > | ~~~~^~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/pagecache_limit' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/zram' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/zram' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/text_unevictable' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/text_unevictable' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext' >gcc -Wall -g -o stress_madvise_dso stress_madvise_dso.c >gcc -Wall -g -o check_truncate_dso check_truncate_dso.c >gcc -Wall -g -o stress_hugetext_dso stress_hugetext_dso.c >make -C /home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext/datafiles all >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext/datafiles' >gcc -c -fPIC hugetext_dso_target.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -c -o libhugec.o libhugec.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -z max-page-size=0x200000 -shared -o libhugec.so libhugec.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -c -o libhugeb.o libhugeb.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -z max-page-size=0x200000 -shared -o libhugeb.so libhugeb.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -c -o libhugea.o libhugea.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -z max-page-size=0x200000 -shared -o libhugea.so libhugea.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -L. -lhugea -lhugeb -lhugec -o hugetext_dso_target.out hugetext_dso_target.o >gcc -c hugetext_adapt_load.c >gcc -o hugetext_adapt_load.out hugetext_adapt_load.o >rm libhugea.o libhugeb.o libhugec.o >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext/datafiles' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/hugetext' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/fcm' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm08.c -lpthread -lltp -lcap -o fcm08 >fcm08.c: In function âmainâ: >fcm08.c:21:15: warning: unused variable âbase_pageâ [-Wunused-variable] > 21 | char *p, *base_page; > | ^~~~~~~~~ >fcm08.c:21:11: warning: unused variable âpâ [-Wunused-variable] > 21 | char *p, *base_page; > | ^ >fcm08.c:19:9: warning: unused variable âerrorâ [-Wunused-variable] > 19 | int error = 0; > | ^~~~~ >fcm08.c:16:14: warning: unused parameter âargcâ [-Wunused-parameter] > 16 | int main(int argc, char **argv) > | ~~~~^~~~ >fcm08.c:16:27: warning: unused parameter âargvâ [-Wunused-parameter] > 16 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm04.c -lpthread -lltp -lcap -o fcm04 >fcm04.c: In function âmainâ: >fcm04.c:57:12: warning: unused variable âid2â [-Wunused-variable] > 57 | pthread_t id2; > | ^~~ >fcm04.c:56:12: warning: unused variable âid1â [-Wunused-variable] > 56 | pthread_t id1; > | ^~~ >fcm04.c:55:6: warning: unused variable âretâ [-Wunused-variable] > 55 | int ret; > | ^~~ >fcm04.c: In function âmyThread2â: >fcm04.c:49:1: warning: control reaches end of non-void function [-Wreturn-type] > 49 | } > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm09.c -lpthread -lltp -lcap -o fcm09 >fcm09.c: In function âmyThread1â: >fcm09.c:20:23: warning: unused parameter âpâ [-Wunused-parameter] > 20 | void *myThread1(char *p) > | ~~~~~~^ >fcm09.c: In function âmyThread2â: >fcm09.c:29:23: warning: unused parameter âpâ [-Wunused-parameter] > 29 | void *myThread2(char *p) > | ~~~~~~^ >fcm09.c: In function âmyThread4â: >fcm09.c:47:23: warning: unused parameter âpâ [-Wunused-parameter] > 47 | void *myThread4(char *p) > | ~~~~~~^ >fcm09.c: In function âmainâ: >fcm09.c:90:22: warning: format â%uâ expects argument of type âunsigned intâ, but argument 2 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 90 | printf("mem_size = %ul\n", memsize); > | ~^ ~~~~~~~ > | | | > | | size_t {aka long unsigned int} > | unsigned int > | %lu >fcm09.c:81:6: warning: unused variable âfdâ [-Wunused-variable] > 81 | int fd; > | ^~ >fcm09.c:73:14: warning: unused parameter âargcâ [-Wunused-parameter] > 73 | int main(int argc, char **argv) { > | ~~~~^~~~ >fcm09.c: In function âmyThread1â: >fcm09.c:25:1: warning: control reaches end of non-void function [-Wreturn-type] > 25 | } > | ^ >fcm09.c: In function âmyThread2â: >fcm09.c:38:1: warning: control reaches end of non-void function [-Wreturn-type] > 38 | } > | ^ >fcm09.c: In function âmyThread3â: >fcm09.c:44:1: warning: control reaches end of non-void function [-Wreturn-type] > 44 | } > | ^ >fcm09.c: In function âmyThread4â: >fcm09.c:57:1: warning: control reaches end of non-void function [-Wreturn-type] > 57 | } > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm01.c -lpthread -lltp -lcap -o fcm01 >fcm01.c: In function âdo_forks_munmapâ: >fcm01.c:35:6: warning: unused variable âiâ [-Wunused-variable] > 35 | int i; > | ^ >fcm01.c:33:27: warning: unused variable âtv_midâ [-Wunused-variable] > 33 | struct timeval tv_start, tv_mid, tv_end; > | ^~~~~~ >fcm01.c:30:46: warning: unused parameter âtargetâ [-Wunused-parameter] > 30 | int do_forks_munmap(char *buf, int size, int target) > | ~~~~^~~~~~ >fcm01.c: In function âmainâ: >fcm01.c:79:22: warning: format â%uâ expects argument of type âunsigned intâ, but argument 2 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 79 | printf("mem_size = %ul\n", mem_size); > | ~^ ~~~~~~~~ > | | | > | | size_t {aka long unsigned int} > | unsigned int > | %lu >fcm01.c:73:9: warning: unused variable âstatusâ [-Wunused-variable] > 73 | int status; > | ^~~~~~ >fcm01.c:72:11: warning: unused variable âpidâ [-Wunused-variable] > 72 | pid_t pid; > | ^~~ >fcm01.c:71:15: warning: unused variable âbase_pageâ [-Wunused-variable] > 71 | char *p, *base_page; > | ^~~~~~~~~ >fcm01.c:65:14: warning: unused parameter âargcâ [-Wunused-parameter] > 65 | int main(int argc, char **argv) > | ~~~~^~~~ >At top level: >fcm01.c:13:12: warning: âgbâ defined but not used [-Wunused-variable] > 13 | static int gb; > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm06.c -lpthread -lltp -lcap -o fcm06 >fcm06.c: In function âmainâ: >fcm06.c:52:26: warning: pointer targets in passing argument 3 of âmincoreâ differ in signedness [-Wpointer-sign] > 52 | mincore(addr, memsize, array); > | ^~~~~ > | | > | char * >In file included from fcm06.c:9: >/usr/include/sys/mman.h:123:65: note: expected âunsigned char *â but argument is of type âchar *â > 123 | extern int mincore (void *__start, size_t __len, unsigned char *__vec) > | ~~~~~~~~~~~~~~~^~~~~ >fcm06.c:75:40: warning: format â%lluâ expects argument of type âlong long unsigned intâ, but argument 3 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 75 | printf("%s time token with memsize:%llu,\t%f\n", child == 0 ? "child" : "parent", memsize/1024/1024/1024, > | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~ > | | | > | long long unsigned int size_t {aka long unsigned int} > | %lu >fcm06.c:39:6: warning: unused variable âcountâ [-Wunused-variable] > 39 | int count = 5; > | ^~~~~ >fcm06.c:31:14: warning: unused parameter âargcâ [-Wunused-parameter] > 31 | int main(int argc, char *argv[]) { > | ~~~~^~~~ >fcm06.c:31:26: warning: unused parameter âargvâ [-Wunused-parameter] > 31 | int main(int argc, char *argv[]) { > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm02.c -lpthread -lltp -lcap -o fcm02 >fcm02.c: In function âmainâ: >fcm02.c:60:22: warning: format â%uâ expects argument of type âunsigned intâ, but argument 2 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 60 | printf("mem_size = %ul\n", mem_size); > | ~^ ~~~~~~~~ > | | | > | | size_t {aka long unsigned int} > | unsigned int > | %lu >fcm02.c:64:6: warning: unused variable âstatusâ [-Wunused-variable] > 64 | int status; > | ^~~~~~ >fcm02.c:63:8: warning: unused variable âpidâ [-Wunused-variable] > 63 | pid_t pid; > | ^~~ >fcm02.c:55:14: warning: unused parameter âargcâ [-Wunused-parameter] > 55 | int main(int argc, char **argv) > | ~~~~^~~~ >At top level: >fcm02.c:14:12: warning: âgbâ defined but not used [-Wunused-variable] > 14 | static int gb; > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm07.c -lpthread -lltp -lcap -o fcm07 >fcm07.c: In function âmainâ: >fcm07.c:15:8: warning: unused variable âchildâ [-Wunused-variable] > 15 | pid_t child; > | ^~~~~ >fcm07.c:14:15: warning: unused variable âvalâ [-Wunused-variable] > 14 | double diff, val; > | ^~~ >fcm07.c:14:9: warning: unused variable âdiffâ [-Wunused-variable] > 14 | double diff, val; > | ^~~~ >fcm07.c:13:27: warning: unused variable âtv_endâ [-Wunused-variable] > 13 | struct timeval tv_start, tv_end; > | ^~~~~~ >fcm07.c:13:17: warning: unused variable âtv_startâ [-Wunused-variable] > 13 | struct timeval tv_start, tv_end; > | ^~~~~~~~ >fcm07.c:11:14: warning: unused parameter âargcâ [-Wunused-parameter] > 11 | int main(int argc, char *argv[]) { > | ~~~~^~~~ >fcm07.c:11:26: warning: unused parameter âargvâ [-Wunused-parameter] > 11 | int main(int argc, char *argv[]) { > | ~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm05.c -lpthread -lltp -lcap -o fcm05 >fcm05.c: In function âdo_forksâ: >fcm05.c:35:6: warning: unused variable âiâ [-Wunused-variable] > 35 | int i; > | ^ >fcm05.c:33:27: warning: unused variable âtv_midâ [-Wunused-variable] > 33 | struct timeval tv_start, tv_mid, tv_end; > | ^~~~~~ >fcm05.c:30:39: warning: unused parameter âtargetâ [-Wunused-parameter] > 30 | int do_forks(char *buf, int size, int target) > | ~~~~^~~~~~ >fcm05.c: In function âmainâ: >fcm05.c:68:22: warning: format â%uâ expects argument of type âunsigned intâ, but argument 2 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 68 | printf("mem_size = %ul\n", mem_size); > | ~^ ~~~~~~~~ > | | | > | | size_t {aka long unsigned int} > | unsigned int > | %lu >fcm05.c:65:6: warning: unused variable âiâ [-Wunused-variable] > 65 | int i; > | ^ >fcm05.c:64:8: warning: unused variable âpidâ [-Wunused-variable] > 64 | pid_t pid; > | ^~~ >fcm05.c:62:6: warning: unused variable âerrorâ [-Wunused-variable] > 62 | int error = 0; > | ^~~~~ >fcm05.c:60:14: warning: unused parameter âargcâ [-Wunused-parameter] > 60 | int main(int argc, char **argv) > | ~~~~^~~~ >At top level: >fcm05.c:13:12: warning: âgbâ defined but not used [-Wunused-variable] > 13 | static int gb; > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib fcm03.c -lpthread -lltp -lcap -o fcm03 >fcm03.c: In function âstack_testâ: >fcm03.c:23:13: warning: unused variable âidxâ [-Wunused-variable] > 23 | int idx, error = 0; > | ^~~ >fcm03.c: In function âdo_forksâ: >fcm03.c:43:6: warning: unused variable âiâ [-Wunused-variable] > 43 | int i; > | ^ >fcm03.c:41:27: warning: unused variable âtv_midâ [-Wunused-variable] > 41 | struct timeval tv_start, tv_mid, tv_end; > | ^~~~~~ >fcm03.c: In function âmainâ: >fcm03.c:77:9: warning: unused variable âstatusâ [-Wunused-variable] > 77 | int status; > | ^~~~~~ >fcm03.c:76:11: warning: unused variable âpidâ [-Wunused-variable] > 76 | pid_t pid; > | ^~~ >fcm03.c:75:15: warning: unused variable âbase_pageâ [-Wunused-variable] > 75 | char *p, *base_page; > | ^~~~~~~~~ >fcm03.c:68:14: warning: unused parameter âargcâ [-Wunused-parameter] > 68 | int main(int argc, char **argv) > | ~~~~^~~~ >fcm03.c:68:27: warning: unused parameter âargvâ [-Wunused-parameter] > 68 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/fcm' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/zsr' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib zsr_access.c -lpthread -lltp -lcap -o zsr_access >zsr_access.c: In function âaccess_threadâ: >zsr_access.c:24:10: warning: variable âxâ set but not used [-Wunused-but-set-variable] > 24 | char x; > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib zsr_reclaim.c -lpthread -lltp -lcap -o zsr_reclaim >zsr_reclaim.c: In function âtestâ: >zsr_reclaim.c:65:9: note: â#pragma message: TODO: support zap unevictable zero subpageâ > 65 | #pragma message "TODO: support zap unevictable zero subpage" > | ^~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib zsr_alloc.c -lpthread -lltp -lcap -o zsr_alloc >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem/zsr' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/mem' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -pthread -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib memcg_benchmark.c -lltp -o memcg_benchmark >memcg_benchmark.c: In function âmemcg_benchmarkâ: >memcg_benchmark.c:195:29: warning: unused parameter âunusedâ [-Wunused-parameter] > 195 | void *memcg_benchmark(void *unused) > | ~~~~~~^~~~~~ >memcg_benchmark.c: In function âmemcg_processâ: >memcg_benchmark.c:247:27: warning: unused parameter âunusedâ [-Wunused-parameter] > 247 | void *memcg_process(void *unused) > | ~~~~~~^~~~~~ >memcg_benchmark.c: In function âmemcg_benchmark_runâ: >memcg_benchmark.c:316:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 316 | if ((int)retval == TEST_PASS) > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -pthread -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib memcg_lat.c -lltp -o memcg_lat >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib memcg_qos.c -lltp -o memcg_qos >memcg_qos.c: In function âvalues_closeâ: >memcg_qos.c:68:9: warning: absolute value function âabsâ given an argument of type âlong intâ but has parameter of type âintâ which may cause truncation of value [-Wabsolute-value] > 68 | return abs(a - b) <= (a + b) / 100 * err; > | ^~~ >memcg_qos.c: In function âalloc_pagecacheâ: >memcg_qos.c:318:16: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 318 | for (i = 0; i < size; i += sizeof(buf)) > | ^ >memcg_qos.c: In function âalloc_anonâ: >memcg_qos.c:327:28: warning: unused parameter âcgroupâ [-Wunused-parameter] > 327 | int alloc_anon(const char *cgroup, void *arg) > | ~~~~~~~~~~~~^~~~~~ >memcg_qos.c: In function âalloc_anon_50M_checkâ: >memcg_qos.c:418:14: warning: comparison of integer expressions of different signedness: âlong intâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 418 | if (current < size) > | ^ >memcg_qos.c:405:59: warning: unused parameter âargâ [-Wunused-parameter] > 405 | static int alloc_anon_50M_check(const char *cgroup, void *arg) > | ~~~~~~^~~ >memcg_qos.c: In function âalloc_pagecache_50M_checkâ: >memcg_qos.c:459:14: warning: comparison of integer expressions of different signedness: âlong intâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 459 | if (current < size) > | ^ >memcg_qos.c:444:64: warning: unused parameter âargâ [-Wunused-parameter] > 444 | static int alloc_pagecache_50M_check(const char *cgroup, void *arg) > | ~~~~~~^~~ >memcg_qos.c: In function âalloc_pagecache_50Mâ: >memcg_qos.c:519:44: warning: unused parameter âcgroupâ [-Wunused-parameter] > 519 | static int alloc_pagecache_50M(const char *cgroup, void *arg) > | ~~~~~~~~~~~~^~~~~~ >memcg_qos.c: In function âtest_memcg_minâ: >memcg_qos.c:598:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 598 | for (i = 0; i < ARRAY_SIZE(children); i++) { > | ^ >memcg_qos.c:639:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 639 | for (i = 0; i < ARRAY_SIZE(children); i++) > | ^ >memcg_qos.c:642:26: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âlong intâ [-Wformat=] > 642 | printf("child 0~3 min: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:642:30: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong intâ [-Wformat=] > 642 | printf("child 0~3 min: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:642:34: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âlong intâ [-Wformat=] > 642 | printf("child 0~3 min: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:642:38: warning: format â%dâ expects argument of type âintâ, but argument 5 has type âlong intâ [-Wformat=] > 642 | printf("child 0~3 min: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c: In function âtest_memcg_lowâ: >memcg_qos.c:755:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 755 | for (i = 0; i < ARRAY_SIZE(children); i++) { > | ^ >memcg_qos.c:786:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 786 | for (i = 0; i < ARRAY_SIZE(children); i++) > | ^ >memcg_qos.c:796:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 796 | for (i = 0; i < ARRAY_SIZE(children); i++) > | ^ >memcg_qos.c:808:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 808 | for (i = 0; i < ARRAY_SIZE(children); i++) > | ^ >memcg_qos.c:814:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 814 | for (i = 0; i < ARRAY_SIZE(children); i++) > | ^ >memcg_qos.c:817:26: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âlong intâ [-Wformat=] > 817 | printf("child 0~3 low: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:817:30: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong intâ [-Wformat=] > 817 | printf("child 0~3 low: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:817:34: warning: format â%dâ expects argument of type âintâ, but argument 4 has type âlong intâ [-Wformat=] > 817 | printf("child 0~3 low: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:817:38: warning: format â%dâ expects argument of type âintâ, but argument 5 has type âlong intâ [-Wformat=] > 817 | printf("child 0~3 low: %dM %dM %dM %dM\n", c[0]>>20, c[1]>>20, c[2]>>20, c[3]>>20); > | ~^ ~~~~~~~~ > | | | > | int long int > | %ld >memcg_qos.c:711:12: warning: unused variable âoomâ [-Wunused-variable] > 711 | long low, oom; > | ^~~ >memcg_qos.c:711:7: warning: unused variable âlowâ [-Wunused-variable] > 711 | long low, oom; > | ^~~ >memcg_qos.c: In function âalloc_pagecache_max_30Mâ: >memcg_qos.c:861:62: warning: unused parameter âargâ [-Wunused-parameter] > 861 | static int alloc_pagecache_max_30M(const char *cgroup, void *arg) > | ~~~~~~^~~ >memcg_qos.c: In function âtest_memcg_highâ: >memcg_qos.c:898:7: warning: unused variable âhighâ [-Wunused-variable] > 898 | long high; > | ^~~~ >memcg_qos.c: In function âtest_memcg_maxâ: >memcg_qos.c:948:16: warning: unused variable âmaxâ [-Wunused-variable] > 948 | long current, max; > | ^~~ >memcg_qos.c:948:7: warning: unused variable âcurrentâ [-Wunused-variable] > 948 | long current, max; > | ^~~~~~~ >memcg_qos.c: In function âmemcg_qos_runâ: >memcg_qos.c:1011:10: warning: âreturnâ with a value, in function returning void [-Wreturn-type] > 1011 | return -1; > | ^ >memcg_qos.c:1000:13: note: declared here > 1000 | static void memcg_qos_run(void) > | ^~~~~~~~~~~~~ >memcg_qos.c:1014:16: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 1014 | for (i = 0; i < ARRAY_SIZE(tests); i++) { > | ^ >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/effective-swap' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib touch_memory.c -lltp -o touch_memory >touch_memory.c: In function âsigusr_handlerâ: >touch_memory.c:9:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 9 | void sigusr_handler(int signo) > | ~~~~^~~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/effective-swap' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/stress' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/stress/../../libcontrollers -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib memcg_kswapd_stress.c -lltp -lm -o memcg_kswapd_stress >memcg_kswapd_stress.c: In function âtouch_memoryâ: >memcg_kswapd_stress.c:52:6: warning: old-style function definition [-Wold-style-definition] > 52 | void touch_memory() > | ^~~~~~~~~~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/stress' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/oom' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib usemem_monitor.c -lltp -o usemem_monitor >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/oom' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/mglru' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/mglru' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/reaper' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/reaper' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/adjust-wmark' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib adjust-wmark.c -lltp -o adjust-wmark >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/adjust-wmark' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/regression' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -pthread -L../../../../../../lib ali_memcg_meminfo.c -lltp -o ali_memcg_meminfo >ali_memcg_meminfo.c: In function âsigusr_handlerâ: >ali_memcg_meminfo.c:71:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 71 | void sigusr_handler(int signo) { > | ~~~~^~~~~ >ali_memcg_meminfo.c: In function âcheck_container_memâ: >ali_memcg_meminfo.c:147:14: warning: comparison of integer expressions of different signedness: âlong intâ and âlong unsigned intâ [-Wsign-compare] > 147 | if (memsize != mem_stat->total) > | ^~ >ali_memcg_meminfo.c: In function âcontainer_mainâ: >ali_memcg_meminfo.c:162:33: warning: unused parameter âargsâ [-Wunused-parameter] > 162 | static int container_main(void *args) > | ~~~~~~^~~~ >In file included from ali_memcg_meminfo.c:34: >ali_memcg_meminfo.c: In function âdo_testâ: >../../../../../../include/tst_test.h:56:40: warning: format â%ldâ expects argument of type âlong intâ, but argument 5 has type âintâ [-Wformat=] > 56 | tst_res_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__) > | ^~~~~~~~~ >ali_memcg_meminfo.c:250:2: note: in expansion of macro âtst_resâ > 250 | tst_res(TINFO, > | ^~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -pthread -L../../../../../../lib read_file_alloc_anon.c -lltp -o read_file_alloc_anon >read_file_alloc_anon.c: In function âalloc_anonâ: >read_file_alloc_anon.c:45:24: warning: unused parameter âargsâ [-Wunused-parameter] > 45 | void *alloc_anon(void *args) > | ~~~~~~^~~~ >read_file_alloc_anon.c: In function âread_fileâ: >read_file_alloc_anon.c:73:9: warning: variable âtmpâ set but not used [-Wunused-but-set-variable] > 73 | int tmp; > | ^~~ >read_file_alloc_anon.c:70:23: warning: unused parameter âargsâ [-Wunused-parameter] > 70 | void *read_file(void *args) > | ~~~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/regression' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/drop_coldpgs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib load_pagecaches.c -lltp -o load_pagecaches >load_pagecaches.c: In function âsigusr_handlerâ: >load_pagecaches.c:46:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 46 | void sigusr_handler(int signo) { > | ~~~~^~~~~ >load_pagecaches.c: In function âread_fileâ: >load_pagecaches.c:54:10: warning: variable âtnâ set but not used [-Wunused-but-set-variable] > 54 | int fd, tn; > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib load_pageanon.c -lltp -o load_pageanon >load_pageanon.c: In function âsigusr_handlerâ: >load_pageanon.c:46:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 46 | void sigusr_handler(int signo) { > | ~~~~^~~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/drop_coldpgs' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/alloc_speed_throtl' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib high_speed_alloc_50m.c -lltp -o high_speed_alloc_50m >high_speed_alloc_50m.c: In function âmainâ: >high_speed_alloc_50m.c:9:5: warning: old-style function definition [-Wold-style-definition] > 9 | int main() > | ^~~~ >high_speed_alloc_50m.c:21:11: warning: unused variable âtâ [-Wunused-variable] > 21 | int k, t; > | ^ >high_speed_alloc_50m.c:21:8: warning: unused variable âkâ [-Wunused-variable] > 21 | int k, t; > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib high_speed_alloc_50m_con.c -lltp -o high_speed_alloc_50m_con >high_speed_alloc_50m_con.c: In function âmainâ: >high_speed_alloc_50m_con.c:8:5: warning: old-style function definition [-Wold-style-definition] > 8 | int main() > | ^~~~ >high_speed_alloc_50m_con.c:20:11: warning: unused variable âtâ [-Wunused-variable] > 20 | int k, t; > | ^ >high_speed_alloc_50m_con.c:20:8: warning: unused variable âkâ [-Wunused-variable] > 20 | int k, t; > | ^ >high_speed_alloc_50m_con.c:11:6: warning: unused variable âjâ [-Wunused-variable] > 11 | int j; > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib reach_wmark.c -lltp -o reach_wmark >reach_wmark.c: In function âmainâ: >reach_wmark.c:17:2: warning: âwmarkâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 17 | for (j = 0; j < wmark; j++) { > | ^~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib high_speed_alloc_200m_con.c -lltp -o high_speed_alloc_200m_con >high_speed_alloc_200m_con.c: In function âmainâ: >high_speed_alloc_200m_con.c:8:5: warning: old-style function definition [-Wold-style-definition] > 8 | int main() > | ^~~~ >high_speed_alloc_200m_con.c:11:6: warning: unused variable âjâ [-Wunused-variable] > 11 | int j; > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib dirty_pagecache.c -lltp -o dirty_pagecache >dirty_pagecache.c:15:5: warning: first argument of âmainâ should be âintâ [-Wmain] > 15 | int main(unsigned long long *iterations, unsigned long nr) > | ^~~~ >dirty_pagecache.c:15:5: warning: second argument of âmainâ should be âchar **â [-Wmain] >dirty_pagecache.c: In function âmainâ: >dirty_pagecache.c:31:17: warning: comparison of integer expressions of different signedness: âlong unsigned intâ and âlong intâ [-Wsign-compare] > 31 | for (i = 0; i < memsize; i += pgsize) { > | ^ >dirty_pagecache.c:15:30: warning: unused parameter âiterationsâ [-Wunused-parameter] > 15 | int main(unsigned long long *iterations, unsigned long nr) > | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ >dirty_pagecache.c:15:56: warning: unused parameter ânrâ [-Wunused-parameter] > 15 | int main(unsigned long long *iterations, unsigned long nr) > | ~~~~~~~~~~~~~~^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib high_speed_alloc_20g.c -lltp -o high_speed_alloc_20g >high_speed_alloc_20g.c: In function âmainâ: >high_speed_alloc_20g.c:8:5: warning: old-style function definition [-Wold-style-definition] > 8 | int main() > | ^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib high_speed_alloc_continuous.c -lltp -o high_speed_alloc_continuous >high_speed_alloc_continuous.c: In function âmainâ: >high_speed_alloc_continuous.c:8:5: warning: old-style function definition [-Wold-style-definition] > 8 | int main() > | ^~~~ >high_speed_alloc_continuous.c:11:6: warning: unused variable âjâ [-Wunused-variable] > 11 | int j; > | ^ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/alloc_speed_throtl' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/kmem' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/kmem' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/lat_count' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib eat_mem.c -lltp -o eat_mem >eat_mem.c: In function âeat_memâ: >eat_mem.c:31:17: warning: variable âdiscardâ set but not used [-Wunused-but-set-variable] > 31 | volatile char discard; > | ^~~~~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/lat_count' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/resize' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/resize' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/kswapd' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/kswapd' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib memcg_process.c -lltp -o memcg_process >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/lib' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/priority' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib run_mem_alloc.c -lltp -o run_mem_alloc >run_mem_alloc.c: In function âread_fileâ: >run_mem_alloc.c:62:26: warning: variable âtmpâ set but not used [-Wunused-but-set-variable] > 62 | unsigned long number, tmp; > | ^~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L../../../../../../lib mem_pri_oom_01.c -lltp -o mem_pri_oom_01 >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg/priority' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/memcg' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/io' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/io/blkio_writeback_throttle' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/io/blkio_writeback_throttle' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/io/blkio_iocost' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/io/blkio_iocost' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/io' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cgroup' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cgroup_01.c -lltp -lalitest -lltp -o ali_cgroup_01 >ali_cgroup_01.c: In function âtest_readonlyâ: >ali_cgroup_01.c:147:6: warning: unused variable âiâ [-Wunused-variable] > 147 | int i, pid; > | ^ >ali_cgroup_01.c: In function âcontainer_mainâ: >ali_cgroup_01.c:176:11: warning: unused variable âiâ [-Wunused-variable] > 176 | int ret, i; > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cgroup_pids_03.c -lltp -lalitest -lltp -o ali_cgroup_pids_03 >ali_cgroup_pids_03.c: In function âfnâ: >ali_cgroup_pids_03.c:39:31: warning: passing argument 3 of âpthread_createâ from incompatible pointer type [-Wincompatible-pointer-types] > 39 | pthread_create(&tid[i],NULL,sleep_func,NULL); > | ^~~~~~~~~~ > | | > | void (*)(void) >In file included from ali_cgroup_pids_03.c:15: >/usr/include/pthread.h:201:15: note: expected âvoid * (*)(void *)â but argument is of type âvoid (*)(void)â > 201 | void *(*__start_routine) (void *), > | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ >ali_cgroup_pids_03.c: In function âtest_runâ: >ali_cgroup_pids_03.c:54:28: warning: passing argument 3 of âpthread_createâ from incompatible pointer type [-Wincompatible-pointer-types] > 54 | pthread_create(&pid1,NULL,fn,&arg1); > | ^~ > | | > | void (*)(void *) >In file included from ali_cgroup_pids_03.c:15: >/usr/include/pthread.h:201:15: note: expected âvoid * (*)(void *)â but argument is of type âvoid (*)(void *)â > 201 | void *(*__start_routine) (void *), > | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ >ali_cgroup_pids_03.c:55:28: warning: passing argument 3 of âpthread_createâ from incompatible pointer type [-Wincompatible-pointer-types] > 55 | pthread_create(&pid2,NULL,fn,&arg2); > | ^~ > | | > | void (*)(void *) >In file included from ali_cgroup_pids_03.c:15: >/usr/include/pthread.h:201:15: note: expected âvoid * (*)(void *)â but argument is of type âvoid (*)(void *)â > 201 | void *(*__start_routine) (void *), > | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ >ali_cgroup_pids_03.c: In function âtest_beginâ: >ali_cgroup_pids_03.c:72:6: warning: unused variable âretâ [-Wunused-variable] > 72 | int ret; > | ^~~ >ali_cgroup_pids_03.c:71:7: warning: unused variable âbufâ [-Wunused-variable] > 71 | char buf[32]; > | ^~~ >ali_cgroup_pids_03.c: In function âdo_testâ: >ali_cgroup_pids_03.c:96:34: warning: unused parameter ânâ [-Wunused-parameter] > 96 | static void do_test(unsigned int n) > | ~~~~~~~~~~~~~^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib aone14740020_reproducer.c -lltp -lalitest -lltp -o aone14740020_reproducer >aone14740020_reproducer.c: In function âsigusr_handlerâ: >aone14740020_reproducer.c:69:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 69 | void sigusr_handler(int signo) { > | ~~~~^~~~~ >aone14740020_reproducer.c: In function âconsume_timeâ: >aone14740020_reproducer.c:82:22: warning: comparison of integer expressions of different signedness: âlong unsigned intâ and âintâ [-Wsign-compare] > 82 | while (time_diff_us < us) { > | ^ >aone14740020_reproducer.c:76:28: warning: unused variable âtsâ [-Wunused-variable] > 76 | struct timespec ts1, ts2, ts; > | ^~ >aone14740020_reproducer.c: In function âtest_forkâ: >aone14740020_reproducer.c:110:4: warning: âreturnâ with no value, in function returning non-void [-Wreturn-type] > 110 | return; > | ^~~~~~ >aone14740020_reproducer.c:94:12: note: declared here > 94 | static int test_fork(void *arg) > | ^~~~~~~~~ >aone14740020_reproducer.c:94:28: warning: unused parameter âargâ [-Wunused-parameter] > 94 | static int test_fork(void *arg) > | ~~~~~~^~~ >aone14740020_reproducer.c: In function âmainâ: >aone14740020_reproducer.c:214:15: warning: assignment to âchar **â from incompatible pointer type âchar *â [-Wincompatible-pointer-types] > 214 | child_stacks = (char *) malloc(nr_child_process * sizeof(char *)); > | ^ >aone14740020_reproducer.c:296:3: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 296 | if (child_pids[i] > 0) > | ^~ >aone14740020_reproducer.c:298:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 298 | waitpid(child_pids[i], NULL, 0); > | ^~~~~~~ >aone14740020_reproducer.c:256:37: warning: â/cgroup.procsâ directive output may be truncated writing 13 bytes into a region of size between 1 and 256 [-Wformat-truncation=] > 256 | snprintf(filepath, STRING_MAX, "%s/cgroup.procs", child_cgroup); > | ^~~~~~~~~~~~~ >aone14740020_reproducer.c:256:3: note: âsnprintfâ output between 14 and 269 bytes into a destination of size 256 > 256 | snprintf(filepath, STRING_MAX, "%s/cgroup.procs", child_cgroup); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aone14740020_reproducer.c:274:37: warning: â/cgroup.procsâ directive output may be truncated writing 13 bytes into a region of size between 1 and 256 [-Wformat-truncation=] > 274 | snprintf(filepath, STRING_MAX, "%s/cgroup.procs", child_cgroup); > | ^~~~~~~~~~~~~ >aone14740020_reproducer.c:274:3: note: âsnprintfâ output between 14 and 269 bytes into a destination of size 256 > 274 | snprintf(filepath, STRING_MAX, "%s/cgroup.procs", child_cgroup); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cgroup_pids_04.c -lltp -lalitest -lltp -o ali_cgroup_pids_04 >ali_cgroup_pids_04.c: In function âcreate_tgâ: >ali_cgroup_pids_04.c:37:18: warning: assignment to â__sighandler_tâ {aka âvoid (*)(int)â} from incompatible pointer type âvoid (*)(void)â [-Wincompatible-pointer-types] > 37 | act.sa_handler = tg_exit; > | ^ >ali_cgroup_pids_04.c:47:31: warning: passing argument 3 of âpthread_createâ from incompatible pointer type [-Wincompatible-pointer-types] > 47 | pthread_create(&tid[i],NULL,sleep_func,NULL); > | ^~~~~~~~~~ > | | > | void (*)(void) >In file included from ali_cgroup_pids_04.c:16: >/usr/include/pthread.h:201:15: note: expected âvoid * (*)(void *)â but argument is of type âvoid (*)(void)â > 201 | void *(*__start_routine) (void *), > | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ >ali_cgroup_pids_04.c: In function âdo_testâ: >ali_cgroup_pids_04.c:143:34: warning: unused parameter ânâ [-Wunused-parameter] > 143 | static void do_test(unsigned int n) > | ~~~~~~~~~~~~~^ >ali_cgroup_pids_04.c:115:2: warning: âpid2â may be used uninitialized in this function [-Wmaybe-uninitialized] > 115 | kill(pid2,15); > | ^~~~~~~~~~~~~ >ali_cgroup_pids_04.c:57:6: note: âpid2â was declared here > 57 | int pid2; > | ^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -lpthread -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cgroup_pids_01.c -lltp -lalitest -lltp -o ali_cgroup_pids_01 >ali_cgroup_pids_01.c: In function âdo_testâ: >ali_cgroup_pids_01.c:68:34: warning: unused parameter ânâ [-Wunused-parameter] > 68 | static void do_test(unsigned int n) > | ~~~~~~~~~~~~~^ >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cgroup' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpu' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpu' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct' >"SKIP: 0" >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cpuacct_01.c -lltp -lalitest -lltp -lpthread -o ali_cpuacct_01 >ali_cpuacct_01.c: In function âtest_beginâ: >ali_cpuacct_01.c:103:2: warning: implicit declaration of function âtst_module_existsâ [-Wimplicit-function-declaration] > 103 | tst_module_exists(NULL, "mod_cpuacct_01.ko", NULL); > | ^~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cpuacct_02.c -lltp -lalitest -lltp -lpthread -o ali_cpuacct_02 >ali_cpuacct_02.c: In function âhandlerâ: >ali_cpuacct_02.c:85:18: warning: unused parameter âsigâ [-Wunused-parameter] > 85 | void handler(int sig) > | ~~~~^~~ >ali_cpuacct_02.c: In function âsetupâ: >ali_cpuacct_02.c:65:24: warning: â%sâ directive output may be truncated writing up to 383 bytes into a region of size 128 [-Wformat-truncation=] > 65 | snprintf(dst, 128, "%s/cpuset.mems", str[i]); > | ^~ >ali_cpuacct_02.c:65:4: note: âsnprintfâ output between 13 and 396 bytes into a destination of size 128 > 65 | snprintf(dst, 128, "%s/cpuset.mems", str[i]); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >ali_cpuacct_02.c:68:24: warning: â%sâ directive output may be truncated writing up to 383 bytes into a region of size 128 [-Wformat-truncation=] > 68 | snprintf(dst, 128, "%s/cpuset.cpus", str[i]); > | ^~ >ali_cpuacct_02.c:68:4: note: âsnprintfâ output between 13 and 396 bytes into a destination of size 128 > 68 | snprintf(dst, 128, "%s/cpuset.cpus", str[i]); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib ali_cpuacct_03.c -lltp -lalitest -lltp -lpthread -o ali_cpuacct_03 >ali_cpuacct_03.c: In function âsigusr_handlerâ: >ali_cpuacct_03.c:55:25: warning: unused parameter âsignoâ [-Wunused-parameter] > 55 | void sigusr_handler(int signo) { > | ~~~~^~~~~ >Building modules: mod_cpuacct_01.c mod_mdelay_04.c >make -C /lib/modules/5.10.134-857.git.68ae31977f38.al8.x86_64/build M=/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct >make[6]: Entering directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >"SKIP: " > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct/mod_cpuacct_01.o > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct/mod_mdelay_04.o > CC [M] /home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct/aone17075765_reproducer.o >/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct/aone17075765_reproducer.c:8:10: fatal error: unistd.h: No such file or directory > 8 | #include <unistd.h> > | ^~~~~~~~~~ >compilation terminated. >make[7]: *** [scripts/Makefile.build:286: /home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct/aone17075765_reproducer.o] Error 1 >make[6]: *** [Makefile:1834: /home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct] Error 2 >make[6]: Leaving directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >make[5]: [../../../../../include/mk/module.mk:60: .dep_modules] Error 2 (ignored) >rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib dummy_threads.c -lltp -lalitest -lltp -lpthread -o dummy_threads >dummy_threads.c: In function âsigusr_handlerâ: >dummy_threads.c:24:25: warning: unused parameter âsigâ [-Wunused-parameter] > 24 | void sigusr_handler(int sig) > | ~~~~^~~ >dummy_threads.c: In function âdummy_threadâ: >dummy_threads.c:37:12: warning: variable âtidâ set but not used [-Wunused-but-set-variable] > 37 | pthread_t tid; > | ^~~ >dummy_threads.c:54:1: warning: no return statement in function returning non-void [-Wreturn-type] > 54 | } > | ^ >dummy_threads.c:34:33: warning: unused parameter âdataâ [-Wunused-parameter] > 34 | static void *dummy_thread(void *data) > | ~~~~~~^~~~ >dummy_threads.c: In function âmainâ: >dummy_threads.c:115:37: warning: format â%uâ expects argument of type âunsigned intâ, but argument 3 has type âpthread_tâ {aka âlong unsigned intâ} [-Wformat=] > 115 | fprintf(stderr, "pthread_cancel(%u) error\n", *((ptid+i))); > | ~^ ~~~~~~~~~~~ > | | | > | unsigned int pthread_t {aka long unsigned int} > | %lu >dummy_threads.c:120:35: warning: format â%uâ expects argument of type âunsigned intâ, but argument 3 has type âpthread_tâ {aka âlong unsigned intâ} [-Wformat=] > 120 | fprintf(stderr, "pthread_join(%u) error\n", *((ptid+i))); > | ~^ ~~~~~~~~~~~ > | | | > | unsigned int pthread_t {aka long unsigned int} > | %lu >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/alitests/include -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/alitests/lib -L../../../../../lib aone17075765_reproducer.c -lltp -lalitest -lltp -lpthread -o aone17075765_reproducer >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller/cpuacct' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel/controller' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/kernel' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/containers' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/alidocker' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib usemem_monitor.c -o usemem_monitor >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/alidocker/D2015_native_vsyscall' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/alidocker/D2015_native_vsyscall/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/alidocker/D2015_native_vsyscall/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/alidocker/D2015_native_vsyscall' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/alidocker' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/docker_fs' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/docker_fs' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/docker-ce' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/containers/docker-ce' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/containers' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/alitests/lib' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests/lib' >make[2]: Leaving directory '/home/wb-wpp899309/ltp/testcases/alitests' >make[2]: Entering directory '/home/wb-wpp899309/ltp/testcases/cve' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -pthread -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-17052.c -lltp -o cve-2017-17052 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-16939.c -lltp -o cve-2017-16939 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-5669.c -lltp -o cve-2017-5669 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -pthread -I../../include -I../../include -I../../include/old/ -L../../lib cve-2014-0196.c -lltp -lrt -lutil -o cve-2014-0196 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I/home/wb-wpp899309/ltp/testcases/cve/../realtime/include -msse2 -I../../include -I../../include -I../../include/old/ -L../../lib meltdown.c -lltp -o meltdown >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-6951.c -lltp -o cve-2017-6951 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2016-7042.c -lltp -o cve-2016-7042 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2016-10044.c -lltp -o cve-2016-10044 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -pthread -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-17053.c -lltp -o cve-2017-17053 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2016-4997.c -lltp -o cve-2016-4997 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib stack_clash.c -lltp -o stack_clash >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -pthread -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-2671.c -lltp -lrt -o cve-2017-2671 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2017-2618.c -lltp -o cve-2017-2618 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../include -I../../include -I../../include/old/ -L../../lib cve-2012-0957.c -lltp -o cve-2012-0957 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -pthread -I../../include -I../../include -I../../include/old/ -L../../lib cve-2016-7117.c -lltp -lrt -o cve-2016-7117 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -pthread -I../../include -I../../include -I../../include/old/ -L../../lib cve-2015-3290.c -lltp -o cve-2015-3290 >make[2]: Leaving directory '/home/wb-wpp899309/ltp/testcases/cve' >make[2]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/sysctl' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/sysctl' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/cron' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib cron_dirs_check.c -o cron_dirs_check >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/cron' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ar' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ar/datafiles' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ar/datafiles' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ar' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/du' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/du' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ln' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ln' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/nm' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/nm/datafiles' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o f1.o f1.c >gcc -L../../../../lib f1.o -o f1 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o f2.o f2.c >gcc -L../../../../lib f2.o -o f2 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o f3.o f3.c >gcc -L../../../../lib f3.o -o f3 >ar rcs lib.a f1.o f2.o f3.o >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/nm/datafiles' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/nm' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/logrotate' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/logrotate' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/df' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/df' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/file' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/file/datafiles' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib in.c -o in >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/file/datafiles' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/file' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ldd' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ldd/datafiles' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../include -I../../../../include -I../../../../include/old/ -c -o main.o main.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../include -I../../../../include -I../../../../include/old/ -c -o lddfile3.o lddfile3.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -shared -o lddfile3.obj.so lddfile3.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../include -I../../../../include -I../../../../include/old/ -c -o lddfile5.o lddfile5.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -shared -o lddfile5.obj.so lddfile5.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../include -I../../../../include -I../../../../include/old/ -c -o lddfile2.o lddfile2.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -shared -o lddfile2.obj.so lddfile2.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../include -I../../../../include -I../../../../include/old/ -c -o lddfile4.o lddfile4.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -shared -o lddfile4.obj.so lddfile4.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -fpic -I../../../../include -I../../../../include -I../../../../include/old/ -c -o lddfile1.o lddfile1.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -shared -o lddfile1.obj.so lddfile1.o >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -O -o lddfile.out main.o lddfile3.obj.so lddfile5.obj.so lddfile2.obj.so lddfile4.obj.so lddfile1.obj.so >rm lddfile5.o lddfile1.o lddfile2.o lddfile4.o lddfile3.o >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ldd/datafiles' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ldd' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/mkfs' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/mkfs' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/gdb' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/gdb' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tar' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tar' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/gzip' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/gzip' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/su' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/su' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/cp' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/cp' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/cpio' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/cpio' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/mkdir' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/mkdir' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/insmod' >Building modules: ltp_insmod01.c >make -C /lib/modules/5.10.134-857.git.68ae31977f38.al8.x86_64/build M=/home/wb-wpp899309/ltp/testcases/commands/insmod >make[4]: Entering directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' > CC [M] /home/wb-wpp899309/ltp/testcases/commands/insmod/ltp_insmod01.o > MODPOST /home/wb-wpp899309/ltp/testcases/commands/insmod/Module.symvers >WARNING: modpost: missing MODULE_LICENSE() in /home/wb-wpp899309/ltp/testcases/commands/insmod/ltp_insmod01.o > CC [M] /home/wb-wpp899309/ltp/testcases/commands/insmod/ltp_insmod01.mod.o > LD [M] /home/wb-wpp899309/ltp/testcases/commands/insmod/ltp_insmod01.ko >make[4]: Leaving directory '/usr/src/kernels/5.10.134-857.git.68ae31977f38.al8.x86_64' >rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/insmod' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/mv' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/mv' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/lsmod' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/lsmod' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/which' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/which' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ld' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/ld/datafiles' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ld/datafiles' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/ld' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/unzip' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/unzip/datafiles' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/unzip/datafiles' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/unzip' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/wc' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/wc' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_selftest' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_selftest' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_takeownership' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_takeownership' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_changeauth' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_changeauth' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_clear' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_clear' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_getpubek' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_getpubek' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_version' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm/tpm_version' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpm' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools/tpmtoken' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/tpm-tools' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/mkswap' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/mkswap' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/keyctl' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/keyctl' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/eject' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib eject_check_tray.c -lltp -o eject_check_tray >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/eject' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/unshare' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/unshare' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/commands/at' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands/at' >make[2]: Leaving directory '/home/wb-wpp899309/ltp/testcases/commands' >make[2]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/f00f' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib f00f.c -lltp -lm -o f00f >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/f00f' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/crash' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib crash02.c -lltp -o crash02 >crash02.c: In function âmonitor_fcnâ: >crash02.c:183:22: warning: unused parameter âsigâ [-Wunused-parameter] > 183 | void monitor_fcn(int sig) > | ~~~~^~~ >crash02.c: In function âbadboy_forkâ: >crash02.c:205:3: warning: this statement may fall through [-Wimplicit-fallthrough=] > 205 | perror("fork"); > | ^~~~~~~~~~~~~~ >crash02.c:206:2: note: here > 206 | case 0: > | ^~~~ >crash02.c: In function âbadboy_loopâ: >crash02.c:283:6: warning: variable âiâ might be clobbered by âlongjmpâ or âvforkâ [-Wclobbered] > 283 | int i; > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib crash01.c -lltp -o crash01 >crash01.c: In function âmonitor_fcnâ: >crash01.c:206:22: warning: unused parameter âsigâ [-Wunused-parameter] > 206 | void monitor_fcn(int sig) > | ~~~~^~~ >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/crash' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/float' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib float_bessel.c -lltp -lpthread -lm -static -o float_bessel >In file included from float_bessel.c:44: >main.c: In function âhandle_signalsâ: >main.c:322:35: warning: unused parameter âargâ [-Wunused-parameter] > 322 | static void *handle_signals(void *arg) > | ~~~~~~^~~ >In file included from float_bessel.c:45: >thread_code.c: In function âread_fileâ: >thread_code.c:95:33: warning: comparison of integer expressions of different signedness: âssize_tâ {aka âlong intâ} and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 95 | while (read(fd, buffer, fsize) != fsize) { > | ^~ >In file included from float_bessel.c:44: >main.c: In function âmainâ: >main.c:36:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 36 | #define exit(x) myexit(x) > | ^~~~~~~~~ >main.c:171:3: note: in expansion of macro âexitâ > 171 | exit(0); > | ^~~~ >main.c:172:2: note: here > 172 | default: > | ^~~~~~~ >In file included from float_bessel.c:45: >thread_code.c: In function âread_fileâ: >thread_code.c:50:28: warning: âsprintfâ may write a terminating nul past the end of the destination [-Wformat-overflow=] > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^ >thread_code.c:50:8: note: âsprintfâ output 2 or more bytes (assuming 4097) into a destination of size 4096 > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from float_bessel.c:44: >main.c: In function âmainâ: >main.c:145:5: warning: âstrncpyâ specified bound 4096 equals destination size [-Wstringop-truncation] > 145 | strncpy(datadir, optarg, PATH_MAX); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/bin/ld: ../../../../lib/libltp.a(tst_safe_macros.o): in function `safe_getgrnam': >/home/wb-wpp899309/ltp/lib/tst_safe_macros.c:147: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >/bin/ld: ../../../../lib/libltp.a(safe_macros.o): in function `safe_getpwnam': >/home/wb-wpp899309/ltp/lib/safe_macros.c:119: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib float_exp_log.c -lltp -lpthread -lm -static -o float_exp_log >In file included from float_exp_log.c:48: >main.c: In function âhandle_signalsâ: >main.c:322:35: warning: unused parameter âargâ [-Wunused-parameter] > 322 | static void *handle_signals(void *arg) > | ~~~~~~^~~ >In file included from float_exp_log.c:49: >thread_code.c: In function âread_fileâ: >thread_code.c:95:33: warning: comparison of integer expressions of different signedness: âssize_tâ {aka âlong intâ} and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 95 | while (read(fd, buffer, fsize) != fsize) { > | ^~ >In file included from float_exp_log.c:48: >main.c: In function âmainâ: >main.c:36:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 36 | #define exit(x) myexit(x) > | ^~~~~~~~~ >main.c:171:3: note: in expansion of macro âexitâ > 171 | exit(0); > | ^~~~ >main.c:172:2: note: here > 172 | default: > | ^~~~~~~ >In file included from float_exp_log.c:49: >thread_code.c: In function âread_fileâ: >thread_code.c:50:28: warning: âsprintfâ may write a terminating nul past the end of the destination [-Wformat-overflow=] > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^ >thread_code.c:50:8: note: âsprintfâ output 2 or more bytes (assuming 4097) into a destination of size 4096 > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from float_exp_log.c:48: >main.c: In function âmainâ: >main.c:145:5: warning: âstrncpyâ specified bound 4096 equals destination size [-Wstringop-truncation] > 145 | strncpy(datadir, optarg, PATH_MAX); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/bin/ld: ../../../../lib/libltp.a(tst_safe_macros.o): in function `safe_getgrnam': >/home/wb-wpp899309/ltp/lib/tst_safe_macros.c:147: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >/bin/ld: ../../../../lib/libltp.a(safe_macros.o): in function `safe_getpwnam': >/home/wb-wpp899309/ltp/lib/safe_macros.c:119: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib float_power.c -lltp -lpthread -lm -static -o float_power >In file included from float_power.c:46: >main.c: In function âhandle_signalsâ: >main.c:322:35: warning: unused parameter âargâ [-Wunused-parameter] > 322 | static void *handle_signals(void *arg) > | ~~~~~~^~~ >In file included from float_power.c:47: >thread_code.c: In function âread_fileâ: >thread_code.c:95:33: warning: comparison of integer expressions of different signedness: âssize_tâ {aka âlong intâ} and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 95 | while (read(fd, buffer, fsize) != fsize) { > | ^~ >In file included from float_power.c:46: >main.c: In function âmainâ: >main.c:36:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 36 | #define exit(x) myexit(x) > | ^~~~~~~~~ >main.c:171:3: note: in expansion of macro âexitâ > 171 | exit(0); > | ^~~~ >main.c:172:2: note: here > 172 | default: > | ^~~~~~~ >In file included from float_power.c:47: >thread_code.c: In function âread_fileâ: >thread_code.c:50:28: warning: âsprintfâ may write a terminating nul past the end of the destination [-Wformat-overflow=] > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^ >thread_code.c:50:8: note: âsprintfâ output 2 or more bytes (assuming 4097) into a destination of size 4096 > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from float_power.c:46: >main.c: In function âmainâ: >main.c:145:5: warning: âstrncpyâ specified bound 4096 equals destination size [-Wstringop-truncation] > 145 | strncpy(datadir, optarg, PATH_MAX); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/bin/ld: ../../../../lib/libltp.a(tst_safe_macros.o): in function `safe_getgrnam': >/home/wb-wpp899309/ltp/lib/tst_safe_macros.c:147: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >/bin/ld: ../../../../lib/libltp.a(safe_macros.o): in function `safe_getpwnam': >/home/wb-wpp899309/ltp/lib/safe_macros.c:119: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib float_iperb.c -lltp -lpthread -lm -static -o float_iperb >In file included from float_iperb.c:40: >main.c: In function âhandle_signalsâ: >main.c:322:35: warning: unused parameter âargâ [-Wunused-parameter] > 322 | static void *handle_signals(void *arg) > | ~~~~~~^~~ >In file included from float_iperb.c:41: >thread_code.c: In function âread_fileâ: >thread_code.c:95:33: warning: comparison of integer expressions of different signedness: âssize_tâ {aka âlong intâ} and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 95 | while (read(fd, buffer, fsize) != fsize) { > | ^~ >In file included from float_iperb.c:40: >main.c: In function âmainâ: >main.c:36:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 36 | #define exit(x) myexit(x) > | ^~~~~~~~~ >main.c:171:3: note: in expansion of macro âexitâ > 171 | exit(0); > | ^~~~ >main.c:172:2: note: here > 172 | default: > | ^~~~~~~ >In file included from float_iperb.c:41: >thread_code.c: In function âread_fileâ: >thread_code.c:50:28: warning: âsprintfâ may write a terminating nul past the end of the destination [-Wformat-overflow=] > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^ >thread_code.c:50:8: note: âsprintfâ output 2 or more bytes (assuming 4097) into a destination of size 4096 > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from float_iperb.c:40: >main.c: In function âmainâ: >main.c:145:5: warning: âstrncpyâ specified bound 4096 equals destination size [-Wstringop-truncation] > 145 | strncpy(datadir, optarg, PATH_MAX); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/bin/ld: ../../../../lib/libltp.a(tst_safe_macros.o): in function `safe_getgrnam': >/home/wb-wpp899309/ltp/lib/tst_safe_macros.c:147: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >/bin/ld: ../../../../lib/libltp.a(safe_macros.o): in function `safe_getpwnam': >/home/wb-wpp899309/ltp/lib/safe_macros.c:119: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib float_trigo.c -lltp -lpthread -lm -static -o float_trigo >In file included from float_trigo.c:48: >main.c: In function âhandle_signalsâ: >main.c:322:35: warning: unused parameter âargâ [-Wunused-parameter] > 322 | static void *handle_signals(void *arg) > | ~~~~~~^~~ >In file included from float_trigo.c:49: >thread_code.c: In function âread_fileâ: >thread_code.c:95:33: warning: comparison of integer expressions of different signedness: âssize_tâ {aka âlong intâ} and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 95 | while (read(fd, buffer, fsize) != fsize) { > | ^~ >In file included from float_trigo.c:48: >main.c: In function âmainâ: >main.c:36:17: warning: this statement may fall through [-Wimplicit-fallthrough=] > 36 | #define exit(x) myexit(x) > | ^~~~~~~~~ >main.c:171:3: note: in expansion of macro âexitâ > 171 | exit(0); > | ^~~~ >main.c:172:2: note: here > 172 | default: > | ^~~~~~~ >In file included from float_trigo.c:49: >thread_code.c: In function âread_fileâ: >thread_code.c:50:28: warning: âsprintfâ may write a terminating nul past the end of the destination [-Wformat-overflow=] > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^ >thread_code.c:50:8: note: âsprintfâ output 2 or more bytes (assuming 4097) into a destination of size 4096 > 50 | (void)sprintf(path, "%s/%s", datadir, fname); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from float_trigo.c:48: >main.c: In function âmainâ: >main.c:145:5: warning: âstrncpyâ specified bound 4096 equals destination size [-Wstringop-truncation] > 145 | strncpy(datadir, optarg, PATH_MAX); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/bin/ld: ../../../../lib/libltp.a(tst_safe_macros.o): in function `safe_getgrnam': >/home/wb-wpp899309/ltp/lib/tst_safe_macros.c:147: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >/bin/ld: ../../../../lib/libltp.a(safe_macros.o): in function `safe_getpwnam': >/home/wb-wpp899309/ltp/lib/safe_macros.c:119: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/power' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genfloor.c -lm -o genfloor >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gensqrt.c -lm -o gensqrt >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genfmod.c -lm -o genfmod >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genpow.c -lm -o genpow >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genpower.c -lm -o genpower >genpower.c: In function âcreate_fileâ: >genpower.c:51:38: warning: unused parameter âNbValâ [-Wunused-parameter] > 51 | int create_file(char *func_name, int NbVal) > | ~~~~^~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genfabs.c -lm -o genfabs >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genceil.c -lm -o genceil >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/power' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/trigo' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genatan2.c -lm -o genatan2 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gentan.c -lm -o gentan >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gentrigo.c -lm -o gentrigo >gentrigo.c: In function âcreate_fileâ: >gentrigo.c:52:38: warning: unused parameter âNbValâ [-Wunused-parameter] > 52 | int create_file(char *func_name, int NbVal) > | ~~~~^~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gensin.c -lm -o gensin >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gencos.c -lm -o gencos >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genasin.c -lm -o genasin >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genacos.c -lm -o genacos >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genatan.c -lm -o genatan >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/trigo' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/exp_log' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genexp.c -lm -o genexp >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genldexp.c -lm -o genldexp >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genlog.c -lm -o genlog >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genlog10.c -lm -o genlog10 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genexp_log.c -lm -o genexp_log >genexp_log.c: In function âcreate_fileâ: >genexp_log.c:51:38: warning: unused parameter âNbValâ [-Wunused-parameter] > 51 | int create_file(char *func_name, int NbVal) > | ~~~~^~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genmodf.c -lm -o genmodf >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genhypot.c -lm -o genhypot >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genfrexp.c -lm -o genfrexp >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/exp_log' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/bessel' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genlgamma.c -lm -static -o genlgamma >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genbessel.c -lm -static -o genbessel >genbessel.c: In function âcreate_fileâ: >genbessel.c:51:38: warning: unused parameter âNbValâ [-Wunused-parameter] > 51 | int create_file(char *func_name, int NbVal) > | ~~~~^~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib geny0.c -lm -static -o geny0 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib geny1.c -lm -static -o geny1 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genj0.c -lm -static -o genj0 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib genj1.c -lm -static -o genj1 >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/bessel' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/iperb' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gentanh.c -lm -o gentanh >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib geniperb.c -lm -o geniperb >geniperb.c: In function âcreate_fileâ: >geniperb.c:51:38: warning: unused parameter âNbValâ [-Wunused-parameter] > 51 | int create_file(char *func_name, int NbVal) > | ~~~~^~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gensinh.c -lm -o gensinh >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L../../../../../lib gencosh.c -lm -o gencosh >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/float/iperb' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/float' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/fptests' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib fptest01.c -lltp -lm -o fptest01 >fptest01.c: In function âmainâ: >fptest01.c:98:14: warning: unused parameter âargcâ [-Wunused-parameter] > 98 | int main(int argc, char **argv) > | ~~~~^~~~ >fptest01.c:98:27: warning: unused parameter âargvâ [-Wunused-parameter] > 98 | int main(int argc, char **argv) > | ~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib fptest02.c -lltp -lm -o fptest02 >fptest02.c: In function âmainâ: >fptest02.c:97:14: warning: unused parameter âargcâ [-Wunused-parameter] > 97 | int main(int argc, char *argv[]) > | ~~~~^~~~ >fptest02.c:97:26: warning: unused parameter âargvâ [-Wunused-parameter] > 97 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/fptests' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/nextafter' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib nextafter01.c -lltp -lm -o nextafter01 >nextafter01.c: In function âmainâ: >nextafter01.c:58:5: warning: old-style function definition [-Wold-style-definition] > 58 | int main() > | ^~~~ >nextafter01.c: In function âsetupâ: >nextafter01.c:109:6: warning: old-style function definition [-Wold-style-definition] > 109 | void setup() > | ^~~~~ >nextafter01.c: In function âblenterâ: >nextafter01.c:114:6: warning: old-style function definition [-Wold-style-definition] > 114 | void blenter() > | ^~~~~~~ >nextafter01.c: In function âblexitâ: >nextafter01.c:119:6: warning: old-style function definition [-Wold-style-definition] > 119 | void blexit() > | ^~~~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/nextafter' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/atof' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib atof01.c -lltp -lm -o atof01 >atof01.c: In function âmainâ: >atof01.c:70:14: warning: unused parameter âargcâ [-Wunused-parameter] > 70 | int main(int argc, char *argv[]) > | ~~~~^~~~ >atof01.c:70:26: warning: unused parameter âargvâ [-Wunused-parameter] > 70 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/atof' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/misc/math/abs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib abs01.c -lltp -lm -o abs01 >abs01.c: In function âmainâ: >abs01.c:66:14: warning: unused parameter âargcâ [-Wunused-parameter] > 66 | int main(int argc, char *argv[]) > | ~~~~^~~~ >abs01.c:66:26: warning: unused parameter âargvâ [-Wunused-parameter] > 66 | int main(int argc, char *argv[]) > | ~~~~~~^~~~~~ >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math/abs' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc/math' >make[2]: Leaving directory '/home/wb-wpp899309/ltp/testcases/misc' >make[2]: Entering directory '/home/wb-wpp899309/ltp/testcases/network' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cc' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cc' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-sackoff' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-sackoff' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-tso' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-tso' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-diffip' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-diffip' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-smallsend' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-smallsend' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-winscale' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-winscale' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-basic' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-basic' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-diffport' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-diffport' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-diffnic' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-diffnic' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-dsackoff' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-dsackoff' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-sameport' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/multi-sameport' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-pktlossdup' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp/uni-pktlossdup' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/tcp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/dns' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/dns' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/ipsec' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/ipsec' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/multi-diffip' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/multi-diffip' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/uni-basic' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/uni-basic' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/multi-diffport' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/multi-diffport' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/multi-diffnic' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp/multi-diffnic' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/udp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/ftp' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/ftp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/broken_ip' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/broken_ip' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/sctp' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/sctp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/icmp' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/icmp/multi-diffip' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/icmp/multi-diffip' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/icmp/multi-diffnic' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/icmp/multi-diffnic' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/icmp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/http' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/http' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast/grp-operation' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast/grp-operation' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast/query-flood' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast/query-flood' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast/packet-flood' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast/packet-flood' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/multicast' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/route' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/route' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/ns-tools' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-icmp_redirector.o ns-icmp_redirector.c >ns-icmp_redirector.c: In function âreturn_arp_replyâ: >ns-icmp_redirector.c:343:13: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 343 | if (retval != sndeth_size) > | ^~ >ns-icmp_redirector.c: In function âreturn_icmp4_redirectâ: >ns-icmp_redirector.c:439:13: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 439 | if (retval != sndeth_size) > | ^~ >ns-icmp_redirector.c: In function âreturn_neigh_advâ: >ns-icmp_redirector.c:564:13: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 564 | if (retval != sndeth_size) > | ^~ >ns-icmp_redirector.c: In function âreturn_icmp6_redirectâ: >ns-icmp_redirector.c:665:13: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 665 | if (retval != sndeth_size) > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-common.o ns-common.c >ns-common.c: In function âbit_change_seedâ: >ns-common.c:234:19: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 234 | seed = (rand_val < bitsize) ? (0x00000001 << rand_val) : 0; > | ^ >ns-common.c: In function âstrtotimespecâ: >ns-common.c:337:3: warning: âstrncpyâ specified bound depends on the length of the source argument [-Wstringop-overflow=] > 337 | strncpy(sec_str, str, len - 9); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >ns-common.c:334:8: note: length computed here > 334 | len = strlen(str); > | ^~~~~~~~~~~ >gcc -L../../../../lib ns-icmp_redirector.o ns-common.o -o ns-icmp_redirector >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-igmp_querier.o ns-igmp_querier.c >ns-igmp_querier.c: In function âsend_queryâ: >ns-igmp_querier.c:435:14: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 435 | if (retval != query_size) { > | ^~ >gcc -L../../../../lib ns-igmp_querier.o ns-common.o -o ns-igmp_querier >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-udpsender.o ns-udpsender.c >ns-udpsender.c: In function âsend_udp_datagramâ: >ns-udpsender.c:400:14: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 400 | if (retval != udp_p->msgsize) { > | ^~ >gcc -L../../../../lib ns-udpsender.o ns-common.o -o ns-udpsender >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-udpserver.o ns-udpserver.c >gcc -L../../../../lib ns-udpserver.o ns-common.o -o ns-udpserver >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-tcpserver.o ns-tcpserver.c >gcc -L../../../../lib ns-tcpserver.o ns-common.o -o ns-tcpserver >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-icmpv6_sender.o ns-icmpv6_sender.c >gcc -L../../../../lib ns-icmpv6_sender.o ns-common.o -o ns-icmpv6_sender >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-mcast_join.o ns-mcast_join.c >ns-mcast_join.c: In function âjoin_groupâ: >ns-mcast_join.c:311:20: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 311 | for (idx = 0; idx < num_sock; idx++) { > | ^ >ns-mcast_join.c:337:20: warning: comparison of integer expressions of different signedness: âintâ and âsize_tâ {aka âlong unsigned intâ} [-Wsign-compare] > 337 | for (idx = 0; idx < num_group; idx++) { > | ^ >ns-mcast_join.c:332:3: warning: âstrncpyâ specified bound 80 equals destination size [-Wstringop-truncation] > 332 | strncpy(maddr, mcast_addr, ADDR_STR_MAXSIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -L../../../../lib ns-mcast_join.o ns-common.o -o ns-mcast_join >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-icmpv4_sender.o ns-icmpv4_sender.c >gcc -L../../../../lib ns-icmpv4_sender.o ns-common.o -o ns-icmpv4_sender >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-udpclient.o ns-udpclient.c >gcc -L../../../../lib ns-udpclient.o ns-common.o -o ns-udpclient >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-tcpclient.o ns-tcpclient.c >gcc -L../../../../lib ns-tcpclient.o ns-common.o -o ns-tcpclient >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o ns-mcast_receiver.o ns-mcast_receiver.c >gcc -L../../../../lib ns-mcast_receiver.o ns-common.o -o ns-mcast_receiver >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/ns-tools' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/interface' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/interface' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/dccp' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/dccp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/stress/ssh' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress/ssh' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/stress' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/iptables' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/iptables' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/rsh' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/rsh' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/rlogin' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/rlogin' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ping' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ping' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/rcp' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/rcp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/tcpdump' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/tcpdump' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/arping' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/arping' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/tracepath' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/tracepath' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/clockdiff' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/clockdiff' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/netstat' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/netstat' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ftp' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ftp' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile' >make -C ../.. \ > -f "/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile/../../Makefile" generate >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network' >mkdir -p "datafiles" >cd "datafiles" && \ >abs_top_srcdir="/home/wb-wpp899309/ltp" "/home/wb-wpp899309/ltp/testcases/network/generate.sh" >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile/../include -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib testsf_c.c -lltp -o testsf_c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile/../include -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib testsf_s.c -lltp -o testsf_s >testsf_s.c: In function âmainâ: >testsf_s.c:32:13: warning: variable âapâ set but not used [-Wunused-but-set-variable] > 32 | sai_t sa, *ap; > | ^~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile/../include -I../../../../include -I../../../../include -I../../../../include/old/ -DINET6 -c -o testsf_c6.o testsf_c.c >gcc -L../../../../lib testsf_c6.o -lltp -o testsf_c6 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile/../include -I../../../../include -I../../../../include -I../../../../include/old/ -DINET6 -c -o testsf_s6.o testsf_s.c >testsf_s.c: In function âmainâ: >testsf_s.c:32:13: warning: variable âapâ set but not used [-Wunused-but-set-variable] > 32 | sai_t sa, *ap; > | ^~ >gcc -L../../../../lib testsf_s6.o -lltp -o testsf_s6 >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/sendfile' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/host' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/host' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ipneigh' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ipneigh' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/telnet' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/telnet' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ssh' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds/ssh' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_cmds' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/lib6' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../include -I../../../include -I../../../include/old/ -L../../../lib in6_02.c -lltp -lpthread -o in6_02 >in6_02.c: In function âsetupâ: >in6_02.c:252:3: warning: implicit declaration of function âtst_exitâ; did you mean âtst_reinitâ? [-Wimplicit-function-declaration] > 252 | tst_exit(); > | ^~~~~~~~ > | tst_reinit >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../include -I../../../include -I../../../include/old/ -L../../../lib asapi_01.c -lltp -lpthread -o asapi_01 >asapi_01.c: In function âmainâ: >asapi_01.c:68:7: warning: implicit declaration of function âtst_ipv6_enabledâ [-Wimplicit-function-declaration] > 68 | if (!tst_ipv6_enabled(TCONF)) { > | ^~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../include -I../../../include -I../../../include/old/ -L../../../lib asapi_02.c -lltp -lpthread -o asapi_02 >asapi_02.c: In function âmainâ: >asapi_02.c:47:7: warning: implicit declaration of function âtst_ipv6_enabledâ [-Wimplicit-function-declaration] > 47 | if (!tst_ipv6_enabled(TCONF)) { > | ^~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../include -I../../../include -I../../../include/old/ -L../../../lib in6_01.c -lltp -lpthread -o in6_01 >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../include -I../../../include -I../../../include/old/ -L../../../lib getaddrinfo_01.c -lltp -lpthread -o getaddrinfo_01 >getaddrinfo_01.c: In function âmainâ: >getaddrinfo_01.c:48:7: warning: implicit declaration of function âtst_ipv6_enabledâ [-Wimplicit-function-declaration] > 48 | if (!tst_ipv6_enabled(TCONF)) { > | ^~~~~~~~~~~~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -D_GNU_SOURCE -I../../../include -I../../../include -I../../../include/old/ -L../../../lib asapi_03.c -lltp -lpthread -o asapi_03 >asapi_03.c: In function âmainâ: >asapi_03.c:61:7: warning: implicit declaration of function âtst_ipv6_enabledâ [-Wimplicit-function-declaration] > 61 | if (!tst_ipv6_enabled(TCONF)) { > | ^~~~~~~~~~~~~~~~ >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/lib6' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01' >make -C lib -f "/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib/Makefile" all >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -c -o librpc01.o librpc01.c >make -C /home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -f "/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/Makefile" all >make[7]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -c -o librpc-tirpc.o librpc-tirpc.c >if [ -z "librpc-tirpc.o" ] ; then \ > echo "Cowardly refusing to create empty archive"; \ > exit 1; \ >fi >ar -rc "librpc-tirpc.a" librpc-tirpc.o >ranlib "librpc-tirpc.a" >make[7]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib' >if [ -z "librpc01.o" ] ; then \ > echo "Cowardly refusing to create empty archive"; \ > exit 1; \ >fi >ar -rc "librpc01.a" librpc01.o >ranlib "librpc01.a" >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib -I../../../../../include -I../../../../../include -I../../../../../include/old/ -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -L/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib -L../../../../../lib -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib rpc1.c -lrpc01 -ltirpc -lrpc-tirpc -o rpc1 >rpc1.c: In function âmainâ: >rpc1.c:96:49: warning: argument to âsizeofâ in âmemcpyâ call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] > 96 | memcpy(&server_sin.sin_addr, hp->h_addr, sizeof(hp->h_addr)); > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib -I../../../../../include -I../../../../../include -I../../../../../include/old/ -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -L/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/lib -L../../../../../lib -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib rpc_server.c -lrpc01 -ltirpc -lrpc-tirpc -o rpc_server >rpc_server.c: In function âservice_requestâ: >rpc_server.c:93:25: warning: cast between incompatible function types from âbool_t (*)(void)â {aka âint (*)(void)â} to âbool_t (*)(XDR *, ...)â {aka âint (*)(struct __rpc_xdr *, ...)â} [-Wcast-function-type] > 93 | svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); > | ^ >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/datafiles' >make[6]: Nothing to be done for 'all'. >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01/datafiles' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpc01' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpcinfo' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rpcinfo' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rusers' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rusers' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rup' >make[5]: Nothing to be done for 'all'. >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests/rup' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/basic_tests' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc' >make[5]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../lib tirpc_cleaner.c -ltirpc -lrpc-tirpc -o tirpc_cleaner >tirpc_cleaner.c: In function âmainâ: >tirpc_cleaner.c:36:14: warning: unused parameter âargnâ [-Wunused-parameter] > 36 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../include -I../../../../../include -I../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../lib rpc_cleaner.c -ltirpc -lrpc-tirpc -o rpc_cleaner >rpc_cleaner.c: In function âmainâ: >rpc_cleaner.c:25:14: warning: unused parameter âargcâ [-Wunused-parameter] > 25 | int main(int argc, char *argv[]) > | ~~~~^~~~ >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_6' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_6.c -ltirpc -lrpc-tirpc -o tirpc_svc_6 >tirpc_svc_6.c: In function âmainâ: >tirpc_svc_6.c:75:14: warning: unused parameter âargnâ [-Wunused-parameter] > 75 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_6' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_1' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_1.c -ltirpc -lrpc-tirpc -o tirpc_svc_1 >tirpc_svc_1.c: In function âmainâ: >tirpc_svc_1.c:51:9: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 51 | bool_t rslt; > | ^~~~ >tirpc_svc_1.c:44:14: warning: unused parameter âargnâ [-Wunused-parameter] > 44 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_1' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_11.c -ltirpc -lrpc-tirpc -o tirpc_svc_11 >tirpc_svc_11.c: In function âmainâ: >tirpc_svc_11.c:45:14: warning: unused parameter âargnâ [-Wunused-parameter] > 45 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_11' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib rpc_svc_1.c -ltirpc -lrpc-tirpc -o rpc_svc_1 >rpc_svc_1.c: In function âmainâ: >rpc_svc_1.c:61:14: warning: unused parameter âargnâ [-Wunused-parameter] > 61 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_1.c: In function âsimplePingâ: >rpc_svc_1.c:95:53: warning: unused parameter âtranspâ [-Wunused-parameter] > 95 | char *simplePing(union u_argument *inVar, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >rpc_svc_1.c: In function âsvc_getcaller_testâ: >rpc_svc_1.c:108:5: warning: assignment to âstruct sockaddr_in *â from incompatible pointer type âstruct sockaddr_in6 *â [-Wincompatible-pointer-types] > 108 | sa = svc_getcaller(transp); > | ^ >rpc_svc_1.c:102:44: warning: unused parameter âinVarâ [-Wunused-parameter] > 102 | char *svc_getcaller_test(union u_argument *inVar, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~~~^~~~~ >rpc_svc_1.c: In function âintTestProcâ: >rpc_svc_1.c:115:51: warning: unused parameter âtranspâ [-Wunused-parameter] > 115 | char *intTestProc(union u_argument *in, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >rpc_svc_1.c: In function âlngTestProcâ: >rpc_svc_1.c:125:51: warning: unused parameter âtranspâ [-Wunused-parameter] > 125 | char *lngTestProc(union u_argument *in, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >rpc_svc_1.c: In function âdblTestProcâ: >rpc_svc_1.c:135:51: warning: unused parameter âtranspâ [-Wunused-parameter] > 135 | char *dblTestProc(union u_argument *in, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >rpc_svc_1.c: In function âstrTestProcâ: >rpc_svc_1.c:145:51: warning: unused parameter âtranspâ [-Wunused-parameter] > 145 | char *strTestProc(union u_argument *in, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >rpc_svc_1.c: In function ârcp_serviceâ: >rpc_svc_1.c:220:4: warning: âwhyâ may be used uninitialized in this function [-Wmaybe-uninitialized] > 220 | svcerr_auth(transp, why); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite' >make[7]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_authsys_create.c -ltirpc -lrpc-tirpc -o tirpc_authsys_create >tirpc_authsys_create.c: In function âmainâ: >tirpc_authsys_create.c:39:14: warning: unused parameter âargnâ [-Wunused-parameter] > 39 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call_dataint.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call_dataint >tirpc_toplevel_clnt_call_dataint.c: In function âmainâ: >tirpc_toplevel_clnt_call_dataint.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call >tirpc_toplevel_clnt_call.c: In function âmainâ: >tirpc_toplevel_clnt_call.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call_stress.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call_stress >tirpc_toplevel_clnt_call_stress.c: In function âmainâ: >tirpc_toplevel_clnt_call_stress.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call_complex.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call_complex >tirpc_toplevel_clnt_call_complex.c: In function âmainâ: >tirpc_toplevel_clnt_call_complex.c:111:14: warning: unused parameter âargnâ [-Wunused-parameter] > 111 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call_performance.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call_performance >tirpc_toplevel_clnt_call_performance.c: In function âmainâ: >tirpc_toplevel_clnt_call_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call_mt.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call_mt >tirpc_toplevel_clnt_call_mt.c: In function âmainâ: >tirpc_toplevel_clnt_call_mt.c:83:14: warning: unused parameter âargnâ [-Wunused-parameter] > 83 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_toplevel_clnt_call_scalability.c -ltirpc -lrpc-tirpc -o tirpc_toplevel_clnt_call_scalability >tirpc_toplevel_clnt_call_scalability.c: In function âmainâ: >tirpc_toplevel_clnt_call_scalability.c:81:14: warning: unused parameter âargnâ [-Wunused-parameter] > 81 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_control.c -ltirpc -lrpc-tirpc -o tirpc_clnt_control >tirpc_clnt_control.c: In function âmainâ: >tirpc_clnt_control.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_control_limits.c -ltirpc -lrpc-tirpc -o tirpc_clnt_control_limits >tirpc_clnt_control_limits.c: In function âmainâ: >tirpc_clnt_control_limits.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_tli_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_tli_create.c -ltirpc -lrpc-tirpc -o tirpc_svc_tli_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_tli_create_limits.c -ltirpc -lrpc-tirpc -o tirpc_svc_tli_create_limits >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_tli_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call >tirpc_interlevel_clnt_call.c: In function âmainâ: >tirpc_interlevel_clnt_call.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call_stress.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call_stress >tirpc_interlevel_clnt_call_stress.c: In function âmainâ: >tirpc_interlevel_clnt_call_stress.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call_complex.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call_complex >tirpc_interlevel_clnt_call_complex.c: In function âmainâ: >tirpc_interlevel_clnt_call_complex.c:122:14: warning: unused parameter âargnâ [-Wunused-parameter] > 122 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call_performance.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call_performance >tirpc_interlevel_clnt_call_performance.c: In function âmainâ: >tirpc_interlevel_clnt_call_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call_mt.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call_mt >tirpc_interlevel_clnt_call_mt.c: In function âmainâ: >tirpc_interlevel_clnt_call_mt.c:90:14: warning: unused parameter âargnâ [-Wunused-parameter] > 90 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call_scalability.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call_scalability >tirpc_interlevel_clnt_call_scalability.c: In function âmainâ: >tirpc_interlevel_clnt_call_scalability.c:91:14: warning: unused parameter âargnâ [-Wunused-parameter] > 91 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_interlevel_clnt_call_dataint.c -ltirpc -lrpc-tirpc -o tirpc_interlevel_clnt_call_dataint >tirpc_interlevel_clnt_call_dataint.c: In function âmainâ: >tirpc_interlevel_clnt_call_dataint.c:55:17: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 55 | enum clnt_stat rslt; > | ^~~~ >tirpc_interlevel_clnt_call_dataint.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_destroy' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_destroy.c -ltirpc -lrpc-tirpc -o tirpc_svc_destroy >tirpc_svc_destroy.c: In function âmainâ: >tirpc_svc_destroy.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_destroy.c: In function âexm_procâ: >tirpc_svc_destroy.c:86:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 86 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_destroy.c:86:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 86 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_destroy' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_tli_create_limits.c -ltirpc -lrpc-tirpc -o tirpc_clnt_tli_create_limits >tirpc_clnt_tli_create_limits.c: In function âmainâ: >tirpc_clnt_tli_create_limits.c:49:14: warning: unused parameter âargnâ [-Wunused-parameter] > 49 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_tli_create.c -ltirpc -lrpc-tirpc -o tirpc_clnt_tli_create >tirpc_clnt_tli_create.c: In function âmainâ: >tirpc_clnt_tli_create.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create_default' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_authsys_create_default.c -ltirpc -lrpc-tirpc -o tirpc_authsys_create_default >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create_default' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_create.c -ltirpc -lrpc-tirpc -o tirpc_svc_create >tirpc_svc_create.c: In function âmainâ: >tirpc_svc_create.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_create.c: In function âexm_procâ: >tirpc_svc_create.c:79:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 79 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_create.c:79:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 79 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_destroy' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_destroy.c -ltirpc -lrpc-tirpc -o tirpc_clnt_destroy >tirpc_clnt_destroy.c: In function âmainâ: >tirpc_clnt_destroy.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_destroy' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_svc_tp_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_tp_create.c -ltirpc -lrpc-tirpc -o tirpc_svc_tp_create >tirpc_svc_tp_create.c: In function âmainâ: >tirpc_svc_tp_create.c:39:14: warning: unused parameter âargnâ [-Wunused-parameter] > 39 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_tp_create.c: In function âexm_procâ: >tirpc_svc_tp_create.c:63:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 63 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_tp_create.c:63:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 63 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_svc_tp_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_perrno.c -ltirpc -lrpc-tirpc -o tirpc_clnt_perrno >In file included from /usr/include/tirpc/rpc/rpc.h:49, > from ../../../../../../../../include/lapi/rpc.h:31, > from tirpc_clnt_perrno.c:32: >tirpc_clnt_perrno.c: In function âmainâ: >tirpc_clnt_perrno.c:69:45: warning: cast between incompatible function types from âbool_t (*)(void)â {aka âint (*)(void)â} to âbool_t (*)(XDR *, ...)â {aka âint (*)(XDR *, ...)â} [-Wcast-function-type] > 69 | rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in > | ^ >tirpc_clnt_perrno.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_perrno_complex.c -ltirpc -lrpc-tirpc -o tirpc_clnt_perrno_complex >tirpc_clnt_perrno_complex.c: In function âmainâ: >tirpc_clnt_perrno_complex.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_create.c -ltirpc -lrpc-tirpc -o tirpc_clnt_create >tirpc_clnt_create.c: In function âmainâ: >tirpc_clnt_create.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_weakauth' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svcerr_weakauth.c -ltirpc -lrpc-tirpc -o tirpc_svcerr_weakauth >tirpc_svcerr_weakauth.c: In function âmainâ: >tirpc_svcerr_weakauth.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_weakauth' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_pcreateerror' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_pcreateerror.c -ltirpc -lrpc-tirpc -o tirpc_clnt_pcreateerror >tirpc_clnt_pcreateerror.c: In function âmainâ: >tirpc_clnt_pcreateerror.c:46:10: warning: variable âclntâ set but not used [-Wunused-but-set-variable] > 46 | CLIENT *clnt = NULL; > | ^~~~ >tirpc_clnt_pcreateerror.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_pcreateerror' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_unreg_mt.c -ltirpc -lrpc-tirpc -o tirpc_svc_unreg_mt >tirpc_svc_unreg_mt.c: In function âmainâ: >tirpc_svc_unreg_mt.c:77:14: warning: unused parameter âargnâ [-Wunused-parameter] > 77 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_unreg_mt.c: In function âexm_procâ: >tirpc_svc_unreg_mt.c:147:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 147 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_unreg_mt.c:147:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 147 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_unreg.c -ltirpc -lrpc-tirpc -o tirpc_svc_unreg >tirpc_svc_unreg.c: In function âmainâ: >tirpc_svc_unreg.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_unreg.c: In function âexm_procâ: >tirpc_svc_unreg.c:84:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 84 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_unreg.c:84:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 84 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_unreg_stress.c -ltirpc -lrpc-tirpc -o tirpc_svc_unreg_stress >tirpc_svc_unreg_stress.c: In function âmainâ: >tirpc_svc_unreg_stress.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_unreg_stress.c: In function âexm_procâ: >tirpc_svc_unreg_stress.c:90:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 90 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_unreg_stress.c:90:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 90 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_dataint.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_dataint >tirpc_rpc_broadcast_dataint.c: In function âeachresultâ: >tirpc_rpc_broadcast_dataint.c:40:22: warning: unused parameter âoutâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_dataint.c:40:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_dataint.c: In function âmainâ: >tirpc_rpc_broadcast_dataint.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast >tirpc_rpc_broadcast.c: In function âeachresultâ: >tirpc_rpc_broadcast.c:38:22: warning: unused parameter âoutâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast.c:38:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast.c: In function âmainâ: >tirpc_rpc_broadcast.c:44:14: warning: unused parameter âargnâ [-Wunused-parameter] > 44 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_stress.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_stress >tirpc_rpc_broadcast_stress.c: In function âeachresultâ: >tirpc_rpc_broadcast_stress.c:38:22: warning: unused parameter âoutâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_stress.c:38:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_stress.c: In function âmainâ: >tirpc_rpc_broadcast_stress.c:44:14: warning: unused parameter âargnâ [-Wunused-parameter] > 44 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_complex.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_complex >tirpc_rpc_broadcast_complex.c: In function âeachResultâ: >tirpc_rpc_broadcast_complex.c:42:25: warning: unused parameter âoutâ [-Wunused-parameter] > 42 | bool_t eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_complex.c:42:50: warning: unused parameter âaddrâ [-Wunused-parameter] > 42 | bool_t eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_complex.c: In function âmainâ: >tirpc_rpc_broadcast_complex.c:52:14: warning: unused parameter âargnâ [-Wunused-parameter] > 52 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_performance.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_performance >tirpc_rpc_broadcast_performance.c: In function âeachresultâ: >tirpc_rpc_broadcast_performance.c:40:22: warning: unused parameter âoutâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_performance.c:40:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_performance.c: In function âmainâ: >tirpc_rpc_broadcast_performance.c:85:14: warning: unused parameter âargnâ [-Wunused-parameter] > 85 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_mt.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_mt >tirpc_rpc_broadcast_mt.c: In function âeachresultâ: >tirpc_rpc_broadcast_mt.c:45:22: warning: unused parameter âoutâ [-Wunused-parameter] > 45 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_mt.c:45:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 45 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_mt.c: In function âmainâ: >tirpc_rpc_broadcast_mt.c:74:14: warning: unused parameter âargnâ [-Wunused-parameter] > 74 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_scalability.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_scalability >tirpc_rpc_broadcast_scalability.c: In function âeachresultâ: >tirpc_rpc_broadcast_scalability.c:47:22: warning: unused parameter âoutâ [-Wunused-parameter] > 47 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_scalability.c:47:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 47 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_scalability.c: In function âmainâ: >tirpc_rpc_broadcast_scalability.c:73:14: warning: unused parameter âargnâ [-Wunused-parameter] > 73 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call_mt.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call_mt >tirpc_bottomlevel_clnt_call_mt.c: In function âmainâ: >tirpc_bottomlevel_clnt_call_mt.c:109:14: warning: unused parameter âargnâ [-Wunused-parameter] > 109 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call_scalability.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call_scalability >tirpc_bottomlevel_clnt_call_scalability.c: In function âmainâ: >tirpc_bottomlevel_clnt_call_scalability.c:114:14: warning: unused parameter âargnâ [-Wunused-parameter] > 114 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call_complex.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call_complex >tirpc_bottomlevel_clnt_call_complex.c: In function âmainâ: >tirpc_bottomlevel_clnt_call_complex.c:140:14: warning: unused parameter âargnâ [-Wunused-parameter] > 140 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call_dataint.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call_dataint >tirpc_bottomlevel_clnt_call_dataint.c: In function âmainâ: >tirpc_bottomlevel_clnt_call_dataint.c:59:17: warning: variable âcsâ set but not used [-Wunused-but-set-variable] > 59 | enum clnt_stat cs; > | ^~ >tirpc_bottomlevel_clnt_call_dataint.c:43:14: warning: unused parameter âargnâ [-Wunused-parameter] > 43 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call >tirpc_bottomlevel_clnt_call.c: In function âmainâ: >tirpc_bottomlevel_clnt_call.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call_stress.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call_stress >tirpc_bottomlevel_clnt_call_stress.c: In function âmainâ: >tirpc_bottomlevel_clnt_call_stress.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_bottomlevel_clnt_call_performance.c -ltirpc -lrpc-tirpc -o tirpc_bottomlevel_clnt_call_performance >tirpc_bottomlevel_clnt_call_performance.c: In function âmainâ: >tirpc_bottomlevel_clnt_call_performance.c:82:14: warning: unused parameter âargnâ [-Wunused-parameter] > 82 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_limits.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_limits >tirpc_rpc_broadcast_exp_limits.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp_limits.c:45:22: warning: unused parameter âoutâ [-Wunused-parameter] > 45 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_limits.c:45:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 45 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_limits.c: In function âmainâ: >tirpc_rpc_broadcast_exp_limits.c:51:14: warning: unused parameter âargnâ [-Wunused-parameter] > 51 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_dataint.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_dataint >tirpc_rpc_broadcast_exp_dataint.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp_dataint.c:40:22: warning: unused parameter âoutâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_dataint.c:40:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_dataint.c: In function âmainâ: >tirpc_rpc_broadcast_exp_dataint.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_rpc_broadcast_exp_dataint.c:107:5: warning: âlngRecâ is used uninitialized in this function [-Wuninitialized] > 107 | if (lngSnd != lngRec) > | ^ >tirpc_rpc_broadcast_exp_dataint.c:120:5: warning: âdblRecâ is used uninitialized in this function [-Wuninitialized] > 120 | if (dblSnd != dblRec) > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp >tirpc_rpc_broadcast_exp.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp.c:38:22: warning: unused parameter âoutâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp.c:38:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp.c: In function âmainâ: >tirpc_rpc_broadcast_exp.c:44:14: warning: unused parameter âargnâ [-Wunused-parameter] > 44 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_stress.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_stress >tirpc_rpc_broadcast_exp_stress.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp_stress.c:38:22: warning: unused parameter âoutâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_stress.c:38:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 38 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_stress.c: In function âmainâ: >tirpc_rpc_broadcast_exp_stress.c:44:14: warning: unused parameter âargnâ [-Wunused-parameter] > 44 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_complex.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_complex >tirpc_rpc_broadcast_exp_complex.c: In function âeachResultâ: >tirpc_rpc_broadcast_exp_complex.c:42:25: warning: unused parameter âoutâ [-Wunused-parameter] > 42 | bool_t eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_complex.c:42:50: warning: unused parameter âaddrâ [-Wunused-parameter] > 42 | bool_t eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_complex.c: In function âmainâ: >tirpc_rpc_broadcast_exp_complex.c:52:14: warning: unused parameter âargnâ [-Wunused-parameter] > 52 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_performance.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_performance >tirpc_rpc_broadcast_exp_performance.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp_performance.c:40:22: warning: unused parameter âoutâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_performance.c:40:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 40 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_performance.c: In function âmainâ: >tirpc_rpc_broadcast_exp_performance.c:85:14: warning: unused parameter âargnâ [-Wunused-parameter] > 85 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_mt.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_mt >tirpc_rpc_broadcast_exp_mt.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp_mt.c:45:22: warning: unused parameter âoutâ [-Wunused-parameter] > 45 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_mt.c:45:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 45 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_mt.c: In function âmainâ: >tirpc_rpc_broadcast_exp_mt.c:77:14: warning: unused parameter âargnâ [-Wunused-parameter] > 77 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_broadcast_exp_scalability.c -ltirpc -lrpc-tirpc -o tirpc_rpc_broadcast_exp_scalability >tirpc_rpc_broadcast_exp_scalability.c: In function âeachresultâ: >tirpc_rpc_broadcast_exp_scalability.c:47:22: warning: unused parameter âoutâ [-Wunused-parameter] > 47 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >tirpc_rpc_broadcast_exp_scalability.c:47:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 47 | int eachresult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >tirpc_rpc_broadcast_exp_scalability.c: In function âmainâ: >tirpc_rpc_broadcast_exp_scalability.c:73:14: warning: unused parameter âargnâ [-Wunused-parameter] > 73 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_perror.c -ltirpc -lrpc-tirpc -o tirpc_clnt_perror >In file included from /usr/include/tirpc/rpc/rpc.h:49, > from ../../../../../../../../include/lapi/rpc.h:31, > from tirpc_clnt_perror.c:32: >tirpc_clnt_perror.c: In function âmainâ: >tirpc_clnt_perror.c:69:45: warning: cast between incompatible function types from âbool_t (*)(void)â {aka âint (*)(void)â} to âbool_t (*)(XDR *, ...)â {aka âint (*)(XDR *, ...)â} [-Wcast-function-type] > 69 | rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in > | ^ >tirpc_clnt_perror.c:52:17: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 52 | enum clnt_stat rslt; > | ^~~~ >tirpc_clnt_perror.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_perror_complex.c -ltirpc -lrpc-tirpc -o tirpc_clnt_perror_complex >tirpc_clnt_perror_complex.c: In function âmainâ: >tirpc_clnt_perror_complex.c:54:17: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 54 | enum clnt_stat rslt; > | ^~~~ >tirpc_clnt_perror_complex.c:53:17: warning: variable âtotal_timeoutâ set but not used [-Wunused-but-set-variable] > 53 | struct timeval total_timeout; > | ^~~~~~~~~~~~~ >tirpc_clnt_perror_complex.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_seccreate' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_authdes_seccreate.c -ltirpc -lrpc-tirpc -o tirpc_authdes_seccreate >tirpc_authdes_seccreate.c: In function âmainâ: >tirpc_authdes_seccreate.c:49:6: warning: unused variable âprogNumâ [-Wunused-variable] > 49 | int progNum = atoi(argc[2]); > | ^~~~~~~ >tirpc_authdes_seccreate.c:47:6: warning: unused variable ârun_modeâ [-Wunused-variable] > 47 | int run_mode = 0; > | ^~~~~~~~ >tirpc_authdes_seccreate.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_seccreate' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall_complex.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall_complex >tirpc_rpcb_rmtcall_complex.c: In function âmainâ: >tirpc_rpcb_rmtcall_complex.c:132:14: warning: unused parameter âargnâ [-Wunused-parameter] > 132 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall_performance.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall_performance >tirpc_rpcb_rmtcall_performance.c: In function âmainâ: >tirpc_rpcb_rmtcall_performance.c:82:14: warning: unused parameter âargnâ [-Wunused-parameter] > 82 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall_mt.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall_mt >tirpc_rpcb_rmtcall_mt.c: In function âmainâ: >tirpc_rpcb_rmtcall_mt.c:101:14: warning: unused parameter âargnâ [-Wunused-parameter] > 101 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall_scalability.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall_scalability >tirpc_rpcb_rmtcall_scalability.c: In function âmainâ: >tirpc_rpcb_rmtcall_scalability.c:99:14: warning: unused parameter âargnâ [-Wunused-parameter] > 99 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall_dataint.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall_dataint >tirpc_rpcb_rmtcall_dataint.c: In function âmainâ: >tirpc_rpcb_rmtcall_dataint.c:59:17: warning: variable âcsâ set but not used [-Wunused-but-set-variable] > 59 | enum clnt_stat cs; > | ^~ >tirpc_rpcb_rmtcall_dataint.c:55:10: warning: unused variable âclientâ [-Wunused-variable] > 55 | CLIENT *client = NULL; > | ^~~~~~ >tirpc_rpcb_rmtcall_dataint.c:43:14: warning: unused parameter âargnâ [-Wunused-parameter] > 43 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall >tirpc_rpcb_rmtcall.c: In function âmainâ: >tirpc_rpcb_rmtcall.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_rmtcall_stress.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_rmtcall_stress >tirpc_rpcb_rmtcall_stress.c: In function âmainâ: >tirpc_rpcb_rmtcall_stress.c:54:10: warning: unused variable âclientâ [-Wunused-variable] > 54 | CLIENT *client = NULL; > | ^~~~~~ >tirpc_rpcb_rmtcall_stress.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_set' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_set.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_set >tirpc_rpcb_set.c: In function âmainâ: >tirpc_rpcb_set.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_set' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authnone_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_authnone_create.c -ltirpc -lrpc-tirpc -o tirpc_authnone_create >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authnone_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_vc_create_limits.c -ltirpc -lrpc-tirpc -o tirpc_clnt_vc_create_limits >tirpc_clnt_vc_create_limits.c: In function âmainâ: >tirpc_clnt_vc_create_limits.c:49:14: warning: unused parameter âargnâ [-Wunused-parameter] > 49 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_vc_create.c -ltirpc -lrpc-tirpc -o tirpc_clnt_vc_create >tirpc_clnt_vc_create.c: In function âmainâ: >tirpc_clnt_vc_create.c:43:14: warning: unused parameter âargnâ [-Wunused-parameter] > 43 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_create_timed_limits.c -ltirpc -lrpc-tirpc -o tirpc_clnt_create_timed_limits >tirpc_clnt_create_timed_limits.c: In function âmainâ: >tirpc_clnt_create_timed_limits.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_create_timed.c -ltirpc -lrpc-tirpc -o tirpc_clnt_create_timed >tirpc_clnt_create_timed.c: In function âmainâ: >tirpc_clnt_create_timed.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_reg.c -ltirpc -lrpc-tirpc -o tirpc_svc_reg >tirpc_svc_reg.c: In function âmainâ: >tirpc_svc_reg.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_reg.c: In function âexm_procâ: >tirpc_svc_reg.c:79:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 79 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_reg.c:79:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 79 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_reg_stress.c -ltirpc -lrpc-tirpc -o tirpc_svc_reg_stress >tirpc_svc_reg_stress.c: In function âmainâ: >tirpc_svc_reg_stress.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_reg_stress.c: In function âexm_procâ: >tirpc_svc_reg_stress.c:93:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 93 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_reg_stress.c:93:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 93 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_reg_mt.c -ltirpc -lrpc-tirpc -o tirpc_svc_reg_mt >tirpc_svc_reg_mt.c: In function âmainâ: >tirpc_svc_reg_mt.c:73:14: warning: unused parameter âargnâ [-Wunused-parameter] > 73 | int main(int argn, char *argc[]) > | ~~~~^~~~ >tirpc_svc_reg_mt.c: In function âexm_procâ: >tirpc_svc_reg_mt.c:143:38: warning: unused parameter ârqstpâ [-Wunused-parameter] > 143 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~~~~~~~^~~~~ >tirpc_svc_reg_mt.c:143:55: warning: unused parameter âtranspâ [-Wunused-parameter] > 143 | static void exm_proc(struct svc_req *rqstp, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_progvers' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svcerr_progvers.c -ltirpc -lrpc-tirpc -o tirpc_svcerr_progvers >tirpc_svcerr_progvers.c: In function âmainâ: >tirpc_svcerr_progvers.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_progvers' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noprog' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svcerr_noprog.c -ltirpc -lrpc-tirpc -o tirpc_svcerr_noprog >tirpc_svcerr_noprog.c: In function âmainâ: >tirpc_svcerr_noprog.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noprog' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_tp_create_timed_limits.c -ltirpc -lrpc-tirpc -o tirpc_clnt_tp_create_timed_limits >tirpc_clnt_tp_create_timed_limits.c: In function âmainâ: >tirpc_clnt_tp_create_timed_limits.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_tp_create_timed.c -ltirpc -lrpc-tirpc -o tirpc_clnt_tp_create_timed >tirpc_clnt_tp_create_timed.c: In function âmainâ: >tirpc_clnt_tp_create_timed.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call_complex.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call_complex >tirpc_expertlevel_clnt_call_complex.c: In function âmainâ: >tirpc_expertlevel_clnt_call_complex.c:140:14: warning: unused parameter âargnâ [-Wunused-parameter] > 140 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call_performance.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call_performance >tirpc_expertlevel_clnt_call_performance.c: In function âmainâ: >tirpc_expertlevel_clnt_call_performance.c:82:14: warning: unused parameter âargnâ [-Wunused-parameter] > 82 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call_mt.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call_mt >tirpc_expertlevel_clnt_call_mt.c: In function âmainâ: >tirpc_expertlevel_clnt_call_mt.c:106:14: warning: unused parameter âargnâ [-Wunused-parameter] > 106 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call_scalability.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call_scalability >tirpc_expertlevel_clnt_call_scalability.c: In function âmainâ: >tirpc_expertlevel_clnt_call_scalability.c:109:14: warning: unused parameter âargnâ [-Wunused-parameter] > 109 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call_dataint.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call_dataint >tirpc_expertlevel_clnt_call_dataint.c: In function âmainâ: >tirpc_expertlevel_clnt_call_dataint.c:59:17: warning: variable âcsâ set but not used [-Wunused-but-set-variable] > 59 | enum clnt_stat cs; > | ^~ >tirpc_expertlevel_clnt_call_dataint.c:43:14: warning: unused parameter âargnâ [-Wunused-parameter] > 43 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call >tirpc_expertlevel_clnt_call.c: In function âmainâ: >tirpc_expertlevel_clnt_call.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_expertlevel_clnt_call_stress.c -ltirpc -lrpc-tirpc -o tirpc_expertlevel_clnt_call_stress >tirpc_expertlevel_clnt_call_stress.c: In function âmainâ: >tirpc_expertlevel_clnt_call_stress.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_dg_create.c -ltirpc -lrpc-tirpc -o tirpc_svc_dg_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_dg_create_limits.c -ltirpc -lrpc-tirpc -o tirpc_svc_dg_create_limits >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_addrmanagmt_rpcb_getaddr' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_getaddr.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_getaddr >tirpc_rpcb_getaddr.c: In function âmainâ: >tirpc_rpcb_getaddr.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_getaddr_limits.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_getaddr_limits >tirpc_rpcb_getaddr_limits.c: In function âmainâ: >tirpc_rpcb_getaddr_limits.c:43:14: warning: unused parameter âargnâ [-Wunused-parameter] > 43 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_addrmanagmt_rpcb_getaddr' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_vc_create.c -ltirpc -lrpc-tirpc -o tirpc_svc_vc_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svc_vc_create_limits.c -ltirpc -lrpc-tirpc -o tirpc_svc_vc_create_limits >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_tp_create.c -ltirpc -lrpc-tirpc -o tirpc_clnt_tp_create >tirpc_clnt_tp_create.c: In function âmainâ: >tirpc_clnt_tp_create.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_systemerr' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svcerr_systemerr.c -ltirpc -lrpc-tirpc -o tirpc_svcerr_systemerr >tirpc_svcerr_systemerr.c: In function âmainâ: >tirpc_svcerr_systemerr.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_systemerr' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call_complex.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call_complex >tirpc_rpc_call_complex.c: In function âmainâ: >tirpc_rpc_call_complex.c:99:14: warning: unused parameter âargnâ [-Wunused-parameter] > 99 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call_performance.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call_performance >tirpc_rpc_call_performance.c: In function âmainâ: >tirpc_rpc_call_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call_mt.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call_mt >tirpc_rpc_call_mt.c: In function âmainâ: >tirpc_rpc_call_mt.c:73:14: warning: unused parameter âargnâ [-Wunused-parameter] > 73 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call_scalability.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call_scalability >tirpc_rpc_call_scalability.c: In function âmainâ: >tirpc_rpc_call_scalability.c:66:14: warning: unused parameter âargnâ [-Wunused-parameter] > 66 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call_dataint.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call_dataint >tirpc_rpc_call_dataint.c: In function âmainâ: >tirpc_rpc_call_dataint.c:61:17: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 61 | enum clnt_stat rslt; > | ^~~~ >tirpc_rpc_call_dataint.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call >tirpc_rpc_call.c: In function âmainâ: >tirpc_rpc_call.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_call_stress.c -ltirpc -lrpc-tirpc -o tirpc_rpc_call_stress >tirpc_rpc_call_stress.c: In function âmainâ: >tirpc_rpc_call_stress.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_addrmanagmt_rpcb_getmaps' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_getmaps.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_getmaps >tirpc_rpcb_getmaps.c: In function âmainâ: >tirpc_rpcb_getmaps.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_addrmanagmt_rpcb_getmaps' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_unset' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpcb_unset.c -ltirpc -lrpc-tirpc -o tirpc_rpcb_unset >tirpc_rpcb_unset.c: In function âmainâ: >tirpc_rpcb_unset.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_unset' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_dg_create_limits.c -ltirpc -lrpc-tirpc -o tirpc_clnt_dg_create_limits >tirpc_clnt_dg_create_limits.c: In function âmainâ: >tirpc_clnt_dg_create_limits.c:49:14: warning: unused parameter âargnâ [-Wunused-parameter] > 49 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_clnt_dg_create.c -ltirpc -lrpc-tirpc -o tirpc_clnt_dg_create >tirpc_clnt_dg_create.c: In function âmainâ: >tirpc_clnt_dg_create.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_reg_mt.c -ltirpc -lrpc-tirpc -o tirpc_rpc_reg_mt >tirpc_rpc_reg_mt.c: In function âmainâ: >tirpc_rpc_reg_mt.c:78:14: warning: unused parameter âargnâ [-Wunused-parameter] > 78 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_reg.c -ltirpc -lrpc-tirpc -o tirpc_rpc_reg >tirpc_rpc_reg.c: In function âmainâ: >tirpc_rpc_reg.c:45:14: warning: unused parameter âargnâ [-Wunused-parameter] > 45 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_rpc_reg_stress.c -ltirpc -lrpc-tirpc -o tirpc_rpc_reg_stress >tirpc_rpc_reg_stress.c: In function âmainâ: >tirpc_rpc_reg_stress.c:45:14: warning: unused parameter âargnâ [-Wunused-parameter] > 45 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_authdes_create.c -ltirpc -lrpc-tirpc -o tirpc_authdes_create >tirpc_authdes_create.c: In function âmainâ: >tirpc_authdes_create.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noproc' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib tirpc_svcerr_noproc.c -ltirpc -lrpc-tirpc -o tirpc_svcerr_noproc >tirpc_svcerr_noproc.c: In function âmainâ: >tirpc_svcerr_noproc.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_svcerr_noproc' >make[7]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc' >make[7]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_getmaps.c -ltirpc -lrpc-tirpc -o rpc_pmap_getmaps >rpc_pmap_getmaps.c: In function âmainâ: >rpc_pmap_getmaps.c:39:14: warning: unused parameter âargnâ [-Wunused-parameter] > 39 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_sperror.c -ltirpc -lrpc-tirpc -o rpc_clnt_sperror >In file included from /usr/include/tirpc/rpc/rpc.h:49, > from rpc_clnt_sperror.c:31: >rpc_clnt_sperror.c: In function âmainâ: >rpc_clnt_sperror.c:70:45: warning: cast between incompatible function types from âbool_t (*)(void)â {aka âint (*)(void)â} to âbool_t (*)(XDR *, ...)â {aka âint (*)(struct __rpc_xdr *, ...)â} [-Wcast-function-type] > 70 | rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in > | ^ >/usr/include/tirpc/rpc/clnt.h:166:38: note: in definition of macro âclnt_callâ > 166 | ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \ > | ^~~~~ >rpc_clnt_sperror.c:52:17: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 52 | enum clnt_stat rslt; > | ^~~~ >rpc_clnt_sperror.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_perrno.c -ltirpc -lrpc-tirpc -o rpc_clnt_perrno >rpc_clnt_perrno.c: In function âmainâ: >rpc_clnt_perrno.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_destroy.c -ltirpc -lrpc-tirpc -o rpc_clnt_destroy >rpc_clnt_destroy.c: In function âmainâ: >rpc_clnt_destroy.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_destroy_stress.c -ltirpc -lrpc-tirpc -o rpc_clnt_destroy_stress >rpc_clnt_destroy_stress.c: In function âmainâ: >rpc_clnt_destroy_stress.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_perror.c -ltirpc -lrpc-tirpc -o rpc_clnt_perror >In file included from /usr/include/tirpc/rpc/rpc.h:49, > from rpc_clnt_perror.c:31: >rpc_clnt_perror.c: In function âmainâ: >rpc_clnt_perror.c:69:45: warning: cast between incompatible function types from âbool_t (*)(void)â {aka âint (*)(void)â} to âbool_t (*)(XDR *, ...)â {aka âint (*)(struct __rpc_xdr *, ...)â} [-Wcast-function-type] > 69 | rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in > | ^ >/usr/include/tirpc/rpc/clnt.h:166:38: note: in definition of macro âclnt_callâ > 166 | ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \ > | ^~~~~ >rpc_clnt_perror.c:52:17: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 52 | enum clnt_stat rslt; > | ^~~~ >rpc_clnt_perror.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_getargs_client.c -ltirpc -lrpc-tirpc -o rpc_svc_getargs_client >rpc_svc_getargs_client.c: In function âmainâ: >rpc_svc_getargs_client.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_getargs_dataint.c -ltirpc -lrpc-tirpc -o rpc_svc_getargs_dataint >rpc_svc_getargs_dataint.c: In function âmainâ: >rpc_svc_getargs_dataint.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_getargs.c -ltirpc -lrpc-tirpc -o rpc_svc_getargs >rpc_svc_getargs.c: In function âmainâ: >rpc_svc_getargs.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_getargs.c: In function âsimplePingâ: >rpc_svc_getargs.c:86:39: warning: unused parameter âtranspâ [-Wunused-parameter] > 86 | char *simplePing(int inVar, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_registerrpc' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_registerrpc.c -ltirpc -lrpc-tirpc -o rpc_registerrpc >rpc_registerrpc.c: In function âmainâ: >rpc_registerrpc.c:72:57: warning: passing argument 5 of âregisterrpcâ from incompatible pointer type [-Wincompatible-pointer-types] > 72 | registerrpc(progNum, VERSNUM, PROCNUM, simplePing, xdr_int, > | ^~~~~~~ > | | > | bool_t (*)(XDR *, int *) {aka int (*)(struct __rpc_xdr *, int *)} >In file included from rpc_registerrpc.c:31: >/usr/include/tirpc/rpc/rpc.h:85:5: note: expected âxdrproc_tâ {aka âint (*)(struct __rpc_xdr *, ...)â} but argument is of type âbool_t (*)(XDR *, int *)â {aka âint (*)(struct __rpc_xdr *, int *)â} > 85 | xdrproc_t, xdrproc_t); > | ^~~~~~~~~ >rpc_registerrpc.c:73:4: warning: passing argument 6 of âregisterrpcâ from incompatible pointer type [-Wincompatible-pointer-types] > 73 | xdr_int); > | ^~~~~~~ > | | > | bool_t (*)(XDR *, int *) {aka int (*)(struct __rpc_xdr *, int *)} >In file included from rpc_registerrpc.c:31: >/usr/include/tirpc/rpc/rpc.h:85:16: note: expected âxdrproc_tâ {aka âint (*)(struct __rpc_xdr *, ...)â} but argument is of type âbool_t (*)(XDR *, int *)â {aka âint (*)(struct __rpc_xdr *, int *)â} > 85 | xdrproc_t, xdrproc_t); > | ^~~~~~~~~ >rpc_registerrpc.c:50:14: warning: unused parameter âargnâ [-Wunused-parameter] > 50 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_registerrpc' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_unset' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_unset.c -ltirpc -lrpc-tirpc -o rpc_pmap_unset >rpc_pmap_unset.c: In function âmainâ: >rpc_pmap_unset.c:49:11: warning: variable âtranspâ set but not used [-Wunused-but-set-variable] > 49 | SVCXPRT *transp = NULL; > | ^~~~~~ >rpc_pmap_unset.c:36:14: warning: unused parameter âargnâ [-Wunused-parameter] > 36 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_pmap_unset.c:36:26: warning: unused parameter âargcâ [-Wunused-parameter] > 36 | int main(int argn, char *argc[]) > | ~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_unset' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_auth' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcerr_auth.c -ltirpc -lrpc-tirpc -o rpc_svcerr_auth >rpc_svcerr_auth.c: In function âmainâ: >rpc_svcerr_auth.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_auth' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcraw_create.c -ltirpc -lrpc-tirpc -o rpc_svcraw_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcraw_create_performance.c -ltirpc -lrpc-tirpc -o rpc_svcraw_create_performance >rpc_svcraw_create_performance.c: In function âmainâ: >rpc_svcraw_create_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_create.c -ltirpc -lrpc-tirpc -o rpc_clnt_create >rpc_clnt_create.c: In function âmainâ: >rpc_clnt_create.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_create_stress.c -ltirpc -lrpc-tirpc -o rpc_clnt_create_stress >rpc_clnt_create_stress.c: In function âmainâ: >rpc_clnt_create_stress.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntudp_create.c -ltirpc -lrpc-tirpc -o rpc_clntudp_create >rpc_clntudp_create.c: In function âmainâ: >rpc_clntudp_create.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntudp_create_stress.c -ltirpc -lrpc-tirpc -o rpc_clntudp_create_stress >rpc_clntudp_create_stress.c: In function âmainâ: >rpc_clntudp_create_stress.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntudp_create_performance.c -ltirpc -lrpc-tirpc -o rpc_clntudp_create_performance >rpc_clntudp_create_performance.c: In function âmainâ: >rpc_clntudp_create_performance.c:80:14: warning: unused parameter âargnâ [-Wunused-parameter] > 80 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_broadcast_scalability.c -ltirpc -lrpc-tirpc -o rpc_clnt_broadcast_scalability >rpc_clnt_broadcast_scalability.c: In function âmainâ: >rpc_clnt_broadcast_scalability.c:117:9: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 117 | eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_scalability.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_scalability.c:81:14: warning: unused parameter âargnâ [-Wunused-parameter] > 81 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_clnt_broadcast_scalability.c: In function âeachResultâ: >rpc_clnt_broadcast_scalability.c:150:22: warning: unused parameter âoutâ [-Wunused-parameter] > 150 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >rpc_clnt_broadcast_scalability.c:150:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 150 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_broadcast_dataint.c -ltirpc -lrpc-tirpc -o rpc_clnt_broadcast_dataint >rpc_clnt_broadcast_dataint.c: In function âmainâ: >rpc_clnt_broadcast_dataint.c:74:48: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 74 | (xdrproc_t) xdr_int, (char *)&intRec, eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_dataint.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_dataint.c:86:48: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 86 | (xdrproc_t) xdr_int, (char *)&intRec, eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_dataint.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_dataint.c:98:49: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 98 | (xdrproc_t) xdr_long, (char *)&lngRec, eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_dataint.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_dataint.c:110:51: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 110 | (xdrproc_t) xdr_double, (char *)&dblRec, eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_dataint.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_dataint.c:123:55: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 123 | (xdrproc_t) xdr_wrapstring, (char *)&strRec, eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_dataint.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_dataint.c:54:17: warning: unused variable âcsâ [-Wunused-variable] > 54 | enum clnt_stat cs; > | ^~ >rpc_clnt_broadcast_dataint.c:42:14: warning: unused parameter âargnâ [-Wunused-parameter] > 42 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_clnt_broadcast_dataint.c: In function âeachResultâ: >rpc_clnt_broadcast_dataint.c:137:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 137 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_broadcast.c -ltirpc -lrpc-tirpc -o rpc_clnt_broadcast >rpc_clnt_broadcast.c: In function âmainâ: >rpc_clnt_broadcast.c:62:46: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 62 | (xdrproc_t) xdr_int, (char *)&varRec, eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast.c:39:14: warning: unused parameter âargnâ [-Wunused-parameter] > 39 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_clnt_broadcast.c: In function âeachResultâ: >rpc_clnt_broadcast.c:76:22: warning: unused parameter âoutâ [-Wunused-parameter] > 76 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >rpc_clnt_broadcast.c:76:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 76 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_broadcast_stress.c -ltirpc -lrpc-tirpc -o rpc_clnt_broadcast_stress >rpc_clnt_broadcast_stress.c: In function âmainâ: >rpc_clnt_broadcast_stress.c:68:9: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 68 | eachResult); > | ^~~~~~~~~~ > | | > | void (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_stress.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âvoid (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_stress.c:39:14: warning: unused parameter âargnâ [-Wunused-parameter] > 39 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_clnt_broadcast_stress.c: In function âeachResultâ: >rpc_clnt_broadcast_stress.c:88:23: warning: unused parameter âoutâ [-Wunused-parameter] > 88 | void eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >rpc_clnt_broadcast_stress.c:88:48: warning: unused parameter âaddrâ [-Wunused-parameter] > 88 | void eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_broadcast_complex.c -ltirpc -lrpc-tirpc -o rpc_clnt_broadcast_complex >rpc_clnt_broadcast_complex.c: In function âeachResultâ: >rpc_clnt_broadcast_complex.c:43:25: warning: unused parameter âoutâ [-Wunused-parameter] > 43 | bool_t eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >rpc_clnt_broadcast_complex.c:43:50: warning: unused parameter âaddrâ [-Wunused-parameter] > 43 | bool_t eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >rpc_clnt_broadcast_complex.c: In function âmainâ: >rpc_clnt_broadcast_complex.c:82:46: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 82 | (xdrproc_t) xdr_int, (char *)&varRec, eachResult); > | ^~~~~~~~~~ > | | > | bool_t (*)(char *, struct sockaddr_in *) {aka int (*)(char *, struct sockaddr_in *)} >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_complex.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âbool_t (*)(char *, struct sockaddr_in *)â {aka âint (*)(char *, struct sockaddr_in *)â} > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_complex.c:53:14: warning: unused parameter âargnâ [-Wunused-parameter] > 53 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_broadcast_performance.c -ltirpc -lrpc-tirpc -o rpc_clnt_broadcast_performance >rpc_clnt_broadcast_performance.c: In function âmainâ: >rpc_clnt_broadcast_performance.c:117:9: warning: passing argument 8 of âclnt_broadcastâ from incompatible pointer type [-Wincompatible-pointer-types] > 117 | eachResult); > | ^~~~~~~~~~ > | | > | int (*)(char *, struct sockaddr_in *) >In file included from /usr/include/tirpc/rpc/rpc.h:66, > from rpc_clnt_broadcast_performance.c:31: >/usr/include/tirpc/rpc/pmap_clnt.h:85:12: note: expected âresultproc_tâ {aka âint (*)(char *, ...)â} but argument is of type âint (*)(char *, struct sockaddr_in *)â > 85 | resultproc_t); > | ^~~~~~~~~~~~ >rpc_clnt_broadcast_performance.c:81:14: warning: unused parameter âargnâ [-Wunused-parameter] > 81 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_clnt_broadcast_performance.c: In function âeachResultâ: >rpc_clnt_broadcast_performance.c:153:22: warning: unused parameter âoutâ [-Wunused-parameter] > 153 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~^~~ >rpc_clnt_broadcast_performance.c:153:47: warning: unused parameter âaddrâ [-Wunused-parameter] > 153 | int eachResult(char *out, struct sockaddr_in *addr) > | ~~~~~~~~~~~~~~~~~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_auth_destroy.c -ltirpc -lrpc-tirpc -o rpc_auth_destroy >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcerr_noproc.c -ltirpc -lrpc-tirpc -o rpc_svcerr_noproc >rpc_svcerr_noproc.c: In function âmainâ: >rpc_svcerr_noproc.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_freeargs' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_freeargs.c -ltirpc -lrpc-tirpc -o rpc_svc_freeargs >rpc_svc_freeargs.c: In function âmainâ: >rpc_svc_freeargs.c:47:6: warning: unused variable âtest_statusâ [-Wunused-variable] > 47 | int test_status = 1; //Default test result set to FAILED > | ^~~~~~~~~~~ >rpc_svc_freeargs.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_freeargs_svc.c -ltirpc -lrpc-tirpc -o rpc_svc_freeargs_svc >rpc_svc_freeargs_svc.c: In function âmainâ: >rpc_svc_freeargs_svc.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_freeargs_svc.c: In function âsimplePingâ: >rpc_svc_freeargs_svc.c:86:39: warning: unused parameter âtranspâ [-Wunused-parameter] > 86 | char *simplePing(int inVar, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_freeargs' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_unregister.c -ltirpc -lrpc-tirpc -o rpc_svc_unregister >rpc_svc_unregister.c: In function âmainâ: >rpc_svc_unregister.c:42:14: warning: unused parameter âargnâ [-Wunused-parameter] > 42 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_unregister.c: In function âdispatchâ: >rpc_svc_unregister.c:82:31: warning: unused parameter ârequestâ [-Wunused-parameter] > 82 | void dispatch(struct svc_req *request, SVCXPRT * xprt) > | ~~~~~~~~~~~~~~~~^~~~~~~ >rpc_svc_unregister.c:82:50: warning: unused parameter âxprtâ [-Wunused-parameter] > 82 | void dispatch(struct svc_req *request, SVCXPRT * xprt) > | ~~~~~~~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_authunix_create.c -ltirpc -lrpc-tirpc -o rpc_authunix_create >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_rmtcall_performance.c -ltirpc -lrpc-tirpc -o rpc_pmap_rmtcall_performance >rpc_pmap_rmtcall_performance.c: In function âmainâ: >rpc_pmap_rmtcall_performance.c:84:14: warning: unused parameter âargnâ [-Wunused-parameter] > 84 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_rmtcall.c -ltirpc -lrpc-tirpc -o rpc_pmap_rmtcall >rpc_pmap_rmtcall.c: In function âmainâ: >rpc_pmap_rmtcall.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_rmtcall_stress.c -ltirpc -lrpc-tirpc -o rpc_pmap_rmtcall_stress >rpc_pmap_rmtcall_stress.c: In function âmainâ: >rpc_pmap_rmtcall_stress.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_set' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_set.c -ltirpc -lrpc-tirpc -o rpc_pmap_set >rpc_pmap_set.c: In function âmainâ: >rpc_pmap_set.c:49:11: warning: variable âtranspâ set but not used [-Wunused-but-set-variable] > 49 | SVCXPRT *transp = NULL; > | ^~~~~~ >rpc_pmap_set.c:36:14: warning: unused parameter âargnâ [-Wunused-parameter] > 36 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_set' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntudp_bufcreate_limits.c -ltirpc -lrpc-tirpc -o rpc_clntudp_bufcreate_limits >rpc_clntudp_bufcreate_limits.c: In function âmainâ: >rpc_clntudp_bufcreate_limits.c:50:14: warning: unused parameter âargnâ [-Wunused-parameter] > 50 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntudp_bufcreate.c -ltirpc -lrpc-tirpc -o rpc_clntudp_bufcreate >rpc_clntudp_bufcreate.c: In function âmainâ: >rpc_clntudp_bufcreate.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getcaller' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_getcaller.c -ltirpc -lrpc-tirpc -o rpc_svc_getcaller >rpc_svc_getcaller.c: In function âmainâ: >rpc_svc_getcaller.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getcaller' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_call_dataint.c -ltirpc -lrpc-tirpc -o rpc_clnt_call_dataint >rpc_clnt_call_dataint.c: In function âmainâ: >rpc_clnt_call_dataint.c:54:17: warning: variable âcsâ set but not used [-Wunused-but-set-variable] > 54 | enum clnt_stat cs; > | ^~ >rpc_clnt_call_dataint.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_call.c -ltirpc -lrpc-tirpc -o rpc_clnt_call >rpc_clnt_call.c: In function âmainâ: >rpc_clnt_call.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_call_stress.c -ltirpc -lrpc-tirpc -o rpc_clnt_call_stress >rpc_clnt_call_stress.c: In function âmainâ: >rpc_clnt_call_stress.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_call_complex.c -ltirpc -lrpc-tirpc -o rpc_clnt_call_complex >rpc_clnt_call_complex.c: In function âmainâ: >rpc_clnt_call_complex.c:61:14: warning: unused parameter âargnâ [-Wunused-parameter] > 61 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_call_performance.c -ltirpc -lrpc-tirpc -o rpc_clnt_call_performance >rpc_clnt_call_performance.c: In function âmainâ: >rpc_clnt_call_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_call_scalability.c -ltirpc -lrpc-tirpc -o rpc_clnt_call_scalability >rpc_clnt_call_scalability.c: In function âmainâ: >rpc_clnt_call_scalability.c:53:14: warning: unused parameter âargnâ [-Wunused-parameter] > 53 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_spcreateerror' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_spcreateerror.c -ltirpc -lrpc-tirpc -o rpc_clnt_spcreateerror >rpc_clnt_spcreateerror.c: In function âmainâ: >rpc_clnt_spcreateerror.c:45:10: warning: variable âclntâ set but not used [-Wunused-but-set-variable] > 45 | CLIENT *clnt = NULL; > | ^~~~ >rpc_clnt_spcreateerror.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_spcreateerror' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_freeres' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_freeres.c -ltirpc -lrpc-tirpc -o rpc_clnt_freeres >rpc_clnt_freeres.c: In function âmainâ: >rpc_clnt_freeres.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_freeres' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_sperrno.c -ltirpc -lrpc-tirpc -o rpc_clnt_sperrno >rpc_clnt_sperrno.c: In function âmainâ: >rpc_clnt_sperrno.c:38:14: warning: unused parameter âargnâ [-Wunused-parameter] > 38 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_bufcreate' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcudp_bufcreate_limits.c -ltirpc -lrpc-tirpc -o rpc_svcudp_bufcreate_limits >rpc_svcudp_bufcreate_limits.c: In function âmainâ: >rpc_svcudp_bufcreate_limits.c:57:6: warning: unused variable âprogNumâ [-Wunused-variable] > 57 | int progNum = atoi(argc[2]); > | ^~~~~~~ >rpc_svcudp_bufcreate_limits.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcudp_bufcreate.c -ltirpc -lrpc-tirpc -o rpc_svcudp_bufcreate >rpc_svcudp_bufcreate.c: In function âmainâ: >rpc_svcudp_bufcreate.c:49:6: warning: unused variable ârun_modeâ [-Wunused-variable] > 49 | int run_mode = 0; > | ^~~~~~~~ >rpc_svcudp_bufcreate.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svcudp_bufcreate.c:40:26: warning: unused parameter âargcâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_bufcreate' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noprog' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcerr_noprog.c -ltirpc -lrpc-tirpc -o rpc_svcerr_noprog >rpc_svcerr_noprog.c: In function âmainâ: >rpc_svcerr_noprog.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noprog' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_pcreateerror' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_pcreateerror.c -ltirpc -lrpc-tirpc -o rpc_clnt_pcreateerror >rpc_clnt_pcreateerror.c: In function âmainâ: >rpc_clnt_pcreateerror.c:45:10: warning: variable âclntâ set but not used [-Wunused-but-set-variable] > 45 | CLIENT *clnt = NULL; > | ^~~~ >rpc_clnt_pcreateerror.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_pcreateerror' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_xprt_unregister' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_xprt_unregister.c -ltirpc -lrpc-tirpc -o rpc_xprt_unregister >rpc_xprt_unregister.c: In function âmainâ: >rpc_xprt_unregister.c:49:6: warning: unused variable ârun_modeâ [-Wunused-variable] > 49 | int run_mode = 0; > | ^~~~~~~~ >rpc_xprt_unregister.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_xprt_unregister.c:40:26: warning: unused parameter âargcâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~~~^~~~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_xprt_unregister' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_systemerr' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcerr_systemerr.c -ltirpc -lrpc-tirpc -o rpc_svcerr_systemerr >rpc_svcerr_systemerr.c: In function âmainâ: >rpc_svcerr_systemerr.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_systemerr' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_authunix_create_default.c -ltirpc -lrpc-tirpc -o rpc_authunix_create_default >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_control_dataint.c -ltirpc -lrpc-tirpc -o rpc_clnt_control_dataint >rpc_clnt_control_dataint.c: In function âmainâ: >rpc_clnt_control_dataint.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_control.c -ltirpc -lrpc-tirpc -o rpc_clnt_control >rpc_clnt_control.c: In function âmainâ: >rpc_clnt_control.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svctcp_create.c -ltirpc -lrpc-tirpc -o rpc_svctcp_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svctcp_create_stress.c -ltirpc -lrpc-tirpc -o rpc_svctcp_create_stress >rpc_svctcp_create_stress.c: In function âmainâ: >rpc_svctcp_create_stress.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svctcp_create_limits.c -ltirpc -lrpc-tirpc -o rpc_svctcp_create_limits >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svctcp_create_performance.c -ltirpc -lrpc-tirpc -o rpc_svctcp_create_performance >rpc_svctcp_create_performance.c: In function âmainâ: >rpc_svctcp_create_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_weakauth' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcerr_weakauth.c -ltirpc -lrpc-tirpc -o rpc_svcerr_weakauth >rpc_svcerr_weakauth.c: In function âmainâ: >rpc_svcerr_weakauth.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_weakauth' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_register' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_register.c -ltirpc -lrpc-tirpc -o rpc_svc_register >rpc_svc_register.c: In function âmainâ: >rpc_svc_register.c:42:14: warning: unused parameter âargnâ [-Wunused-parameter] > 42 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_register.c: In function âdispatchâ: >rpc_svc_register.c:78:31: warning: unused parameter ârequestâ [-Wunused-parameter] > 78 | void dispatch(struct svc_req *request, SVCXPRT * xprt) > | ~~~~~~~~~~~~~~~~^~~~~~~ >rpc_svc_register.c:78:50: warning: unused parameter âxprtâ [-Wunused-parameter] > 78 | void dispatch(struct svc_req *request, SVCXPRT * xprt) > | ~~~~~~~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_register' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnttcp_create.c -ltirpc -lrpc-tirpc -o rpc_clnttcp_create >rpc_clnttcp_create.c: In function âmainâ: >rpc_clnttcp_create.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnttcp_create_stress.c -ltirpc -lrpc-tirpc -o rpc_clnttcp_create_stress >rpc_clnttcp_create_stress.c: In function âmainâ: >rpc_clnttcp_create_stress.c:41:14: warning: unused parameter âargnâ [-Wunused-parameter] > 41 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnttcp_create_performance.c -ltirpc -lrpc-tirpc -o rpc_clnttcp_create_performance >rpc_clnttcp_create_performance.c: In function âmainâ: >rpc_clnttcp_create_performance.c:81:14: warning: unused parameter âargnâ [-Wunused-parameter] > 81 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnttcp_create_limits.c -ltirpc -lrpc-tirpc -o rpc_clnttcp_create_limits >rpc_clnttcp_create_limits.c: In function âmainâ: >rpc_clnttcp_create_limits.c:50:14: warning: unused parameter âargnâ [-Wunused-parameter] > 50 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_pmap_getport.c -ltirpc -lrpc-tirpc -o rpc_pmap_getport >rpc_pmap_getport.c: In function âmainâ: >rpc_pmap_getport.c:39:14: warning: unused parameter âargnâ [-Wunused-parameter] > 39 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_xprt_register' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_xprt_register.c -ltirpc -lrpc-tirpc -o rpc_xprt_register >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_xprt_register' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntraw_create.c -ltirpc -lrpc-tirpc -o rpc_clntraw_create >rpc_clntraw_create.c: In function âmainâ: >rpc_clntraw_create.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntraw_create_complex.c -ltirpc -lrpc-tirpc -o rpc_clntraw_create_complex >rpc_clntraw_create_complex.c: In function âmainâ: >rpc_clntraw_create_complex.c:40:14: warning: unused parameter âargcâ [-Wunused-parameter] > 40 | int main(int argc, char **argv) > | ~~~~^~~~ >rpc_clntraw_create_complex.c: In function âserverDispâ: >rpc_clntraw_create_complex.c:131:29: warning: cast between incompatible function types from âbool_t (*)(void)â {aka âint (*)(void)â} to âbool_t (*)(XDR *, ...)â {aka âint (*)(struct __rpc_xdr *, ...)â} [-Wcast-function-type] > 131 | if (svc_sendreply(transp, (xdrproc_t) xdr_void, 0) == FALSE) { > | ^ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clntraw_create_performance.c -ltirpc -lrpc-tirpc -o rpc_clntraw_create_performance >rpc_clntraw_create_performance.c: In function âmainâ: >rpc_clntraw_create_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_geterr' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_clnt_geterr.c -ltirpc -lrpc-tirpc -o rpc_clnt_geterr >rpc_clnt_geterr.c: In function âmainâ: >rpc_clnt_geterr.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_geterr' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcfd_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcfd_create.c -ltirpc -lrpc-tirpc -o rpc_svcfd_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcfd_create_limits.c -ltirpc -lrpc-tirpc -o rpc_svcfd_create_limits >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcfd_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_authnone_create.c -ltirpc -lrpc-tirpc -o rpc_authnone_create >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_sendreply.c -ltirpc -lrpc-tirpc -o rpc_svc_sendreply >rpc_svc_sendreply.c: In function âmainâ: >rpc_svc_sendreply.c:46:14: warning: unused parameter âargnâ [-Wunused-parameter] > 46 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_sendreply.c: In function âsimplePingâ: >rpc_svc_sendreply.c:86:39: warning: unused parameter âtranspâ [-Wunused-parameter] > 86 | char *simplePing(int inVar, SVCXPRT * transp) > | ~~~~~~~~~~^~~~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_sendreply_client.c -ltirpc -lrpc-tirpc -o rpc_svc_sendreply_client >rpc_svc_sendreply_client.c: In function âmainâ: >rpc_svc_sendreply_client.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_sendreply' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_get_myaddress' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_get_myaddress.c -ltirpc -lrpc-tirpc -o rpc_get_myaddress >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_get_myaddress' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_progvers' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcerr_progvers.c -ltirpc -lrpc-tirpc -o rpc_svcerr_progvers >rpc_svcerr_progvers.c: In function âmainâ: >rpc_svcerr_progvers.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_progvers' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcudp_create.c -ltirpc -lrpc-tirpc -o rpc_svcudp_create >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcudp_create_stress.c -ltirpc -lrpc-tirpc -o rpc_svcudp_create_stress >rpc_svcudp_create_stress.c: In function âmainâ: >rpc_svcudp_create_stress.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svcudp_create_performance.c -ltirpc -lrpc-tirpc -o rpc_svcudp_create_performance >rpc_svcudp_create_performance.c: In function âmainâ: >rpc_svcudp_create_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_callrpc_performance.c -ltirpc -lrpc-tirpc -o rpc_callrpc_performance >rpc_callrpc_performance.c: In function âmainâ: >rpc_callrpc_performance.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_callrpc_scalability.c -ltirpc -lrpc-tirpc -o rpc_callrpc_scalability >rpc_callrpc_scalability.c: In function âmainâ: >rpc_callrpc_scalability.c:79:14: warning: unused parameter âargnâ [-Wunused-parameter] > 79 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_callrpc_dataint.c -ltirpc -lrpc-tirpc -o rpc_callrpc_dataint >rpc_callrpc_dataint.c: In function âmainâ: >rpc_callrpc_dataint.c:40:14: warning: unused parameter âargnâ [-Wunused-parameter] > 40 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_callrpc.c -ltirpc -lrpc-tirpc -o rpc_callrpc >rpc_callrpc.c: In function âmainâ: >rpc_callrpc.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_callrpc_stress.c -ltirpc -lrpc-tirpc -o rpc_callrpc_stress >rpc_callrpc_stress.c: In function âmainâ: >rpc_callrpc_stress.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc' >make[8]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svc_destroy' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_destroy.c -ltirpc -lrpc-tirpc -o rpc_svc_destroy >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../../../include -I../../../../../../../../include -I../../../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../../../lib rpc_svc_destroy_stress.c -ltirpc -lrpc-tirpc -o rpc_svc_destroy_stress >rpc_svc_destroy_stress.c: In function âmainâ: >rpc_svc_destroy_stress.c:37:14: warning: unused parameter âargnâ [-Wunused-parameter] > 37 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[8]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svc_destroy' >make[7]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc' >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_9' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_9.c -ltirpc -lrpc-tirpc -o tirpc_svc_9 >tirpc_svc_9.c: In function âmainâ: >tirpc_svc_9.c:89:14: warning: unused parameter âargnâ [-Wunused-parameter] > 89 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_9' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_8' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_8.c -ltirpc -lrpc-tirpc -o tirpc_svc_8 >tirpc_svc_8.c: In function âmainâ: >tirpc_svc_8.c:76:14: warning: unused parameter âargnâ [-Wunused-parameter] > 76 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_8' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_7.c -ltirpc -lrpc-tirpc -o tirpc_svc_7 >tirpc_svc_7.c: In function âmainâ: >tirpc_svc_7.c:56:14: warning: unused parameter âargnâ [-Wunused-parameter] > 56 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_2' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_2.c -ltirpc -lrpc-tirpc -o tirpc_svc_2 >tirpc_svc_2.c: In function âmainâ: >tirpc_svc_2.c:51:9: warning: variable ârsltâ set but not used [-Wunused-but-set-variable] > 51 | bool_t rslt; > | ^~~~ >tirpc_svc_2.c:44:14: warning: unused parameter âargnâ [-Wunused-parameter] > 44 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_2' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_3' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_3.c -ltirpc -lrpc-tirpc -o tirpc_svc_3 >tirpc_svc_3.c: In function âmainâ: >tirpc_svc_3.c:42:14: warning: unused parameter âargnâ [-Wunused-parameter] > 42 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_3' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_4' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_4.c -ltirpc -lrpc-tirpc -o tirpc_svc_4 >tirpc_svc_4.c: In function âmainâ: >tirpc_svc_4.c:52:16: warning: unused variable âsvcaddrâ [-Wunused-variable] > 52 | struct netbuf svcaddr; > | ^~~~~~~ >tirpc_svc_4.c:48:9: warning: unused variable ârsltâ [-Wunused-variable] > 48 | bool_t rslt; > | ^~~~ >tirpc_svc_4.c:46:6: warning: unused variable ârun_modeâ [-Wunused-variable] > 46 | int run_mode = 0; > | ^~~~~~~~ >tirpc_svc_4.c:42:14: warning: unused parameter âargnâ [-Wunused-parameter] > 42 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_4' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib tirpc_svc_5.c -ltirpc -lrpc-tirpc -o tirpc_svc_5 >tirpc_svc_5.c: In function âmainâ: >tirpc_svc_5.c:59:14: warning: unused parameter âargnâ [-Wunused-parameter] > 59 | int main(int argn, char *argc[]) > | ~~~~^~~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5' >make[6]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/usr/include/tirpc -I/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -pthread -I../../../../../../include -I../../../../../../include -I../../../../../../include/old/ -L/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib -L../../../../../../lib rpc_svc_2.c -ltirpc -lrpc-tirpc -o rpc_svc_2 >rpc_svc_2.c: In function âmainâ: >rpc_svc_2.c:55:14: warning: unused parameter âargnâ [-Wunused-parameter] > 55 | int main(int argn, char *argc[]) > | ~~~~^~~~ >rpc_svc_2.c: In function âcalcProcâ: >rpc_svc_2.c:98:44: warning: unused parameter âsvcâ [-Wunused-parameter] > 98 | char *calcProc(struct datas *dt, SVCXPRT * svc) > | ~~~~~~~~~~^~~ >make[6]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2' >make[5]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc/tests_pack' >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc/rpc-tirpc' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/rpc' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/nfs' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/nfs/nfsstat01' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/nfs/nfsstat01' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/nfs/fsx-linux' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/nfs/fsx-linux' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/nfs/nfslock01' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o nfs_flock.o nfs_flock.c >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o nfs_flock_func.o nfs_flock_func.c >gcc -L../../../../lib nfs_flock.o nfs_flock_func.o -o nfs_flock >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -c -o nfs_flock_dgen.o nfs_flock_dgen.c >gcc -L../../../../lib nfs_flock_dgen.o nfs_flock_func.o -o nfs_flock_dgen >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/nfs/nfslock01' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/nfs/nfs_stress' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -L../../../../lib nfs04_create_file.c -lltp -o nfs04_create_file >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib nfs05_make_tree.c -lltp -lpthread -o nfs05_make_tree >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib nfs01_open_files.c -lltp -o nfs01_open_files >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/nfs/nfs_stress' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/nfs' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/traceroute' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/traceroute' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/iproute' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/iproute' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/sockets' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib ltpServer.c -lpthread -o ltpServer >ltpServer.c: In function âltp_udp_server_queueâ: >ltpServer.c:223:34: warning: unused parameter âjunkâ [-Wunused-parameter] > 223 | void *ltp_udp_server_queue(void *junk) > | ~~~~~~^~~~ >ltpServer.c: In function âltp_tcp_server_queueâ: >ltpServer.c:263:34: warning: unused parameter âjunkâ [-Wunused-parameter] > 263 | void *ltp_tcp_server_queue(void *junk) > | ~~~~~~^~~~ >ltpServer.c: In function âltp_multi_server_queueâ: >ltpServer.c:387:36: warning: unused parameter âjunkâ [-Wunused-parameter] > 387 | void *ltp_multi_server_queue(void *junk) > | ~~~~~~^~~~ >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib ltpClient.c -lpthread -o ltpClient >ltpClient.c: In function âping_networkâ: >ltpClient.c:530:17: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 530 | for (i = 0; i < sizeof(rawPacket.msg) - 1; i++) { > | ^ >ltpClient.c: In function âltp_tracerouteâ: >ltpClient.c:603:17: warning: comparison of integer expressions of different signedness: âintâ and âlong unsigned intâ [-Wsign-compare] > 603 | for (i = 0; i < sizeof(rawTracePacket.msg) - 1; i++) { > | ^ >ltpClient.c: In function âmainâ: >ltpClient.c:110:2: warning: âstrncpyâ specified bound 256 equals destination size [-Wstringop-truncation] > 110 | strncpy(progName, argv[0], MAX_MSG_LEN); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >ltpClient.c:111:2: warning: âstrncpyâ specified bound 256 equals destination size [-Wstringop-truncation] > 111 | strncpy(hostName, argv[1], MAX_MSG_LEN); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >ltpClient.c:112:2: warning: âstrncpyâ specified bound 256 equals destination size [-Wstringop-truncation] > 112 | strncpy(traceName, argv[2], MAX_MSG_LEN); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/sockets' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/virt' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/virt' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/xinetd' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/xinetd' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/busy_poll' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/busy_poll' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/sctp' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib sctp_big_chunk.c -lltp -o sctp_big_chunk >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/sctp' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/can' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/can/filter-tests' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -DETH_P_CAN=0x000C -DPF_CAN=29 -DAF_CAN=PF_CAN -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib can_filter.c -lltp -o can_filter >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -DETH_P_CAN=0x000C -DPF_CAN=29 -DAF_CAN=PF_CAN -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib can_rcv_own_msgs.c -lltp -o can_rcv_own_msgs >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/can/filter-tests' >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/can' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/tcp_fastopen' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/tcp_fastopen' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/netstress' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../include -I../../../include -I../../../include/old/ -L../../../lib netstress.c -lltp -lpthread -lrt -o netstress >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/netstress' >make[3]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/multicast' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_opts' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib mc_verify_opts.c -o mc_verify_opts >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib mc_verify_opts_error.c -o mc_verify_opts_error >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_opts' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_commo' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib mc_send.c -o mc_send >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib mc_recv.c -o mc_recv >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_commo' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_cmds' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_cmds' >make[4]: Entering directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_gethost' >gcc -fcommon -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib mc_gethost.c -lltp -o mc_gethost >mc_gethost.c: In function âmainâ: >mc_gethost.c:54:19: error: âRES_USE_INET6â undeclared (first use in this function) > 54 | _res.options |= RES_USE_INET6; > | ^~~~~~~~~~~~~ >mc_gethost.c:54:19: note: each undeclared identifier is reported only once for each function it appears in >make[4]: *** [<builtin>: mc_gethost] Error 1 >make[4]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/multicast/mc_gethost' >make[3]: *** [../../../include/mk/generic_trunk_target.inc:93: all] Error 2 >make[3]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network/multicast' >make[2]: *** [../../include/mk/generic_trunk_target.inc:93: all] Error 2 >make[2]: Leaving directory '/home/wb-wpp899309/ltp/testcases/network' >make[1]: *** [../include/mk/generic_trunk_target.inc:93: all] Error 2 >make[1]: Leaving directory '/home/wb-wpp899309/ltp/testcases' >make: *** [Makefile:114: testcases-all] Error 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4449
: 670