automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: caowenbo@mucse.com, robot@bytheb.org
Subject: |FAILURE| pw151267 [PATCH v8 28/28] net/rnp: support Rx/Tx burst mode info
Date: Mon, 10 Feb 2025 03:25:11 -0500	[thread overview]
Message-ID: <20250210082511.45781-1-robot@bytheb.org> (raw)
In-Reply-To: <1739172415-48507-29-git-send-email-caowenbo@mucse.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/151267/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/13235917566
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"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-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"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/rnp/rnp_rxtx.c:1576:28: note: use '|' for a bitwise operation
                                (RTE_MBUF_F_TX_L4_MASK || RTE_MBUF_F_TX_TCP_SEG))) {
                                                       ^~
                                                       |
../drivers/net/rnp/rnp_rxtx.c:1576:6: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
                                (RTE_MBUF_F_TX_L4_MASK || RTE_MBUF_F_TX_TCP_SEG))) {
                                 ^
../lib/mbuf/rte_mbuf_core.h:312:43: note: expanded from macro 'RTE_MBUF_F_TX_L4_MASK'
#define RTE_MBUF_F_TX_L4_MASK       (3ULL << 52)
                                          ^
../drivers/net/rnp/rnp_rxtx.c:1576:31: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
                                (RTE_MBUF_F_TX_L4_MASK || RTE_MBUF_F_TX_TCP_SEG))) {
                                                          ^
../lib/mbuf/rte_mbuf_core.h:284:43: note: expanded from macro 'RTE_MBUF_F_TX_TCP_SEG'
#define RTE_MBUF_F_TX_TCP_SEG       (1ULL << 50)
                                          ^
3 errors generated.
[2160/3251] Linking static target drivers/net/rnp/base/librnp_base.a
[2161/3251] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_rss.c.o
[2162/3251] Generating rte_net_ring.sym_chk with a custom command (wrapped by meson to capture output)
[2163/3251] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_link.c.o
[2164/3251] Compiling C object drivers/libtmp_rte_net_sfc.a.p/net_sfc_sfc.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-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
[58/1941] Compiling C object examples/dpdk-cmdline.p/cmdline_commands.c.o
[59/1941] Compiling C object examples/dpdk-bbdev_app.p/bbdev_app_main.c.o
[60/1941] Linking target examples/dpdk-bbdev_app
[61/1941] Compiling C object examples/dpdk-bond.p/bond_main.c.o
[62/1941] Linking target examples/dpdk-bond
[63/1941] Compiling C object examples/dpdk-cmdline.p/cmdline_parse_obj_list.c.o
[64/1941] Generating html_guides with a custom command
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 25.03.0-rc0 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -a -W
Warning generate_overview_table(): Unknown feature 'Jumbo frame' in 'rnp.ini'

Exception occurred:
  File "/home/runner/work/dpdk/dpdk/doc/guides/conf.py", line 244, in generate_overview_table
    raise Exception('Warning is treated as a failure')
Exception: Warning is treated as a failure
The full traceback has been saved in /tmp/sphinx-err-3jhr3pbf.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
[65/1941] Linking target examples/dpdk-cmdline
[66/1941] Compiling C object examples/dpdk-distributor.p/distributor_main.c.o
[67/1941] Compiling C object examples/dpdk-dma.p/dma_dmafwd.c.o
[68/1941] Generating doxygen-man with a custom command
[69/1941] Generating doxygen-html with a custom command
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                                                       ^  ~~~~~~~~~~~~~~~~~~~~~
../drivers/net/rnp/rnp_rxtx.c:1576:28: note: use '|' for a bitwise operation
                                (RTE_MBUF_F_TX_L4_MASK || RTE_MBUF_F_TX_TCP_SEG))) {
                                                       ^~
                                                       |
../drivers/net/rnp/rnp_rxtx.c:1576:6: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
                                (RTE_MBUF_F_TX_L4_MASK || RTE_MBUF_F_TX_TCP_SEG))) {
                                 ^
../lib/mbuf/rte_mbuf_core.h:312:43: note: expanded from macro 'RTE_MBUF_F_TX_L4_MASK'
#define RTE_MBUF_F_TX_L4_MASK       (3ULL << 52)
                                          ^
../drivers/net/rnp/rnp_rxtx.c:1576:31: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtautological-constant-compare]
                                (RTE_MBUF_F_TX_L4_MASK || RTE_MBUF_F_TX_TCP_SEG))) {
                                                          ^
../lib/mbuf/rte_mbuf_core.h:284:43: note: expanded from macro 'RTE_MBUF_F_TX_TCP_SEG'
#define RTE_MBUF_F_TX_TCP_SEG       (1ULL << 50)
                                          ^
3 errors generated.
[2197/6687] Compiling C object drivers/net/rnp/base/librnp_base.a.p/rnp_mbx_fw.c.o
[2198/6687] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_ethdev.c.o
[2199/6687] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[2200/6687] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
[2201/6687] 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] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
In file included from ../drivers/net/rnp/base/rnp_osdep.h:13,
                 from ../drivers/net/rnp/base/rnp_hw.h:7,
                 from ../drivers/net/rnp/base/rnp_bdq_if.h:8,
                 from ../drivers/net/rnp/rnp_rss.c:7:
