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,
	Stephen Hemminger <stephen@networkplumber.org>
Subject: |FAILURE| pw138472-138476 [PATCH] [v9,5/5] eal: add option to put ti
Date: Mon, 18 Mar 2024 15:59:18 -0700 (PDT)	[thread overview]
Message-ID: <65f8c746.170a0220.f1f1f.b989SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240318220432.7486-6-stephen@networkplumber.org>

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/138476

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, March 18 2024 22:03:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:80ecef6d1f71fcebc0a51d7cabc51f73ee142ff2

138472-138476 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2022 | FAIL                 | FAIL               |
+---------------------+----------------------+--------------------+
| Windows Server 2019 | FAIL                 | FAIL               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian 11 (arm)     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| FreeBSD 13.2        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"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_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:1653:8: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
char *old_optarg = optarg;
^            ~~~~~~
../lib/eal/common/eal_common_options.c:1662:34: error: passing 'char *const *' to parameter of type 'char **' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
while ((opt = getopt_long(argc, argv, eal_short_options,
^~~~
..\lib\eal\windows\include\getopt.h:43:57: note: expanded from macro 'getopt_long'
#define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e)
^
..\lib\eal\windows\include\getopt.h:86:33: note: passing argument to parameter 'argv' here
int getopt_long(int argc, char *argv[], const char *options,
^
2 errors generated.
[154/827] Generating symbol file lib/rte_kvargs-24.dll.p/rte_kvargs-24.dll.symbols
[155/827] Generating symbol file lib/rte_telemetry-24.dll.p/rte_telemetry-24.dll.symbols
[156/827] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[157/827] Compiling C object lib/librte_eal.a.p/eal_windows_eal_memory.c.obj
[158/827] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 14.0.5

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29589/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

  parent reply	other threads:[~2024-03-18 22:59 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240318220432.7486-6-stephen@networkplumber.org>
2024-03-18 21:43 ` |SUCCESS| pw138472-138476 [PATCH v9 5/5] eal: add option to put timestamp on console output qemudev
2024-03-18 21:47 ` |FAILURE| " qemudev
2024-03-18 22:05 ` |WARNING| pw138476 " checkpatch
2024-03-18 22:50 ` |SUCCESS| pw138472-138476 [PATCH] [v9,5/5] eal: add option to put ti dpdklab
2024-03-18 22:51 ` dpdklab
2024-03-18 22:51 ` dpdklab
2024-03-18 22:52 ` |FAILURE| " dpdklab
2024-03-18 22:52 ` |SUCCESS| " dpdklab
2024-03-18 22:52 ` |FAILURE| " dpdklab
2024-03-18 22:52 ` dpdklab
2024-03-18 22:52 ` |SUCCESS| " dpdklab
2024-03-18 22:53 ` |FAILURE| " dpdklab
2024-03-18 22:53 ` dpdklab
2024-03-18 22:53 ` dpdklab
2024-03-18 22:53 ` dpdklab
2024-03-18 22:57 ` dpdklab
2024-03-18 22:57 ` |SUCCESS| " dpdklab
2024-03-18 22:58 ` |FAILURE| " dpdklab
2024-03-18 22:58 ` dpdklab
2024-03-18 22:58 ` dpdklab
2024-03-18 22:59 ` dpdklab [this message]
2024-03-18 22:59 ` |SUCCESS| " dpdklab
2024-03-18 22:59 ` |FAILURE| " dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` |SUCCESS| " dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 22:59 ` dpdklab
2024-03-18 23:00 ` dpdklab
2024-03-18 23:00 ` |FAILURE| " dpdklab
2024-03-18 23:00 ` |SUCCESS| " dpdklab
2024-03-18 23:00 ` |FAILURE| " dpdklab
2024-03-18 23:00 ` |SUCCESS| " dpdklab
2024-03-18 23:00 ` |FAILURE| " dpdklab
2024-03-18 23:00 ` |SUCCESS| " dpdklab
2024-03-18 23:00 ` dpdklab
2024-03-18 23:00 ` dpdklab
2024-03-18 23:01 ` dpdklab
2024-03-18 23:01 ` dpdklab
2024-03-18 23:01 ` dpdklab
2024-03-18 23:02 ` |FAILURE| " dpdklab
2024-03-18 23:03 ` dpdklab
2024-03-18 23:03 ` dpdklab
2024-03-18 23:03 ` |FAILURE| pw138476 [PATCH v9 5/5] eal: add option to put timestamp on console output 0-day Robot
2024-03-18 23:04 ` |FAILURE| pw138472-138476 [PATCH] [v9,5/5] eal: add option to put ti dpdklab
2024-03-18 23:04 ` |SUCCESS| " dpdklab
2024-03-18 23:04 ` dpdklab
2024-03-18 23:04 ` dpdklab
2024-03-18 23:04 ` dpdklab
2024-03-18 23:05 ` dpdklab
2024-03-18 23:05 ` dpdklab
2024-03-18 23:05 ` dpdklab
2024-03-18 23:05 ` |FAILURE| " dpdklab
2024-03-18 23:05 ` |SUCCESS| " dpdklab
2024-03-18 23:06 ` |FAILURE| " dpdklab
2024-03-18 23:06 ` |SUCCESS| " dpdklab
2024-03-18 23:06 ` dpdklab
2024-03-18 23:06 ` |FAILURE| " dpdklab
2024-03-18 23:06 ` dpdklab
2024-03-18 23:07 ` |SUCCESS| " dpdklab
2024-03-18 23:08 ` |FAILURE| " dpdklab
2024-03-18 23:08 ` |SUCCESS| " dpdklab
2024-03-18 23:24 ` |FAILURE| " dpdklab
2024-03-18 23:24 ` |SUCCESS| " dpdklab
2024-03-18 23:25 ` dpdklab
2024-03-18 23:27 ` dpdklab
2024-03-18 23:28 ` dpdklab
2024-03-18 23:31 ` |FAILURE| " dpdklab
2024-03-18 23:31 ` |SUCCESS| " dpdklab
2024-03-19  0:10 ` dpdklab
2024-03-20 20:50 ` dpdklab
2024-03-20 21:44 ` 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=65f8c746.170a0220.f1f1f.b989SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=stephen@networkplumber.org \
    --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).