* |FAILURE| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
@ 2025-05-05 19:12 ` qemudev
2025-05-05 19:47 ` |SUCCESS| " checkpatch
` (20 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: qemudev @ 2025-05-05 19:12 UTC (permalink / raw)
To: test-report; +Cc: Andre Muezerie, zhoumin
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/153302
_ninja build failure_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Mon, 5 May 2025 12:46:45 -0700
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/rte_mempool_octeontx.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /home/zhoumin/gh_dpdk/build/buildtools ar /home/zhoumin/gh_dpdk/build/drivers/libtmp_rte_mempool_octeontx.a drivers/rte_mempool_octeontx.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[375/2950] Generating rte_fib_map with a custom command
[376/2950] Generating gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[377/2950] Generating stack.sym_chk with a custom command (wrapped by meson to capture output)
[378/2950] Compiling C object lib/librte_port.a.p/port_port_log.c.o
[379/2950] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.o
[380/2950] Generating symbol file lib/librte_eal.so.25.2.p/librte_eal.so.25.2.symbols
[381/2950] Generating power.sym_chk with a custom command (wrapped by meson to capture output)
[382/2950] Compiling C object lib/librte_fib.a.p/fib_rte_fib.c.o
[383/2950] Generating rib.sym_chk with a custom command (wrapped by meson to capture output)
[384/2950] Generating reorder.sym_chk with a custom command (wrapped by meson to capture output)
[385/2950] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_cnt.c.o
[386/2950] Generating security.sym_chk with a custom command (wrapped by meson to capture output)
[387/2950] Compiling C object lib/librte_fib.a.p/fib_rte_fib6.c.o
[388/2950] Compiling C object lib/librte_vhost.a.p/vhost_socket.c.o
[389/2950] Compiling C object lib/librte_pdcp.a.p/pdcp_rte_pdcp.c.o
[390/2950] Generating regexdev.sym_chk with a custom command (wrapped by meson to capture output)
[391/2950] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_sad.c.o
[392/2950] Generating ring.sym_chk with a custom command (wrapped by meson to capture output)
[393/2950] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[394/2950] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[395/2950] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[396/2950] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[397/2950] Compiling C object lib/librte_fib.a.p/fib_trie.c.o
[398/2950] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_inb.c.o
[399/2950] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[400/2950] Compiling C object lib/librte_member.a.p/member_rte_member_sketch.c.o
[401/2950] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_outb.c.o
[402/2950] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_process.c.o
[403/2950] Compiling C object lib/librte_fib.a.p/fib_dir24_8.c.o
[404/2950] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[405/2950] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[406/2950] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[407/2950] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
2025-05-05 19:12 ` |FAILURE| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory qemudev
@ 2025-05-05 19:47 ` checkpatch
2025-05-05 20:36 ` |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail dpdklab
` (19 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: checkpatch @ 2025-05-05 19:47 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/153302
_coding style OK_
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
2025-05-05 19:12 ` |FAILURE| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory qemudev
2025-05-05 19:47 ` |SUCCESS| " checkpatch
@ 2025-05-05 20:36 ` dpdklab
2025-05-05 20:39 ` dpdklab
` (18 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 20:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/153302
_Testing PASS_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing pass
Upstream job id: Template-DTS-Pipeline#224348
Test environment and result as below:
+--------------------+----------------------+
| Environment | compressdev_zlib_pmd |
+====================+======================+
| Ubuntu 22.04 (ARM) | PASS |
+--------------------+----------------------+
Ubuntu 22.04 (ARM)
Kernel: 5.15.0-97-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (2 preceding siblings ...)
2025-05-05 20:36 ` |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail dpdklab
@ 2025-05-05 20:39 ` dpdklab
2025-05-05 20:44 ` |SUCCESS| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory 0-day Robot
` (17 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 20:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/153302
_Functional Testing PASS_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#224349
Test environment and result as below:
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 |
+======================+========+
| TestBlocklist | PASS |
+----------------------+--------+
| TestMacFilter | PASS |
+----------------------+--------+
| TestDynamicConfig | PASS |
+----------------------+--------+
| TestDynamicQueueConf | PASS |
+----------------------+--------+
| TestPMDBufferScatter | PASS |
+----------------------+--------+
| TestPromiscSupport | PASS |
+----------------------+--------+
| TestUniPkt | PASS |
+----------------------+--------+
Ubuntu 24.04 LTS
Kernel: 6.8.0-55-generic
Compiler: gcc 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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (3 preceding siblings ...)
2025-05-05 20:39 ` dpdklab
@ 2025-05-05 20:44 ` 0-day Robot
2025-05-05 20:52 ` |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail dpdklab
` (16 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: 0-day Robot @ 2025-05-05 20:44 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/153302/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/14845183244
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (4 preceding siblings ...)
2025-05-05 20:44 ` |SUCCESS| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory 0-day Robot
@ 2025-05-05 20:52 ` dpdklab
2025-05-05 20:56 ` |FAILURE| " dpdklab
` (15 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 20:52 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/153302
_Functional Testing PASS_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#224343
Test environment and result as below:
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 |
+======================+========+
| TestBlocklist | PASS |
+----------------------+--------+
| TestMacFilter | PASS |
+----------------------+--------+
| TestDynamicConfig | PASS |
+----------------------+--------+
| TestDynamicQueueConf | PASS |
+----------------------+--------+
| TestPMDBufferScatter | PASS |
+----------------------+--------+
| TestPromiscSupport | PASS |
+----------------------+--------+
| TestUniPkt | PASS |
+----------------------+--------+
Ubuntu 24.04 LTS
Kernel: 6.8.0-55-generic
Compiler: gcc 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.0-131-generic
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (5 preceding siblings ...)
2025-05-05 20:52 ` |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail dpdklab
@ 2025-05-05 20:56 ` dpdklab
2025-05-05 21:16 ` |SUCCESS| " dpdklab
` (14 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 20:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#35145
Test environment and result as below:
+---------------------+--------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile |
+=====================+====================+===================+
| FreeBSD 13.5 | PASS | SKIPPED |
+---------------------+--------------------+-------------------+
| FreeBSD 14.2 | PASS | SKIPPED |
+---------------------+--------------------+-------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+-------------------+
| Windows Server 2022 | SKIPPED | PEND |
+---------------------+--------------------+-------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
[577/3479] Generating rte_bus_cdx.pmd.c with a custom command
FAILED: drivers/rte_bus_cdx.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /home/jenkins-local/jenkins-agent/workspace/Generic-VM-DPDK-Compile-Meson/dpdk/build/buildtools ar /home/jenkins-local/jenkins-agent/workspace/Generic-VM-DPDK-Compile-Meson/dpdk/build/drivers/libtmp_rte_bus_cdx.a drivers/rte_bus_cdx.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[578/3479] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[579/3479] Generating table.sym_chk with a custom command (wrapped by meson to capture output)
[580/3479] Generating rte_bus_dpaa.pmd.c with a custom command
FAILED: drivers/rte_bus_dpaa.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /home/jenkins-local/jenkins-agent/workspace/Generic-VM-DPDK-Compile-Meson/dpdk/build/buildtools ar /home/jenkins-local/jenkins-agent/workspace/Generic-VM-DPDK-Compile-Meson/dpdk/build/drivers/libtmp_rte_bus_dpaa.a drivers/rte_bus_dpaa.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[581/3479] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[582/3479] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[583/3479] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 20.04
Kernel: 4.19.325-0419325-generic
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (6 preceding siblings ...)
2025-05-05 20:56 ` |FAILURE| " dpdklab
@ 2025-05-05 21:16 ` dpdklab
2025-05-05 21:20 ` |PENDING| " dpdklab
` (13 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 21:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/153302
_Testing PASS_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing pass
Upstream job id: Template-DTS-Pipeline#224347
Test environment and result as below:
+--------------------+----------------------+
| Environment | compressdev_zlib_pmd |
+====================+======================+
| Ubuntu 22.04 (ARM) | PASS |
+--------------------+----------------------+
| Ubuntu 22.04 | PASS |
+--------------------+----------------------+
Ubuntu 22.04 (ARM)
Kernel: 5.15.0-97-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 22.04
Kernel: 5.15.0-100-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |PENDING| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (7 preceding siblings ...)
2025-05-05 21:16 ` |SUCCESS| " dpdklab
@ 2025-05-05 21:20 ` dpdklab
2025-05-05 21:25 ` |SUCCESS| " dpdklab
` (12 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 21:20 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/153302
_Testing pending_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing pending
Upstream job id: Aarch32-Unit-Test#6139
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| Debian 12 (arm) | PEND | SKIPPED | PEND | PEND |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 10 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
32-bit Ubuntu 22.04.4 (ARM)
Kernel: 5.15.83+ aarch64
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (8 preceding siblings ...)
2025-05-05 21:20 ` |PENDING| " dpdklab
@ 2025-05-05 21:25 ` dpdklab
2025-05-05 22:28 ` |FAILURE| " dpdklab
` (11 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 21:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/153302
_Performance Testing PASS_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#224340
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15.0-100-generic
Compiler: 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.7% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | -0.6% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | 1.0% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 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.3% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | 0.6% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (9 preceding siblings ...)
2025-05-05 21:25 ` |SUCCESS| " dpdklab
@ 2025-05-05 22:28 ` dpdklab
2025-05-05 22:33 ` dpdklab
` (10 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 22:28 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#385224
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 41 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[211/405] Linking static target lib/librte_stack.a
[212/405] Generating rte_stack_map with a custom command
[213/405] Generating stack.sym_chk with a custom command (wrapped by meson to capture output)
[214/405] Linking target lib/librte_stack.so.25.2
[215/405] Generating symbol file lib/librte_stack.so.25.2.p/librte_stack.so.25.2.symbols
[216/405] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common.c.o
[217/405] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_params.c.o
[218/405] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_common_uio.c.o
[219/405] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci.c.o
[220/405] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_uio.c.o
[221/405] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_vfio.c.o
[222/405] Linking static target drivers/libtmp_rte_bus_pci.a
[223/405] Generating rte_bus_pci.pmd.c with a custom command
FAILED: drivers/rte_bus_pci.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/build/buildtools ar /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/build/drivers/libtmp_rte_bus_pci.a drivers/rte_bus_pci.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (10 preceding siblings ...)
2025-05-05 22:28 ` |FAILURE| " dpdklab
@ 2025-05-05 22:33 ` dpdklab
2025-05-05 23:15 ` |WARNING| " dpdklab
` (9 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 22:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#385225
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 41 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 10 (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_meson_compile): ====
[599/3694] Compiling C object lib/librte_node.a.p/node_null.c.o
[600/3694] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[601/3694] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[602/3694] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[603/3694] Linking static target lib/librte_node.a
[604/3694] Generating rte_node_map with a custom command
[605/3694] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[606/3694] Linking target lib/librte_node.so.25.2
[607/3694] Generating symbol file lib/librte_node.so.25.2.p/librte_node.so.25.2.symbols
[608/3694] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[609/3694] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[610/3694] Linking static target drivers/libtmp_rte_common_cpt.a
[611/3694] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@3/dpdk/build/buildtools ar /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@3/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |WARNING| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (11 preceding siblings ...)
2025-05-05 22:33 ` dpdklab
@ 2025-05-05 23:15 ` dpdklab
2025-05-05 23:54 ` |FAILURE| " dpdklab
` (8 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 23:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-DPDK-Compile-ABI#125315
Test environment and result as below:
+-------------------+----------+
| Environment | abi_test |
+===================+==========+
| CentOS Stream 9 | FAIL |
+-------------------+----------+
| CentOS Stream 10 | PEND |
+-------------------+----------+
| Fedora 40 | PEND |
+-------------------+----------+
| Fedora 40 (Clang) | PEND |
+-------------------+----------+
| Fedora 41 (Clang) | PEND |
+-------------------+----------+
| openSUSE Leap 15 | PEND |
+-------------------+----------+
| RHEL8 | PEND |
+-------------------+----------+
| RHEL9 | PEND |
+-------------------+----------+
| Fedora 41 | PEND |
+-------------------+----------+
| Ubuntu 24.04 | PEND |
+-------------------+----------+
| Ubuntu 22.04 | PEND |
+-------------------+----------+
| Debian 12 | PEND |
+-------------------+----------+
==== 20 line log output for CentOS Stream 9 (abi_test): ====
[597/3668] Compiling C object lib/librte_node.a.p/node_log.c.o
[598/3668] Compiling C object lib/librte_node.a.p/node_null.c.o
[599/3668] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[600/3668] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[601/3668] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[602/3668] Linking static target lib/librte_node.a
[603/3668] Generating rte_node_map with a custom command
[604/3668] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[605/3668] Linking target lib/librte_node.so.25.2
[606/3668] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[607/3668] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[608/3668] Linking static target drivers/libtmp_rte_common_cpt.a
[609/3668] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-DPDK-Compile-ABI@3/dpdk/build/buildtools ar /root/workspace/Generic-DPDK-Compile-ABI@3/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "/root/workspace/Generic-DPDK-Compile-ABI@3/dpdk/build/../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (12 preceding siblings ...)
2025-05-05 23:15 ` |WARNING| " dpdklab
@ 2025-05-05 23:54 ` dpdklab
2025-05-06 0:11 ` |WARNING| " dpdklab
` (7 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-05 23:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#335462
Test environment and result as below:
+-------------------+----------------+
| Environment | dpdk_unit_test |
+===================+================+
| Debian 12 | PEND |
+-------------------+----------------+
| Fedora 40 | PEND |
+-------------------+----------------+
| CentOS Stream 9 | WARN |
+-------------------+----------------+
| CentOS Stream 10 | PEND |
+-------------------+----------------+
| RHEL8 | PEND |
+-------------------+----------------+
| Fedora 41 (Clang) | PEND |
+-------------------+----------------+
| Fedora 40 (Clang) | PEND |
+-------------------+----------------+
| Fedora 41 | PEND |
+-------------------+----------------+
| RHEL9 | PEND |
+-------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------+----------------+
| Ubuntu 24.04 | PEND |
+-------------------+----------------+
| Ubuntu 20.04 | PEND |
+-------------------+----------------+
==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
[594/3486] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[595/3486] Linking static target lib/librte_node.a
[596/3486] Generating rte_node_map with a custom command
[597/3486] Generating symbol file lib/librte_table.so.25.2.p/librte_table.so.25.2.symbols
[598/3486] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[599/3486] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[600/3486] Generating graph.sym_chk with a custom command (wrapped by meson to capture output)
[601/3486] Linking static target drivers/libtmp_rte_common_cpt.a
[602/3486] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[603/3486] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/buildtools ar /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "/root/workspace/Generic-Unit-Test-DPDK/dpdk/build/../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[604/3486] Linking target lib/librte_graph.so.25.2
[605/3486] Generating rte_common_cpt_map with a custom command
[606/3486] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |WARNING| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (13 preceding siblings ...)
2025-05-05 23:54 ` |FAILURE| " dpdklab
@ 2025-05-06 0:11 ` dpdklab
2025-05-06 0:41 ` dpdklab
` (6 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 0:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#335482
Test environment and result as below:
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| Debian 12 (arm) | PEND | SKIPPED | PEND | PEND |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 10 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | WARN | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
[224/403] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_linux_pci_vfio.c.o
[225/403] Generating rte_mempool_ring_map with a custom command
[226/403] Linking static target drivers/libtmp_rte_bus_pci.a
[227/403] Generating rte_bus_vdev.pmd.c with a custom command
FAILED: drivers/rte_bus_vdev.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/buildtools ar /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/drivers/libtmp_rte_bus_vdev.a drivers/rte_bus_vdev.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[228/403] Generating rte_bus_pci.pmd.c with a custom command
FAILED: drivers/rte_bus_pci.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/buildtools ar /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/drivers/libtmp_rte_bus_pci.a drivers/rte_bus_pci.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[229/403] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[230/403] Compiling C object drivers/libtmp_rte_net_hns3.a.p/net_hns3_hns3_cmd.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
32-bit Ubuntu 22.04.4 (ARM)
Kernel: 5.15.83+ aarch64
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |WARNING| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (14 preceding siblings ...)
2025-05-06 0:11 ` |WARNING| " dpdklab
@ 2025-05-06 0:41 ` dpdklab
2025-05-06 0:42 ` dpdklab
` (5 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 0:41 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-DPDK-Compile-ABI#125326
Test environment and result as below:
+-------------------+----------+
| Environment | abi_test |
+===================+==========+
| CentOS Stream 9 | FAIL |
+-------------------+----------+
| CentOS Stream 10 | PASS |
+-------------------+----------+
| Fedora 40 | PASS |
+-------------------+----------+
| Fedora 40 (Clang) | PASS |
+-------------------+----------+
| Fedora 41 (Clang) | PASS |
+-------------------+----------+
| openSUSE Leap 15 | PASS |
+-------------------+----------+
| RHEL8 | FAIL |
+-------------------+----------+
| RHEL9 | FAIL |
+-------------------+----------+
| Fedora 41 | PASS |
+-------------------+----------+
| Ubuntu 24.04 | PASS |
+-------------------+----------+
| Ubuntu 22.04 | PASS |
+-------------------+----------+
| Debian 12 | PASS |
+-------------------+----------+
==== 20 line log output for RHEL9 (abi_test): ====
[597/3668] Compiling C object lib/librte_node.a.p/node_log.c.o
[598/3668] Compiling C object lib/librte_node.a.p/node_null.c.o
[599/3668] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[600/3668] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[601/3668] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[602/3668] Linking static target lib/librte_node.a
[603/3668] Generating rte_node_map with a custom command
[604/3668] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[605/3668] Linking target lib/librte_node.so.25.2
[606/3668] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[607/3668] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[608/3668] Linking static target drivers/libtmp_rte_common_cpt.a
[609/3668] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/buildtools ar /root/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "/root/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |WARNING| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (15 preceding siblings ...)
2025-05-06 0:41 ` dpdklab
@ 2025-05-06 0:42 ` dpdklab
2025-05-06 1:59 ` |FAILURE| " dpdklab
` (4 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 0:42 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#335472
Test environment and result as below:
+-------------------+----------------+
| Environment | dpdk_unit_test |
+===================+================+
| Debian 12 | PASS |
+-------------------+----------------+
| Fedora 40 | PASS |
+-------------------+----------------+
| CentOS Stream 9 | WARN |
+-------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------+----------------+
| RHEL8 | WARN |
+-------------------+----------------+
| Fedora 41 (Clang) | PASS |
+-------------------+----------------+
| Fedora 40 (Clang) | PASS |
+-------------------+----------------+
| Fedora 41 | PASS |
+-------------------+----------------+
| RHEL9 | WARN |
+-------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------+----------------+
| Ubuntu 20.04 | WARN |
+-------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[592/3480] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[593/3480] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[594/3480] Linking static target lib/librte_node.a
[595/3480] Generating symbol file lib/librte_table.so.25.2.p/librte_table.so.25.2.symbols
[596/3480] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[597/3480] Generating rte_node_map with a custom command
[598/3480] Generating graph.sym_chk with a custom command (wrapped by meson to capture output)
[599/3480] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[600/3480] Linking static target drivers/libtmp_rte_common_cpt.a
[601/3480] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/buildtools ar /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[602/3480] Linking target lib/librte_graph.so.25.2
[603/3480] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[604/3480] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (16 preceding siblings ...)
2025-05-06 0:42 ` dpdklab
@ 2025-05-06 1:59 ` dpdklab
2025-05-06 2:01 ` dpdklab
` (3 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 1:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#385244
Test environment and result as below:
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===================================+====================+===================+===================+==================+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| CentOS Stream 9 | FAIL | SKIPPED | WARN | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Debian 12 | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 40 (Clang) | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 40 | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 41 (Clang) | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 41 | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| RHEL8 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| RHEL9 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 24.04 | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 24.04 32 Bit Cross Compile | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Windows Server 2022 | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
==== 20 line log output for RHEL9 (dpdk_meson_compile): ====
[612/3512] Compiling C object lib/librte_node.a.p/node_null.c.o
[613/3512] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[614/3512] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[615/3512] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[616/3512] Linking static target lib/librte_node.a
[617/3512] Generating rte_node_map with a custom command
[618/3512] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[619/3512] Linking target lib/librte_node.so.25.2
[620/3512] Generating symbol file lib/librte_node.so.25.2.p/librte_node.so.25.2.symbols
[621/3512] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[622/3512] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[623/3512] Linking static target drivers/libtmp_rte_common_cpt.a
[624/3512] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/buildtools ar /root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "/root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 20.04
Kernel: 4.19.325-0419325-generic
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
Ubuntu 24.04 32 Bit Cross Compile
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (17 preceding siblings ...)
2025-05-06 1:59 ` |FAILURE| " dpdklab
@ 2025-05-06 2:01 ` dpdklab
2025-05-06 2:12 ` dpdklab
` (2 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 2:01 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#385243
Test environment and result as below:
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===================================+====================+===================+===================+==================+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| CentOS Stream 9 | FAIL | SKIPPED | WARN | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Debian 12 | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 40 (Clang) | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 40 | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 41 (Clang) | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Fedora 41 | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| RHEL8 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| RHEL9 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 24.04 | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Ubuntu 24.04 32 Bit Cross Compile | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
| Windows Server 2022 | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+
==== 20 line log output for RHEL9 (dpdk_meson_compile): ====
[612/3512] Compiling C object lib/librte_node.a.p/node_null.c.o
[613/3512] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[614/3512] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[615/3512] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[616/3512] Linking static target lib/librte_node.a
[617/3512] Generating rte_node_map with a custom command
[618/3512] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[619/3512] Linking target lib/librte_node.so.25.2
[620/3512] Generating symbol file lib/librte_node.so.25.2.p/librte_node.so.25.2.symbols
[621/3512] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[622/3512] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[623/3512] Linking static target drivers/libtmp_rte_common_cpt.a
[624/3512] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/buildtools ar /root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "/root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 20.04
Kernel: 4.19.325-0419325-generic
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
Ubuntu 24.04 32 Bit Cross Compile
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (18 preceding siblings ...)
2025-05-06 2:01 ` dpdklab
@ 2025-05-06 2:12 ` dpdklab
2025-05-06 4:47 ` |WARNING| " dpdklab
2025-05-06 6:35 ` |FAILURE| " dpdklab
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 2:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Windows-Compile-DPDK-Native#28220
Test environment and result as below:
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile |
+===================================+====================+===================+===================+==================+=========================+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| CentOS Stream 9 | FAIL | SKIPPED | WARN | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Debian 12 | PASS | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Fedora 40 (Clang) | PASS | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Fedora 40 | PASS | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Fedora 41 (Clang) | PASS | SKIPPED | PASS | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Fedora 41 | PASS | SKIPPED | PASS | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| RHEL8 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| RHEL9 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Ubuntu 24.04 | PASS | SKIPPED | PASS | PASS | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Ubuntu 24.04 32 Bit Cross Compile | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
| Windows Server 2022 | SKIPPED | PASS | SKIPPED | SKIPPED | PASS |
+-----------------------------------+--------------------+-------------------+-------------------+------------------+-------------------------+
==== 20 line log output for RHEL9 (dpdk_meson_compile): ====
[612/3512] Compiling C object lib/librte_node.a.p/node_null.c.o
[613/3512] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[614/3512] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[615/3512] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[616/3512] Linking static target lib/librte_node.a
[617/3512] Generating rte_node_map with a custom command
[618/3512] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[619/3512] Linking target lib/librte_node.so.25.2
[620/3512] Generating symbol file lib/librte_node.so.25.2.p/librte_node.so.25.2.symbols
[621/3512] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[622/3512] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[623/3512] Linking static target drivers/libtmp_rte_common_cpt.a
[624/3512] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/buildtools ar /root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "/root/workspace/Generic-DPDK-Compile-Meson/dpdk/build/../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 20.04
Kernel: 4.19.325-0419325-generic
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
Ubuntu 24.04 32 Bit Cross Compile
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |WARNING| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (19 preceding siblings ...)
2025-05-06 2:12 ` dpdklab
@ 2025-05-06 4:47 ` dpdklab
2025-05-06 6:35 ` |FAILURE| " dpdklab
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 4:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-VM-Unit-Test-DPDK#28335
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | WARN |
+---------------------+----------------+
| CentOS Stream 10 | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| Fedora 41 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PASS |
+---------------------+----------------+
| Fedora 41 | PASS |
+---------------------+----------------+
| RHEL9 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| Ubuntu 24.04 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | WARN |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[592/3480] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[593/3480] Compiling C object lib/librte_node.a.p/node_udp4_input.c.o
[594/3480] Linking static target lib/librte_node.a
[595/3480] Generating symbol file lib/librte_table.so.25.2.p/librte_table.so.25.2.symbols
[596/3480] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[597/3480] Generating rte_node_map with a custom command
[598/3480] Generating graph.sym_chk with a custom command (wrapped by meson to capture output)
[599/3480] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[600/3480] Linking static target drivers/libtmp_rte_common_cpt.a
[601/3480] Generating rte_common_cpt.pmd.c with a custom command
FAILED: drivers/rte_common_cpt.pmd.c
/usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/buildtools ar /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf
Traceback (most recent call last):
File "../buildtools/gen-pmdinfo-cfile.py", line 12, in <module>
with tempfile.TemporaryDirectory(dir=tmp_root, ignore_cleanup_errors=True) as temp:
TypeError: __init__() got an unexpected keyword argument 'ignore_cleanup_errors'
[602/3480] Linking target lib/librte_graph.so.25.2
[603/3480] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[604/3480] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
* |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
` (20 preceding siblings ...)
2025-05-06 4:47 ` |WARNING| " dpdklab
@ 2025-05-06 6:35 ` dpdklab
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-05-06 6:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Andre Muezerie
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153302
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Monday, May 05 2025 19:46:45
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e
153302 --> testing issues
Upstream job id: Generic-VM-Unit-Test-DPDK#28336
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | WARN |
+---------------------+----------------+
| CentOS Stream 10 | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| Fedora 41 (Clang) | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PASS |
+---------------------+----------------+
| Fedora 41 | PASS |
+---------------------+----------------+
| RHEL9 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| Ubuntu 24.04 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
==== Unit test summary for Ubuntu 20.04 (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 ====
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
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/33115/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2025-05-06 6:35 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>
2025-05-05 19:12 ` |FAILURE| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory qemudev
2025-05-05 19:47 ` |SUCCESS| " checkpatch
2025-05-05 20:36 ` |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail dpdklab
2025-05-05 20:39 ` dpdklab
2025-05-05 20:44 ` |SUCCESS| pw153302 [PATCH 1/1] buildtools: avoid break due to failure to cleanup temporary directory 0-day Robot
2025-05-05 20:52 ` |SUCCESS| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail dpdklab
2025-05-05 20:56 ` |FAILURE| " dpdklab
2025-05-05 21:16 ` |SUCCESS| " dpdklab
2025-05-05 21:20 ` |PENDING| " dpdklab
2025-05-05 21:25 ` |SUCCESS| " dpdklab
2025-05-05 22:28 ` |FAILURE| " dpdklab
2025-05-05 22:33 ` dpdklab
2025-05-05 23:15 ` |WARNING| " dpdklab
2025-05-05 23:54 ` |FAILURE| " dpdklab
2025-05-06 0:11 ` |WARNING| " dpdklab
2025-05-06 0:41 ` dpdklab
2025-05-06 0:42 ` dpdklab
2025-05-06 1:59 ` |FAILURE| " dpdklab
2025-05-06 2:01 ` dpdklab
2025-05-06 2:12 ` dpdklab
2025-05-06 4:47 ` |WARNING| " dpdklab
2025-05-06 6:35 ` |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).