../drivers/net/rnp/rnp_rss.c: In function ‘rnp_dev_rss_hash_update’:
../drivers/net/rnp/base/../rnp_logs.h:20:43: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
   20 |                         "rnp_net: (%d) ", __LINE__, __VA_ARGS__)
      |                                           ^~~~~~~~
../lib/log/rte_log.h:334:39: note: in definition of macro ‘RTE_LOG’
  334 |                  RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
      |                                       ^
../drivers/net/rnp/base/../rnp_logs.h:22:9: note: in expansion of macro ‘RNP_PMD_LOG’
   22 |         RNP_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
      |         ^~~~~~~~~~~
../drivers/net/rnp/rnp_rss.c:273:17: note: in expansion of macro ‘RNP_PMD_ERR’
  273 |                 RNP_PMD_ERR("RSS type don't support 0x%.2lx", rss_conf->rss_hf);
      |                 ^~~~~~~~~~~
cc1: all warnings being treated as errors
[1563/5621] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic.c.o
[1564/5621] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic_mempool.c.o
[1565/5621] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic_pipeline.c.o
[1566/5621] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_rxtx.c.o
[1567/5621] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic_cli.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
####################################################################################
[633/2997] Compiling C object drivers/librte_net_ring-25.dll.p/meson-generated_.._rte_net_ring.pmd.c.obj
[634/2997] Linking static target drivers/librte_net_r8169.a
[635/2997] Compiling C object drivers/net/rnp/base/librnp_base.a.p/rnp_common.c.obj
[636/2997] Linking target drivers/librte_net_r8169-25.dll
[637/2997] Compiling C object drivers/librte_net_ring.a.p/meson-generated_.._rte_net_ring.pmd.c.obj
[638/2997] Linking target drivers/librte_net_ring-25.dll
[639/2997] Linking static target drivers/librte_net_ring.a
[640/2997] Compiling C object drivers/net/rnp/base/librnp_base.a.p/rnp_bdq_if.c.obj
[641/2997] Compiling C object drivers/net/rnp/base/librnp_base.a.p/rnp_mbx_fw.c.obj
FAILED: drivers/net/rnp/base/librnp_base.a.p/rnp_mbx_fw.c.obj 
ccache x86_64-w64-mingw32-gcc -Idrivers/net/rnp/base/librnp_base.a.p -Idrivers/net/rnp/base -I../drivers/net/rnp/base -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/log -I../lib/log -Ilib/kvargs -I../lib/kvargs -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -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 -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-unused-value -Wno-unused-but-set-variable -Wno-unused-parameter -MD -MQ drivers/net/rnp/base/librnp_base.a.p/rnp_mbx_fw.c.obj -MF drivers/net/rnp/base/librnp_base.a.p/rnp_mbx_fw.c.obj.d -o drivers/net/rnp/base/librnp_base.a.p/rnp_mbx_fw.c.obj -c ../drivers/net/rnp/base/rnp_mbx_fw.c
../drivers/net/rnp/base/rnp_mbx_fw.c: In function ‘rnp_mbx_fw_get_capability’:
../drivers/net/rnp/base/rnp_mbx_fw.c:259:15: error: implicit declaration of function ‘ffs’; did you mean ‘fls’? [-Werror=implicit-function-declaration]
  259 |    lane_bit = ffs(temp_mask) - 1;
      |               ^~~
      |               fls
../drivers/net/rnp/base/rnp_mbx_fw.c:259:15: error: nested extern declaration of ‘ffs’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[642/2997] Generating rte_net_vmxnet3_mingw with a custom command
[643/2997] Compiling C object drivers/net/rnp/base/librnp_base.a.p/rnp_mac.c.obj
[644/2997] Compiling C object drivers/net/rnp/base/librnp_base.a.p/rnp_crc32.c.obj
[645/2997] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_ethdev.c.obj
[646/2997] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
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-shared-aarch64" at step Build and test
####################################################################################
../lib/eal/include/rte_trace_point.h:53:9: note: in definition of macro ‘__RTE_TRACE_POINT’
   53 |         __VA_ARGS__ \
      |         ^~~~~~~~~~~
