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| pw149788-149857 [PATCH] [v14,81/81] drivers/vdpa: add comp
Date: Fri, 10 Jan 2025 14:04:09 -0800 (PST) [thread overview]
Message-ID: <67819959.050a0220.22f7fd.7f29SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1736540620-21764-82-git-send-email-andremue@linux.microsoft.com>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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: Windows-Compile-DPDK-VS#4574
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+==================+===================+===================+
| CentOS Stream 9 | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Debian Bullseye | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Debian 12 | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15 | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| RHEL8 | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Fedora 41 (Clang) | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Fedora 41 | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| RHEL9 | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Alpine | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| FreeBSD 13.4 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS |
+---------------------+--------------------+------------------+-------------------+-------------------+
==== 20 line log output for FreeBSD 13.4 (dpdk_meson_compile): ====
[152/1934] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[153/1934] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_unix.c.o
[154/1934] Linking static target lib/librte_cmdline.a
[155/1934] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[156/1934] 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/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/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 -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 -I/usr/local/include -fdiagnostics-color=always -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-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPI
C -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wvla -DRTE_LOG_DEFAULT_LOGTYPE=lib.metrics -DRTE_ANNOTATE_LOCKS -Wthread-safety -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:140:25: error: variable length array used [-Werror,-Wvla]
140 | uint64_t xstats_values[num_xstats];
| ^~~~~~~~~~
../lib/metrics/rte_metrics_telemetry.c:384:25: error: variable length array used [-Werror,-Wvla]
384 | const char *stat_names[num_stat_names];
| ^~~~~~~~~~~~~~
2 errors generated.
[157/1934] Compiling C object lib/librte_hash.a.p/hash_rte_hash_crc.c.o
[158/1934] Generating lib/cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[159/1934] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[160/1934] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[161/1934] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
FreeBSD 13.4
Kernel: 13.4-RELEASE-p1
Compiler: clang 18.1.6
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
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:04 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 ` dpdklab [this message]
2025-01-10 22:05 ` |WARNING| " dpdklab
2025-01-10 22:06 ` |FAILURE| " 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=67819959.050a0220.22f7fd.7f29SMTPIN_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).