From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Subject: |FAILURE| pw136876-136877 [PATCH] [RFC,v2,5/5] service: keep per-lco
Date: Mon, 19 Feb 2024 02:55:40 -0800 (PST) [thread overview]
Message-ID: <65d333ac.0d0a0220.ae5d8.0345SMTPIN_ADDED_MISSING@mx.google.com> (raw)
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136877
_Testing issues_
Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Monday, February 19 2024 09:40:36
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:3cb34fb0b0adfeb163b4d0e6d5a232a21bd6f6e0
136876-136877 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
^
1 error generated.
[251/825] Compiling C object lib/librte_eal.a.p/eal_windows_eal_dev.c.obj
[252/825] Compiling C object lib/librte_eal.a.p/eal_windows_eal_alarm.c.obj
[253/825] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memalloc.c.obj
[254/825] Compiling C object lib/librte_eal.a.p/eal_common_rte_random.c.obj
FAILED: lib/librte_eal.a.p/eal_common_rte_random.c.obj
"clang" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DAL
LOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DABI_VERSION=\"24.1\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_eal.a.p/eal_common_rte_random.c.obj -MF "lib\librte_eal.a.p\eal_common_rte_random.c.obj.d" -o lib/librte_eal.a.p/eal_common_rte_random.c.obj "-c" ../lib/eal/common/rte_random.c
../lib/eal/common/rte_random.c:235:2: error: '_Alignof' applied to an expression is a GNU extension [-Werror,-Wgnu-alignof-expression]
RTE_LCORE_VAR_ALLOC(rand_state);
^
..\lib\eal\include\rte_lcore_var.h:264:56: note: expanded from macro 'RTE_LCORE_VAR_ALLOC'
RTE_LCORE_VAR_ALLOC_SIZE_ALIGN(name, sizeof(*(name)), alignof(*(name)))
^
C:\Program Files\LLVM\lib\clang\14.0.0\include\stdalign.h:15:17: note: expanded from macro 'alignof'
#define alignof _Alignof
^
1 error generated.
[255/825] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13.2
Kernel: 13.2
Compiler: clang 11.3.0
Windows Server 2022
Kernel: OS Build 20348.2031
Compiler: MSVC VS-Preview
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
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
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29181/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next reply other threads:[~2024-02-19 10:55 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-19 10:55 dpdklab [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-19 11:32 dpdklab
2024-02-19 11:29 dpdklab
2024-02-19 11:27 dpdklab
2024-02-19 11:24 dpdklab
2024-02-19 11:23 dpdklab
2024-02-19 11:20 dpdklab
2024-02-19 11:17 dpdklab
2024-02-19 11:16 dpdklab
2024-02-19 11:15 dpdklab
2024-02-19 11:14 dpdklab
2024-02-19 11:08 dpdklab
2024-02-19 11:07 dpdklab
2024-02-19 11:07 dpdklab
2024-02-19 11:06 dpdklab
2024-02-19 11:04 dpdklab
2024-02-19 11:04 dpdklab
2024-02-19 10:57 dpdklab
2024-02-19 10:55 dpdklab
2024-02-19 10:54 dpdklab
2024-02-19 10:54 dpdklab
2024-02-19 10:54 dpdklab
2024-02-19 10:54 dpdklab
2024-02-19 10:53 dpdklab
2024-02-19 10:53 dpdklab
2024-02-19 10:52 dpdklab
2024-02-19 10:52 dpdklab
2024-02-19 10:50 dpdklab
2024-02-19 10:48 dpdklab
2024-02-19 10:48 dpdklab
2024-02-19 10:46 dpdklab
2024-02-19 10:35 dpdklab
2024-02-19 10:34 dpdklab
2024-02-19 10:34 dpdklab
2024-02-19 10:30 dpdklab
2024-02-19 10:29 dpdklab
2024-02-19 10:29 dpdklab
2024-02-19 10:29 dpdklab
2024-02-19 10:28 dpdklab
2024-02-19 10:28 dpdklab
2024-02-19 10:27 dpdklab
2024-02-19 10:26 dpdklab
2024-02-19 10:25 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=65d333ac.0d0a0220.ae5d8.0345SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=mattias.ronnblom@ericsson.com \
--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).