|FAILURE| pw155240 [PATCH v4 13/13] pdump: mark API and application as deprecated

0-day Robot robot at bytheb.org
Tue Jul 15 19:04:31 CEST 2025


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/16298839683
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"windows-2022-msvc" failed at step Build
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" 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
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"fedora:39-clang" failed at step Build
"fedora:39-gcc" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
In file included from ../lib/ethdev/rte_ethdev.h:173,
                 from ../lib/ethdev/rte_flow.h:43,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr.h:52,
                 from buildtools/chkincs/chkincs.p/rte_mtr.c:1:
../lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_flow.h:43,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr.h:52,
                 from buildtools/chkincs/chkincs.p/rte_mtr.c:1:
../lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
../lib/ethdev/rte_ethdev.h:6712:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev.h:173,
                 from ../lib/ethdev/rte_flow.h:43,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr.h:52,
                 from buildtools/chkincs/chkincs.p/rte_mtr.c:1:
../lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1371/2146] Compiling C object app/dpdk-test.p/test_test_memcpy_perf.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
../lib/ethdev/rte_mirror.c: In function ‘rte_eth_remove_mirror’:
../lib/ethdev/rte_mirror.c:253:46: error: passing argument 1 of ‘ethdev_delete_mirror’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  253 |                 found = ethdev_delete_mirror(&dev->rx_mirror, target_id);
      |                                              ^~~~~~~~~~~~~~~
      |                                              |
      |                                              struct rte_eth_mirror * _Atomic*
../lib/ethdev/rte_mirror.c:210:46: note: expected ‘struct rte_eth_mirror **’ but argument is of type ‘struct rte_eth_mirror * _Atomic*’
  210 | ethdev_delete_mirror(struct rte_eth_mirror **top, uint16_t target_id)
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~^~~
../lib/ethdev/rte_mirror.c:254:47: error: passing argument 1 of ‘ethdev_delete_mirror’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  254 |                 found |= ethdev_delete_mirror(&dev->tx_mirror, target_id);
      |                                               ^~~~~~~~~~~~~~~
      |                                               |
      |                                               struct rte_eth_mirror * _Atomic*
