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,
	Bruce Richardson <bruce.richardson@intel.com>
Subject: |WARNING| pw156798-156801 [PATCH] [4/4] net/cpfl: add cpchnl get vpo
Date: Mon, 22 Sep 2025 01:20:00 -0700 (PDT)	[thread overview]
Message-ID: <68d106b0.050a0220.23852c.d6adSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250922094819.1350709-5-praveen.shetty@intel.com>

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

_Testing issues_

Submitter: Shetty, Praveen <praveen.shetty@intel.com>
Date: Monday, September 22 2025 09:48:19 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:4159ea62922ce41566c7bab44655ad78bee85458

156798-156801 --> testing issues

Upstream job id: ACVP-FIPS-testing#11175

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | compressdev_zlib_pmd | dpdk_fips_validation |
+==============+======================+======================+
| Ubuntu 22.04 | PASS                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 20.04 | SKIPPED              | WARN                 |
+--------------+----------------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
[1906/3565] Generating rte_net_idpf.sym_chk with a custom command (wrapped by meson to capture output)
[1907/3565] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_flow.c.o
[1908/3565] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_dev_vdev.c.o
[1909/3565] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_fxp_rule.c.o
[1910/3565] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_dev_pci.c.o
[1911/3565] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_dev.c.o
[1912/3565] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_memif_socket.c.o
[1913/3565] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_ethdev.c.o
[1914/3565] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_ethdev.c.o
[1915/3565] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_flow_parser.c.o
FAILED: drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_flow_parser.c.o
ccache cc -Idrivers/libtmp_rte_net_cpfl.a.p -Idrivers -I../drivers -Idrivers/net/intel/cpfl -I../drivers/net/intel/cpfl -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/net/intel/idpf -I../drivers/net/intel/idpf -Idrivers/net/intel/idpf/base -I../drivers/net/intel/idpf/base -I../drivers/net/intel/iavf/base -fdiagnostics-color=always -
 pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -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 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_flow_parser.c.o -MF drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_flow_parser.c.o.d -o drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_flow_parser.c.o -c ../drivers/net/intel/cpfl/cpfl_flow_parser.c
../drivers/net/intel/cpfl/cpfl_flow_parser.c: In function 'cpfl_metadata_write_targetvsi':
../drivers/net/intel/cpfl/cpfl_flow_parser.c:2052:66: error: 'vsi_id' may be used uninitialized in this function [-Werror=maybe-uninitialized]
2052 |  cpfl_metadata_write16(&itf->adapter->meta, type, offset, dev_id << 1);
|                                                           ~~~~~~~^~~~
cc1: all warnings being treated as errors
[1916/3565] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_rxtx.c.o
[1917/3565] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_lif.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

UNH-IOL DPDK Community Lab

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

      parent reply	other threads:[~2025-09-22  8:20 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250922094819.1350709-5-praveen.shetty@intel.com>
2025-09-22  5:53 ` |SUCCESS| pw156798-156801 [PATCH 4/4] net/cpfl: add cpchnl get vport info support qemudev
2025-09-22  6:01 ` |FAILURE| " qemudev
2025-09-22  6:18 ` |SUCCESS| pw156801 " checkpatch
2025-09-22  6:42 ` |FAILURE| pw156798-156801 [PATCH] [4/4] net/cpfl: add cpchnl get vpo dpdklab
2025-09-22  6:44 ` |SUCCESS| " dpdklab
2025-09-22  6:46 ` |FAILURE| " dpdklab
2025-09-22  6:47 ` dpdklab
2025-09-22  6:48 ` |SUCCESS| " dpdklab
2025-09-22  6:49 ` |FAILURE| " dpdklab
2025-09-22  6:53 ` |SUCCESS| " dpdklab
2025-09-22  6:54 ` |FAILURE| " dpdklab
2025-09-22  6:55 ` |FAILURE| pw156801 [PATCH 4/4] net/cpfl: add cpchnl get vport info support 0-day Robot
2025-09-22  6:56 ` |FAILURE| pw156798-156801 [PATCH] [4/4] net/cpfl: add cpchnl get vpo dpdklab
2025-09-22  6:59 ` dpdklab
2025-09-22  6:59 ` dpdklab
2025-09-22  7:02 ` |SUCCESS| " dpdklab
2025-09-22  7:03 ` |PENDING| " dpdklab
2025-09-22  7:04 ` |SUCCESS| " dpdklab
2025-09-22  7:05 ` |FAILURE| " dpdklab
2025-09-22  7:06 ` |SUCCESS| " dpdklab
2025-09-22  7:06 ` dpdklab
2025-09-22  7:07 ` |FAILURE| " dpdklab
2025-09-22  7:09 ` dpdklab
2025-09-22  7:10 ` |SUCCESS| " dpdklab
2025-09-22  7:23 ` |PENDING| " dpdklab
2025-09-22  7:24 ` |FAILURE| " dpdklab
2025-09-22  7:24 ` dpdklab
2025-09-22  7:24 ` |SUCCESS| " dpdklab
2025-09-22  7:26 ` |FAILURE| " dpdklab
2025-09-22  7:26 ` dpdklab
2025-09-22  7:27 ` dpdklab
2025-09-22  7:27 ` dpdklab
2025-09-22  7:27 ` dpdklab
2025-09-22  7:29 ` |SUCCESS| " dpdklab
2025-09-22  7:29 ` |FAILURE| " dpdklab
2025-09-22  7:29 ` dpdklab
2025-09-22  7:29 ` dpdklab
2025-09-22  7:30 ` dpdklab
2025-09-22  7:30 ` dpdklab
2025-09-22  7:30 ` dpdklab
2025-09-22  7:32 ` dpdklab
2025-09-22  7:32 ` dpdklab
2025-09-22  7:32 ` dpdklab
2025-09-22  7:33 ` dpdklab
2025-09-22  7:34 ` dpdklab
2025-09-22  7:35 ` dpdklab
2025-09-22  7:36 ` dpdklab
2025-09-22  7:36 ` dpdklab
2025-09-22  7:36 ` dpdklab
2025-09-22  7:36 ` dpdklab
2025-09-22  7:37 ` dpdklab
2025-09-22  7:37 ` dpdklab
2025-09-22  7:47 ` |WARNING| " dpdklab
2025-09-22  7:54 ` |FAILURE| " dpdklab
2025-09-22  8:20 ` dpdklab [this message]

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=68d106b0.050a0220.23852c.d6adSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=bruce.richardson@intel.com \
    --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).