automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
	Andre Muezerie <andremue@linux.microsoft.com>
Subject: |FAILURE| pw153302 [PATCH] [1/1] buildtools: avoid break due to fail
Date: Mon, 05 May 2025 15:28:36 -0700 (PDT)	[thread overview]
Message-ID: <68193b94.050a0220.3a23cb.453eSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1746474405-5056-2-git-send-email-andremue@linux.microsoft.com>

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/

  parent reply	other threads:[~2025-05-05 22:28 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 ` dpdklab [this message]
2025-05-05 22:33 ` |FAILURE| " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68193b94.050a0220.3a23cb.453eSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=andremue@linux.microsoft.com \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).