../lib/ethdev/rte_ethdev_trace_fp.h:20:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
   20 | RTE_TRACE_POINT_FP(
      | ^~~~~~~~~~~~~~~~~~
../lib/eal/arm/include/rte_memcpy_64.h:373:33: note: in expansion of macro ‘memcpy’
  373 | #define rte_memcpy(d, s, n)     memcpy((d), (s), (n))
      |                                 ^~~~~~
../drivers/net/rnp/base/rnp_osdep.h:41:16: note: in expansion of macro ‘rte_memcpy’
   41 | #define memcpy rte_memcpy
      |                ^~~~~~~~~~
../lib/eal/include/rte_trace_point.h:381:9: note: in expansion of macro ‘memcpy’
  381 |         memcpy(mem, &(in), sizeof(in)); \
      |         ^~~~~~
../lib/eal/include/rte_trace_point.h:425:38: note: in expansion of macro ‘__rte_trace_point_emit’
  425 | #define rte_trace_point_emit_u16(in) __rte_trace_point_emit(in, uint16_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev_trace_fp.h:24:9: note: in expansion of macro ‘rte_trace_point_emit_u16’
   24 |         rte_trace_point_emit_u16(port_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2109/6654] Compiling C object drivers/libtmp_rte_net_ring.a.p/net_ring_rte_eth_ring.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
 1128 |         memcpy(&mdst->dynfield1, msrc->dynfield1, sizeof(mdst->dynfield1));
      |         ^~~~~~
../lib/net/rte_cksum.h: In function ‘__rte_raw_cksum’:
../lib/eal/ppc/include/rte_memcpy.h:84:35: error: pointer/integer type mismatch in conditional expression [-Werror]
   84 |         memcpy((dst), (src), (n)) :          \
      |                                   ^
../drivers/net/rnp/base/rnp_osdep.h:41:16: note: in expansion of macro ‘rte_memcpy’
   41 | #define memcpy rte_memcpy
      |                ^~~~~~~~~~
../lib/net/rte_cksum.h:51:17: note: in expansion of macro ‘memcpy’
   51 |                 memcpy(&v, buf, sizeof(uint16_t));
      |                 ^~~~~~
../lib/eal/ppc/include/rte_memcpy.h:84:35: error: pointer/integer type mismatch in conditional expression [-Werror]
   84 |         memcpy((dst), (src), (n)) :          \
      |                                   ^
../drivers/net/rnp/base/rnp_osdep.h:41:16: note: in expansion of macro ‘rte_memcpy’
   41 | #define memcpy rte_memcpy
      |                ^~~~~~~~~~
../lib/net/rte_cksum.h:59:17: note: in expansion of macro ‘memcpy’
   59 |                 memcpy(&left, end, 1);
      |                 ^~~~~~
cc1: all warnings being treated as errors
[1765/5925] Generating rte_net_r8169.pmd.c with a custom command
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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
      |         ^~~~~~~~~~~
../lib/ethdev/rte_ethdev_trace_fp.h:20:1: note: in expansion of macro ‘RTE_TRACE_POINT_FP’
   20 | RTE_TRACE_POINT_FP(
      | ^~~~~~~~~~~~~~~~~~
../lib/eal/riscv/include/rte_memcpy.h:57:33: note: in expansion of macro ‘memcpy’
   57 | #define rte_memcpy(d, s, n)     memcpy((d), (s), (n))
      |                                 ^~~~~~
../drivers/net/rnp/base/rnp_osdep.h:41:16: note: in expansion of macro ‘rte_memcpy’
   41 | #define memcpy rte_memcpy
      |                ^~~~~~~~~~
../lib/eal/include/rte_trace_point.h:381:9: note: in expansion of macro ‘memcpy’
  381 |         memcpy(mem, &(in), sizeof(in)); \
      |         ^~~~~~
../lib/eal/include/rte_trace_point.h:425:38: note: in expansion of macro ‘__rte_trace_point_emit’
  425 | #define rte_trace_point_emit_u16(in) __rte_trace_point_emit(in, uint16_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev_trace_fp.h:24:9: note: in expansion of macro ‘rte_trace_point_emit_u16’
   24 |         rte_trace_point_emit_u16(port_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1724/5896] Compiling C object drivers/libtmp_rte_net_ring.a.p/net_ring_rte_eth_ring.c.o
[1725/5896] Generating rte_net_r8169.pmd.c with a custom command
[1726/5896] Generating rte_net_qede.pmd.c with a custom command
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] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2025-02-10  8:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1739172415-48507-29-git-send-email-caowenbo@mucse.com>
2025-02-10  6:58 ` |FAILURE| pw151245-151267 " qemudev
2025-02-10  7:31 ` |SUCCESS| pw151267 " checkpatch
2025-02-10  8:05 ` |FAILURE| pw151245-151267 [PATCH] [v8, " dpdklab
2025-02-10  8:25 ` 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=20250210082511.45781-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=caowenbo@mucse.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).