automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
	Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
	Ferruh Yigit <ferruh.yigit@amd.com>
Subject: |FAILURE| [GIT MASTER] a6c3ec342ee105e322ffdb21e810cdfd38455c62
Date: Wed, 10 Jul 2024 03:41:10 -0700 (PDT)	[thread overview]
Message-ID: <668e6546.050a0220.c31b9.ba63SMTPIN_ADDED_MISSING@mx.google.com> (raw)

_Testing issues_

Branch: dpdk-next-net

a6c3ec342ee105e322ffdb21e810cdfd38455c62 --> testing issues

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM)                            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PEND               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PEND               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PEND               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PEND               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PEND               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PEND               |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang)                  | PEND               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PEND               |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM)                     | PEND               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PEND               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PEND               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PEND               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for RHEL9 (ARM) (dpdk_meson_compile): ====
[1957/3227] Linking static target drivers/libtmp_rte_net_nfp.a.
[1958/3227] Generating rte_net_nfp.pmd.c with a custom command.
[1959/3227] Compiling C object 'drivers/a715181@@rte_net_nfp@sta/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1960/3227] Linking static target drivers/librte_net_nfp.a.
[1961/3227] Compiling C object 'drivers/a715181@@rte_net_nfp@sha/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1962/3227] Linking target drivers/librte_net_nfp.so.24.2.
[1963/3227] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_eeprom.c.o'.
[1964/3227] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_hw.c.o'.
[1965/3227] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mbx.c.o'.
[1966/3227] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o'.
FAILED: drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o
ccache cc -Idrivers/net/ngbe/base/668b126@@ngbe_base@sta -Idrivers/net/ngbe/base -I../drivers/net/ngbe/base -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/ethdev -I../lib/ethdev -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-sty
 le-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -MD -MQ 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o' -MF 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o.d' -o 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o' -c ../drivers/net/ngbe/base/ngbe_mng.c
../drivers/net/ngbe/base/ngbe_mng.c: In function 'ngbe_hic_get_lldp':
../drivers/net/ngbe/base/ngbe_mng.c:127:36: error: array subscript 2 is outside array bounds of 'struct ngbe_hic_write_lldp[1]' [-Werror=array-bounds]
127 |                         buffer[bi] = rd32a(hw, NGBE_MNGMBX, bi);
../drivers/net/ngbe/base/ngbe_mng.c:385:36: note: while referencing 'buffer'
385 |         struct ngbe_hic_write_lldp buffer;
|                                    ^~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

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

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

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

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 40 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6

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

Ubuntu 24.04 (ARM)
	Kernel: 5.4.0-167-generic
	Compiler: gcc 13.2.0

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/29799/

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2024-07-10 10:41 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10 10:41 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10 18:15 dpdklab
2024-07-10 17:08 dpdklab
2024-07-10 16:18 dpdklab
2024-07-10 12:08 dpdklab
2024-07-10 11:55 dpdklab
2024-07-10 11:20 dpdklab
2024-07-10 11:18 dpdklab
2024-07-10 11:16 dpdklab
2024-07-10 11:06 dpdklab
2024-07-10 10:58 dpdklab
2024-07-10 10:52 dpdklab
2024-07-10 10:49 dpdklab
2024-07-10 10:46 dpdklab
2024-07-10 10:44 dpdklab
2024-07-10 10:41 dpdklab
2024-07-10  9:33 dpdklab
2024-07-10  9:32 dpdklab
2024-07-10  9:31 dpdklab
2024-07-10  9:31 dpdklab
2024-07-10  9:24 dpdklab
2024-07-10  9:21 dpdklab
2024-07-10  9:09 dpdklab
2024-07-10  9:09 dpdklab
2024-07-10  9:06 dpdklab
2024-07-10  9:06 dpdklab
2024-07-10  9:05 dpdklab
2024-07-10  9:02 dpdklab
2024-07-10  9:01 dpdklab
2024-07-10  9:01 dpdklab
2024-07-10  8:59 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=668e6546.050a0220.c31b9.ba63SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=ferruh.yigit@amd.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).