From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: howard_wang@realsil.com.cn, robot@bytheb.org
Subject: |FAILURE| pw154249 [PATCH v1 8/8] net/r8169: update HW configuration for 8127
Date: Tue, 10 Jun 2025 03:44:36 -0400 [thread overview]
Message-ID: <20250610074436.2770725-1-robot@bytheb.org> (raw)
In-Reply-To: <20250610062241.4517-9-howard_wang@realsil.com.cn>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/154249/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/15552526693
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
../drivers/net/r8169/r8169_dash.c:140:10: note: initialize the variable 'mask' to silence this warning
u32 mask, value1 = 0;
^
= 0
../drivers/net/r8169/r8169_dash.c:175:11: error: variable 'mask' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
else if (val_shift == 3)
^~~~~~~~~~~~~~
../drivers/net/r8169/r8169_dash.c:178:43: note: uninitialized use occurs here
value32 = rtl8168_csi_to_cmac_r32(hw) & ~mask;
^~~~
../drivers/net/r8169/r8169_dash.c:175:7: note: remove the 'if' if its condition is always true
else if (val_shift == 3)
^~~~~~~~~~~~~~~~~~~
../drivers/net/r8169/r8169_dash.c:165:24: note: initialize the variable 'mask' to silence this warning
u32 value32, cmd, mask;
^
= 0
2 errors generated.
[1388/3599] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_hw.c.o
[1389/3599] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_rxtx.c.o
[1390/3599] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_fiber.c.o
[1391/3599] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_phy.c.o
[1392/3599] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_base_rtl8125a.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
../drivers/net/r8169/r8169_dash.c:140:10: note: initialize the variable 'mask' to silence this warning
u32 mask, value1 = 0;
^
= 0
../drivers/net/r8169/r8169_dash.c:175:11: error: variable 'mask' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
else if (val_shift == 3)
^~~~~~~~~~~~~~
../drivers/net/r8169/r8169_dash.c:178:43: note: uninitialized use occurs here
value32 = rtl8168_csi_to_cmac_r32(hw) & ~mask;
^~~~
../drivers/net/r8169/r8169_dash.c:175:7: note: remove the 'if' if its condition is always true
else if (val_shift == 3)
^~~~~~~~~~~~~~~~~~~
../drivers/net/r8169/r8169_dash.c:165:24: note: initialize the variable 'mask' to silence this warning
u32 value32, cmd, mask;
^
= 0
2 errors generated.
[1423/7096] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_phy.c.o
[1424/7096] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_r8169_fiber.c.o
[1425/7096] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1426/7096] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
[1427/7096] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
prev parent reply other threads:[~2025-06-10 7:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250610062241.4517-9-howard_wang@realsil.com.cn>
2025-06-10 5:49 ` |SUCCESS| pw154242-154249 " qemudev
2025-06-10 5:54 ` qemudev
2025-06-10 6:23 ` |WARNING| pw154249 " checkpatch
2025-06-10 7:44 ` 0-day Robot [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=20250610074436.2770725-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=howard_wang@realsil.com.cn \
--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).