automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:21 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 17:10 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 17:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-sample-apps-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN                 |
+--------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
[2717/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation.c.o'.
[2718/2730] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdcp.c.o'.
[2719/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_hmac.c.o'.
[2720/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_cmac.c.o'.
[2721/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_rsa.c.o'.
[2722/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_gcm.c.o'.
[2723/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_dev_self_test.c.o'.
[2724/2730] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
[2725/2730] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_main.c.o'.
[2726/2730] Linking target examples/dpdk-fips_validation.
[2727/2730] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.o'.
[2728/2730] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[2729/2730] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'.
[2730/2730] Linking target app/test/dpdk-test.
Processing file ../out/acvp-aes-cbc-vectors.json... Done
Processing file ../out/cmac-aes-vectors.json... Done
Processing file ../out/acvp-aes-gmac-vectors.json... Done
Processing file ../out/hmac-sha-1-vectors.json... Done
Processing file ../out/acvp-tdes-cbc-vectors.json... Done
Processing file ../out/acvp-aes-ctr-vectors.json... Done
==== End log output ====

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:22 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:22 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:21 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:21 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:20 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
@ 2023-08-15 16:20 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2023-08-15 16:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sinan Kaya

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/130360

_Testing issues_

Submitter: Sinan Kaya <okaya@kernel.org>
Date: Tuesday, August 15 2023 14:50:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81

130353-130360 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | SKIPPED            |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[127/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[128/739] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.obj
[129/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[130/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[131/739] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-fdiagnostics-color=always" "-pipe" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-tr
 uncation" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c: In function 'eal_plugins_cleanup':
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose'; did you mean '_lclose'? [-Werror=implicit-function-declaration]
dlclose(solib->lib_handle);
^~~~~~~
_lclose
../lib/eal/common/eal_common_options.c:255:4: error: nested extern declaration of 'dlclose' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[132/739] Generating symbol file lib/librte_telemetry-24.dll.p/librte_telemetry-24.dll.symbols
[133/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[134/739] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[135/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_lcore.c.obj
[136/739] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-15 17:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15 16:21 |WARNING| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-08-15 17:10 dpdklab
2023-08-15 16:22 dpdklab
2023-08-15 16:22 dpdklab
2023-08-15 16:21 dpdklab
2023-08-15 16:21 dpdklab
2023-08-15 16:20 dpdklab
2023-08-15 16:20 dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).