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| pw143191 [RFC 6/6] ring: minimize reads of the counterpart cache-line
Date: Thu, 15 Aug 2024 05:42:49 -0400	[thread overview]
Message-ID: <20240815094249.1648824-1-robot@bytheb.org> (raw)
In-Reply-To: <20240815085339.1434-7-konstantin.v.ananyev@yandex.ru>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10401468816
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
####################################################################################
   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*
[3739/4123] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_timer.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
####################################################################################
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o 
ccache aarch64-linux-gnu-gcc -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -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 -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o' -c ../lib/ring/rte_soring.c
In file included from ../lib/ring/rte_ring_elem_pvt.h:310,
                 from ../lib/ring/rte_ring_elem.h:24,
                 from ../lib/ring/rte_ring.h:42,
                 from ../lib/ring/rte_soring.h:28,
                 from ../lib/ring/soring.h:20,
                 from ../lib/ring/rte_soring.c:5:
../lib/ring/rte_ring_c11_pvt.h: In function ‘__rte_ring_headtail_move_head’:
../lib/ring/rte_ring_c11_pvt.h:42:9: error: operand type ‘union __rte_ring_head_cft *’ is incompatible with argument 1 of ‘__atomic_load_n’
   42 |         *old_head = rte_atomic_load_explicit(&d->head,
      |         ^
../lib/ring/rte_ring_c11_pvt.h:74:35: error: incompatible types when assigning to type ‘union __rte_ring_head_cft’ from type ‘uint32_t’ {aka ‘unsigned int’}
   74 |                         d->head = *new_head;
      |                                   ^
../lib/ring/rte_ring_c11_pvt.h:78:25: error: operand type ‘union __rte_ring_head_cft *’ is incompatible with argument 1 of ‘__atomic_compare_exchange_n’
   78 |                         success = rte_atomic_compare_exchange_strong_explicit(
      |                         ^~~~~~~
[35/4224] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_tailqs.c.o'.
[36/4224] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_string_fns.c.o'.
[37/4224] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[38/4224] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.25.0.symbols'.
[39/4224] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.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
####################################################################################
[2650/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_metrics.c'.
[2651/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/cmdline_parse_portlist.c'.
[2652/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
[2653/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_metrics_telemetry.c'.
[2654/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_hash_crc.c'.
[2655/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_fbk_hash.c'.
[2656/3516] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_hash.c'.
[2657/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
####################################################################################
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o 
ccache riscv64-linux-gnu-gcc -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -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 -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_soring.c.o' -c ../lib/ring/rte_soring.c
In file included from ../lib/ring/rte_ring_elem_pvt.h:310,
                 from ../lib/ring/rte_ring_elem.h:24,
                 from ../lib/ring/rte_ring.h:42,
                 from ../lib/ring/rte_soring.h:28,
                 from ../lib/ring/soring.h:20,
                 from ../lib/ring/rte_soring.c:5:
../lib/ring/rte_ring_c11_pvt.h: In function ‘__rte_ring_headtail_move_head’:
../lib/ring/rte_ring_c11_pvt.h:42:9: error: operand type ‘union __rte_ring_head_cft *’ is incompatible with argument 1 of ‘__atomic_load_n’
   42 |         *old_head = rte_atomic_load_explicit(&d->head,
      |         ^
../lib/ring/rte_ring_c11_pvt.h:74:35: error: incompatible types when assigning to type ‘union __rte_ring_head_cft’ from type ‘uint32_t’ {aka ‘unsigned int’}
   74 |                         d->head = *new_head;
      |                                   ^
../lib/ring/rte_ring_c11_pvt.h:78:25: error: operand type ‘union __rte_ring_head_cft *’ is incompatible with argument 1 of ‘__atomic_compare_exchange_n’
   78 |                         success = rte_atomic_compare_exchange_strong_explicit(
      |                         ^~~~~~~
[26/3487] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[27/3487] Generating log.sym_chk with a meson_exe.py custom command.
[28/3487] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[29/3487] Generating telemetry.sym_chk with a meson_exe.py custom command.
[30/3487] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.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-08-15  9:43 UTC|newest]

Thread overview: 155+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240815085339.1434-7-konstantin.v.ananyev@yandex.ru>
2024-08-15  8:37 ` |SUCCESS| pw143186-143191 " qemudev
2024-08-15  8:41 ` |FAILURE| " qemudev
2024-08-15  8:57 ` |WARNING| pw143191 " checkpatch
2024-08-15  9:42 ` 0-day Robot [this message]
2024-08-15 10:38 ` |PENDING| pw143186-143191 [PATCH] [RFC,6/6] ring: minimize reads of dpdklab
2024-08-15 10:46 ` dpdklab
2024-08-15 10:51 ` |SUCCESS| " dpdklab
2024-08-15 10:56 ` |PENDING| " dpdklab
2024-08-15 10:58 ` dpdklab
2024-08-15 11:03 ` |SUCCESS| " dpdklab
2024-08-15 11:03 ` dpdklab
2024-08-15 11:05 ` dpdklab
2024-08-15 11:26 ` |PENDING| " dpdklab
2024-08-15 11:26 ` dpdklab
2024-08-15 11:26 ` dpdklab
2024-08-15 11:30 ` dpdklab
2024-08-15 11:30 ` |SUCCESS| " dpdklab
2024-08-15 11:31 ` dpdklab
2024-08-15 11:32 ` |PENDING| " dpdklab
2024-08-15 11:33 ` |FAILURE| " dpdklab
2024-08-15 11:35 ` |SUCCESS| " dpdklab
2024-08-15 11:35 ` |FAILURE| " dpdklab
2024-08-15 11:37 ` |SUCCESS| " dpdklab
2024-08-15 11:38 ` dpdklab
2024-08-15 11:38 ` |FAILURE| " dpdklab
2024-08-15 11:38 ` dpdklab
2024-08-15 11:39 ` dpdklab
2024-08-15 11:39 ` dpdklab
2024-08-15 11:40 ` dpdklab
2024-08-15 11:40 ` dpdklab
2024-08-15 11:40 ` dpdklab
2024-08-15 11:41 ` dpdklab
2024-08-15 11:42 ` dpdklab
2024-08-15 11:43 ` dpdklab
2024-08-15 11:44 ` dpdklab
2024-08-15 11:44 ` dpdklab
2024-08-15 11:45 ` dpdklab
2024-08-15 11:46 ` dpdklab
2024-08-15 11:47 ` dpdklab
2024-08-15 11:49 ` dpdklab
2024-08-15 11:49 ` dpdklab
2024-08-15 11:49 ` dpdklab
2024-08-15 11:50 ` dpdklab
2024-08-15 11:51 ` dpdklab
2024-08-15 11:54 ` dpdklab
2024-08-15 12:11 ` dpdklab
2024-08-15 12:29 ` dpdklab
2024-08-15 12:30 ` dpdklab
2024-08-15 12:31 ` dpdklab
2024-08-15 12:32 ` dpdklab
2024-08-15 12:33 ` dpdklab
2024-08-15 12:34 ` dpdklab
2024-08-15 12:34 ` dpdklab
2024-08-15 12:36 ` |SUCCESS| " dpdklab
2024-08-15 13:04 ` |FAILURE| " dpdklab
2024-08-15 13:04 ` dpdklab
2024-08-15 13:04 ` |PENDING| " dpdklab
2024-08-15 13:05 ` |FAILURE| " dpdklab
2024-08-15 13:08 ` dpdklab
2024-08-15 13:08 ` dpdklab
2024-08-15 13:08 ` dpdklab
2024-08-15 13:08 ` dpdklab
2024-08-15 13:09 ` dpdklab
2024-08-15 13:11 ` dpdklab
2024-08-15 13:12 ` dpdklab
2024-08-15 13:14 ` dpdklab
2024-08-15 13:14 ` |SUCCESS| " dpdklab
2024-08-15 13:14 ` |FAILURE| " dpdklab
2024-08-15 13:15 ` dpdklab
2024-08-15 13:15 ` dpdklab
2024-08-15 13:17 ` |PENDING| " dpdklab
2024-08-15 13:18 ` dpdklab
2024-08-15 13:18 ` |FAILURE| " dpdklab
2024-08-15 13:20 ` dpdklab
2024-08-15 13:22 ` dpdklab
2024-08-15 13:23 ` dpdklab
2024-08-15 13:24 ` dpdklab
2024-08-15 13:24 ` dpdklab
2024-08-15 13:24 ` dpdklab
2024-08-15 13:25 ` dpdklab
2024-08-15 13:25 ` dpdklab
2024-08-15 13:25 ` dpdklab
2024-08-15 13:26 ` dpdklab
2024-08-15 13:26 ` dpdklab
2024-08-15 13:26 ` dpdklab
2024-08-15 13:26 ` dpdklab
2024-08-15 13:26 ` dpdklab
2024-08-15 13:27 ` dpdklab
2024-08-15 13:27 ` dpdklab
2024-08-15 13:27 ` dpdklab
2024-08-15 13:27 ` dpdklab
2024-08-15 13:27 ` |SUCCESS| " dpdklab
2024-08-15 13:27 ` |FAILURE| " dpdklab
2024-08-15 13:28 ` dpdklab
2024-08-15 13:28 ` dpdklab
2024-08-15 13:29 ` dpdklab
2024-08-15 13:29 ` dpdklab
2024-08-15 13:30 ` dpdklab
2024-08-15 13:30 ` dpdklab
2024-08-15 13:30 ` dpdklab
2024-08-15 13:31 ` dpdklab
2024-08-15 13:32 ` dpdklab
2024-08-15 13:33 ` dpdklab
2024-08-15 13:33 ` dpdklab
2024-08-15 13:34 ` dpdklab
2024-08-15 13:34 ` dpdklab
2024-08-15 13:35 ` dpdklab
2024-08-15 13:36 ` dpdklab
2024-08-15 13:36 ` dpdklab
2024-08-15 13:36 ` dpdklab
2024-08-15 13:37 ` dpdklab
2024-08-15 13:37 ` dpdklab
2024-08-15 13:38 ` dpdklab
2024-08-15 13:38 ` dpdklab
2024-08-15 13:39 ` dpdklab
2024-08-15 13:39 ` dpdklab
2024-08-15 13:39 ` dpdklab
2024-08-15 13:39 ` dpdklab
2024-08-15 13:39 ` dpdklab
2024-08-15 13:40 ` dpdklab
2024-08-15 13:40 ` dpdklab
2024-08-15 13:40 ` dpdklab
2024-08-15 13:41 ` dpdklab
2024-08-15 13:41 ` dpdklab
2024-08-15 13:41 ` dpdklab
2024-08-15 13:41 ` dpdklab
2024-08-15 13:42 ` dpdklab
2024-08-15 13:42 ` dpdklab
2024-08-15 13:42 ` dpdklab
2024-08-15 13:43 ` dpdklab
2024-08-15 13:43 ` dpdklab
2024-08-15 13:43 ` dpdklab
2024-08-15 13:43 ` dpdklab
2024-08-15 13:43 ` dpdklab
2024-08-15 13:43 ` dpdklab
2024-08-15 13:44 ` dpdklab
2024-08-15 13:44 ` dpdklab
2024-08-15 13:45 ` dpdklab
2024-08-15 13:48 ` dpdklab
2024-08-15 13:50 ` dpdklab
2024-08-15 13:55 ` dpdklab
2024-08-15 13:56 ` dpdklab
2024-08-15 13:57 ` dpdklab
2024-08-15 14:01 ` |WARNING| " dpdklab
2024-08-15 14:03 ` |FAILURE| " dpdklab
2024-08-15 14:22 ` dpdklab
2024-08-15 14:23 ` dpdklab
2024-08-15 16:13 ` |SUCCESS| " dpdklab
2024-08-16 15:58 ` |FAILURE| " dpdklab
2024-08-16 15:58 ` dpdklab
2024-08-16 16:03 ` dpdklab
2024-08-16 16:06 ` dpdklab
2024-08-16 16:12 ` dpdklab
2024-08-16 16:20 ` dpdklab
2024-08-16 17:02 ` 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=20240815094249.1648824-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).