* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:54 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 14:59 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 14:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 13:47 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 13:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 13:27 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 13:27 UTC (permalink / raw)
To: Test Report; +Cc: Dengdui Huang, dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
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 | cryptodev_sw_snow3g_autotest |
+==========================+==============+===========================+================+==============================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | PASS | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:45 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:38 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:38 UTC (permalink / raw)
To: Test Report; +Cc: Dengdui Huang, dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
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 | cryptodev_sw_snow3g_autotest |
+==========================+==============+===========================+================+==============================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | PASS | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:34 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:34 UTC (permalink / raw)
To: Test Report; +Cc: Dengdui Huang, dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
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 | cryptodev_sw_snow3g_autotest |
+==========================+==============+===========================+================+==============================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | PASS | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:34 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:34 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:33 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:33 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:33 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:33 UTC (permalink / raw)
To: Test Report; +Cc: Dengdui Huang, dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
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 | cryptodev_sw_snow3g_autotest |
+==========================+==============+===========================+================+==============================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | PASS | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+--------------+---------------------------+----------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:32 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:32 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:30 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:30 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
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 |
+--------------------------+--------------+---------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:30 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:29 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:29 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:29 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:29 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
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_unit_test |
+=====================+================+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
[10/2786] Generating log.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:28 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:28 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
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 |
+--------------------------+--------------+---------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:28 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:28 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:25 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:23 dpdklab
0 siblings, 0 replies; 38+ 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-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:23 dpdklab
0 siblings, 0 replies; 38+ 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-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:21 dpdklab
0 siblings, 0 replies; 38+ 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-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:20 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:20 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:20 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:20 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:19 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:19 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:15 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:15 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:15 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:15 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:14 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:14 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:13 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:13 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:13 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:13 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:10: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
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
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)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:13 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:13 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:13 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:13 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
* |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer
@ 2023-11-14 12:12 dpdklab
0 siblings, 0 replies; 38+ messages in thread
From: dpdklab @ 2023-11-14 12:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dengdui Huang
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_meson_compile): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:31: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | (void)strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:23: 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:31: 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:23: 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:23: 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
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
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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] 38+ messages in thread
end of thread, other threads:[~2023-11-14 14:59 UTC | newest]
Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 12:54 |FAILURE| pw134280-134316 [PATCH] [v2,43/43] vdpa/sfc: use rte strer dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-11-14 14:59 dpdklab
2023-11-14 13:47 dpdklab
2023-11-14 13:27 dpdklab
2023-11-14 12:45 dpdklab
2023-11-14 12:38 dpdklab
2023-11-14 12:34 dpdklab
2023-11-14 12:34 dpdklab
2023-11-14 12:33 dpdklab
2023-11-14 12:33 dpdklab
2023-11-14 12:33 dpdklab
2023-11-14 12:32 dpdklab
2023-11-14 12:30 dpdklab
2023-11-14 12:30 dpdklab
2023-11-14 12:30 dpdklab
2023-11-14 12:29 dpdklab
2023-11-14 12:29 dpdklab
2023-11-14 12:28 dpdklab
2023-11-14 12:28 dpdklab
2023-11-14 12:25 dpdklab
2023-11-14 12:23 dpdklab
2023-11-14 12:23 dpdklab
2023-11-14 12:21 dpdklab
2023-11-14 12:20 dpdklab
2023-11-14 12:20 dpdklab
2023-11-14 12:19 dpdklab
2023-11-14 12:19 dpdklab
2023-11-14 12:15 dpdklab
2023-11-14 12:15 dpdklab
2023-11-14 12:15 dpdklab
2023-11-14 12:15 dpdklab
2023-11-14 12:14 dpdklab
2023-11-14 12:14 dpdklab
2023-11-14 12:13 dpdklab
2023-11-14 12:13 dpdklab
2023-11-14 12:13 dpdklab
2023-11-14 12:13 dpdklab
2023-11-14 12:12 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).