|FAILURE| pw142675 [PATCH] net/gve: Fix TX/RX queue setup and stop f
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Jul 24 12:52:10 CEST 2024
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/142675
_Testing issues_
Submitter: Tathagat Priyadarshi <tathagat.dpdk at gmail.com>
Date: Wednesday, July 24 2024 05:58:56
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:9cad88310860ad99f9133af39f9cf98e524de9ac
142675 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#243996
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | WARN |
+---------------------+----------------+
| CentOS Stream 9 | WARN |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Debian 12 | WARN |
+---------------------+----------------+
| Fedora 37 | WARN |
+---------------------+----------------+
| Fedora 38 | WARN |
+---------------------+----------------+
| Fedora 39 | WARN |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
==== 20 line log output for Fedora 39 (dpdk_unit_test): ====
[1521/2945] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1522/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
[1523/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1524/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_pf.c.o'.
[1525/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_fdir.c.o'.
[1526/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_gve at sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -MD -MQ 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c: In function 'gve_start_queues':
../drivers/net/gve/gve_ethdev.c:291:9: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
291 | for (i = 0; i < num_queues; i++)
| ^~~
../drivers/net/gve/gve_ethdev.c:296:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
296 | if (ret != 0) {
| ^~
cc1: all warnings being treated as errors
[1527/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_flow.c.o'.
[1528/2945] Generating rte_net_hns3.pmd.c with a custom command.
[1529/2945] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30601/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list