From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
David Marchand <david.marchand@redhat.com>,
Thomas Monjalon <thomas@monjalon.net>,
Tomasz Duszynski <tduszynski@marvell.com>
Subject: |FAILURE| pw120831-120833 [PATCH] [v4, 4/4] eal: add PMU support to tracing library
Date: Tue, 13 Dec 2022 16:28:20 +0000 (UTC) [thread overview]
Message-ID: <20221213162820.031586008E@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 5800 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120833
_Testing issues_
Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Tuesday, December 13 2022 10:43:50
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79
120831-120833 --> testing fail
Test environment and result as below:
+-------------------------------+----------------+--------------------+----------------------+
| Environment | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+===============================+================+====================+======================+
| Ubuntu 20.04 ARM Clang Native | FAIL | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019 | PASS | FAIL | PASS |
+-------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye | PASS | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13 | SKIPPED | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Debian Buster | SKIPPED | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9 | SKIPPED | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| RHEL8 | SKIPPED | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 | SKIPPED | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[231/744] Compiling C object lib/librte_eal.a.p/eal_windows_fnmatch.c.obj
[232/744] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[233/744] Compiling C object lib/librte_eal.a.p/eal_windows_eal_thread.c.obj
[234/744] Compiling C object lib/librte_eal.a.p/eal_windows_eal_memalloc.c.obj
[235/744] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[236/744] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
[237/744] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[238/744] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[239/744] Linking target lib/rte_eal-23.dll
FAILED: lib/rte_eal-23.dll
"clang" @lib/rte_eal-23.dll.rsp
rte_eal_exports.def : error LNK2001: unresolved external symbol rte_pmu_enable_group
lib\rte_eal.lib : fatal error LNK1120: 1 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[240/744] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[241/744] Linking static target lib/librte_eal.a
[242/744] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_common.c.obj
[243/744] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8079.c.obj
[244/744] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24716/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next reply other threads:[~2022-12-13 16:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-13 16:28 dpdklab [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-13 16:33 dpdklab
2022-12-13 16:30 dpdklab
2022-12-13 16:29 dpdklab
2022-12-13 16:29 dpdklab
2022-12-13 16:28 dpdklab
2022-12-13 16:27 dpdklab
2022-12-13 16:27 dpdklab
2022-12-13 15:20 dpdklab
2022-12-13 12:46 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=20221213162820.031586008E@dpdk-ubuntu.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=david.marchand@redhat.com \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=tduszynski@marvell.com \
--cc=test-report@dpdk.org \
--cc=thomas@monjalon.net \
/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).