automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
@ 2025-11-03 16:56 ` checkpatch
  2025-11-03 17:25 ` |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO dpdklab
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: checkpatch @ 2025-11-03 16:56 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/158397

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'in'
#94: 
Fix use after free in in remove_cache_list by using LIST_FOREACH_SAFE

total: 0 errors, 1 warnings, 0 checks, 16 lines checked

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
  2025-11-03 16:56 ` |WARNING| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE checkpatch
@ 2025-11-03 17:25 ` dpdklab
  2025-11-03 17:26 ` |SUCCESS| " dpdklab
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-VM-DPDK-Compile-Meson#39443

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| Ubuntu 20.04                  | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12           | PEND               | PEND              | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+

==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
|                                                   ^
|                                                   ;
../lib/table/rte_swx_table_selector.c:327:39: error: use of undeclared identifier 'node'
327 |         TAILQ_FOREACH(elem, &group->members, node) {
|                                              ^
../lib/table/rte_swx_table_selector.c:341:42: error: expected ';' after expression
341 |                 TAILQ_FOREACH(e, &group->members, node)
|                                                        ^
|                                                        ;
../lib/table/rte_swx_table_selector.c:341:37: error: use of undeclared identifier 'node'
341 |                 TAILQ_FOREACH(e, &group->members, node)
|                                                   ^
../lib/table/rte_swx_table_selector.c:365:2: error: call to undeclared function 'TAILQ_FOREACH'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
365 |         TAILQ_FOREACH(elem, &group->members, node) {
|         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[505/2122] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[506/2122] Compiling C object lib/librte_table.a.p/table_rte_table_acl.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
  2025-11-03 16:56 ` |WARNING| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE checkpatch
  2025-11-03 17:25 ` |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO dpdklab
@ 2025-11-03 17:26 ` dpdklab
  2025-11-03 17:28 ` dpdklab
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#252624

Test environment and result as below:

Ubuntu 20.04.6
Kernel: 5.4.105
Compiler: gcc 9.4
NIC: Marvell CN106XX 50000 Mbps
Target: arm64-native-linuxapp-gcc

Aggregate Results by Test Suite
+----------------+--------+
|   Test Suite   | Result |
+================+========+
| cmdline        |  PASS  |
+----------------+--------+
| rxtx_callbacks |  PASS  |
+----------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (2 preceding siblings ...)
  2025-11-03 17:26 ` |SUCCESS| " dpdklab
@ 2025-11-03 17:28 ` dpdklab
  2025-11-03 17:33 ` |FAILURE| " dpdklab
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> functional testing pass

Upstream job id: Template-DPDK-DTS-Pipeline#2909

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8.0-55-generic
Compiler: gcc 13.3.0
NIC: Mellanox ConnectX-5 100000 Mbps

Aggregate Results by Test Suite
+---------------------------------+--------+
|           Test Suite            | Result |
+=================================+========+
| blocklist                       |  PASS  |
+---------------------------------+--------+
| promisc_support                 |  PASS  |
+---------------------------------+--------+
| uni_pkt                         |  PASS  |
+---------------------------------+--------+
| dynamic_config                  |  PASS  |
+---------------------------------+--------+
| hello_world                     |  PASS  |
+---------------------------------+--------+
| l2fwd                           |  PASS  |
+---------------------------------+--------+
| port_restart_config_persistency |  PASS  |
+---------------------------------+--------+
| softnic                         |  PASS  |
+---------------------------------+--------+
| vlan                            |  PASS  |
+---------------------------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (3 preceding siblings ...)
  2025-11-03 17:28 ` dpdklab
@ 2025-11-03 17:33 ` dpdklab
  2025-11-03 17:37 ` |PENDING| " dpdklab
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-VM-DPDK-Compile-Meson#39442

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| Ubuntu 20.04                  | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12           | PEND               | PEND              | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          |
+-------------------------------+--------------------+-------------------+------------------+

==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
|                                                   ^
|                                                   ;
../lib/table/rte_swx_table_selector.c:327:39: error: use of undeclared identifier 'node'
327 |         TAILQ_FOREACH(elem, &group->members, node) {
|                                              ^
../lib/table/rte_swx_table_selector.c:341:42: error: expected ';' after expression
341 |                 TAILQ_FOREACH(e, &group->members, node)
|                                                        ^
|                                                        ;
../lib/table/rte_swx_table_selector.c:341:37: error: use of undeclared identifier 'node'
341 |                 TAILQ_FOREACH(e, &group->members, node)
|                                                   ^
../lib/table/rte_swx_table_selector.c:365:2: error: call to undeclared function 'TAILQ_FOREACH'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
365 |         TAILQ_FOREACH(elem, &group->members, node) {
|         ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[505/2122] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[506/2122] Compiling C object lib/librte_table.a.p/table_rte_table_acl.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |PENDING| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (4 preceding siblings ...)
  2025-11-03 17:33 ` |FAILURE| " dpdklab
