automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:20 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-07 18:15 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-07 18:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:40 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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                 |
+---------------------+--------------------+----------------------+
| Alpine              | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Alpine (dpdk_meson_compile): ====
[2269/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[2270/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[2271/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[2272/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[2273/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[2274/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[2275/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[2276/2622] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
^[[01m^[[K../lib/eal/linux/eal.c:^[[m^[[K In function '^[[01m^[[Keal_log_level_parse^[[m^[[K':
^[[01m^[[K../lib/eal/linux/eal.c:562:17:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kassignment discards '^[[01m^[[Kconst^[[m^[[K' qualifier from pointer target type [^[[01;31m^[[K-Werror=discarded-qualifiers^[[m^[[K]
562 |         argvopt ^[[01;31m^[[K=^[[m^[[K argv;
|                 ^[[01;31m^[[K^^[[m^[[K
^[[01m^[[K../lib/eal/linux/eal.c:^[[m^[[K In function '^[[01m^[[Krte_eal_init^[[m^[[K':
^[[01m^[[K../lib/eal/linux/eal.c:1007:39:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kpassing argument 2 of '^[[01m^[[Keal_parse_args^[[m^[[K' discards '^[[01m^[[Kconst^[[m^[[K' qualifier from pointer target type [^[[01;31m^[[K-Werror=discarded-qualifiers^[[m^[[K]
1007 |         fctret = eal_parse_args(argc, ^[[01;31m^[[Kargv^[[m^[[K);
|                                       ^[[01;31m^[[K^~~~^[[m^[[K
^[[01m^[[K../lib/eal/linux/eal.c:627:33:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kexpected '^[[01m^[[Kchar **^[[m^[[K' but argument is of type '^[[01m^[[Kchar * const*^[[m^[[K'
627 | eal_parse_args(int argc, ^[[01;36m^[[Kchar **argv^[[m^[[K)
|                          ^[[01;36m^[[K~~~~~~~^~~~^[[m^[[K
cc1: all warnings being treated as errors
==== 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)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:29 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:29 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:24 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:23 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:23 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:22 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:22 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:22 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:21 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:21 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:20 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:20 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:19 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:19 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:19 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:19 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:19 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-arm64-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        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (arm)          | SKIPPED      | FAIL                      | FAIL                         | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
[71/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[72/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-trunc
 ation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[74/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[75/3047] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:18 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:17 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:17 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:16 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-unit-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_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[70/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=li
 b.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
argvopt = argv;
^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007: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/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
eal_parse_args(int argc, char **argv)
~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[73/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/2742] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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)

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

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

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:15 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:15 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:14 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:14 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:14 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:14 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:14 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:13 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:13 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:13 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:13 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:12 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:12 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:12 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-compile-arm64-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 |
+========================================+====================+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[64/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[65/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3074] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[68/3074] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o
ccache cc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function 'eal_log_level_parse':
../lib/eal/linux/eal.c:562:10: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
562 |  argvopt = argv;
|          ^
../lib/eal/linux/eal.c: In function 'rte_eal_init':
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of 'eal_parse_args' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
1007 |  fctret = eal_parse_args(argc, argv);
|                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected 'char **' but argument is of type 'char * const*'
627 | eal_parse_args(int argc, char **argv)
|                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:12 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:11 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:11 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:11 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
@ 2023-11-02 22:10 dpdklab
  0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2023-11-02 22:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

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/

^ permalink raw reply	[flat|nested] 43+ messages in thread

* |FAILURE| pw133791 [PATCH] eal: add const to init function parameter
       [not found] <20231102181148.56930-1-bruce.richardson@intel.com>
@ 2023-11-02 18:59 ` 0-day Robot
  0 siblings, 0 replies; 43+ messages in thread
From: 0-day Robot @ 2023-11-02 18:59 UTC (permalink / raw)
  To: test-report; +Cc: bruce.richardson, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/133791/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6736684956
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-stdatomic" failed at step Build and test
"ubuntu-20.04-clang-stdatomic" failed at step Build and test
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
[64/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[65/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[66/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[67/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[68/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[69/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[70/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[71/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[72/1007] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################
[63/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[64/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_filesystem.c.o'.
[65/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[66/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[67/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[68/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[69/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[70/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[71/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################
[61/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_firmware.c.o'.
[62/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_file.c.o'.
[63/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_filesystem.c.o'.
[64/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[65/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[66/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[67/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[68/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[69/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache clang -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c:562:10: error: assigning to 'char **' from 'char *const *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
        argvopt = argv;
                ^ ~~~~
../lib/eal/linux/eal.c:1007:32: error: passing 'char *const *' to parameter of type 'char **' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
        fctret = eal_parse_args(argc, argv);
                                      ^~~~
../lib/eal/linux/eal.c:627:33: note: passing argument to parameter 'argv' here
eal_parse_args(int argc, char **argv)
                                ^
2 errors generated.
[70/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[71/2799] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[66/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[67/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[68/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[69/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[70/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[71/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[72/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -g -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 -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[73/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[74/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[65/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[66/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[67/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[68/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[69/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[70/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache clang -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c:562:10: error: assigning to 'char **' from 'char *const *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
        argvopt = argv;
                ^ ~~~~
../lib/eal/linux/eal.c:1007:32: error: passing 'char *const *' to parameter of type 'char **' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
        fctret = eal_parse_args(argc, argv);
                                      ^~~~
../lib/eal/linux/eal.c:627:33: note: passing argument to parameter 'argv' here
eal_parse_args(int argc, char **argv)
                                ^
2 errors generated.
[71/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[72/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[73/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[74/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[75/3871] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[68/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[69/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[70/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[71/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[72/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[73/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[74/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[75/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[76/3118] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[42/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_elem.c.obj'.
[43/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_heap.c.obj'.
[44/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_reciprocal.c.obj'.
[45/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_random.c.obj'.
[46/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_version.c.obj'.
[47/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_malloc.c.obj'.
[48/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_windows_eal.c.obj'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_windows_eal.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_eal@sta -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 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_windows_eal.c.obj' -MF 'lib/76b5a35@@rte_eal@sta/eal_windows_eal.c.obj.d' -o 'lib/76b5a35@@rte_eal@sta/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]
  109 |  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]
  304 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/windows/eal.c:136:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  136 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[49/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dynmem.c.obj'.
[50/1432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_service.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[63/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[64/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[65/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[67/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[68/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[69/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache aarch64-linux-gnu-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[70/4037] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[71/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[70/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[71/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[72/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_thread.c.o'.
[73/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[74/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[75/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
[76/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_timer.c.o'.
[77/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[78/3342] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[64/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[65/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[66/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[67/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[68/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[69/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[70/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o 
ccache riscv64-linux-gnu-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o' -c ../lib/eal/linux/eal.c
../lib/eal/linux/eal.c: In function ‘eal_log_level_parse’:
../lib/eal/linux/eal.c:562:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
  562 |  argvopt = argv;
      |          ^
../lib/eal/linux/eal.c: In function ‘rte_eal_init’:
../lib/eal/linux/eal.c:1007:32: error: passing argument 2 of ‘eal_parse_args’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1007 |  fctret = eal_parse_args(argc, argv);
      |                                ^~~~
../lib/eal/linux/eal.c:627:33: note: expected ‘char **’ but argument is of type ‘char * const*’
  627 | eal_parse_args(int argc, char **argv)
      |                          ~~~~~~~^~~~
cc1: all warnings being treated as errors
[71/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[72/3313] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2023-11-07 18:15 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-02 22:20 |FAILURE| pw133791 [PATCH] eal: add const to init function parameter dpdklab
  -- 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: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: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

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).