|FAILURE| pw147879 [PATCH] eal/unix: optimize thread creation with g

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Nov 2 13:06:53 CET 2024


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

_Testing issues_

Submitter: David Marchand <david.marchand at redhat.com>
Date: Saturday, November 02 2024 10:08:39 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c79900e31e3e5a16c7f5410d0800315a0491ccad

147879 --> testing issues

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

Test environment and result as below:

+-------------------+--------------------+------------------+-------------------+
|    Environment    | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+===================+====================+==================+===================+
| Debian 12         | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| CentOS Stream 9   | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| Fedora 39 (Clang) | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| Fedora 39         | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| Fedora 40 (Clang) | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| openSUSE Leap 15  | PASS               | PASS             | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+
| Fedora 40         | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| RHEL8             | PASS               | PASS             | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+
| Ubuntu 20.04      | PASS               | PASS             | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+
| RHEL9             | PASS               | PASS             | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+
| Ubuntu 22.04      | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| Ubuntu 24.04      | PASS               | PASS             | PASS              |
+-------------------+--------------------+------------------+-------------------+
| Alpine            | PASS               | PASS             | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+
| FreeBSD 13.4      | FAIL               | SKIPPED          | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+
| FreeBSD 14.1      | FAIL               | SKIPPED          | SKIPPED           |
+-------------------+--------------------+------------------+-------------------+

==== 20 line log output for FreeBSD 14.1 (dpdk_meson_compile): ====
[67/1857] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_thread.c.o
[68/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_cpuflags.c.o
[69/1857] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_timer.c.o
[70/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_dev.c.o
[71/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal.c.o
[72/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_alarm.c.o
[73/1857] Generating symbol file lib/librte_telemetry.so.25.0.p/librte_telemetry.so.25.0.symbols
[74/1857] Compiling C object lib/librte_eal.a.p/eal_unix_rte_thread.c.o
FAILED: lib/librte_eal.a.p/eal_unix_rte_thread.c.o
cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="25.0"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/libr
 te_eal.a.p/eal_unix_rte_thread.c.o -MF lib/librte_eal.a.p/eal_unix_rte_thread.c.o.d -o lib/librte_eal.a.p/eal_unix_rte_thread.c.o -c ../lib/eal/unix/rte_thread.c
../lib/eal/unix/rte_thread.c:7:10: fatal error: 'features.h' file not found
7 | #include <features.h>
|          ^~~~~~~~~~~~
1 error generated.
[75/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_interrupts.c.o
[76/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_hugepage_info.c.o
[77/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_memalloc.c.o
[78/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_lcore.c.o
[79/1857] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_memory.c.o
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 9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

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

openSUSE Leap 15
	Kernel: Depends on container host
	Compiler: gcc (SUSE Linux) 7.5.0

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

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.4.1 20231218 (Red Hat 11.4.1-3)

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.2.0-23ubuntu4) 13.2.0

Alpine
	Kernel: Depends on container host
	Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309

FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

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

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