From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw143845-143840 [PATCH] [6/6] eal: keep per-lcore power in
Date: Tue, 10 Sep 2024 21:15:29 -0700 (PDT) [thread overview]
Message-ID: <66e11961.050a0220.83d41.caa2SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240910070344.699183-7-mattias.ronnblom@ericsson.com>
Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/143840
_Testing issues_
Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, September 10 2024 07:03:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
143845-143840 --> testing issues
Upstream job id: Windows-Compile-DPDK-Native#22112
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_win_llvm_compile |
+=====================+====================+==================+===================+======================+=======================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Debian Bullseye | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 37 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 38 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 38 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| RHEL8 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| FreeBSD 13.3 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | FAIL | PEND |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+
==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
"ccache" "gcc" "-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" "-fdiagnostics-color=always" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-Wno-zero-length-bounds" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mrtm" "-DAL
LOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DABI_VERSION=\"25.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_lcore_var.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_lcore_var.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_lcore_var.c.obj "-c" ../lib/eal/common/eal_common_lcore_var.c
../lib/eal/common/eal_common_lcore_var.c: In function 'lcore_var_alloc':
../lib/eal/common/eal_common_lcore_var.c:30:32: error: implicit declaration of function 'aligned_alloc' [-Wimplicit-function-declaration]
30 | lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
| ^~~~~~~~~~~~~
../lib/eal/common/eal_common_lcore_var.c:15:1: note: include '<stdlib.h>' or provide a declaration of 'aligned_alloc'
14 | #include "eal_private.h"
+++ |+#include <stdlib.h>
15 |
../lib/eal/common/eal_common_lcore_var.c:30:32: error: incompatible implicit declaration of built-in function 'aligned_alloc' [-Werror=builtin-declaration-mismatch]
30 | lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
| ^~~~~~~~~~~~~
../lib/eal/common/eal_common_lcore_var.c:30:32: note: include '<stdlib.h>' or provide a declaration of 'aligned_alloc'
cc1.exe: all warnings being treated as errors
[33/764] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
[34/764] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.obj
[35/764] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_uuid.c.obj
[36/764] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[37/764] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
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.4.1 20231218 (Red Hat 11.4.1-3)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p5
Compiler: clang 17.0.6
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/30981/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2024-09-11 4:15 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240910070344.699183-7-mattias.ronnblom@ericsson.com>
2024-09-10 6:47 ` |SUCCESS| pw143845-143840 [PATCH 6/6] eal: keep per-lcore power intrinsics state in lcore variable qemudev
2024-09-10 6:52 ` qemudev
2024-09-10 7:14 ` |SUCCESS| pw143840 " checkpatch
2024-09-10 8:05 ` |FAILURE| " 0-day Robot
2024-09-11 0:18 ` |SUCCESS| pw143845-143840 [PATCH] [6/6] eal: keep per-lcore power in dpdklab
2024-09-11 0:49 ` dpdklab
2024-09-11 2:14 ` dpdklab
2024-09-11 3:02 ` |FAILURE| " dpdklab
2024-09-11 4:15 ` dpdklab [this message]
2024-09-11 4:17 ` |WARNING| " dpdklab
2024-09-11 4:18 ` dpdklab
2024-09-11 4:46 ` |PENDING| " dpdklab
2024-09-11 5:53 ` |FAILURE| " dpdklab
2024-09-11 5:54 ` dpdklab
2024-09-11 6:00 ` dpdklab
2024-09-11 6:00 ` dpdklab
2024-09-11 6:02 ` dpdklab
2024-09-11 6:05 ` dpdklab
2024-09-11 6:11 ` dpdklab
2024-09-11 6:19 ` dpdklab
2024-09-11 6:20 ` dpdklab
2024-09-11 6:22 ` dpdklab
2024-09-11 6:24 ` dpdklab
2024-09-11 6:27 ` dpdklab
2024-09-11 6:28 ` dpdklab
2024-09-11 6:29 ` dpdklab
2024-09-11 6:34 ` dpdklab
2024-09-11 6:44 ` |SUCCESS| " dpdklab
2024-09-11 7:20 ` |WARNING| " dpdklab
2024-09-11 11:45 ` |SUCCESS| " dpdklab
2024-09-11 11:51 ` dpdklab
2024-09-11 11:55 ` dpdklab
2024-09-11 12:00 ` dpdklab
2024-09-11 12:01 ` dpdklab
2024-09-11 12:19 ` dpdklab
2024-09-11 13:03 ` dpdklab
2024-09-11 17:23 ` dpdklab
2024-09-15 21:18 ` dpdklab
2024-09-16 2:51 ` 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=66e11961.050a0220.83d41.caa2SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--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).