|FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX path
0-day Robot
robot at bytheb.org
Thu Dec 21 12:24:04 CET 2023
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/135425/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7287130727
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-clang-stdatomic" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################
rte_atomic_fetch_add_explicit(&txq->mdd_mbuf_err_count,
^ ~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_stdatomic.h:92:2: note: expanded from macro 'rte_atomic_fetch_add_explicit'
atomic_fetch_add_explicit(ptr, val, memorder)
^ ~~~
/usr/lib/llvm-11/lib/clang/11.0.0/include/stdatomic.h:133:35: note: expanded from macro 'atomic_fetch_add_explicit'
#define atomic_fetch_add_explicit __c11_atomic_fetch_add
^
../drivers/net/i40e/i40e_rxtx.c:2295:4: error: address argument to atomic operation must be a pointer to _Atomic type ('uint64_t *' (aka 'unsigned long *') invalid)
rte_atomic_fetch_add_explicit(&txq->mdd_pkt_err_count,
^ ~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_stdatomic.h:92:2: note: expanded from macro 'rte_atomic_fetch_add_explicit'
atomic_fetch_add_explicit(ptr, val, memorder)
^ ~~~
/usr/lib/llvm-11/lib/clang/11.0.0/include/stdatomic.h:133:35: note: expanded from macro 'atomic_fetch_add_explicit'
#define atomic_fetch_add_explicit __c11_atomic_fetch_add
^
7 errors generated.
[1492/2844] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1493/2844] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_rte_pmd_i40e.c.o'.
[1494/2844] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_flow.c.o'.
[1495/2844] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
[1496/2844] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_fdir.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~ ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~ ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~ ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[1539/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_fdir.c.o'.
[1540/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_rte_pmd_i40e.c.o'.
[1541/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_flow.c.o'.
[1542/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
[1543/3916] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list