|FAILURE| pw141594 [PATCH] [v2] app/graph: fix destination buffer to
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jun 25 02:33:25 CEST 2024
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141594
_Testing issues_
Submitter: Mahmoud Maatuq <mahmoudmatook.mm at gmail.com>
Date: Monday, June 24 2024 20:01:14
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4a44d97f0a52a76258c6a6cb6a713f4380a8ab1f
141594 --> testing issues
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | FAIL |
+----------------------------------------+--------------------+
| RHEL9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 39 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 12 (arm) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[1817/2287] Compiling C object 'app/a172ced@@dpdk-graph at exe/graph_ethdev.c.o'.
FAILED: app/a172ced@@dpdk-graph at exe/graph_ethdev.c.o
ccache arm-linux-gnueabihf-gcc -Iapp/a172ced@@dpdk-graph at exe -Iapp -I../app -Ilib/graph -I../lib/graph -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/pcapng -I../lib/pcapng -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 -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/ip_frag -I../lib/ip_frag -Ilib/cmdline -I../lib/cmdline -Iapp/graph -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -W
cast-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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a+simd -mfpu=auto -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph at exe/graph_ethdev.c.o' -MF 'app/a172ced@@dpdk-graph at exe/graph_ethdev.c.o.d' -o 'app/a172ced@@dpdk-graph at exe/graph_ethdev.c.o' -c ../app/graph/ethdev.c
In file included from ../lib/eal/include/rte_trace_point.h:32,
from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../app/graph/ethdev.c:14:
../app/graph/ethdev.c: In function 'cmd_ethdev_parsed':
../lib/eal/include/rte_string_fns.h:63:17: error: '%s' directive output may be truncated writing up to 127 bytes into a region of size 26 [-Werror=format-truncation=]
63 | return (size_t)snprintf(dst, size, "%s", src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/arm-linux-gnueabihf/include/stdio.h:867,
from ../app/graph/ethdev.c:5:
/usr/arm-linux-gnueabihf/include/bits/stdio2.h:67:10: note: '__builtin_snprintf' output between 1 and 128 bytes into a destination of size 26
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
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
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
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 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/patchsets/30302/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list