* |WARNING| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:18 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-11-14 12:18 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-sample-apps-testing
Test-Status: WARNING
http://dpdk.org/patch/134316
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 11:24:07
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134280-134316 --> testing fail
Test environment and result as below:
+--------------+----------------------+
| Environment | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN |
+--------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[37/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_ctf.c.o'.
[38/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_hotplug_mp.c.o'.
[39/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[40/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace.c.o'.
[41/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_keepalive.c.o'.
[42/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[43/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_mp.c.o'.
[44/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_utils.c.o'.
[45/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_proc.c.o'.
[46/2812] Generating log.sym_chk with a meson_exe.py custom command.
[47/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_file.c.o'.
[48/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_filesystem.c.o'.
[49/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[50/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[51/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[52/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[53/2812] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28376/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:23 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-11-14 12:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/134316
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 11:24:07
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134280-134316 --> testing fail
Test environment and result as below:
+-----------------------+--------------+---------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+=======================+==============+===========================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED |
+-----------------------+--------------+---------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | SKIPPED |
+-----------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS |
+-----------------------+--------------+---------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS |
+-----------------------+--------------+---------------------------+----------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:9: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | (void)strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:10: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | (void)strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:9: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | (void)strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:9: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[11/416] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[12/416] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28376/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:21 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-11-14 12:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/134316
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 11:24:07
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134280-134316 --> testing fail
Test environment and result as below:
+-----------------------+--------------+---------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+=======================+==============+===========================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED |
+-----------------------+--------------+---------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | SKIPPED |
+-----------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS |
+-----------------------+--------------+---------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS |
+-----------------------+--------------+---------------------------+----------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:9: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | (void)strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:10: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | (void)strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:9: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | (void)strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:9: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[11/416] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[12/416] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28376/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-14 12:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 12:18 |WARNING| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer dpdklab
2023-11-14 12:21 dpdklab
2023-11-14 12:23 dpdklab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).