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>,
Ankur Dwivedi <adwivedi@marvell.com>
Subject: |FAILURE| pw122409-122414 [PATCH] [v6, 6/6] ethdev: add trace points for tm
Date: Fri, 20 Jan 2023 22:03:23 +0000 (UTC) [thread overview]
Message-ID: <20230120220323.33342601CE@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 5584 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122414
_Testing issues_
Submitter: Ankur Dwivedi <adwivedi@marvell.com>
Date: Friday, January 20 2023 08:40:59
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2a211079a92e962bbd0ec81e425a6ffc32890e67
122409-122414 --> testing fail
Test environment and result as below:
+-------------------------------+----------------+--------------------+----------------------+
| Environment | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+===============================+================+====================+======================+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | FAIL | FAIL |
+-------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| RHEL 7 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13 | SKIPPED | PASS | SKIPPED |
+-------------------------------+----------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
__VA_ARGS__ \
^~~~~~~~~~~
..\lib\ethdev/rte_ethdev_trace_fp.h:510:1: note: in expansion of macro 'RTE_TRACE_POINT_FP'
RTE_TRACE_POINT_FP(
^~~~~~~~~~~~~~~~~~
..\lib\eal\include/rte_trace_point_register.h:38:2: note: in expansion of macro 'RTE_BUILD_BUG_ON'
RTE_BUILD_BUG_ON(sizeof(type) != sizeof(typeof(in))); \
^~~~~~~~~~~~~~~~
..\lib\eal\include/rte_trace_point.h:429:41: note: in expansion of macro '__rte_trace_point_emit'
#define rte_trace_point_emit_size_t(in) __rte_trace_point_emit(in, size_t)
^~~~~~~~~~~~~~~~~~~~~~
..\lib\ethdev/rte_ethdev_trace_fp.h:516:2: note: in expansion of macro 'rte_trace_point_emit_size_t'
rte_trace_point_emit_size_t(time->tv_nsec);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
[244/669] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
[245/669] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[246/669] Generating symbol file lib/librte_eal-23.dll.p/librte_eal-23.dll.symbols
[247/669] Compiling C object lib/librte_meter.a.p/meter_rte_meter.c.obj
[248/669] 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 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 12.2.1-2
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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25051/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next reply other threads:[~2023-01-20 22:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 22:03 dpdklab [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-20 22:03 dpdklab
2023-01-20 22:03 dpdklab
2023-01-20 22:02 dpdklab
2023-01-20 22:02 dpdklab
2023-01-20 22:02 dpdklab
2023-01-20 22:01 dpdklab
2023-01-20 22:01 dpdklab
2023-01-20 21:39 dpdklab
2023-01-20 9:32 dpdklab
2023-01-20 9:27 dpdklab
2023-01-20 9:14 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=20230120220323.33342601CE@dpdk-ubuntu.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=adwivedi@marvell.com \
--cc=david.marchand@redhat.com \
--cc=dpdk-test-reports@iol.unh.edu \
--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).