From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Andre Muezerie <andremue@linux.microsoft.com>
Subject: |FAILURE| pw150868-150889 [PATCH] [v20,27/27] config: add -Wvla proj
Date: Tue, 04 Feb 2025 10:44:50 -0800 (PST) [thread overview]
Message-ID: <67a26022.630a0220.3dba9f.b530SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1738686124-16173-28-git-send-email-andremue@linux.microsoft.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/150889
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Tuesday, February 04 2025 16:22:04
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:dc4ce7c2538b713e16887eb598da309bc7b4d528
150868-150889 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#357627
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM) | PEND |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | FAIL |
+----------------------------------------+--------------------+
| Fedora 41 (ARM Clang) | PEND |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| Fedora 41 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PEND |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PEND |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PEND |
+----------------------------------------+--------------------+
==== 20 line log output for Debian 12 with MUSDK (dpdk_meson_compile): ====
[788/1173] Compiling C object drivers/libtmp_rte_net_mvneta.a.p/net_mvneta_mvneta_rxtx.c.o
FAILED: drivers/libtmp_rte_net_mvneta.a.p/net_mvneta_mvneta_rxtx.c.o
ccache aarch64-linux-gnu-gcc -Idrivers/libtmp_rte_net_mvneta.a.p -Idrivers -I../drivers -Idrivers/net/mvneta -I../drivers/net/mvneta -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 -I../kernel/linux -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/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 -Ilib/cfgfile -I../lib/cfgfile -Idrivers/common/mvep -I../drivers/common/mvep -I/mvneta/musdk_bin/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -
include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -DMVCONF_TYPES_PUBLIC -DMVCONF_DMA_PHYS_ADDR_T_PUBLIC -DMVCONF_DMA_PHYS_ADDR_T_SIZE=64 -mcpu=cortex-a72 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mvneta -MD -MQ drivers/libtmp_rte_net_mvneta.a.p/net_mvneta_mvneta_rxtx.c.o -MF drivers/libtmp_rte_net_mvneta.a.p/net_mvneta_mvneta_rxtx.c.o.d -o drivers/libtmp_rte_net_mvneta.a.p/net_mvneta_mvneta_rxtx.c.o -c ../drivers/net/mvneta/mvneta_rxtx.c
../drivers/net/mvneta/mvneta_rxtx.c: In function 'mvneta_tx_pkt_burst':
../drivers/net/mvneta/mvneta_rxtx.c:380:16: error: ISO C90 forbids variable length array 'descs' [-Werror=vla]
380 | struct neta_ppio_desc descs[nb_pkts];
| ^~~~~~~~~~~~~~
../drivers/net/mvneta/mvneta_rxtx.c: In function 'mvneta_tx_sg_pkt_burst':
../drivers/net/mvneta/mvneta_rxtx.c:462:16: error: ISO C90 forbids variable length array 'descs' [-Werror=vla]
462 | struct neta_ppio_desc descs[nb_pkts * NETA_PPIO_DESC_NUM_FRAGS];
| ^~~~~~~~~~~~~~
../drivers/net/mvneta/mvneta_rxtx.c:464:9: error: ISO C90 forbids variable length array 'frags' [-Werror=vla]
464 | uint8_t frags[nb_pkts];
| ^~~~~~~
../drivers/net/mvneta/mvneta_rxtx.c: In function 'mvneta_rx_pkt_burst':
../drivers/net/mvneta/mvneta_rxtx.c:618:16: error: ISO C90 forbids variable length array 'descs' [-Werror=vla]
618 | struct neta_ppio_desc descs[nb_pkts];
| ^~~~~~~~~~~~~~
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.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32489/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2025-02-04 18:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1738686124-16173-28-git-send-email-andremue@linux.microsoft.com>
2025-02-04 16:21 ` |SUCCESS| pw150868-150889 [PATCH v20 27/27] config: add -Wvla project-wide qemudev
2025-02-04 16:25 ` qemudev
2025-02-04 16:26 ` |SUCCESS| pw150889 " checkpatch
2025-02-04 18:17 ` |SUCCESS| pw150868-150889 [PATCH] [v20,27/27] config: add -Wvla proj dpdklab
2025-02-04 18:22 ` dpdklab
2025-02-04 18:26 ` |FAILURE| " dpdklab
2025-02-04 18:29 ` |PENDING| " dpdklab
2025-02-04 18:29 ` |SUCCESS| " dpdklab
2025-02-04 18:44 ` dpdklab [this message]
2025-02-04 18:47 ` |PENDING| " dpdklab
2025-02-04 18:50 ` dpdklab
2025-02-04 19:03 ` dpdklab
2025-02-04 19:18 ` |SUCCESS| " dpdklab
2025-02-04 19:57 ` |PENDING| " dpdklab
2025-02-04 20:25 ` |SUCCESS| " dpdklab
2025-02-04 20:26 ` dpdklab
2025-02-04 22:03 ` dpdklab
2025-02-04 22:22 ` 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=67a26022.630a0220.3dba9f.b530SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=andremue@linux.microsoft.com \
--cc=dpdk-test-reports@iol.unh.edu \
--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).