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
Subject: [dpdk-test-report] |FAILURE| pw89157-89158 [PATCH] [2/2] net/failsafe: fix primary/secondary mutex
Date: Mon, 15 Mar 2021 16:59:43 -0400 (EDT)	[thread overview]
Message-ID: <20210315205943.33B40A79A@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 4909 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/89158

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, March 15 2021 19:27:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c8238116ece889fe356c54930bca791091ab1938

89157-89158 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+----------------+-------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_unit_test | dpdk_compile_spdk |
+=====================+======================+====================+================+===================+
| Windows Server 2019 | FAIL                 | FAIL               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| FreeBSD 11.2        | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | PASS           | PASS              |
+---------------------+----------------------+--------------------+----------------+-------------------+
| CentOS 8            | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | PASS           | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 32           | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 31           | SKIPPED              | PASS               | SKIPPED        | PASS              |
+---------------------+----------------------+--------------------+----------------+-------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
^~~~~~~~~~~~~~~~~~~~~~
pthread_mutex_init
../lib/librte_ethdev/rte_ethdev.c:511:2: error: nested extern declaration of 'pthread_mutexattr_init' [-Werror=nested-externs]
../lib/librte_ethdev/rte_ethdev.c:512:2: error: implicit declaration of function 'pthread_mutexattr_setpshared'; did you mean 'pthread_mutex_destroy'? [-Werror=implicit-function-declaration]
pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pthread_mutex_destroy
../lib/librte_ethdev/rte_ethdev.c:512:2: error: nested extern declaration of 'pthread_mutexattr_setpshared' [-Werror=nested-externs]
../lib/librte_ethdev/rte_ethdev.c:512:38: error: 'PTHREAD_PROCESS_SHARED' undeclared (first use in this function); did you mean 'ERROR_PROCESS_ABORTED'?
pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
^~~~~~~~~~~~~~~~~~~~~~
ERROR_PROCESS_ABORTED
../lib/librte_ethdev/rte_ethdev.c:512:38: note: each undeclared identifier is reported only once for each function it appears in
cc1.exe: all warnings being treated as errors
[113/229] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_ethdev_trace_points.c.obj
[114/229] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_flow.c.obj
[115/229] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_mtr.c.obj
[116/229] Compiling C object lib/librte_ethdev.a.p/librte_ethdev_rte_tm.c.obj
[117/229] Compiling C object drivers/libtmp_rte_bus_pci.a.p/bus_pci_pci_params.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

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

UNH-IOL DPDK Community Lab

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

                 reply	other threads:[~2021-03-15 20:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210315205943.33B40A79A@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /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).