From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw149788-149857 [PATCH] [v14,81/81] drivers/vdpa: add comp
Date: Fri, 10 Jan 2025 14:05:16 -0800 (PST) [thread overview]
Message-ID: <6781999c.050a0220.35cc02.fabbSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1736540620-21764-82-git-send-email-andremue@linux.microsoft.com>
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/149857
_Testing issues_
Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Friday, January 10 2025 20:23:40
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fd51012de5369679e807be1d6a81d63ef15015ce
149788-149857 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#304932
Test environment and result as below:
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Environment | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+==========================+==============================+==============+===========================+================+
| Debian 12 (arm) | WARN | SKIPPED | WARN | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora 41 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora 41 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN |
+--------------------------+------------------------------+--------------+---------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (ARM) (dpdk_unit_test): ====
[171/3366] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_unix.c.o
[172/3366] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[173/3366] Linking static target lib/librte_cmdline.a
[174/3366] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[175/3366] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
FAILED: lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
ccache cc -Ilib/librte_metrics.a.p -Ilib -I../lib -Ilib/metrics -I../lib/metrics -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/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOUR
CE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wvla -DRTE_LOG_DEFAULT_LOGTYPE=lib.metrics -MD -MQ lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o -MF lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o.d -o lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o -c ../lib/metrics/rte_metrics_telemetry.c
../lib/metrics/rte_metrics_telemetry.c: In function 'rte_metrics_tel_update_metrics_ethdev':
../lib/metrics/rte_metrics_telemetry.c:140:9: error: ISO C90 forbids variable length array 'xstats_values' [-Werror=vla]
140 | uint64_t xstats_values[num_xstats];
| ^~~~~~~~
../lib/metrics/rte_metrics_telemetry.c: In function 'rte_metrics_tel_extract_data':
../lib/metrics/rte_metrics_telemetry.c:384:9: error: ISO C90 forbids variable length array 'stat_names' [-Werror=vla]
384 | const char *stat_names[num_stat_names];
| ^~~~~
cc1: all warnings being treated as errors
[176/3366] Generating cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[177/3366] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[178/3366] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32295/
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-01-10 22:05 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1736540620-21764-82-git-send-email-andremue@linux.microsoft.com>
2025-01-10 20:02 ` |SUCCESS| pw149788-149857 [PATCH v14 81/81] drivers/vdpa: add compile warning about use of VLAs qemudev
2025-01-10 20:06 ` qemudev
2025-01-10 20:30 ` |SUCCESS| pw149857 " checkpatch
2025-01-10 21:25 ` |FAILURE| " 0-day Robot
2025-01-10 21:50 ` |SUCCESS| pw149788-149857 [PATCH] [v14,81/81] drivers/vdpa: add comp dpdklab
2025-01-10 21:52 ` dpdklab
2025-01-10 21:55 ` dpdklab
2025-01-10 22:01 ` dpdklab
2025-01-10 22:02 ` dpdklab
2025-01-10 22:03 ` dpdklab
2025-01-10 22:04 ` |FAILURE| " dpdklab
2025-01-10 22:05 ` dpdklab [this message]
2025-01-10 22:06 ` dpdklab
2025-01-10 22:07 ` dpdklab
2025-01-10 22:08 ` |PENDING| " dpdklab
2025-01-10 22:11 ` |WARNING| " dpdklab
2025-01-10 22:11 ` dpdklab
2025-01-10 22:12 ` |SUCCESS| " dpdklab
2025-01-10 22:12 ` |FAILURE| " dpdklab
2025-01-10 22:13 ` dpdklab
2025-01-10 22:14 ` dpdklab
2025-01-10 22:15 ` dpdklab
2025-01-10 22:15 ` dpdklab
2025-01-10 22:16 ` dpdklab
2025-01-10 22:16 ` dpdklab
2025-01-10 22:17 ` dpdklab
2025-01-10 22:17 ` dpdklab
2025-01-10 22:18 ` dpdklab
2025-01-10 22:21 ` dpdklab
2025-01-10 22:22 ` |WARNING| " dpdklab
2025-01-10 22:24 ` dpdklab
2025-01-10 22:27 ` |FAILURE| " dpdklab
2025-01-10 22:35 ` |SUCCESS| " dpdklab
2025-01-10 22:36 ` |WARNING| " dpdklab
2025-01-10 22:37 ` |FAILURE| " dpdklab
2025-01-10 22:43 ` dpdklab
2025-01-10 23:00 ` dpdklab
2025-01-10 23:01 ` |WARNING| " dpdklab
2025-01-10 23:17 ` |SUCCESS| " dpdklab
2025-01-10 23:29 ` |FAILURE| " 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=6781999c.050a0220.35cc02.fabbSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--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).