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>,
	Xueming Li <xuemingl@nvidia.com>
Subject: |FAILURE| pw125228 [PATCH] bus/auxiliary: support cleanup callback
Date: Mon, 20 Mar 2023 14:22:07 +0000 (UTC)	[thread overview]
Message-ID: <20230320142207.C7AEB60214@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

_Testing issues_

Submitter: Xueming Li <xuemingl@nvidia.com>
Date: Friday, March 17 2023 14:55:21 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:bb1f2f5b181b9d8ea7fb28ca2024914fc57bd823

125228 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
[531/3193] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_base_idpf_common.c.o'.
[532/3193] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_base_idpf_controlq.c.o'.
[533/3193] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_virtchnl.c.o'.
[534/3193] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_base_idpf_controlq_setup.c.o'.
[535/3193] Linking static target drivers/libtmp_rte_common_idpf.a.
[536/3193] Compiling C object 'drivers/a715181@@tmp_rte_common_octeontx@sta/common_octeontx_octeontx_mbox.c.o'.
[537/3193] Linking static target drivers/libtmp_rte_common_octeontx.a.
[538/3193] Generating rte_common_idpf.pmd.c with a custom command.
[539/3193] Compiling C object 'drivers/a715181@@tmp_rte_bus_auxiliary@sta/bus_auxiliary_auxiliary_common.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_auxiliary@sta/bus_auxiliary_auxiliary_common.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_auxiliary@sta -Idrivers -I../drivers -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DE
 FAULT_LOGTYPE=bus.auxiliary -MD -MQ 'drivers/a715181@@tmp_rte_bus_auxiliary@sta/bus_auxiliary_auxiliary_common.c.o' -MF 'drivers/a715181@@tmp_rte_bus_auxiliary@sta/bus_auxiliary_auxiliary_common.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_auxiliary@sta/bus_auxiliary_auxiliary_common.c.o' -c ../drivers/bus/auxiliary/auxiliary_common.c
../drivers/bus/auxiliary/auxiliary_common.c: In function 'auxiliary_cleanup':
../drivers/bus/auxiliary/auxiliary_common.c:348:32: error: unused variable 'drv' [-Werror=unused-variable]
struct rte_auxiliary_driver *drv = dev->driver;
^~~
cc1: all warnings being treated as errors
[540/3193] Compiling C object 'drivers/a715181@@rte_common_idpf@sta/meson-generated_.._rte_common_idpf.pmd.c.o'.
[541/3193] Generating rte_common_octeontx.pmd.c with a custom command.
[542/3193] Generating pipeline.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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

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

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/25781/

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-03-20 14:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20 14:22 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-20 14:21 dpdklab
2023-03-20 14:20 dpdklab
2023-03-20 14:20 dpdklab
2023-03-20 14:20 dpdklab
2023-03-20 14:20 dpdklab
2023-03-20 14:19 dpdklab
2023-03-20 14:19 dpdklab
2023-03-20 14:18 dpdklab
2023-03-20 14:14 dpdklab
2023-03-20 14:14 dpdklab
2023-03-20 14:12 dpdklab
2023-03-19 11:16 dpdklab
     [not found] <20230317145521.3742-1-xuemingl@nvidia.com>
2023-03-17 16:19 ` 0-day Robot
2023-03-17 15:31 dpdklab
2023-03-17 15:31 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=20230320142207.C7AEB60214@dpdk-ubuntu.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=david.marchand@redhat.com \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    --cc=xuemingl@nvidia.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).