@ 2025-11-03 17:37 ` dpdklab
  2025-11-03 17:54 ` |SUCCESS| " dpdklab
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/158397

_Testing pending_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing pending

Upstream job id: Generic-DPDK-Compile-Meson#440248

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+


Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (5 preceding siblings ...)
  2025-11-03 17:37 ` |PENDING| " dpdklab
@ 2025-11-03 17:54 ` dpdklab
  2025-11-03 17:55 ` |PENDING| " dpdklab
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#252625

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| blocklist  |  PASS  |
+------------+--------+
| uni_pkt    |  PASS  |
+------------+--------+


Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| dynamic_queue_conf |  PASS  |
+--------------------+--------+
| hello_world        |  PASS  |
+--------------------+--------+
| l2fwd              |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+


Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |PENDING| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (6 preceding siblings ...)
  2025-11-03 17:54 ` |SUCCESS| " dpdklab
@ 2025-11-03 17:55 ` dpdklab
  2025-11-03 17:57 ` |FAILURE| " dpdklab
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/158397

_Testing pending_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#387995

Test environment and result as below:

+------------------------------+--------------+---------------------------+------------------------------+----------------+
|         Environment          | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==============================+==============+===========================+==============================+================+
| Ubuntu 20.04                 | PASS         | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)              | SKIPPED      | PEND                      | PEND                         | SKIPPED        |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian GNU/Linux 12          | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 40              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 10             | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 41              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 42              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+


Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (7 preceding siblings ...)
  2025-11-03 17:55 ` |PENDING| " dpdklab
@ 2025-11-03 17:57 ` dpdklab
  2025-11-03 17:59 ` |SUCCESS| " dpdklab
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#440257

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Debian GNU/Linux 12          | FAIL               |
+------------------------------+--------------------+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for Debian GNU/Linux 12 (dpdk_meson_compile): ====
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:478:46: error: pointer 'filter' may be used after 'rte_free' [-Werror=use-after-free]
478 | #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|                                 ~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:496:14: note: in expansion of macro 'STAILQ_NEXT'
496 |              STAILQ_NEXT(STAILQ_NEXT(elm, field), field)) == NULL)      \
|              ^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:489:17: note: in expansion of macro 'STAILQ_REMOVE_AFTER'
489 |                 STAILQ_REMOVE_AFTER(head, _Curelm, field);              \
|                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:155:25: note: in expansion of macro 'STAILQ_REMOVE'
155 |                         STAILQ_REMOVE(&bp->pf->vf_info[i].filter, filter,
|                         ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (8 preceding siblings ...)
  2025-11-03 17:57 ` |FAILURE| " dpdklab
@ 2025-11-03 17:59 ` dpdklab
  2025-11-03 18:04 ` dpdklab
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 17:59 UTC (permalink / raw)
  To: Test Report, Ali Alnubani; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#252616

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 1024    | 1        | 1           | -0.7%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | -1.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | 1.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (9 preceding siblings ...)
  2025-11-03 17:59 ` |SUCCESS| " dpdklab
@ 2025-11-03 18:04 ` dpdklab
  2025-11-03 18:04 ` dpdklab
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#252613

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -2.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -3.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -4.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -4.1%                        |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel E810 100000 Mbps
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.6%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.7%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.3%                         |
+------------+---------+----------+-------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (10 preceding siblings ...)
  2025-11-03 18:04 ` dpdklab
@ 2025-11-03 18:04 ` dpdklab
  2025-11-03 18:05 ` |PENDING| " dpdklab
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#252614

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| blocklist  |  PASS  |
+------------+--------+
| uni_pkt    |  PASS  |
+------------+--------+


Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| dynamic_queue_conf |  PASS  |
+--------------------+--------+
| hello_world        |  PASS  |
+--------------------+--------+
| l2fwd              |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+


Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |PENDING| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (11 preceding siblings ...)
  2025-11-03 18:04 ` dpdklab
@ 2025-11-03 18:05 ` dpdklab
  2025-11-03 18:15 ` dpdklab
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: PENDING
http://dpdk.org/patch/158397

_Testing pending_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing pending

Upstream job id: Template-DTS-Pipeline#252623

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PEND                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |PENDING| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (12 preceding siblings ...)
  2025-11-03 18:05 ` |PENDING| " dpdklab
@ 2025-11-03 18:15 ` dpdklab
  2025-11-03 18:17 ` |FAILURE| " dpdklab
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/158397

