automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, David Vodak <vodak@cesnet.cz>
Subject: |FAILURE| pw134618 [PATCH] eal: introduce missing rte_thread wrapper
Date: Mon, 27 Nov 2023 01:58:22 -0800 (PST)	[thread overview]
Message-ID: <6564683e.810a0220.50b48.1defSMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

_Testing issues_

Submitter: David Vodak <vodak@cesnet.cz>
Date: Monday, November 27 2023 09:25:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4358da71b382d1015be7323e1b48d15e34f2562b

134618 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL                 | FAIL               |
+---------------------+----------------------+--------------------+
| Windows Server 2022 | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[795/815] Compiling C object app/dpdk-test.exe.p/test_test_timer_racecond.c.obj
[796/815] Compiling C object app/dpdk-test.exe.p/test_test_ticketlock.c.obj
[797/815] Compiling C object app/dpdk-test.exe.p/test_test_telemetry_json.c.obj
[798/815] Compiling C object app/dpdk-test.exe.p/test_test_telemetry_data.c.obj
[799/815] Compiling C object app/dpdk-test.exe.p/test_test_thash.c.obj
[800/815] Compiling C object app/dpdk-test.exe.p/test_test_tailq.c.obj
[801/815] Compiling C object app/dpdk-test.exe.p/test_test_threads.c.obj
FAILED: app/dpdk-test.exe.p/test_test_threads.c.obj
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-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" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
 ib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-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-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIM
 ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_threads.c.obj -MF "app\dpdk-test.exe.p\test_test_threads.c.obj.d" -o app/dpdk-test.exe.p/test_test_threads.c.obj "-c" ../app/test/test_threads.c
In file included from ../app/test/test_threads.c:7:
..\lib\eal\include\rte_thread.h:483:81: error: declaration of 'struct timespec' will not be visible outside of this function [-Werror,-Wvisibility]
int rte_thread_timedjoin_np(rte_thread_t thread_id, void **retval, const struct timespec *abstime);
^
1 error generated.
[802/815] Compiling C object app/dpdk-test.exe.p/test_test_trace_register.c.obj
[803/815] Compiling C object app/dpdk-test.exe.p/test_test_trace.c.obj
[804/815] Compiling C object app/dpdk-test.exe.p/test_test_ring.c.obj
[805/815] Compiling C object app/dpdk-test.exe.p/test_test_timer_perf.c.obj
[806/815] Compiling C object app/dpdk-test.exe.p/test_virtual_pmd.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)

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-11-27  9:58 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-27  9:58 dpdklab [this message]
2023-11-27  9:58 dpdklab
2023-11-27 10:00 dpdklab
2023-11-27 10:02 dpdklab
2023-11-27 10:02 dpdklab
2023-11-27 10:08 dpdklab
2023-11-27 10:09 dpdklab
2023-11-27 10:10 dpdklab
2023-11-27 10:11 dpdklab
2023-11-27 10:11 dpdklab
2023-11-27 10:12 dpdklab
2023-11-27 10:13 dpdklab
2023-11-27 10:21 dpdklab
2023-11-27 10:24 dpdklab
2023-11-27 10:26 dpdklab
2023-11-27 10:28 dpdklab
2023-11-27 10:30 dpdklab
2023-11-27 10:33 dpdklab
2023-11-27 10:38 dpdklab
2023-11-27 10:39 dpdklab
2023-11-27 10:41 dpdklab
2023-11-27 10:43 dpdklab
2023-11-27 10:44 dpdklab
2023-11-27 10:46 dpdklab
2023-11-27 10:56 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6564683e.810a0220.50b48.1defSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    --cc=vodak@cesnet.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).