|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:57:37 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#244002
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) | WARN |
+---------------------+----------------+
| Fedora 39 (Clang) | WARN |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
| openSUSE Leap 15 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
==== 20 line log output for Fedora 39 (Clang) (dpdk_unit_test): ====
[1472/2945] Compiling C object 'drivers/a715181@@rte_net_fm10k at sha/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1473/2945] Linking static target drivers/librte_net_fm10k.a.
[1474/2945] Linking target drivers/librte_net_fm10k.so.24.2.
[1475/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_version.c.o'.
[1476/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_rx_dqo.c.o'.
[1477/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_tx_dqo.c.o'.
[1478/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
clang -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 -Xclang -fcolor-diagnostics -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 -Wm
issing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -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:296:3: error: misleading indentation; statement is not part of the previous 'for' [-Werror,-Wmisleading-indentation]
296 | if (ret != 0) {
| ^
../drivers/net/gve/gve_ethdev.c:291:2: note: previous statement is here
291 | for (i = 0; i < num_queues; i++)
| ^
1 error generated.
[1479/2945] Compiling C object 'drivers/a715181@@tmp_rte_net_gve at sta/net_gve_gve_rss.c.o'.
[1480/2945] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base at sta/hinic_pmd_api_cmd.c.o'.
[1481/2945] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base at sta/hinic_pmd_cfg.c.o'.
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
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.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