_Testing pending_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#388004

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PEND           |
+-------------------------------+----------------+
| CentOS Stream 10              | PEND           |
+-------------------------------+----------------+
| Fedora Linux 40               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+


CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (13 preceding siblings ...)
  2025-11-03 18:15 ` dpdklab
@ 2025-11-03 18:17 ` dpdklab
  2025-11-03 18:18 ` dpdklab
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#387997

Test environment and result as below:

+------------------------------+--------------+---------------------------+------------------------------+----------------+
|         Environment          | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==============================+==============+===========================+==============================+================+
| Ubuntu 20.04                 | PASS         | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)              | SKIPPED      | PEND                      | WARN                         | SKIPPED        |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian GNU/Linux 12          | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 40              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 10             | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 41              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 42              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_bsd_queue.h:478:46: error: pointer 'filter' may be used after 'rte_free' [-Werror=use-after-free]
478 | #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|                                 ~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:496:14: note: in expansion of macro 'STAILQ_NEXT'
496 |              STAILQ_NEXT(STAILQ_NEXT(elm, field), field)) == NULL)      \
|              ^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:489:17: note: in expansion of macro 'STAILQ_REMOVE_AFTER'
489 |                 STAILQ_REMOVE_AFTER(head, _Curelm, field);              \
|                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:155:25: note: in expansion of macro 'STAILQ_REMOVE'
155 |                         STAILQ_REMOVE(&bp->pf->vf_info[i].filter, filter,
|                         ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1242/3816] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[1243/3816] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[1244/3816] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (14 preceding siblings ...)
  2025-11-03 18:17 ` |FAILURE| " dpdklab
@ 2025-11-03 18:18 ` dpdklab
  2025-11-03 18:21 ` dpdklab
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Windows-Compile-DPDK-VS#7403

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile |
+===============================+====================+===================+==================+===================+
| Ubuntu 20.04                  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Debian GNU/Linux 12           | PEND               | PEND              | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | FAIL              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+

