|FAILURE| pw165232-165235 [PATCH] [RFC,4/4] usertools/dpdk-wireshark

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed Jun 10 18:24:40 CEST 2026


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/165235

_Testing issues_

Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Tuesday, June 09 2026 21:02:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4f9d9fa0fbfce5963478b402ce7fa0d5ab0bf617

165232-165235 --> testing issues

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

Test environment and result as below:

+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
|         Environment          | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs |
+==============================+=========================+===================+====================+======================+==================+
| Windows Server 2025          | FAIL                    | FAIL              | SKIPPED            | FAIL                 | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| FreeBSD 14.2                 | SKIPPED                 | SKIPPED           | FAIL               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Alpine Linux 3.23.4          | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| CentOS Stream 9              | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| CentOS Stream 10             | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Debian GNU/Linux 12          | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Fedora Linux 43              | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | PASS             |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| openSUSE Leap 15.6           | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Ubuntu 22.04                 | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | SKIPPED          |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Ubuntu 24.04                 | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | PASS             |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+
| Fedora Linux 44              | SKIPPED                 | SKIPPED           | PASS               | SKIPPED              | PASS             |
+------------------------------+-------------------------+-------------------+--------------------+----------------------+------------------+

==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
../lib/capture/capture.c:608:19: error: call to undeclared function 'strdupa'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
608 |         if (parse_params(strdupa(params), &cfg) < 0)
|                          ^
../lib/capture/capture.c:608:19: note: did you mean 'strdup'?
/usr/include/string.h:90:7: note: 'strdup' declared here
90 | char    *strdup(const char *) __malloc_like;
|          ^
../lib/capture/capture.c:608:19: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion]
608 |         if (parse_params(strdupa(params), &cfg) < 0)
|                          ^~~~~~~~~~~~~~~
../lib/capture/capture.c:270:20: note: passing argument to parameter 'str' here
270 | parse_params(char *str, struct capture_config *cfg)
|                    ^
2 errors generated.
[385/2162] Linking static target lib/librte_pcapng.a
[386/2162] Linking static target lib/librte_member.a
[387/2162] Generating rte_capture_map with a custom command
[388/2162] Generating symbol file lib/librte_lpm.so.26.2.p/librte_lpm.so.26.2.symbols
[389/2162] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2025
	Kernel: 10.0.26100
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Alpine Linux 3.23.4
	Kernel: 7.0
	Compiler: gcc gcc (Alpine 15.2.0) 15.2.0

CentOS Stream 9
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 7.0
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Red Hat Enterprise Linux 9.7
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 43
	Kernel: 7.0
	Compiler: clang gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)

openSUSE Leap 15.6
	Kernel: 7.0
	Compiler: gcc gcc (SUSE Linux) 7.5.0

Ubuntu 22.04
	Kernel: 7.0
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Ubuntu 24.04
	Kernel: 7.0
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Fedora Linux 44
	Kernel: 7.0
	Compiler: clang gcc (GCC) 16.1.1 20260501 (Red Hat 16.1.1-1)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36208/

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