* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:37 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:37 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:42 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:42 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:41 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:41 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:40 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:40 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:40 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:40 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:39 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:39 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:39 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:39 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:39 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:39 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:38 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:38 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:38 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:38 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:38 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:38 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:37 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:37 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:37 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:37 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:37 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:37 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:37 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:37 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:37 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:37 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:36 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:36 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:36 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:36 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:36 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:36 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:36 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:36 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:36 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:36 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:35 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:35 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:35 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:35 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:35 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:35 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:35 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:35 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:34 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9: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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:34 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9: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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:34 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9: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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../lib/telemetry/telemetry.c: In function 'socket_listener':
../lib/telemetry/telemetry.c:439:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:25: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:17: error: ignoring return value of 'strerror_r' declared with attribute 'warn_unused_result' [-Werror=unused-result]
567 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:34 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:34 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:33 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:33 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:33 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:33 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:32 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:32 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:32 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:32 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:32 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:32 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:32 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:32 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:32 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:32 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:32 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:32 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:31 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:31 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
==== 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:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
439 | strerror_r(rc, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'create_socket':
../lib/telemetry/telemetry.c:479:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
479 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:510:4: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
510 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c:518:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
518 | strerror_r(errno, err_buf, sizeof(err_buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_legacy_init':
../lib/telemetry/telemetry.c:567:3: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
567 | 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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:31 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:31 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:30 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:30 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:208:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
208 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): error reading file '%s': %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:^[[m^[[K In function '^[[01m^[[Kdsa_scan^[[m^[[K':
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:25:35:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kformat '^[[01m^[[K%s^[[m^[[K' expects argument of type '^[[01m^[[Kchar *^[[m^[[K', but argument 7 has type '^[[01m^[[Kint^[[m^[[K' [^[[01;31m^[[K-Werror=format=^[[m^[[K]
25 | idxd_pmd_logtype, ^[[01;31m^[[K"IDXD: %s(): "^[[m^[[K fmt "\n", __func__, ##args)
| ^[[01;31m^[[K^~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_internal.h:29:39:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_LOG^[[m^[[K'
29 | #define IDXD_PMD_ERR(fmt, args...) ^[[01;36m^[[KIDXD_PMD_LOG^[[m^[[K(ERR, fmt, ## args)
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/dma/idxd/idxd_bus.c:319:17:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kin expansion of macro '^[[01m^[[KIDXD_PMD_ERR^[[m^[[K'
319 | ^[[01;36m^[[KIDXD_PMD_ERR^[[m^[[K("%s(): opendir '%s' failed: %s",
| ^[[01;36m^[[K^~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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)
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror
@ 2023-11-14 9:24 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-11-14 9:24 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/134229
_Testing issues_
Submitter: Dengdui Huang <huangdengdui@huawei.com>
Date: Tuesday, November 14 2023 08:25:39
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:737faa1b4331f6395bc3a665159a489f404e6052
134192-134229 --> testing fail
Test environment and result as below:
+-----------------------+--------------+---------------------------+------------------------------+----------------+
| Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+=======================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm) | SKIPPED | PASS | PASS | SKIPPED |
+-----------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+-----------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+-----------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | FAIL |
+-----------------------+--------------+---------------------------+------------------------------+----------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:403:5: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
rte_strerror(errno));
^
../lib/vhost/vduse.c:403:5: error: format specifies type 'char *' but the argument has type 'int' [-Werror,-Wformat]
rte_strerror(errno));
^~~~~~~~~~~~~~~~~~~
../lib/vhost/vhost.h:680:40: note: expanded from macro 'VHOST_LOG_CONFIG'
"VHOST_CONFIG: (%s) " fmt, prefix, ##args)
~~~ ^~~~
../lib/vhost/vduse.c:456:22: error: call to undeclared function 'rte_strerror'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
VDUSE_CTRL_PATH, rte_strerror(errno));
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[401/3086] Compiling C object 'lib/76b5a35@@rte_ipsec@sta/ipsec_esp_inb.c.o'.
[402/3086] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.c.o'.
[403/3086] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.c.o'.
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
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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/28369/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 41+ messages in thread
end of thread, other threads:[~2023-11-14 9:42 UTC | newest]
Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 9:37 |FAILURE| pw134192-134229 [PATCH] [43/43] vdpa/sfc: use rte strerror dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-11-14 9:42 dpdklab
2023-11-14 9:41 dpdklab
2023-11-14 9:40 dpdklab
2023-11-14 9:40 dpdklab
2023-11-14 9:39 dpdklab
2023-11-14 9:39 dpdklab
2023-11-14 9:39 dpdklab
2023-11-14 9:38 dpdklab
2023-11-14 9:38 dpdklab
2023-11-14 9:38 dpdklab
2023-11-14 9:37 dpdklab
2023-11-14 9:37 dpdklab
2023-11-14 9:37 dpdklab
2023-11-14 9:37 dpdklab
2023-11-14 9:37 dpdklab
2023-11-14 9:36 dpdklab
2023-11-14 9:36 dpdklab
2023-11-14 9:36 dpdklab
2023-11-14 9:36 dpdklab
2023-11-14 9:36 dpdklab
2023-11-14 9:35 dpdklab
2023-11-14 9:35 dpdklab
2023-11-14 9:35 dpdklab
2023-11-14 9:35 dpdklab
2023-11-14 9:34 dpdklab
2023-11-14 9:34 dpdklab
2023-11-14 9:34 dpdklab
2023-11-14 9:34 dpdklab
2023-11-14 9:33 dpdklab
2023-11-14 9:33 dpdklab
2023-11-14 9:32 dpdklab
2023-11-14 9:32 dpdklab
2023-11-14 9:32 dpdklab
2023-11-14 9:32 dpdklab
2023-11-14 9:32 dpdklab
2023-11-14 9:32 dpdklab
2023-11-14 9:31 dpdklab
2023-11-14 9:31 dpdklab
2023-11-14 9:30 dpdklab
2023-11-14 9:24 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).