==== 20 line log output for Windows Server 2022 (dpdk_msvc_compile): ====
\0[\02\07\02\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0l\0c\0o\0r\0e\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\03\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0m\0c\0f\0g\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\04\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0s\0t\0r\0i\0n\0g\0_\0f\0n\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\05\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0o\0p\0t\0i\0o\0n\0s\0.\0c\0.\0o\0b\0j\0
\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0o\0p\0t\0i\0o\0n\0s\0.\0c\0.\0o\0b\0j\0 \0
\0
\0"\0c\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0"\0 \0"\0-\0I\0l\0i\0b\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0"\0 \0"\0-\0I\0.\0.\0"\0 \0"\0-\0I\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0.\0.\0\\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0a\0r\0g\0p\0a\0r\0s\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0a\0r\0g\0p\0a\0r\0s\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0o\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0l\0o\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0C\0:\0\\0P\0r\0o\0g\0r\0a\0m\0 \0F\0i\0l\0e\0s\0\\0M\0e\0l\0l\0a\0n\0o\0x\0\\0M\0L\0N\0X\0_\0W\0i\0n\0O\0F\02\0_\0D\0e\0v\0X\0_\0S\0D\0K\0\\0i\0n\0c\0"\0 \0"\0/\0M\0D\0"\0 \0"\0/\0n\0o\0l\0o\0g\0o\0"\0 \0"\0/\0s\0h\0o\0w\0I\0n\0c\0l\0u\0d\0e\0s\0"\0 \0"\0/\0u\0t\0f\0-\08\0"\0 
 \0"\0/\0W\03\0"\0 \0"\0/\0W\0X\0"\0 \0"\0/\0s\0t\0d\0:\0c\01\01\0"\0 \0"\0/\0O\02\0"\0 \0"\0/\0G\0w\0"\0 \0"\0/\0w\0d\04\02\04\04\0"\0 \0"\0/\0w\0d\04\02\06\07\0"\0 \0"\0/\0w\0d\04\01\04\06\0"\0 \0"\0/\0e\0x\0p\0e\0r\0i\0m\0e\0n\0t\0a\0l\0:\0c\01\01\0a\0t\0o\0m\0i\0c\0s\0"\0 \0"\0/\0d\01\0e\0x\0p\0e\0r\0i\0m\0e\0n\0t\0a\0l\0:\0t\0y\0p\0e\0o\0f\0"\0 \0"\0/\0e\0x\0p\0e\0r\0i\0m\0e\0n\0t\0a\0l\0:\0s\0t\0a\0t\0e\0m\0e\0n\0t\0E\0x\0p\0r\0e\0s\0s\0i\0o\0n\0s\0"\0 \0"\0/\0F\0I\0"\0 \0"\0r\0t\0e\0_\0c\0o\0n\0f\0i\0g\0.\0h\0"\0 \0"\0-\0D\0_\0G\0N\0U\0_\0S\0O\0U\0R\0C\0E\0"\0 \0"\0-\0D\0_\0W\0I\0N\03\02\0_\0W\0I\0N\0N\0T\0=\00\0x\00\0A\00\00\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0E\0X\0P\0E\0R\0I\0M\0E\0N\0T\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0I\0N\0T\0E\0R\0N\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0B\0I\0_\0V\0E\0R\0S\0I\0O\0N\0=\0\\0"\02\06\0.\00\0\\0"\0"\0 \0"\0-\0D\0R\0T\0E\0_\0L\0O\0G\0_\0D\0E\0F\0A\0U\0L\0T\0_\0L\0O\0G\0T\0Y\0P\0E\0=\0l\0i\0b\0.\0e\0a\0l\0"\0 \0"\0/\0F\0d\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0\\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0o\0p\0t\0i\0o\0n\0s\0.\0c\0.\0p\0d\0b\0"\0 \0/\0F\0o\0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0o\0p\0t\0i\0o\0n\0s\0.\0c\0.\0o\0b\0j\0 \0"\0/\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0a\0l\0/\0c\0o\0m\0m\0o\0n\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0o\0p\0t\0i\0o\0n\0s\0.\0c\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0a\0l\0/\0c\0o\0m\0m\0o\0n\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0o\0p\0t\0i\0o\0n\0s\0.\0c\0(\01\03\0)\0:\0 \0f\0a\0t\0a\0l\0 \0e\0r\0r\0o\0r\0 \0C\01\00\08\03\0:\0 \0C\0a\0n\0n\0o\0t\0 \0o\0p\0e\0n\0 \0i\0n\0c\0l\0u\0d\0e\0 \0f\0i\0l\0e\0:\0 \0'\0s\0y\0s\0/\0q\0u\0e\0u\0e\0.\0h\0'\0:\0 \0N\0o\0 \0s\0u\0c\0h\0 \0f\0i\0l\0e\0 \0o\0r\0 \0d\0i\0r\0e\0c\0t\0o\0r\0y\0
\0
\0[\02\07\06\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0t\0r\0a\0c\0e\0_\0p\0o\0i\0n\0t\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\07\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0m\0e\0m\0a\0l\0l\0o\0c\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\08\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0m\0e\0m\0o\0r\0y\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\09\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0m\0e\0m\0z\0o\0n\0e\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\08\00\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0r\0t\0e\0_\0n\0e\0t\0_\0i\0a\0v\0f\0_\0b\0a\0s\0e\0_\0l\0i\0b\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0n\0t\0e\0l\0_\0i\0c\0e\0_\0b\0a\0s\0e\0_\0i\0c\0e\0_\0c\0o\0m\0m\0o\0n\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\08\01\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0t\0a\0i\0l\0q\0s\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\08\02\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0a\0l\0.\0a\0.\0p\0/\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0e\0a\0l\0_\0c\0o\0m\0m\0o\0n\0_\0t\0h\0r\0e\0a\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\08\03\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0a\0v\0f\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0n\0t\0e\0l\0_\0i\0a\0v\0f\0_\0i\0a\0v\0f\0_\0f\0d\0i\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\08\04\0/\08\07\07\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0r\0t\0e\0_\0n\0e\0t\0_\0i\0a\0v\0f\0_\0b\0a\0s\0e\0_\0l\0i\0b\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0n\0t\0e\0l\0_\0i\0c\0e\0_\0b\0a\0s\0e\0_\0i\0c\0e\0_\0f\0d\0i\0r\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0I\0N\0F\0O\0:\0 \0a\0u\0t\0o\0d\0e\0t\0e\0c\0t\0i\0n\0g\0 \0b\0a\0c\0k\0e\0n\0d\0 \0a\0s\0 \0n\0i\0n\0j\0a\0
\0
\0I\0N\0F\0O\0:\0 \0c\0a\0l\0c\0u\0l\0a\0t\0i\0n\0g\0 \0b\0a\0c\0k\0e\0n\0d\0 \0c\0o\0m\0m\0a\0n\0d\0 \0t\0o\0 \0r\0u\0n\0:\0 \0"\0C\0:\0\\0P\0r\0o\0g\0r\0a\0m\0 \0F\0i\0l\0e\0s\0\\0M\0e\0s\0o\0n\0\\0n\0i\0n\0j\0a\0.\0E\0X\0E\0"\0 \0-\0C\0 \0C\0:\0/\0U\0s\0e\0r\0s\0/\0b\0u\0i\0l\0d\0e\0r\0/\0j\0e\0n\0k\0i\0n\0s\0/\0w\0o\0r\0k\0s\0p\0a\0c\0e\0/\0W\0i\0n\0d\0o\0w\0s\0-\0C\0o\0m\0p\0i\0l\0e\0-\0D\0P\0D\0K\0-\0V\0S\0/\0d\0p\0d\0k\0/\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (15 preceding siblings ...)
  2025-11-03 18:18 ` dpdklab
@ 2025-11-03 18:21 ` dpdklab
  2025-11-03 18:22 ` dpdklab
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#387996

Test environment and result as below:

+------------------------------+--------------+---------------------------+------------------------------+----------------+
|         Environment          | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==============================+==============+===========================+==============================+================+
| Ubuntu 20.04                 | PASS         | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)              | SKIPPED      | WARN                      | WARN                         | SKIPPED        |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian GNU/Linux 12          | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 40              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 10             | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 41              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 42              | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PEND           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_bsd_queue.h:478:46: error: pointer 'filter' may be used after 'rte_free' [-Werror=use-after-free]
478 | #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|                                 ~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:496:14: note: in expansion of macro 'STAILQ_NEXT'
496 |              STAILQ_NEXT(STAILQ_NEXT(elm, field), field)) == NULL)      \
|              ^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:489:17: note: in expansion of macro 'STAILQ_REMOVE_AFTER'
489 |                 STAILQ_REMOVE_AFTER(head, _Curelm, field);              \
|                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:155:25: note: in expansion of macro 'STAILQ_REMOVE'
155 |                         STAILQ_REMOVE(&bp->pf->vf_info[i].filter, filter,
|                         ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1242/3816] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x.c.o
[1243/3816] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[1244/3816] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (16 preceding siblings ...)
  2025-11-03 18:21 ` dpdklab
@ 2025-11-03 18:22 ` dpdklab
  2025-11-03 18:24 ` dpdklab
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Windows-Compile-DPDK-Native#32077

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile |
+===============================+====================+===================+==================+===================+=========================+
| Ubuntu 20.04                  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Debian GNU/Linux 12           | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | FAIL              | FAIL                    |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+

==== 20 line log output for Windows Server 2022 (dpdk_llvm_clang_compile): ====
[10/825] Generating lib/rte_dmadev_map with a custom command
[11/825] Generating lib/rte_cryptodev_map with a custom command
[12/825] Compiling C object lib/librte_hash.a.p/hash_rte_hash_crc.c.obj
[13/825] Compiling C object lib/librte_gpudev.a.p/gpudev_gpudev.c.obj
FAILED: lib/librte_gpudev.a.p/gpudev_gpudev.c.obj
"clang" "-Ilib\librte_gpudev.a.p" "-Ilib" "-I..\lib" "-Ilib\gpudev" "-I..\lib\gpudev" "-Ilib\eal\common" "-I..\lib\eal\common" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal" "-I..\lib\eal" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-Wcast-qual" "-Wcomma" "-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-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.gpudev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_gpudev.a.p/gpudev_gpudev.c.obj -MF "lib\librte_gpudev.a.p\gpudev_gpudev.c.obj.d" -o lib/librte_gpudev.a.p/gpudev_gpudev.c.obj "-c" ../lib/gpudev/gpudev.c
../lib/gpudev/gpudev.c:6:10: fatal error: 'sys/queue.h' file not found
#include <sys/queue.h>
^~~~~~~~~~~~~
1 error generated.
[14/825] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev_trace_points.c.obj
[15/825] Compiling C object lib/librte_bbdev.a.p/bbdev_rte_bbdev.c.obj
[16/825] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[17/825] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.obj
[18/825] Compiling C object lib/librte_log.a.p/log_log.c.obj
[19/825] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj
[20/825] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.obj
[21/825] Compiling C object lib/librte_hash.a.p/hash_rte_thash_gf2_poly_math.c.obj
[22/825] Compiling C object lib/librte_hash.a.p/hash_rte_thash.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (17 preceding siblings ...)
  2025-11-03 18:22 ` dpdklab
@ 2025-11-03 18:24 ` dpdklab
  2025-11-03 18:25 ` dpdklab
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Windows-Compile-DPDK-Native#32078

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+===================+=========================+======================+
| Ubuntu 20.04                  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian GNU/Linux 12           | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | FAIL              | FAIL                    | FAIL                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+

==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
[34/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_string_fns.c.obj
[35/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_uuid.c.obj
[36/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_bitset.c.obj
[37/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"ccache" "gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-Ilib\eal\common" "-I..\lib\eal\common" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal" "-I..\lib\eal" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_ST
 DIO" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DABI_VERSION=\"26.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:13:10: fatal error: sys/queue.h: No such file or directory
13 | #include <sys/queue.h>
|          ^~~~~~~~~~~~~
compilation terminated.
[38/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailqs.c.obj
[39/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.obj
[40/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.obj
[41/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.obj
[42/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.obj
[43/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[44/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.obj
[45/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
[46/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (18 preceding siblings ...)
  2025-11-03 18:24 ` dpdklab
@ 2025-11-03 18:25 ` dpdklab
  2025-11-03 18:31 ` dpdklab
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#440235

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+===================+=========================+======================+
| Ubuntu 20.04                  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian GNU/Linux 12           | FAIL               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | FAIL              | FAIL                    | FAIL                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+

==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
[34/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_string_fns.c.obj
[35/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_uuid.c.obj
[36/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_bitset.c.obj
[37/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"ccache" "gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-Ilib\eal\common" "-I..\lib\eal\common" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal" "-I..\lib\eal" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_ST
 DIO" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DABI_VERSION=\"26.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:13:10: fatal error: sys/queue.h: No such file or directory
13 | #include <sys/queue.h>
|          ^~~~~~~~~~~~~
compilation terminated.
[38/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailqs.c.obj
[39/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.obj
[40/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.obj
[41/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.obj
[42/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.obj
[43/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[44/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.obj
[45/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
[46/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (19 preceding siblings ...)
  2025-11-03 18:25 ` dpdklab
@ 2025-11-03 18:31 ` dpdklab
  2025-11-03 18:41 ` |PENDING| " dpdklab
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#388002

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | WARN           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+

==== 20 line log output for Debian GNU/Linux 12 (dpdk_unit_test): ====
../lib/eal/include/rte_bsd_queue.h:478:46: error: pointer 'filter' may be used after 'rte_free' [-Werror=use-after-free]
478 | #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|                                 ~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:496:14: note: in expansion of macro 'STAILQ_NEXT'
496 |              STAILQ_NEXT(STAILQ_NEXT(elm, field), field)) == NULL)      \
|              ^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:489:17: note: in expansion of macro 'STAILQ_REMOVE_AFTER'
489 |                 STAILQ_REMOVE_AFTER(head, _Curelm, field);              \
|                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:155:25: note: in expansion of macro 'STAILQ_REMOVE'
155 |                         STAILQ_REMOVE(&bp->pf->vf_info[i].filter, filter,
|                         ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1278/3597] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_flow.c.o
[1279/3597] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[1280/3597] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_elink.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |PENDING| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (20 preceding siblings ...)
  2025-11-03 18:31 ` dpdklab
@ 2025-11-03 18:41 ` dpdklab
  2025-11-03 18:53 ` |SUCCESS| " dpdklab
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: PENDING
http://dpdk.org/patch/158397

_Testing pending_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing pending

Upstream job id: Template-DTS-Pipeline#252612

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PEND                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (21 preceding siblings ...)
  2025-11-03 18:41 ` |PENDING| " dpdklab
@ 2025-11-03 18:53 ` dpdklab
  2025-11-03 18:57 ` |FAILURE| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE 0-day Robot
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Performance Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#252618

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Fail/Total: 0/3

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 128     | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 1           | -1.9%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.9%                        |
+------------+---------+----------+-------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (22 preceding siblings ...)
  2025-11-03 18:53 ` |SUCCESS| " dpdklab
@ 2025-11-03 18:57 ` 0-day Robot
  2025-11-03 18:59 ` |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO dpdklab
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: 0-day Robot @ 2025-11-03 18:57 UTC (permalink / raw)
  To: test-report; +Cc: stephen, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/158397/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/19044205313

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (23 preceding siblings ...)
  2025-11-03 18:57 ` |FAILURE| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE 0-day Robot
@ 2025-11-03 18:59 ` dpdklab
  2025-11-03 19:00 ` |FAILURE| " dpdklab
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 18:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/158397

_Functional Testing PASS_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#252619

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| blocklist  |  PASS  |
+------------+--------+
| uni_pkt    |  PASS  |
+------------+--------+


Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| dynamic_queue_conf |  PASS  |
+--------------------+--------+
| hello_world        |  PASS  |
+--------------------+--------+
| l2fwd              |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+


Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel Corporation QAT 8970 0 Mbps

Aggregate Results by Test Suite
+----------------------------+--------+
|         Test Suite         | Result |
+============================+========+
| crypto_perf_cryptodev_perf |  PASS  |
+----------------------------+--------+


Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (24 preceding siblings ...)
  2025-11-03 18:59 ` |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO dpdklab
@ 2025-11-03 19:00 ` dpdklab
  2025-11-03 19:00 ` dpdklab
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 19:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#440237

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+===================+=========================+======================+
| Ubuntu 20.04                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10              | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian GNU/Linux 12           | FAIL               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora Linux 42               | PASS               | WARN              | PASS             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15.6            | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 9.5  | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04                  | PASS               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04                  | PASS               | WARN              | PASS             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine Linux 3.22.0           | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 9               | PASS               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | FAIL              | FAIL                    | FAIL                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+

==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
[34/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_string_fns.c.obj
[35/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_uuid.c.obj
[36/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_bitset.c.obj
[37/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"ccache" "gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-Ilib\eal\common" "-I..\lib\eal\common" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal" "-I..\lib\eal" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_ST
 DIO" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DABI_VERSION=\"26.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:13:10: fatal error: sys/queue.h: No such file or directory
13 | #include <sys/queue.h>
|          ^~~~~~~~~~~~~
compilation terminated.
[38/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailqs.c.obj
[39/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.obj
[40/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.obj
[41/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.obj
[42/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.obj
[43/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[44/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.obj
[45/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
[46/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (25 preceding siblings ...)
  2025-11-03 19:00 ` |FAILURE| " dpdklab
@ 2025-11-03 19:00 ` dpdklab
  2025-11-03 19:09 ` dpdklab
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 19:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#440243

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+===================+=========================+======================+
| Ubuntu 20.04                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10              | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian GNU/Linux 12           | FAIL               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora Linux 42               | PASS               | WARN              | PASS             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15.6            | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 9.5  | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04                  | PASS               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04                  | PASS               | WARN              | PASS             | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine Linux 3.22.0           | PASS               | SKIPPED           | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 9               | PASS               | WARN              | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | FAIL              | FAIL                    | FAIL                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+

==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
[34/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_string_fns.c.obj
[35/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_uuid.c.obj
[36/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_bitset.c.obj
[37/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"ccache" "gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-Ilib\eal\common" "-I..\lib\eal\common" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal" "-I..\lib\eal" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_ST
 DIO" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DABI_VERSION=\"26.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:13:10: fatal error: sys/queue.h: No such file or directory
13 | #include <sys/queue.h>
|          ^~~~~~~~~~~~~
compilation terminated.
[38/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailqs.c.obj
[39/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.obj
[40/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.obj
[41/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.obj
[42/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.obj
[43/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[44/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.obj
[45/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
[46/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (26 preceding siblings ...)
  2025-11-03 19:00 ` dpdklab
@ 2025-11-03 19:09 ` dpdklab
  2025-11-03 19:09 ` dpdklab
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 19:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#388014

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | WARN           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Windows Server 2022           | FAIL           |
+-------------------------------+----------------+

==== Unit test summary for Windows Server 2022 (dpdk_unit_test): ====
Failed to get the unit test results.
Displaying the unit test results is not supported for some environments,
such as our aarch32 testing, where meson is not used to run the tests.
Download the logs available on our CI site.
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (27 preceding siblings ...)
  2025-11-03 19:09 ` dpdklab
@ 2025-11-03 19:09 ` dpdklab
  2025-11-03 22:17 ` |WARNING| " dpdklab
  2025-11-04  0:03 ` |FAILURE| " dpdklab
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 19:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#388023

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | WARN           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Windows Server 2022           | FAIL           |
+-------------------------------+----------------+

==== Unit test summary for Windows Server 2022 (dpdk_unit_test): ====
Failed to get the unit test results.
Displaying the unit test results is not supported for some environments,
such as our aarch32 testing, where meson is not used to run the tests.
Download the logs available on our CI site.
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |WARNING| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (28 preceding siblings ...)
  2025-11-03 19:09 ` dpdklab
@ 2025-11-03 22:17 ` dpdklab
  2025-11-04  0:03 ` |FAILURE| " dpdklab
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-03 22:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#388013

Test environment and result as below:

+------------------------------+--------------+---------------------------+------------------------------+----------------+
|         Environment          | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==============================+==============+===========================+==============================+================+
| Ubuntu 20.04                 | PASS         | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)              | SKIPPED      | WARN                      | WARN                         | SKIPPED        |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian GNU/Linux 12          | SKIPPED      | SKIPPED                   | SKIPPED                      | WARN           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 40              | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9              | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 10             | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 41              | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora Linux 42              | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+------------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Debian GNU/Linux 12 (dpdk_unit_test): ====
../lib/eal/include/rte_bsd_queue.h:478:46: error: pointer 'filter' may be used after 'rte_free' [-Werror=use-after-free]
478 | #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|                                 ~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:496:14: note: in expansion of macro 'STAILQ_NEXT'
496 |              STAILQ_NEXT(STAILQ_NEXT(elm, field), field)) == NULL)      \
|              ^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:489:17: note: in expansion of macro 'STAILQ_REMOVE_AFTER'
489 |                 STAILQ_REMOVE_AFTER(head, _Curelm, field);              \
|                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:155:25: note: in expansion of macro 'STAILQ_REMOVE'
155 |                         STAILQ_REMOVE(&bp->pf->vf_info[i].filter, filter,
|                         ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1253/3802] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_irq.c.o
[1254/3802] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_flow.c.o
[1255/3802] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

* |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO
       [not found] <20251103164915.101713-45-stephen@networkplumber.org>
                   ` (29 preceding siblings ...)
  2025-11-03 22:17 ` |WARNING| " dpdklab
@ 2025-11-04  0:03 ` dpdklab
  30 siblings, 0 replies; 31+ messages in thread
From: dpdklab @ 2025-11-04  0:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158397

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, November 03 2025 16:47:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8c4861d00aabcf54ef9d6f1df2a4cfb37c06f6c2

158354-158397 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#440256

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Debian GNU/Linux 12          | FAIL               |
+------------------------------+--------------------+
| Red Hat Enterprise Linux 9.5 | PASS               |
+------------------------------+--------------------+
| Fedora Linux 42              | PASS               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | PASS               |
+------------------------------+--------------------+
| CentOS Stream 9              | PASS               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PASS               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PASS               |
+------------------------------+--------------------+
| CentOS Stream 10             | PASS               |
+------------------------------+--------------------+

==== 20 line log output for Debian GNU/Linux 12 (dpdk_meson_compile): ====
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:478:46: error: pointer 'filter' may be used after 'rte_free' [-Werror=use-after-free]
478 | #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|                                 ~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:496:14: note: in expansion of macro 'STAILQ_NEXT'
496 |              STAILQ_NEXT(STAILQ_NEXT(elm, field), field)) == NULL)      \
|              ^~~~~~~~~~~
../lib/eal/include/rte_bsd_queue.h:489:17: note: in expansion of macro 'STAILQ_REMOVE_AFTER'
489 |                 STAILQ_REMOVE_AFTER(head, _Curelm, field);              \
|                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:155:25: note: in expansion of macro 'STAILQ_REMOVE'
155 |                         STAILQ_REMOVE(&bp->pf->vf_info[i].filter, filter,
|                         ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_filter.c:154:25: note: call to 'rte_free' here
154 |                         rte_free(filter);
|                         ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34446/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2025-11-04  0:03 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20251103164915.101713-45-stephen@networkplumber.org>
2025-11-03 16:56 ` |WARNING| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE checkpatch
2025-11-03 17:25 ` |FAILURE| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO dpdklab
2025-11-03 17:26 ` |SUCCESS| " dpdklab
2025-11-03 17:28 ` dpdklab
2025-11-03 17:33 ` |FAILURE| " dpdklab
2025-11-03 17:37 ` |PENDING| " dpdklab
2025-11-03 17:54 ` |SUCCESS| " dpdklab
2025-11-03 17:55 ` |PENDING| " dpdklab
2025-11-03 17:57 ` |FAILURE| " dpdklab
2025-11-03 17:59 ` |SUCCESS| " dpdklab
2025-11-03 18:04 ` dpdklab
2025-11-03 18:04 ` dpdklab
2025-11-03 18:05 ` |PENDING| " dpdklab
2025-11-03 18:15 ` dpdklab
2025-11-03 18:17 ` |FAILURE| " dpdklab
2025-11-03 18:18 ` dpdklab
2025-11-03 18:21 ` dpdklab
2025-11-03 18:22 ` dpdklab
2025-11-03 18:24 ` dpdklab
2025-11-03 18:25 ` dpdklab
2025-11-03 18:31 ` dpdklab
2025-11-03 18:41 ` |PENDING| " dpdklab
2025-11-03 18:53 ` |SUCCESS| " dpdklab
2025-11-03 18:57 ` |FAILURE| pw158397 [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE 0-day Robot
2025-11-03 18:59 ` |SUCCESS| pw158354-158397 [PATCH] [v3,44/44] net/netvsc: use LIST_FO dpdklab
2025-11-03 19:00 ` |FAILURE| " dpdklab
2025-11-03 19:00 ` dpdklab
2025-11-03 19:09 ` dpdklab
2025-11-03 19:09 ` dpdklab
2025-11-03 22:17 ` |WARNING| " dpdklab
2025-11-04  0:03 ` |FAILURE| " 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).