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,
	Bruce Richardson <bruce.richardson@intel.com>
Subject: |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
Date: Thu, 02 Nov 2023 15:13:55 -0700 (PDT)	[thread overview]
Message-ID: <65441f23.050a0220.97e86.128dSMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, November 02 2023 18:11:48 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1025bd1c24b1be70e028c7ba0595782bce75fcc6

133791 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 8     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | FAIL                 |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
FAILED: lib/librte_eal.a.p/eal_windows_eal.c.obj
"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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-f
 ormat-truncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_windows_eal.c.obj -MF "lib\librte_eal.a.p\eal_windows_eal.c.obj.d" -o lib/librte_eal.a.p/eal_windows_eal.c.obj "-c" ../lib/eal/windows/eal.c
../lib/eal/windows/eal.c: In function 'eal_log_level_parse':
../lib/eal/windows/eal.c:109:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/windows/eal.c: In function 'rte_eal_init':
../lib/eal/windows/eal.c:304:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
fctret = eal_parse_args(argc, argv);
^~~~
../lib/eal/windows/eal.c:136:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1.exe: all warnings being treated as errors
[219/730] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.obj
[220/730] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[221/730] Compiling C object lib/librte_eal.a.p/eal_windows_eal_debug.c.obj
[222/730] Compiling C object lib/librte_eal.a.p/eal_windows_eal_memalloc.c.obj
[223/730] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-11-02 22:13 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-02 22:13 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-07 18:15 dpdklab
2023-11-02 22:40 dpdklab
2023-11-02 22:29 dpdklab
2023-11-02 22:24 dpdklab
2023-11-02 22:23 dpdklab
2023-11-02 22:23 dpdklab
2023-11-02 22:22 dpdklab
2023-11-02 22:22 dpdklab
2023-11-02 22:22 dpdklab
2023-11-02 22:21 dpdklab
2023-11-02 22:21 dpdklab
2023-11-02 22:20 dpdklab
2023-11-02 22:20 dpdklab
2023-11-02 22:20 dpdklab
2023-11-02 22:19 dpdklab
2023-11-02 22:19 dpdklab
2023-11-02 22:19 dpdklab
2023-11-02 22:19 dpdklab
2023-11-02 22:19 dpdklab
2023-11-02 22:18 dpdklab
2023-11-02 22:17 dpdklab
2023-11-02 22:17 dpdklab
2023-11-02 22:16 dpdklab
2023-11-02 22:15 dpdklab
2023-11-02 22:15 dpdklab
2023-11-02 22:14 dpdklab
2023-11-02 22:14 dpdklab
2023-11-02 22:14 dpdklab
2023-11-02 22:14 dpdklab
2023-11-02 22:14 dpdklab
2023-11-02 22:13 dpdklab
2023-11-02 22:13 dpdklab
2023-11-02 22:13 dpdklab
2023-11-02 22:12 dpdklab
2023-11-02 22:12 dpdklab
2023-11-02 22:12 dpdklab
2023-11-02 22:12 dpdklab
2023-11-02 22:11 dpdklab
2023-11-02 22:11 dpdklab
2023-11-02 22:11 dpdklab
2023-11-02 22:10 dpdklab
     [not found] <20231102181148.56930-1-bruce.richardson@intel.com>
2023-11-02 18:59 ` 0-day Robot

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=65441f23.050a0220.97e86.128dSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=bruce.richardson@intel.com \
    --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).