|FAILURE| pw153051-153055 [PATCH] [v8,5/5] test/graph_feature_arc: a

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Apr 19 14:14:46 CEST 2025


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153055

_Testing issues_

Submitter: Nitin Saxena <nsaxena at marvell.com>
Date: Saturday, April 19 2025 10:11:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e

153051-153055 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#381420

Test environment and result as below:

+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
|            Environment            | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_mingw64_compile |
+===================================+====================+===================+==================+=========================+===================+======================+
| Debian 12                         | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| CentOS Stream 10                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40 (Clang)                 | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41 (Clang)                 | PASS               | PASS              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40                         | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41                         | PASS               | PASS              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15                  | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL8                             | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04                      | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL9                             | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04                      | FAIL               | WARN              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04                      | PASS               | PASS              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Alpine                            | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 13.5                      | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04 32 Bit Cross Compile | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 14.2                      | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Windows Server 2022               | SKIPPED            | SKIPPED           | SKIPPED          | PASS                    | PASS              | PASS                 |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+

==== 20 line log output for Ubuntu 24.04 32 Bit Cross Compile (dpdk_meson_compile): ====
from ../lib/eal/include/generic/rte_cycles.h:16,
from ../lib/eal/x86/include/rte_cycles.h:15,
from ../lib/eal/x86/include/rte_spinlock.h:14,
from ../lib/graph/graph_private.h:13,
from ../lib/graph/graph_feature_arc.c:5:
../lib/graph/graph_feature_arc.c: In function 'rte_graph_feature_arc_create':
../lib/graph/graph_private.h:25:52: error: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
25 |                 "%s():%u ", __func__ RTE_LOG_COMMA __LINE__, __VA_ARGS__)
|                                                    ^~~~~~~~
../lib/log/rte_log.h:334:39: note: in definition of macro 'RTE_LOG'
334 |                  RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
|                                       ^
../lib/graph/graph_private.h:31:24: note: in expansion of macro 'GRAPH_LOG'
31 | #define graph_err(...) GRAPH_LOG(ERR, __VA_ARGS__)
|                        ^~~~~~~~~
../lib/graph/graph_feature_arc.c:1260:17: note: in expansion of macro 'graph_err'
1260 |                 graph_err("memzone reserve failed for arc: %s of size: %"PRIu64,
|                 ^~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 12
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 10
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)

Fedora 41 (Clang)
	Kernel: Depends on container host
	Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora 41
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

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)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine
	Kernel: Depends on container host
	Compiler: gcc (Alpine 14.2.0) 14.2.0

FreeBSD 13.5
	Kernel: 13.5-RELEASE
	Compiler: clang 19.1.7

Ubuntu 24.04 32 Bit Cross Compile
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	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/33039/

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