automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:37 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 22:28 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 22:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 21:09 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 21:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:40 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:37 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[657/2770] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[658/2770] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[659/2770] Generating rte_bus_fslmc.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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:35 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:34 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[657/2770] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[658/2770] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[659/2770] Generating rte_bus_fslmc.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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:33 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:33 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:32 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:32 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:31 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+--------------------------------------+--------------------+
|             Environment              | dpdk_meson_compile |
+======================================+====================+
| Ubuntu 20.04 ARM SVE                 | PASS               |
+--------------------------------------+--------------------+
| Fedora 37 (ARM)                      | PASS               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                   | PASS               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL               |
+--------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)             | PASS               |
+--------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:28 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136076

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+--------------------------------------+--------------------+
|             Environment              | dpdk_meson_compile |
+======================================+====================+
| Ubuntu 20.04 ARM SVE                 | PASS               |
+--------------------------------------+--------------------+
| Fedora 37 (ARM)                      | PASS               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                   | PASS               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL               |
+--------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1482/3087] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[1483/3087] Linking static target drivers/librte_net_fm10k.a.
[1484/3087] Linking target drivers/librte_net_fm10k.so.24.1.
[1485/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1486/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1487/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[1488/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_gve@sta -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-secur
 ity -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o' -c ../drivers/net/gve/gve_ethdev.c
../drivers/net/gve/gve_ethdev.c:792:4: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
GVE_RSS_INDIR_SIZE);
^~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/../gve_logs.h:12:16: note: expanded from macro 'PMD_DRV_LOG'
__func__, ## args)
^~~~
../drivers/net/gve/gve_ethdev.h:33:28: note: expanded from macro 'GVE_RSS_INDIR_SIZE'
#define GVE_RSS_INDIR_SIZE 128
^~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:27 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:27 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[657/2770] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[658/2770] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[659/2770] Generating rte_bus_fslmc.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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:25 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:25 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[657/2770] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[658/2770] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[659/2770] Generating rte_bus_fslmc.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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:19 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:19 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[657/2770] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[658/2770] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[659/2770] Generating rte_bus_fslmc.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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:18 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:11 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
from ../drivers/net/gve/base/gve_adminq.c:6:
../drivers/net/gve/base/gve_adminq.c: In function 'gve_adminq_configure_rss':
../lib/eal/include/rte_common.h:35:13: error: 'rss_key_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:949:21: note: 'rss_key_dma_mem.pa' was declared here
struct gve_dma_mem rss_key_dma_mem;
^~~~~~~~~~~~~~~
In file included from ../lib/eal/include/dev_driver.h:12:0,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/gve/base/../gve_ethdev.h:8,
from ../drivers/net/gve/base/gve_adminq.c:6:
../lib/eal/include/rte_common.h:35:13: error: 'indirection_table_dma_mem.pa' may be used uninitialized in this function [-Werror=maybe-uninitialized]
#define asm __asm__
^~~~~~~
../drivers/net/gve/base/gve_adminq.c:948:21: note: 'indirection_table_dma_mem.pa' was declared here
struct gve_dma_mem indirection_table_dma_mem;
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 20:06 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 20:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[433/817] Generating symbol file lib/rte_cryptodev-24.dll.p/rte_cryptodev-24.dll.symbols
[434/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
[435/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj
[436/817] Generating symbol file lib/rte_net-24.dll.p/rte_net-24.dll.symbols
[437/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj
[438/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_rxtx.c.obj
[439/817] Linking target lib/rte_ethdev-24.dll
FAILED: lib/rte_ethdev-24.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_ethdev-24.dll lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_sff_common.c.obj lib/librte_ethdev.a.p/ethdev_sff_8079.c.obj lib/librte_ethdev.a.p/ethdev_sff_8472.c.obj lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj "-LC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib" "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_ethdev.lib" "lib\rte_eal.lib" "lib
 \rte_log.lib" "lib\rte_kvargs.lib" "lib\rte_net.lib" "lib\rte_mbuf.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_meter.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_ethdev_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_ethdev_exports.def : error LNK2001: unresolved external symbol rte_eth_tx_queue_count
lib\rte_ethdev.lib : fatal error LNK1120: 1 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[440/817] Linking target lib/rte_hash-24.dll
Creating library lib\rte_hash.lib and object lib\rte_hash.exp
[441/817] Linking target lib/rte_cmdline-24.dll
Creating library lib\rte_cmdline.lib and object lib\rte_cmdline.exp
[442/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_vf.c.obj
[443/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_mbox.c.obj
[444/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 19:55 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 19:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[433/817] Generating symbol file lib/rte_cryptodev-24.dll.p/rte_cryptodev-24.dll.symbols
[434/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
[435/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj
[436/817] Generating symbol file lib/rte_net-24.dll.p/rte_net-24.dll.symbols
[437/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj
[438/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_rxtx.c.obj
[439/817] Linking target lib/rte_ethdev-24.dll
FAILED: lib/rte_ethdev-24.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_ethdev-24.dll lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_sff_common.c.obj lib/librte_ethdev.a.p/ethdev_sff_8079.c.obj lib/librte_ethdev.a.p/ethdev_sff_8472.c.obj lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj "-LC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib" "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_ethdev.lib" "lib\rte_eal.lib" "lib
 \rte_log.lib" "lib\rte_kvargs.lib" "lib\rte_net.lib" "lib\rte_mbuf.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_meter.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_ethdev_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_ethdev_exports.def : error LNK2001: unresolved external symbol rte_eth_tx_queue_count
lib\rte_ethdev.lib : fatal error LNK1120: 1 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[440/817] Linking target lib/rte_hash-24.dll
Creating library lib\rte_hash.lib and object lib\rte_hash.exp
[441/817] Linking target lib/rte_cmdline-24.dll
Creating library lib\rte_cmdline.lib and object lib\rte_cmdline.exp
[442/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_vf.c.obj
[443/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_mbox.c.obj
[444/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 19:52 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 19:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[433/817] Generating symbol file lib/rte_cryptodev-24.dll.p/rte_cryptodev-24.dll.symbols
[434/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
[435/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj
[436/817] Generating symbol file lib/rte_net-24.dll.p/rte_net-24.dll.symbols
[437/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj
[438/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_rxtx.c.obj
[439/817] Linking target lib/rte_ethdev-24.dll
FAILED: lib/rte_ethdev-24.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_ethdev-24.dll lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_sff_common.c.obj lib/librte_ethdev.a.p/ethdev_sff_8079.c.obj lib/librte_ethdev.a.p/ethdev_sff_8472.c.obj lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj "-LC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib" "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_ethdev.lib" "lib\rte_eal.lib" "lib
 \rte_log.lib" "lib\rte_kvargs.lib" "lib\rte_net.lib" "lib\rte_mbuf.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_meter.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_ethdev_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_ethdev_exports.def : error LNK2001: unresolved external symbol rte_eth_tx_queue_count
lib\rte_ethdev.lib : fatal error LNK1120: 1 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[440/817] Linking target lib/rte_hash-24.dll
Creating library lib\rte_hash.lib and object lib\rte_hash.exp
[441/817] Linking target lib/rte_cmdline-24.dll
Creating library lib\rte_cmdline.lib and object lib\rte_cmdline.exp
[442/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_vf.c.obj
[443/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_mbox.c.obj
[444/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 19:39 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 19:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[433/817] Generating symbol file lib/rte_cryptodev-24.dll.p/rte_cryptodev-24.dll.symbols
[434/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
[435/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj
[436/817] Generating symbol file lib/rte_net-24.dll.p/rte_net-24.dll.symbols
[437/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj
[438/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_rxtx.c.obj
[439/817] Linking target lib/rte_ethdev-24.dll
FAILED: lib/rte_ethdev-24.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_ethdev-24.dll lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_sff_common.c.obj lib/librte_ethdev.a.p/ethdev_sff_8079.c.obj lib/librte_ethdev.a.p/ethdev_sff_8472.c.obj lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj "-LC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib" "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_ethdev.lib" "lib\rte_eal.lib" "lib
 \rte_log.lib" "lib\rte_kvargs.lib" "lib\rte_net.lib" "lib\rte_mbuf.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_meter.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_ethdev_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_ethdev_exports.def : error LNK2001: unresolved external symbol rte_eth_tx_queue_count
lib\rte_ethdev.lib : fatal error LNK1120: 1 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[440/817] Linking target lib/rte_hash-24.dll
Creating library lib\rte_hash.lib and object lib\rte_hash.exp
[441/817] Linking target lib/rte_cmdline-24.dll
Creating library lib\rte_cmdline.lib and object lib\rte_cmdline.exp
[442/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_vf.c.obj
[443/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_mbox.c.obj
[444/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum
@ 2024-01-23 19:38 dpdklab
  0 siblings, 0 replies; 26+ messages in thread
From: dpdklab @ 2024-01-23 19:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Joshua Washington

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

_Testing issues_

Submitter: Joshua Washington <joshwash@google.com>
Date: Tuesday, January 23 2024 17:58:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1b593b0c092a0e905cb1c05ba01acb6690fb0db2

136070-136076 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[433/817] Generating symbol file lib/rte_cryptodev-24.dll.p/rte_cryptodev-24.dll.symbols
[434/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
[435/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj
[436/817] Generating symbol file lib/rte_net-24.dll.p/rte_net-24.dll.symbols
[437/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj
[438/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_rxtx.c.obj
[439/817] Linking target lib/rte_ethdev-24.dll
FAILED: lib/rte_ethdev-24.dll
"clang"  -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_ethdev-24.dll lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj lib/librte_ethdev.a.p/ethdev_sff_common.c.obj lib/librte_ethdev.a.p/ethdev_sff_8079.c.obj lib/librte_ethdev.a.p/ethdev_sff_8472.c.obj lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj "-LC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib" "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_ethdev.lib" "lib\rte_eal.lib" "lib
 \rte_log.lib" "lib\rte_kvargs.lib" "lib\rte_net.lib" "lib\rte_mbuf.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_meter.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_ethdev_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
rte_ethdev_exports.def : error LNK2001: unresolved external symbol rte_eth_tx_queue_count
lib\rte_ethdev.lib : fatal error LNK1120: 1 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[440/817] Linking target lib/rte_hash-24.dll
Creating library lib\rte_hash.lib and object lib\rte_hash.exp
[441/817] Linking target lib/rte_cmdline-24.dll
Creating library lib\rte_cmdline.lib and object lib\rte_cmdline.exp
[442/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_vf.c.obj
[443/817] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_mbox.c.obj
[444/817] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2024-01-23 22:28 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23 20:37 |FAILURE| pw136070-136076 [PATCH] [v2,7/7] net/gve: update GVE docum dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2024-01-23 22:28 dpdklab
2024-01-23 21:09 dpdklab
2024-01-23 20:40 dpdklab
2024-01-23 20:37 dpdklab
2024-01-23 20:35 dpdklab
2024-01-23 20:34 dpdklab
2024-01-23 20:33 dpdklab
2024-01-23 20:33 dpdklab
2024-01-23 20:32 dpdklab
2024-01-23 20:32 dpdklab
2024-01-23 20:31 dpdklab
2024-01-23 20:28 dpdklab
2024-01-23 20:27 dpdklab
2024-01-23 20:27 dpdklab
2024-01-23 20:25 dpdklab
2024-01-23 20:25 dpdklab
2024-01-23 20:19 dpdklab
2024-01-23 20:19 dpdklab
2024-01-23 20:18 dpdklab
2024-01-23 20:11 dpdklab
2024-01-23 20:06 dpdklab
2024-01-23 19:55 dpdklab
2024-01-23 19:52 dpdklab
2024-01-23 19:39 dpdklab
2024-01-23 19:38 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).