From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Chengwen Feng <fengchengwen@huawei.com>
Subject: |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
Date: Fri, 10 Nov 2023 03:16:35 -0800 (PST) [thread overview]
Message-ID: <654e1113.920a0220.34711.8f69SMTPIN_ADDED_MISSING@mx.google.com> (raw)
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075
_Testing issues_
Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3
134063-134075 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
[2795/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2796/3111] Linking static target drivers/librte_baseband_null.a.
[2797/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2798/3111] Linking target drivers/librte_baseband_null.so.24.0.
[2799/3111] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2800/3111] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2801/3111] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2802/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2803/3111] Linking static target drivers/librte_baseband_turbo_sw.a.
[2804/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2805/3111] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2806/3111] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -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 -Ilib/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 | for (i = 0; i < eal_argc; i++) {
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
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 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.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/28319/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next reply other threads:[~2023-11-10 11:16 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-10 11:16 dpdklab [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-10 12:39 dpdklab
2023-11-10 11:57 dpdklab
2023-11-10 11:51 dpdklab
2023-11-10 11:50 dpdklab
2023-11-10 11:50 dpdklab
2023-11-10 11:49 dpdklab
2023-11-10 11:42 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:20 dpdklab
2023-11-10 11:18 dpdklab
2023-11-10 11:18 dpdklab
2023-11-10 11:17 dpdklab
2023-11-10 11:17 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:14 dpdklab
2023-11-10 11:13 dpdklab
2023-11-10 11:13 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:10 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=654e1113.920a0220.34711.8f69SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=fengchengwen@huawei.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).