From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: liujie5@linkdatatechnology.com, robot@bytheb.org
Subject: |FAILURE| pw155180 [PATCH v6 14/14] net/sxe: add Solve compilation problems.
Date: Sat, 12 Jul 2025 03:43:33 -0400 [thread overview]
Message-ID: <20250712074333.3889443-1-robot@bytheb.org> (raw)
In-Reply-To: <20250712061846.305072-14-liujie5@linkdatatechnology.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/155180/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/16235400921
Build Logs:
-----------------------Summary of failed steps-----------------------
"Check patches" failed at step Check patches
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "Check patches" at step Check patches
####################################################################################
Error: Incorrect indent at drivers/net/sxe/meson.build:27
Error: Incorrect indent at drivers/net/sxe/meson.build:28
Error: Incorrect indent at drivers/net/sxe/meson.build:29
Error: Incorrect indent at drivers/net/sxe/meson.build:30
Error: Incorrect indent at drivers/net/sxe/meson.build:31
Error: Incorrect indent at drivers/net/sxe/meson.build:32
Error: Incorrect indent at drivers/net/sxe/meson.build:33
Error: Incorrect indent at drivers/net/sxe/meson.build:34
Error: Incorrect indent at drivers/net/sxe/meson.build:35
Error: Incorrect indent at drivers/net/sxe/meson.build:36
Error: Incorrect indent at drivers/net/sxe/meson.build:37
Error: Incorrect indent at drivers/net/sxe/meson.build:38
Error: Incorrect indent at drivers/net/sxe/meson.build:39
Error: Incorrect indent at drivers/net/sxe/meson.build:40
Error: Incorrect indent at drivers/net/sxe/meson.build:41
Error: Incorrect indent at drivers/net/sxe/meson.build:42
Error: Incorrect indent at drivers/net/sxe/meson.build:43
Error: Incorrect indent at drivers/net/sxe/meson.build:44
Error: Incorrect indent at drivers/net/sxe/meson.build:45
+ devtools/check-spdx-tag.sh
drivers/net/sxe/rte_pmd_sxe_version.map
total: 1 missing SPDX, 0 license errors, 0 warnings
+ failed=true
+ '[' -z true ']'
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "Check patches" at step Check patches
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
from ../lib/eal/include/rte_bitops.h:23,
from ../lib/ethdev/rte_cman.h:8,
from ../lib/ethdev/rte_ethdev.h:159,
from ../drivers/net/sxe/vf/sxevf_stats.c:7:
../drivers/net/sxe/vf/sxevf_stats.c: In function ‘sxevf_xstats_get’:
../drivers/net/sxe/vf/sxevf_stats.c:100:42: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘unsigned int’ [-Werror=format=]
100 | SXE_HW_XSTATS_CNT);
| ^
../lib/log/rte_log.h:334:39: note: in definition of macro ‘RTE_LOG’
334 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
| ^
../drivers/net/sxe/base/sxe_logs.h:144:17: note: in expansion of macro ‘RTE_LOG_LINE_PREFIX’
144 | RTE_LOG_LINE_PREFIX(INFO, logtype, "%s(): ",\
| ^~~~~~~~~~~~~~~~~~~
../drivers/net/sxe/vf/sxevf_stats.c:98:9: note: in expansion of macro ‘PMD_LOG_INFO’
98 | PMD_LOG_INFO(DRV, "xstat size:%u. hw xstat field cnt:%" SXE_PRIU64,
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1028/6023] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_vf_sxevf_ethdev.c.o
[1029/6023] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_vf_sxevf_msg.c.o
[1030/6023] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_vf_sxevf_rx.c.o
[1031/6023] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_vf_sxevf_tx.c.o
[1032/6023] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_vf_sxevf_queue.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
from ../drivers/net/sxe/pf/sxe_irq.c:4:
/usr/share/mingw-w64/include/minwindef.h:177: note: this is the location of the previous definition
177 | #define min(a, b) (((a) < (b)) ? (a) : (b))
|
In file included from ../drivers/net/sxe/base/sxe_hw.h:16,
from ../drivers/net/sxe/pf/sxe_irq.c:16:
../drivers/net/sxe/sxe_drv_type.h:17:14: error: conflicting types for ‘BOOL’
17 | typedef bool BOOL;
| ^~~~
In file included from /usr/share/mingw-w64/include/windef.h:9,
from /usr/share/mingw-w64/include/windows.h:69,
from /usr/share/mingw-w64/include/winsock2.h:23,
from /usr/share/mingw-w64/include/ws2tcpip.h:17,
from ../lib/net/rte_ip4.h:21,
from ../lib/net/rte_ip.h:9,
from ../lib/ethdev/rte_flow.h:25,
from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1475,
from ../drivers/net/sxe/pf/sxe_irq.c:4:
/usr/share/mingw-w64/include/minwindef.h:131:15: note: previous declaration of ‘BOOL’ was here
131 | typedef int BOOL;
| ^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
../drivers/net/sxe/pf/sxe_vec_common.h:163:12: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
163 | rxq->realloc_num = rxq->ring_depth;
| ^~
[1244/6316] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_offload.c.o
[1245/6316] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_ethdev.c.o
[1246/6316] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o
FAILED: [code=1] drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o
ccache riscv64-linux-gnu-gcc -Idrivers/libtmp_rte_net_sxe.a.p -Idrivers -I../drivers -Idrivers/net/sxe -I../drivers/net/sxe -I../drivers/net/sxe/base -I../drivers/net/sxe/pf -I../drivers/net/sxe/vf -I../drivers/net/sxe/include/sxe -I../drivers/net/sxe/include -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/riscv/include -I../lib/eal/riscv/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DSXE_DPDK -DSXE_HOST_DRIVER -DSXE_DPDK_L4_FEATURES -DSXE_DPDK_SRIOV -DSXE_DPDK_SIMD -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe -MD -MQ drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o -MF drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o.d -o drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o -c ../drivers/net/sxe/pf/sxe_tx.c
In file included from ../drivers/net/sxe/pf/sxe_tx.c:15:
../drivers/net/sxe/pf/sxe_vec_common.h: In function ‘sxe_rx_vec_mbufs_release’:
../drivers/net/sxe/pf/sxe_vec_common.h:146:44: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
146 | if (rxq->buffer_ring == NULL || rxq->realloc_num >= rxq->ring_depth)
| ^~
../drivers/net/sxe/pf/sxe_vec_common.h:149:16: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
149 | if (rxq->realloc_num == 0) {
| ^~
../drivers/net/sxe/pf/sxe_vec_common.h:156:34: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_start’
156 | i != rxq->realloc_start;
| ^~
../drivers/net/sxe/pf/sxe_vec_common.h:163:12: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
163 | rxq->realloc_num = rxq->ring_depth;
| ^~
[1247/6316] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_stats.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
../drivers/net/sxe/pf/sxe_vec_common.h:163:12: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
163 | rxq->realloc_num = rxq->ring_depth;
| ^~
[1270/6365] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o
FAILED: [code=1] drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o
ccache powerpc64le-linux-gnu-gcc -Idrivers/libtmp_rte_net_sxe.a.p -Idrivers -I../drivers -Idrivers/net/sxe -I../drivers/net/sxe -I../drivers/net/sxe/base -I../drivers/net/sxe/pf -I../drivers/net/sxe/vf -I../drivers/net/sxe/include/sxe -I../drivers/net/sxe/include -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/ppc/include -I../lib/eal/ppc/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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 -Wno-psabi -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DSXE_DPDK -DSXE_HOST_DRIVER -DSXE_DPDK_L4_FEATURES -DSXE_DPDK_SRIOV -DSXE_DPDK_SIMD -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe -MD -MQ drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o -MF drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o.d -o drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o -c ../drivers/net/sxe/pf/sxe_rx.c
In file included from ../drivers/net/sxe/pf/sxe_rx.c:26:
../drivers/net/sxe/pf/sxe_vec_common.h: In function ‘sxe_rx_vec_mbufs_release’:
../drivers/net/sxe/pf/sxe_vec_common.h:146:44: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
146 | if (rxq->buffer_ring == NULL || rxq->realloc_num >= rxq->ring_depth)
| ^~
../drivers/net/sxe/pf/sxe_vec_common.h:149:16: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
149 | if (rxq->realloc_num == 0) {
| ^~
../drivers/net/sxe/pf/sxe_vec_common.h:156:34: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_start’
156 | i != rxq->realloc_start;
| ^~
../drivers/net/sxe/pf/sxe_vec_common.h:163:12: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
163 | rxq->realloc_num = rxq->ring_depth;
| ^~
[1271/6365] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_stats.c.o
[1272/6365] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_pmd_hdc.c.o
[1273/6365] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_phy.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
prev parent reply other threads:[~2025-07-12 7:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250712061846.305072-14-liujie5@linkdatatechnology.com>
2025-07-12 5:48 ` |FAILURE| pw155167-155180 " qemudev
2025-07-12 6:20 ` |WARNING| pw155180 " checkpatch
2025-07-12 6:43 ` |FAILURE| pw155167-155180 [PATCH] [v6, " dpdklab
2025-07-12 7:43 ` 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=20250712074333.3889443-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=liujie5@linkdatatechnology.com \
--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).