automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: konstantin.v.ananyev@yandex.ru, robot@bytheb.org
Subject: |FAILURE| pw143724 [RFCv2 6/6] examples/l3fwd: make ACL work in pipeline and eventdev modes
Date: Fri,  6 Sep 2024 10:04:48 -0400	[thread overview]
Message-ID: <20240906140448.2963249-1-robot@bytheb.org> (raw)
In-Reply-To: <20240906131348.804-7-konstantin.v.ananyev@yandex.ru>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10739233447
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-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-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
   25 |         uint32_t *ring = ring_table;
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_64(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:70:26: error: invalid conversion from ‘void*’ to ‘uint64_t*’ {aka ‘long unsigned int*’} [-fpermissive]
   70 |         uint64_t *ring = ring_table;
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_128(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:103:30: error: invalid conversion from ‘void*’ to ‘rte_int128_t*’ [-fpermissive]
  103 |         rte_int128_t *ring = ring_table;
      |                              ^~~~~~~~~~
      |                              |
      |                              void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_dequeue_elems_32(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:169:25: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
  169 |         uint32_t *obj = obj_table;
      |                         ^~~~~~~~~
      |                         |
      |                         void*
[840/906] Compiling C object 'app/a172ced@@dpdk-test@exe/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-clang-stdatomic" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
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-debug+doc+examples+tests" at step Build and test
####################################################################################
../lib/ring/rte_ring_elem_pvt.h:25:26: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
   25 |         uint32_t *ring = ring_table;
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_64(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:70:26: error: invalid conversion from ‘void*’ to ‘uint64_t*’ {aka ‘long unsigned int*’} [-fpermissive]
   70 |         uint64_t *ring = ring_table;
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_128(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:103:30: error: invalid conversion from ‘void*’ to ‘rte_int128_t*’ [-fpermissive]
  103 |         rte_int128_t *ring = ring_table;
      |                              ^~~~~~~~~~
      |                              |
      |                              void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_dequeue_elems_32(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:169:25: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
  169 |         uint32_t *obj = obj_table;
      |                         ^~~~~~~~~
      |                         |
      |                         void*
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_64(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:70:26: error: invalid conversion from ‘void*’ to ‘uint64_t*’ {aka ‘long unsigned int*’} [-fpermissive]
   70 |         uint64_t *ring = ring_table;
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_128(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:103:30: error: invalid conversion from ‘void*’ to ‘rte_int128_t*’ [-fpermissive]
  103 |         rte_int128_t *ring = ring_table;
      |                              ^~~~~~~~~~
      |                              |
      |                              void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_dequeue_elems_32(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:169:25: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
  169 |         uint32_t *obj = obj_table;
      |                         ^~~~~~~~~
      |                         |
      |                         void*
[3741/4123] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_timer.cpp.o'.
[3742/4123] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_acl.cpp.o'.
[3743/4123] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_acl_osdep.cpp.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
####################################################################################
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_64(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:70:26: error: invalid conversion from ‘void*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} [-fpermissive]
   70 |         uint64_t *ring = ring_table;
      |                          ^~~~~~~~~~
      |                          |
      |                          void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_128(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:103:30: error: invalid conversion from ‘void*’ to ‘rte_int128_t*’ [-fpermissive]
  103 |         rte_int128_t *ring = ring_table;
      |                              ^~~~~~~~~~
      |                              |
      |                              void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_dequeue_elems_32(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:169:25: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
  169 |         uint32_t *obj = obj_table;
      |                         ^~~~~~~~~
      |                         |
      |                         void*
[3008/3196] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_mempool_trace_fp.cpp.o'.
[3009/3196] Compiling C object 'app/a172ced@@dpdk-test@exe/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] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
../lib/ring/rte_ring_elem_pvt.h:25:19: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
   25 |  uint32_t *ring = ring_table;
      |                   ^~~~~~~~~~
      |                   |
      |                   void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_64(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:70:19: error: invalid conversion from ‘void*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} [-fpermissive]
   70 |  uint64_t *ring = ring_table;
      |                   ^~~~~~~~~~
      |                   |
      |                   void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_enqueue_elems_128(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:103:23: error: invalid conversion from ‘void*’ to ‘rte_int128_t*’ [-fpermissive]
  103 |  rte_int128_t *ring = ring_table;
      |                       ^~~~~~~~~~
      |                       |
      |                       void*
../lib/ring/rte_ring_elem_pvt.h: In function ‘void __rte_ring_dequeue_elems_32(void*, const void*, uint32_t, uint32_t, uint32_t)’:
../lib/ring/rte_ring_elem_pvt.h:169:18: error: invalid conversion from ‘void*’ to ‘uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]
  169 |  uint32_t *obj = obj_table;
      |                  ^~~~~~~~~
      |                  |
      |                  void*
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
####################################################################################
[3128/4224] Compiling C object 'examples/c590b3c@@dpdk-mp_client@exe/multi_process_client_server_mp_mp_client_client.c.o'.
[3129/4224] Linking target examples/dpdk-mp_client.
[3130/4224] Compiling C object 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o'.
FAILED: examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o 
ccache aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-l3fwd@exe -Iexamples -I../examples -Iexamples/l3fwd -I../examples/l3fwd -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o' -MF 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o.d' -o 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o' -c ../examples/l3fwd/l3fwd_acl.c
../examples/l3fwd/l3fwd_acl.c: In function ‘acl_send_packets’:
../examples/l3fwd/l3fwd_acl.c:1051:9: error: implicit declaration of function ‘__send_packets_multi’; did you mean ‘send_packets_multi’? [-Werror=implicit-function-declaration]
 1051 |         __send_packets_multi(qconf, pkts, hops, num, step3);
      |         ^~~~~~~~~~~~~~~~~~~~
      |         send_packets_multi
../examples/l3fwd/l3fwd_acl.c:1051:9: error: nested extern declaration of ‘__send_packets_multi’ [-Werror=nested-externs]
../examples/l3fwd/l3fwd_acl.c: In function ‘acl_wqp_loop’:
../examples/l3fwd/l3fwd_acl.c:1191:25: error: implicit declaration of function ‘process_step3_burst’; did you mean ‘process_dst_port’? [-Werror=implicit-function-declaration]
 1191 |                         process_step3_burst(pkts, hops, n);
      |                         ^~~~~~~~~~~~~~~~~~~
      |                         process_dst_port
../examples/l3fwd/l3fwd_acl.c:1191:25: error: nested extern declaration of ‘process_step3_burst’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[3131/4224] Compiling C object 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_main.c.o'.
[3132/4224] Compiling C object 'examples/c590b3c@@dpdk-mp_server@exe/multi_process_client_server_mp_mp_server_args.c.o'.
[3133/4224] Compiling C object 'examples/c590b3c@@dpdk-link_status_interrupt@exe/link_status_interrupt_main.c.o'.
[3134/4224] Compiling C object 'examples/c590b3c@@dpdk-mp_server@exe/multi_process_client_server_mp_mp_server_init.c.o'.
[3135/4224] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-power@exe/l3fwd-power_main.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
####################################################################################
[2652/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_fbk_hash.c'.
[2653/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_hash_crc.c'.
[2654/3516] Compiling C object 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o'.
FAILED: examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o 
ccache powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-l3fwd@exe -Iexamples -I../examples -Iexamples/l3fwd -I../examples/l3fwd -I../examples/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 -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -Wno-psabi -D_GNU_SOURCE -mcpu=power8 -mtune=power8 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o' -MF 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o.d' -o 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o' -c ../examples/l3fwd/l3fwd_acl.c
../examples/l3fwd/l3fwd_acl.c: In function ‘acl_send_packets’:
../examples/l3fwd/l3fwd_acl.c:1051:9: error: implicit declaration of function ‘__send_packets_multi’; did you mean ‘send_packets_multi’? [-Werror=implicit-function-declaration]
 1051 |         __send_packets_multi(qconf, pkts, hops, num, step3);
      |         ^~~~~~~~~~~~~~~~~~~~
      |         send_packets_multi
../examples/l3fwd/l3fwd_acl.c:1051:9: error: nested extern declaration of ‘__send_packets_multi’ [-Werror=nested-externs]
../examples/l3fwd/l3fwd_acl.c: In function ‘acl_wqp_loop’:
../examples/l3fwd/l3fwd_acl.c:1191:25: error: implicit declaration of function ‘process_step3_burst’; did you mean ‘process_dst_port’? [-Werror=implicit-function-declaration]
 1191 |                         process_step3_burst(pkts, hops, n);
      |                         ^~~~~~~~~~~~~~~~~~~
      |                         process_dst_port
../examples/l3fwd/l3fwd_acl.c:1191:25: error: nested extern declaration of ‘process_step3_burst’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2655/3516] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o'.
[2656/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_hash.c'.
[2657/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_jhash.c'.
[2658/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_thash.c'.
[2659/3516] Compiling C object 'app/a172ced@@dpdk-test@exe/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
####################################################################################
[2523/3487] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_hexdump.c'.
[2524/3487] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_hypervisor.c'.
[2525/3487] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_interrupts.c'.
[2526/3487] Compiling C object 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o'.
FAILED: examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o 
ccache riscv64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-l3fwd@exe -Iexamples -I../examples -Iexamples/l3fwd -I../examples/l3fwd -I../examples/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 -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=rv64gc -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o' -MF 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o.d' -o 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_acl.c.o' -c ../examples/l3fwd/l3fwd_acl.c
../examples/l3fwd/l3fwd_acl.c: In function ‘acl_wqp_loop’:
../examples/l3fwd/l3fwd_acl.c:1191:25: error: implicit declaration of function ‘process_step3_burst’ [-Werror=implicit-function-declaration]
 1191 |                         process_step3_burst(pkts, hops, n);
      |                         ^~~~~~~~~~~~~~~~~~~
../examples/l3fwd/l3fwd_acl.c:1191:25: error: nested extern declaration of ‘process_step3_burst’ [-Werror=nested-externs]
In file included from ../examples/l3fwd/l3fwd_acl.c:1219:
../examples/l3fwd/l3fwd_acl_event.h: In function ‘acl_event_loop’:
../examples/l3fwd/l3fwd_acl_event.h:52:25: error: implicit declaration of function ‘process_packet’ [-Werror=implicit-function-declaration]
   52 |                         process_packet(pkts[i], &hops[i]);
      |                         ^~~~~~~~~~~~~~
../examples/l3fwd/l3fwd_acl_event.h:52:25: error: nested extern declaration of ‘process_packet’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2527/3487] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_keepalive.c'.
[2528/3487] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_launch.c'.
[2529/3487] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_ring.c.o'.
[2530/3487] Linking target examples/dpdk-l2fwd.
[2531/3487] Compiling C object 'app/a172ced@@dpdk-test@exe/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] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-09-06 14:04 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240906131348.804-7-konstantin.v.ananyev@yandex.ru>
2024-09-06 12:55 ` |SUCCESS| pw143719-143724 " qemudev
2024-09-06 12:59 ` qemudev
2024-09-06 13:16 ` |WARNING| pw143724 " checkpatch
2024-09-06 14:04 ` 0-day Robot [this message]
2024-09-11  0:48 ` |SUCCESS| pw143719-143724 [PATCH] [RFCv2,6/6] examples/l3fwd: make A dpdklab
2024-09-11  1:34 ` dpdklab
2024-09-11  3:11 ` dpdklab
2024-09-11  5:40 ` |PENDING| " dpdklab
2024-09-11  6:10 ` dpdklab
2024-09-11  6:12 ` dpdklab
2024-09-11  6:23 ` |SUCCESS| " dpdklab
2024-09-11  7:51 ` |WARNING| " dpdklab
2024-09-11  8:52 ` |SUCCESS| " dpdklab
2024-09-11 10:22 ` dpdklab
2024-09-11 10:46 ` |PENDING| " dpdklab
2024-09-11 11:17 ` |FAILURE| " dpdklab
2024-09-11 11:58 ` |WARNING| " dpdklab
2024-09-11 14:18 ` |SUCCESS| " dpdklab
2024-09-11 14:22 ` dpdklab
2024-09-11 14:27 ` dpdklab
2024-09-11 14:31 ` dpdklab
2024-09-11 14:51 ` dpdklab
2024-09-11 15:45 ` |WARNING| " dpdklab
2024-09-11 16:04 ` |SUCCESS| " dpdklab
2024-09-11 19:05 ` dpdklab
2024-09-11 21:20 ` |FAILURE| " dpdklab
2024-09-15 20:23 ` |SUCCESS| " dpdklab
2024-09-16  1:34 ` dpdklab

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=20240906140448.2963249-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=konstantin.v.ananyev@yandex.ru \
    --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).