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, Zaiyu Wang <zaiyuwang@trustnetic.com>
Subject: |FAILURE| pw154701-154715 [PATCH] [v2,15/15] doc: update for txgbe
Date: Wed, 25 Jun 2025 12:44:53 -0700 (PDT)	[thread overview]
Message-ID: <685c51b5.050a0220.e7cf1.a395SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250625125047.18072-16-zaiyuwang@trustnetic.com>

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

_Testing issues_

Submitter: Zaiyu Wang <zaiyuwang@trustnetic.com>
Date: Wednesday, June 25 2025 12:50:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:62a35bbb247e608e235a04ff2941488bc1a78941

154701-154715 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#349542

Test environment and result as below:

+-----------------+---------------------------+--------------+------------------------------+----------------+
|   Environment   | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+=================+===========================+==============+==============================+================+
| Debian 12 (arm) | WARN                      | SKIPPED      | PEND                         | SKIPPED        |
+-----------------+---------------------------+--------------+------------------------------+----------------+
| Ubuntu 20.04    | SKIPPED                   | PASS         | SKIPPED                      | SKIPPED        |
+-----------------+---------------------------+--------------+------------------------------+----------------+
| Ubuntu 22.04    | SKIPPED                   | SKIPPED      | SKIPPED                      | PASS           |
+-----------------+---------------------------+--------------+------------------------------+----------------+

==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
[2496/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_eeprom.c.o
[2497/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_aml.c.o
[2498/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_aml40.c.o
[2499/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_mbx.c.o
[2500/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_rxtx_vec_neon.c.o
[2501/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_hw.c.o
FAILED: drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_hw.c.o
ccache cc -Idrivers/libtmp_rte_net_txgbe.a.p -Idrivers -I../drivers -Idrivers/net/txgbe -I../drivers/net/txgbe -Idrivers/net/txgbe/base -I../drivers/net/txgbe/base -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/arm/include -I../lib/eal/arm/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 -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Wi
 nvalid-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 -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-vla -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.txgbe -MD -MQ drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_hw.c.o -MF drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_hw.c.o.d -o drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_hw.c.o -c ../drivers/net/txgbe/base/txgbe_hw.c
../drivers/net/txgbe/base/txgbe_hw.c: In function 'txgbe_reset_hw':
../drivers/net/txgbe/base/txgbe_hw.c:3793:44: error: 'autoc' may be used uninitialized [-Werror=maybe-uninitialized]
3793 |                         hw->mac.orig_autoc = autoc;
|                         ~~~~~~~~~~~~~~~~~~~^~~~~~~
../drivers/net/txgbe/base/txgbe_hw.c:3712:13: note: 'autoc' was declared here
3712 |         u32 autoc;
|             ^~~~~
cc1: all warnings being treated as errors
[2502/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_mng.c.o
[2503/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_rxtx.c.o
[2504/3751] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_base_txgbe_phy.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

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

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

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2025-06-25 19:44 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250625125047.18072-16-zaiyuwang@trustnetic.com>
2025-06-25 12:28 ` |SUCCESS| pw154701-154715 [PATCH v2 15/15] " qemudev
2025-06-25 12:33 ` qemudev
2025-06-25 12:52 ` |SUCCESS| pw154715 " checkpatch
2025-06-25 14:03 ` |FAILURE| " 0-day Robot
2025-06-25 14:35 ` |SUCCESS| pw154701-154715 [PATCH] [v2,15/15] " dpdklab
2025-06-25 14:52 ` dpdklab
2025-06-25 14:53 ` dpdklab
2025-06-25 15:11 ` dpdklab
2025-06-25 15:15 ` dpdklab
2025-06-25 15:16 ` |FAILURE| " dpdklab
2025-06-25 15:24 ` dpdklab
2025-06-25 15:46 ` |SUCCESS| " dpdklab
2025-06-25 15:49 ` |PENDING| " dpdklab
2025-06-25 17:07 ` |FAILURE| " dpdklab
2025-06-25 17:10 ` dpdklab
2025-06-25 19:44 ` dpdklab [this message]
2025-06-25 19:46 ` |WARNING| " dpdklab
2025-06-25 21:13 ` |SUCCESS| " dpdklab
2025-06-25 21:13 ` dpdklab
2025-06-25 21:14 ` dpdklab
2025-06-25 22:04 ` |FAILURE| " dpdklab
2025-06-25 22:05 ` dpdklab
2025-06-25 22:06 ` dpdklab
2025-06-25 22:06 ` dpdklab
2025-06-25 22:07 ` dpdklab
2025-06-25 22:07 ` dpdklab
2025-06-25 22:08 ` dpdklab
2025-06-25 22:08 ` dpdklab
2025-06-25 22:09 ` dpdklab
2025-06-25 22:09 ` 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=685c51b5.050a0220.e7cf1.a395SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    --cc=zaiyuwang@trustnetic.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).