|FAILURE| pw141594 [PATCH] [v2] app/graph: fix destination buffer to

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Jun 25 05:32:47 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               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
[2914/3226] Linking target app/dpdk-dumpcap.
[2915/3226] Generating commands_hdr with a meson_exe.py custom command.
[2916/3226] Compiling C object 'app/a172ced@@dpdk-graph at exe/graph_cli.c.o'.
[2917/3226] Compiling C object 'app/a172ced@@dpdk-graph at exe/graph_conn.c.o'.
[2918/3226] Compiling C object 'app/a172ced@@dpdk-graph at exe/graph_ethdev_rx.c.o'.
[2919/3226] 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 cc -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 -Wcast-qual -Wdeprecate
 d -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-zero-length-bounds -D_GNU_SOURCE -mcpu=thunderx2t99+crc+crypto -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:
In function 'rte_strlcpy',
inlined from 'cmd_ethdev_parsed' at ../app/graph/ethdev.c:675:2:
../lib/eal/include/rte_string_fns.h:63:24: 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);
|                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_string_fns.h:63:24: note: 'snprintf' output between 1 and 128 bytes into a destination of size 26
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

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 40 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

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