automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 18:24 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 18:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[1813/3083] Generating symbol file 'drivers/a715181@@rte_net_octeontx@sha/librte_net_octeontx.so.24.1.symbols'.
[1814/3083] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx2_ep_vf.c.o'.
[1815/3083] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_vf.c.o'.
[1816/3083] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_mbox.c.o'.
[1817/3083] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx.c.o'.
[1818/3083] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_tx.c.o'.
[1819/3083] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_octeon_ep@sta -Idrivers -I../drivers -Idrivers/net/octeon_ep -I../drivers/net/octeon_ep -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-security -Wmi
 ssing-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 -Wno-strict-aliasing -flax-vector-conversions -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.octeon_ep -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -MF 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o.d' -o 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -c ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:52:10: error: variable 's01' is uninitialized when used here [-Werror,-Wuninitialized]
s01, 0);
^~~
/usr/lib/llvm-10/lib/clang/10.0.0/include/arm_neon.h:22875:21: note: expanded from macro 'vsetq_lane_u32'
uint32x4_t __s1 = __p1; \
^~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:3: note: variable 's01' is declared here
uint64x2_t s01, s23;
^
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

Ubuntu 20.04 ARM 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/28925/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 18:50 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 18:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+--------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+================+==============================+===========================+==============+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM Clang)    | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE     | SKIPPED        | SKIPPED                      | SKIPPED                   | PASS         |
+--------------------------+----------------+------------------------------+---------------------------+--------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
cc1: all warnings being treated as errors
[1928/3105] Generating rte_net_pcap.pmd.c with a custom command.
[1929/3105] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_tx_cn10k_tx_64_79_vec_mseg.c.o'.
[1930/3105] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_tx_cn10k_tx_96_111_vec_mseg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 18:34 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 18:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
[1923/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_vf.c.o'.
[1924/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx2_ep_vf.c.o'.
[1925/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_vf.c.o'.
[1926/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_mbox.c.o'.
[1927/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx.c.o'.
[1928/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_tx.c.o'.
[1929/3113] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o
clang -Idrivers/a715181@@tmp_rte_net_octeon_ep@sta -Idrivers -I../drivers -Idrivers/net/octeon_ep -I../drivers/net/octeon_ep -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-security -Wmissing-d
 eclarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-strict-aliasing -flax-vector-conversions -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.octeon_ep -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -MF 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o.d' -o 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -c ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:52:10: error: variable 's01' is uninitialized when used here [-Werror,-Wuninitialized]
s01, 0);
^~~
/usr/lib64/clang/16/include/arm_neon.h:24179:21: note: expanded from macro 'vsetq_lane_u32'
uint32x4_t __s1 = __p1; \
^~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:3: note: variable 's01' is declared here
uint64x2_t s01, s23;
^
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 18:21 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 18:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
cc1: all warnings being treated as errors
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 18:11 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 18:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[1361/2215] Linking static target drivers/librte_net_null.a.
[1362/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_rxtx.c.o'.
[1363/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_ethdev.c.o'.
[1364/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_vf.c.o'.
[1365/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx2_ep_vf.c.o'.
[1366/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_vf.c.o'.
[1367/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_mbox.c.o'.
[1368/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx.c.o'.
[1369/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_tx.c.o'.
[1370/2215] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o
ccache arm-linux-gnueabihf-gcc -Idrivers/a715181@@tmp_rte_net_octeon_ep@sta -Idrivers -I../drivers -Idrivers/net/octeon_ep -I../drivers/net/octeon_ep -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wfor
 mat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -fPIC -march=armv8-a+simd -mfpu=auto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-strict-aliasing -flax-vector-conversions -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.octeon_ep -MD -MQ 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -MF 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o.d' -o 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -c ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_process_pkts_vec_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:92:32: error: implicit declaration of function 'vaddvq_u32'; did you mean 'vaddq_u32'? [-Werror=implicit-function-declaration]
92 |  droq->stats.bytes_received += vaddvq_u32(bytes);
|                                ^~~~~~~~~~
|                                vaddq_u32
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:92:32: error: nested extern declaration of 'vaddvq_u32' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.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/28925/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:53 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:53 UTC (permalink / raw)
  To: Test Report
  Cc: Pavan Nikhilesh Bhagavatula, dpdk-test-reports,
	Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
cc1: all warnings being treated as errors
[1928/3105] Generating rte_net_pcap.pmd.c with a custom command.
[1929/3105] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_tx_cn10k_tx_64_79_vec_mseg.c.o'.
[1930/3105] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_tx_cn10k_tx_96_111_vec_mseg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:48 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:48 UTC (permalink / raw)
  To: Test Report
  Cc: Pavan Nikhilesh Bhagavatula, dpdk-test-reports,
	Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+================+==============================+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      |
+--------------------------+----------------+------------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      |
+--------------------------+----------------+------------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      |
+--------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      |
+--------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      |
+--------------------------+----------------+------------------------------+
| Fedora 38 (ARM Clang)    | FAIL           | SKIPPED                      |
+--------------------------+----------------+------------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         |
+--------------------------+----------------+------------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_snow3g_autotest): ====
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
cc1: all warnings being treated as errors
[1991/3105] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_sw_stats.c.o'.
[1992/3105] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc.c.o'.
[1993/3105] Generating rte_net_ring.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:47 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.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/28925/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:45 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
cc1: all warnings being treated as errors
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:45 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | FAIL           |
+--------------------------+----------------+
| Ubuntu 20.04 (ARM)       | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM Clang)    | FAIL           |
+--------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[1904/3087] Generating rte_net_octeontx.sym_chk with a meson_exe.py custom command.
[1905/3087] Linking target drivers/librte_net_octeontx.so.24.1.
[1906/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx.c.o'.
[1907/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o
clang -Idrivers/a715181@@tmp_rte_net_octeon_ep@sta -Idrivers -I../drivers -Idrivers/net/octeon_ep -I../drivers/net/octeon_ep -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-security -Wmissing-d
 eclarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-strict-aliasing -flax-vector-conversions -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.octeon_ep -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -MF 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o.d' -o 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx_neon.c.o' -c ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:52:10: error: variable 's01' is uninitialized when used here [-Werror,-Wuninitialized]
s01, 0);
^~~
/usr/lib64/clang/16/include/arm_neon.h:24179:21: note: expanded from macro 'vsetq_lane_u32'
uint32x4_t __s1 = __p1; \
^~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:3: note: variable 's01' is declared here
uint64x2_t s01, s23;
^
1 error generated.
[1908/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_pcap@sta/net_pcap_pcap_osdep_linux.c.o'.
[1909/3087] Generating symbol file 'drivers/a715181@@rte_net_octeontx@sha/librte_net_octeontx.so.24.1.symbols'.
[1910/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_pcap@sta/net_pcap_pcap_ethdev.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:43 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | FAIL           |
+--------------------------+----------------+
| Ubuntu 20.04 (ARM)       | FAIL           |
+--------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_unit_test): ====
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:9: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |   s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |          s01, 0);
|          ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:14: note: 's01' was declared here
27 |   uint64x2_t s01, s23;
|              ^~~
cc1: all warnings being treated as errors
[1948/3091] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dcbx.c.o'.
[1949/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_rx.c.o'.
[1950/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_tx_cn10k_tx_64_79_vec_mseg.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:40 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | FAIL           |
+--------------------------+----------------+

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_unit_test): ====
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized in this function [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
[1944/3086] Generating rte_net_ring.pmd.c with a custom command.
[1945/3086] Generating rte_net_qede.pmd.c with a custom command.
[1946/3086] Generating rte_net_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:37 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
In function 'cnxk_ep_process_pkts_vec_neon',
inlined from 'cn9k_ep_recv_pkts_neon' at ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:136:2:
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
[1968/3087] Generating rte_net_qede.pmd.c with a custom command.
[1969/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_filter.c.o'.
[1970/3087] Generating rte_net_ring.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:37 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
In function 'cnxk_ep_process_pkts_vec_neon',
inlined from 'cn9k_ep_recv_pkts_neon' at ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:136:2:
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
[1968/3087] Generating rte_net_qede.pmd.c with a custom command.
[1969/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_filter.c.o'.
[1970/3087] Generating rte_net_ring.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:36 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
In function 'cnxk_ep_process_pkts_vec_neon',
inlined from 'cn9k_ep_recv_pkts_neon' at ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:136:2:
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:36 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136015

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_unit_test): ====
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
In function 'cnxk_ep_process_pkts_vec_neon',
inlined from 'cn9k_ep_recv_pkts_neon' at ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:136:2:
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
[1968/3087] Generating rte_net_qede.pmd.c with a custom command.
[1969/3087] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_filter.c.o'.
[1970/3087] Generating rte_net_ring.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO
@ 2024-01-21 17:35 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2024-01-21 17:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Pavan Nikhilesh Bhagavatula

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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Sunday, January 21 2024 16:43:34 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:019c31d7089944f5d9715d6af263f73886359e06

136014-136015 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cnxk_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
In function 'cnxk_ep_process_pkts_vec_neon',
inlined from 'cn9k_ep_recv_pkts_neon' at ../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:136:2:
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:51:23: error: 's01' may be used uninitialized [-Werror=maybe-uninitialized]
51 |                 s01 = vsetq_lane_u32(cnxk_pktmbuf_mtod(m0, struct otx_ep_droq_info *)->length >> 48,
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52 |                                      s01, 0);
|                                      ~~~~~~~
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c: In function 'cn9k_ep_recv_pkts_neon':
../drivers/net/octeon_ep/cnxk_ep_rx_neon.c:27:28: note: 's01' was declared here
27 |                 uint64x2_t s01, s23;
|                            ^~~
cc1: all warnings being treated as errors
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 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2024-01-21 18:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 18:24 |FAILURE| pw136014-136015 [PATCH] [v3,2/2] net/octeon_ep: add Rx NEO dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2024-01-21 18:50 dpdklab
2024-01-21 18:34 dpdklab
2024-01-21 18:21 dpdklab
2024-01-21 18:11 dpdklab
2024-01-21 17:53 dpdklab
2024-01-21 17:48 dpdklab
2024-01-21 17:47 dpdklab
2024-01-21 17:45 dpdklab
2024-01-21 17:45 dpdklab
2024-01-21 17:43 dpdklab
2024-01-21 17:40 dpdklab
2024-01-21 17:37 dpdklab
2024-01-21 17:37 dpdklab
2024-01-21 17:36 dpdklab
2024-01-21 17:36 dpdklab
2024-01-21 17:35 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).