automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:27 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for CentOS Stream 8 (dpdk_meson_compile): ====
[1663/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1664/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1665/2825] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1666/2825] Generating rte_net_ixgbe.pmd.c with a custom command.
[1667/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1668/2825] Linking static target drivers/librte_net_ixgbe.a.
[1669/2825] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1670/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1671/2825] Linking target drivers/librte_net_ixgbe.so.24.1.
[1672/2825] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1673/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1674/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:47 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[1641/2799] Compiling C object 'drivers/a715181@@rte_net_ionic@sha/meson-generated_.._rte_net_ionic.pmd.c.o'.
[1642/2799] Linking static target drivers/librte_net_ionic.a.
[1643/2799] Linking target drivers/librte_net_ionic.so.24.1.
[1644/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1645/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[1646/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'.
[1647/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'.
[1648/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1649/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1650/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1651/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[1652/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:44 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[1641/2799] Compiling C object 'drivers/a715181@@rte_net_ionic@sha/meson-generated_.._rte_net_ionic.pmd.c.o'.
[1642/2799] Linking static target drivers/librte_net_ionic.a.
[1643/2799] Linking target drivers/librte_net_ionic.so.24.1.
[1644/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1645/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[1646/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'.
[1647/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'.
[1648/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1649/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1650/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1651/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[1652/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:43 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[1641/2799] Compiling C object 'drivers/a715181@@rte_net_ionic@sha/meson-generated_.._rte_net_ionic.pmd.c.o'.
[1642/2799] Linking static target drivers/librte_net_ionic.a.
[1643/2799] Linking target drivers/librte_net_ionic.so.24.1.
[1644/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1645/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[1646/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'.
[1647/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'.
[1648/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1649/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1650/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1651/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[1652/2799] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:41 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
[1631/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1632/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[1633/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[1634/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1635/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1636/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1637/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1638/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1639/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1640/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
clang -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wm
 issing-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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: incompatible function pointer types initializing 'eth_dev_supported_ptypes_get_t' (aka 'const unsigned int *(*)(struct rte_eth_dev *, unsigned int *)') with an expression of type 'const uint32_t *(struct rte_eth_dev *)' (aka 'const unsigned int *(struct rte_eth_dev *)') [-Wincompatible-function-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1641/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1642/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.c.o'.
[1643/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:40 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
[1631/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1632/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[1633/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[1634/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1635/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1636/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1637/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1638/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1639/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1640/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
clang -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wm
 issing-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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: incompatible function pointer types initializing 'eth_dev_supported_ptypes_get_t' (aka 'const unsigned int *(*)(struct rte_eth_dev *, unsigned int *)') with an expression of type 'const uint32_t *(struct rte_eth_dev *)' (aka 'const unsigned int *(struct rte_eth_dev *)') [-Wincompatible-function-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1641/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1642/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.c.o'.
[1643/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:39 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
[1634/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1635/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1636/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1637/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1638/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1639/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1640/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1641/2793] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1642/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1643/2793] Generating rte_net_ixgbe.pmd.c with a custom command.
[1644/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.c.o'.
[1645/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:37 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:37 UTC (permalink / raw)
  To: Test Report
  Cc: Sivaramakrishnan Venkat, dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
[1634/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1635/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1636/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1637/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1638/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1639/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1640/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1641/2793] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1642/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1643/2793] Generating rte_net_ixgbe.pmd.c with a custom command.
[1644/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.c.o'.
[1645/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:37 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1657/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1658/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1659/2819] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1660/2819] Generating rte_net_ixgbe.pmd.c with a custom command.
[1661/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1662/2819] Linking static target drivers/librte_net_ixgbe.a.
[1663/2819] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1664/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1665/2819] Linking target drivers/librte_net_ixgbe.so.24.1.
[1666/2819] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1667/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1668/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:35 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1657/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1658/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1659/2819] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1660/2819] Generating rte_net_ixgbe.pmd.c with a custom command.
[1661/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1662/2819] Linking static target drivers/librte_net_ixgbe.a.
[1663/2819] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1664/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1665/2819] Linking target drivers/librte_net_ixgbe.so.24.1.
[1666/2819] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1667/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1668/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:35 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
[1634/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1635/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1636/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1637/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1638/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1639/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1640/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1641/2793] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1642/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1643/2793] Generating rte_net_ixgbe.pmd.c with a custom command.
[1644/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.c.o'.
[1645/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:35 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
[1634/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1635/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1636/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1637/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1638/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1639/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1640/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1641/2793] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1642/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1643/2793] Generating rte_net_ixgbe.pmd.c with a custom command.
[1644/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.c.o'.
[1645/2793] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.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 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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:34 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1657/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1658/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1659/2819] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1660/2819] Generating rte_net_ixgbe.pmd.c with a custom command.
[1661/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1662/2819] Linking static target drivers/librte_net_ixgbe.a.
[1663/2819] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1664/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1665/2819] Linking target drivers/librte_net_ixgbe.so.24.1.
[1666/2819] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1667/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1668/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:33 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
[1630/2792] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1631/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1632/2792] Linking target drivers/librte_net_ionic.so.24.1.
[1633/2792] Generating rte_net_ixgbe.pmd.c with a custom command.
[1634/2792] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1635/2792] Linking static target drivers/librte_net_ixgbe.a.
[1636/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.c.o'.
[1637/2792] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1638/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1639/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.c.o'.
[1640/2792] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1641/2792] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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 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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:32 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
[1630/2792] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1631/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1632/2792] Linking target drivers/librte_net_ionic.so.24.1.
[1633/2792] Generating rte_net_ixgbe.pmd.c with a custom command.
[1634/2792] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1635/2792] Linking static target drivers/librte_net_ixgbe.a.
[1636/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mp.c.o'.
[1637/2792] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1638/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
[1639/2792] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mr.c.o'.
[1640/2792] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1641/2792] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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 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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:32 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1657/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1658/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1659/2819] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1660/2819] Generating rte_net_ixgbe.pmd.c with a custom command.
[1661/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1662/2819] Linking static target drivers/librte_net_ixgbe.a.
[1663/2819] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1664/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1665/2819] Linking target drivers/librte_net_ixgbe.so.24.1.
[1666/2819] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1667/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1668/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:29 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:29 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1657/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1658/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1659/2819] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1660/2819] Generating rte_net_ixgbe.pmd.c with a custom command.
[1661/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1662/2819] Linking static target drivers/librte_net_ixgbe.a.
[1663/2819] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1664/2819] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1665/2819] Linking target drivers/librte_net_ixgbe.so.24.1.
[1666/2819] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1667/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1668/2819] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:27 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for RHEL8 (dpdk_meson_compile): ====
[1666/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1667/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[1668/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'.
[1669/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1670/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1671/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1672/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1673/2825] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1674/2825] Generating rte_net_ixgbe.pmd.c with a custom command.
[1675/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1676/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1677/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:22 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for CentOS Stream 8 (dpdk_meson_compile): ====
[1663/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1664/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1665/2825] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1666/2825] Generating rte_net_ixgbe.pmd.c with a custom command.
[1667/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1668/2825] Linking static target drivers/librte_net_ixgbe.a.
[1669/2825] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1670/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1671/2825] Linking target drivers/librte_net_ixgbe.so.24.1.
[1672/2825] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1673/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1674/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:16 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for CentOS Stream 8 (dpdk_meson_compile): ====
[1663/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1664/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1665/2825] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1666/2825] Generating rte_net_ixgbe.pmd.c with a custom command.
[1667/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1668/2825] Linking static target drivers/librte_net_ixgbe.a.
[1669/2825] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1670/2825] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1671/2825] Linking target drivers/librte_net_ixgbe.so.24.1.
[1672/2825] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1673/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1674/2825] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:30: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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/28720/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes
@ 2023-12-22 10:12 dpdklab
  0 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2023-12-22 10:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sivaramakrishnan Venkat

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

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for CentOS Stream 9 (dpdk_meson_compile): ====
[1656/2818] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1657/2818] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1658/2818] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1659/2818] Generating rte_net_ixgbe.pmd.c with a custom command.
[1660/2818] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1661/2818] Linking static target drivers/librte_net_ixgbe.a.
[1662/2818] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1663/2818] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1664/2818] Linking target drivers/librte_net_ixgbe.so.24.1.
[1665/2818] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.1.symbols'.
[1666/2818] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_gdma.c.o'.
[1667/2818] Compiling C object 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mana@sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -Ilib/ethdev -I../lib/ethdev -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 -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -MD -MQ 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana@sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:37: error: initialization of 'const uint32_t * (*)(struct rte_eth_dev *, uint32_t *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *, unsigned int *)'} from incompatible pointer type 'const uint32_t * (*)(struct rte_eth_dev *)' {aka 'const unsigned int * (*)(struct rte_eth_dev *)'} [-Werror=incompatible-pointer-types]
803 |         .dev_supported_ptypes_get = mana_supported_ptypes,
|                                     ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/mana/mana.c:803:37: note: (near initialization for 'mana_dev_ops.dev_supported_ptypes_get')
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-12-22 10:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22 10:27 |FAILURE| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-12-22 10:47 dpdklab
2023-12-22 10:44 dpdklab
2023-12-22 10:43 dpdklab
2023-12-22 10:41 dpdklab
2023-12-22 10:40 dpdklab
2023-12-22 10:39 dpdklab
2023-12-22 10:37 dpdklab
2023-12-22 10:37 dpdklab
2023-12-22 10:35 dpdklab
2023-12-22 10:35 dpdklab
2023-12-22 10:35 dpdklab
2023-12-22 10:34 dpdklab
2023-12-22 10:33 dpdklab
2023-12-22 10:32 dpdklab
2023-12-22 10:32 dpdklab
2023-12-22 10:29 dpdklab
2023-12-22 10:27 dpdklab
2023-12-22 10:22 dpdklab
2023-12-22 10:16 dpdklab
2023-12-22 10:12 dpdklab

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