../lib/ethdev/rte_mirror.c:210:46: note: expected ‘struct rte_eth_mirror **’ but argument is of type ‘struct rte_eth_mirror * _Atomic*’
  210 | ethdev_delete_mirror(struct rte_eth_mirror **top, uint16_t target_id)
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~^~~
cc1: all warnings being treated as errors
[164/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.o
[165/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[166/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[167/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[168/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6343:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6343 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_INGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6712:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[4247/5984] Compiling C object app/dpdk-test.p/test_test_memcpy_perf.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] "windows-2022-msvc" at step Build
####################################################################################
[125/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[126/454] Linking target lib/rte_mbuf-25.dll
   Creating library lib\rte_mbuf.lib and object lib\rte_mbuf.exp

[127/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj
[128/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj
[129/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
[130/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mirror.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_mirror.c.obj 
"cl" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-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\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-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\meter" "-I..\lib\meter" "/MD" "/nologo" "/showIncludes" "/utf-8" "/W3" "/WX" "/std:c11" "/O2" "/Gw" "/wd4244" "/wd4267" "/wd4146" "/experimental:c11atomics" "/d1experimental:typeof" "/experimental:statementExpressions" "/FI" "rte_config.h" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "/Fdlib\librte_ethdev.a.p\ethdev_rte_mirror.c.pdb" /Folib/librte_ethdev.a.p/ethdev_rte_mirror.c.obj "/c" ../lib/ethdev/rte_mirror.c
../lib/ethdev/rte_mirror.c(127): error C7707: call to '__c11_atomic_store': argument type 'rte_eth_mirror **_Atomic ' must be a pointer to an atomic type
../lib/ethdev/rte_mirror.c(194): warning C4090: 'function': different '_Atomic' qualifiers
../lib/ethdev/rte_mirror.c(196): warning C4090: 'function': different '_Atomic' qualifiers
../lib/ethdev/rte_mirror.c(224): error C7707: call to '__c11_atomic_store': argument type 'rte_eth_mirror **' must be a pointer to an atomic type
../lib/ethdev/rte_mirror.c(253): warning C4090: 'function': different '_Atomic' qualifiers
../lib/ethdev/rte_mirror.c(254): warning C4090: 'function': different '_Atomic' qualifiers
[131/454] Generating symbol file lib/rte_mbuf-25.dll.p/rte_mbuf-25.dll.symbols
[132/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[133/454] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[134/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[135/454] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
ninja: build stopped: subcommand failed.
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: C:\hostedtoolcache\windows\Python\3.13.5\x64\Scripts\ninja.EXE -C D:/a/dpdk/dpdk/build
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "windows-2022-msvc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_rx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6343:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6343 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_INGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6712:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
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-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
        atomic_store_explicit(ptr, val, memorder)
        ^                     ~~~
/usr/lib/llvm-14/lib/clang/14.0.0/include/stdatomic.h:127:31: note: expanded from macro 'atomic_store_explicit'
#define atomic_store_explicit __c11_atomic_store
                              ^
../lib/ethdev/rte_mirror.c:253:32: error: incompatible pointer types passing '_Atomic(struct rte_eth_mirror *) *' to parameter of type 'struct rte_eth_mirror **' [-Werror,-Wincompatible-pointer-types]
                found = ethdev_delete_mirror(&dev->rx_mirror, target_id);
                                             ^~~~~~~~~~~~~~~
../lib/ethdev/rte_mirror.c:210:46: note: passing argument to parameter 'top' here
ethdev_delete_mirror(struct rte_eth_mirror **top, uint16_t target_id)
                                             ^
../lib/ethdev/rte_mirror.c:254:33: error: incompatible pointer types passing '_Atomic(struct rte_eth_mirror *) *' to parameter of type 'struct rte_eth_mirror **' [-Werror,-Wincompatible-pointer-types]
                found |= ethdev_delete_mirror(&dev->tx_mirror, target_id);
                                              ^~~~~~~~~~~~~~~
../lib/ethdev/rte_mirror.c:210:46: note: passing argument to parameter 'top' here
ethdev_delete_mirror(struct rte_eth_mirror **top, uint16_t target_id)
                                             ^
7 errors generated.
[164/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[165/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.o
[166/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[167/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[168/3613] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.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-shared-aarch64" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_rx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6343:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6343 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_INGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6712:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
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-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
In file included from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20:
../lib/ethdev/rte_ethdev.h:6343:4: error: 'rte_eth_mirror_burst' is deprecated: Symbol is not yet part of stable ABI [-Werror,-Wdeprecated-declarations]
                        rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_INGRESS,
                        ^
../lib/ethdev/rte_mirror.h:104:1: note: 'rte_eth_mirror_burst' has been explicitly marked deprecated here
__rte_experimental
^
../lib/eal/include/rte_compat.h:15:16: note: expanded from macro '__rte_experimental'
__attribute__((deprecated("Symbol is not yet part of stable ABI"), \
               ^
In file included from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20:
../lib/ethdev/rte_ethdev.h:6712:4: error: 'rte_eth_mirror_burst' is deprecated: Symbol is not yet part of stable ABI [-Werror,-Wdeprecated-declarations]
                        rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
                        ^
../lib/ethdev/rte_mirror.h:104:1: note: 'rte_eth_mirror_burst' has been explicitly marked deprecated here
__rte_experimental
^
../lib/eal/include/rte_compat.h:15:16: note: expanded from macro '__rte_experimental'
__attribute__((deprecated("Symbol is not yet part of stable ABI"), \
               ^
2 errors generated.
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-ppc64le" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6343:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6343 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_INGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6712:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr_driver.h:20,
                 from buildtools/chkincs/chkincs.p/rte_mtr_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[4620/6327] Compiling C object app/dpdk-test.p/test_test_trace_perf.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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
In file included from ../lib/ethdev/rte_ethdev.h:173,
                 from ../lib/ethdev/rte_flow.h:43,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr.h:52,
                 from buildtools/chkincs/chkincs.p/rte_mtr.c:1:
../lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_flow.h:43,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr.h:52,
                 from buildtools/chkincs/chkincs.p/rte_mtr.c:1:
../lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
../lib/ethdev/rte_ethdev.h:6712:25: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |                         rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |                         ^~~~~~~~~~~~~~~~~~~~
In file included from ../lib/ethdev/rte_ethdev.h:173,
                 from ../lib/ethdev/rte_flow.h:43,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_mtr.h:52,
                 from buildtools/chkincs/chkincs.p/rte_mtr.c:1:
../lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[4574/6278] Compiling C object app/dpdk-test.p/test_test_trace_perf.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-static-mingw" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_rx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6343:4: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6343 |    rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_INGRESS,
      |    ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.exe.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.exe.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h: In function ‘rte_eth_tx_burst’:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:6712:4: error: ‘rte_eth_mirror_burst’ is deprecated: Symbol is not yet part of stable ABI [-Werror=deprecated-declarations]
 6712 |    rte_eth_mirror_burst(port_id, queue_id, RTE_ETH_MIRROR_DIRECTION_EGRESS,
      |    ^~~~~~~~~~~~~~~~~~~~
In file included from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev.h:173,
                 from /home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm_driver.h:20,
                 from buildtools/chkincs/chkincs.exe.p/rte_tm_driver.c:1:
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_mirror.h:105:6: note: declared here
  105 | void rte_eth_mirror_burst(uint16_t port_id, uint16_t quque_id, uint8_t dir,
      |      ^~~~~~~~~~~~~~~~~~~~
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] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################




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


More information about the test-report mailing list