automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdklab@iol.unh.edu, David Marchand <david.marchand@redhat.com>,
	Thomas Monjalon <thomas@monjalon.net>,
	Vamsi Attunuru <vattunuru@marvell.com>
Subject: |FAILURE| pw126339-126342 [PATCH] [4/4] app: add testgraph application
Date: Fri, 21 Apr 2023 03:02:09 -0700 (PDT)	[thread overview]
Message-ID: <64425f21.020a0220.ff932.a79bSMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

_Testing issues_

Submitter: Vamsi Attunuru <vattunuru@marvell.com>
Date: Friday, April 21 2023 06:02:45 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87

126339-126342 --> testing fail

Test environment and result as below:

+--------------------+----------------+
|    Environment     | dpdk_unit_test |
+====================+================+
| Fedora 36          | FAIL           |
+--------------------+----------------+
| Ubuntu 20.04 (ARM) | PASS           |
+--------------------+----------------+
| Debian 11 (Buster) | PASS           |
+--------------------+----------------+
| CentOS Stream 9    | PASS           |
+--------------------+----------------+
| CentOS Stream 8    | PASS           |
+--------------------+----------------+
| Ubuntu 20.04       | PASS           |
+--------------------+----------------+
| RHEL 7             | FAIL           |
+--------------------+----------------+
| Ubuntu 22.04       | FAIL           |
+--------------------+----------------+
| RHEL8              | PASS           |
+--------------------+----------------+
| openSUSE Leap 15   | PASS           |
+--------------------+----------------+
| Debian Bullseye    | PASS           |
+--------------------+----------------+
| Debian Buster      | PASS           |
+--------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2978/3213] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_cmdline.c.o'.
[2979/3213] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.c.o'.
[2980/3213] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_cmdline_graph.c.o'.
[2981/3213] Linking target app/dpdk-test-fib.
[2982/3213] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o'.
FAILED: app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o
clang -Iapp/a172ced@@dpdk-test-graph@exe -Iapp -I../app -Iapp/test-graph -I../app/test-graph -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/node -I../lib/node -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wfor
 mat-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 -march=native -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o' -MF 'app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o.d' -o 'app/a172ced@@dpdk-test-graph@exe/test-graph_testgraph.c.o' -c ../app/test-graph/testgraph.c
../app/test-graph/testgraph.c:411:16: error: use of bitwise '&' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
while (likely(!force_quit & !graph_walk_quit)) {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&&
../lib/eal/include/rte_branch_prediction.h:28:39: note: expanded from macro 'likely'
#define likely(x)       __builtin_expect(!!(x), 1)
~^~
../app/test-graph/testgraph.c:411:16: note: cast one or both operands to int to silence this warning
1 error generated.
[2983/3213] Compiling C object 'app/a172ced@@dpdk-test-graph@exe/test-graph_parameters.c.o'.
[2984/3213] Linking target app/dpdk-test-eventdev.
[2985/3213] Linking target app/dpdk-test-flow-perf.
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 36
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 11 (Buster)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-04-21 10:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21 10:02 dpdklab [this message]
2023-04-21 13:18 dpdklab
2023-04-21 14:15 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=64425f21.020a0220.ff932.a79bSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=david.marchand@redhat.com \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    --cc=vattunuru@marvell.com \
    /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).