* |FAILURE| pw127874-127907 [PATCH] [34/34] net/sfc: use conntrack ass
@ 2023-06-09 22:33 dpdklab
0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-06-09 22:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ivan Malov
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/127907
_Testing issues_
Submitter: Ivan Malov <ivan.malov@arknetworks.am>
Date: Thursday, June 01 2023 19:55:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c9df59bcc9bec67783de98486879594e52bdc418
127874-127907 --> testing fail
Test environment and result as below:
+------------------+--------------------+
| Environment | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13 | FAIL |
+------------------+--------------------+
| Debian Bullseye | PASS |
+------------------+--------------------+
| openSUSE Leap 15 | PASS |
+------------------+--------------------+
| Debian Buster | PASS |
+------------------+--------------------+
| CentOS Stream 9 | PASS |
+------------------+--------------------+
| CentOS Stream 8 | PASS |
+------------------+--------------------+
| Alpine | PASS |
+------------------+--------------------+
| Fedora 37 | PASS |
+------------------+--------------------+
| Ubuntu 20.04 | PASS |
+------------------+--------------------+
| RHEL8 | PASS |
+------------------+--------------------+
| Fedora 38 | PASS |
+------------------+--------------------+
| RHEL 7 | PASS |
+------------------+--------------------+
| Ubuntu 22.04 | PASS |
+------------------+--------------------+
==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
../drivers/net/sfc/sfc_mae.c:5027:6: error: variable 'rc' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
if (mae->switchdev_rule_pf_to_ext == NULL) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/sfc/sfc_mae.c:5051:9: note: uninitialized use occurs here
return rc;
^~
../drivers/net/sfc/sfc_mae.c:5027:2: note: remove the 'if' if its condition is always false
if (mae->switchdev_rule_pf_to_ext == NULL) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/sfc/sfc_mae.c:5008:8: note: initialize the variable 'rc' to silence this warning
int rc;
^
= 0
2 errors generated.
[1249/1768] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc_tbl_meta_cache.c.o
[1250/1768] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc_mae_counter.c.o
[1251/1768] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc_mae_ct.c.o
[1252/1768] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc_flow.c.o
[1253/1768] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26494/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 2+ messages in thread
* |FAILURE| pw127874-127907 [PATCH] [34/34] net/sfc: use conntrack ass
@ 2023-06-09 22:22 dpdklab
0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-06-09 22:22 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ivan Malov
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/127907
_Testing issues_
Submitter: Ivan Malov <ivan.malov@arknetworks.am>
Date: Thursday, June 01 2023 19:55:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c9df59bcc9bec67783de98486879594e52bdc418
127874-127907 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
return rc;
^~
../drivers/net/sfc/sfc_mae.c:5036:2: note: remove the 'if' if its condition is always false
if (mae->switchdev_rule_ext_to_pf == NULL) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/sfc/sfc_mae.c:5027:6: error: variable 'rc' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
if (mae->switchdev_rule_pf_to_ext == NULL) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/sfc/sfc_mae.c:5051:9: note: uninitialized use occurs here
return rc;
^~
../drivers/net/sfc/sfc_mae.c:5027:2: note: remove the 'if' if its condition is always false
if (mae->switchdev_rule_pf_to_ext == NULL) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/sfc/sfc_mae.c:5008:8: note: initialize the variable 'rc' to silence this warning
int rc;
^
= 0
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26494/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-09 22:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 22:33 |FAILURE| pw127874-127907 [PATCH] [34/34] net/sfc: use conntrack ass dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-06-09 22:22 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).