automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: roretzla@linux.microsoft.com, robot@bytheb.org
Subject: |FAILURE| pw129766 [PATCH v2 4/4] eal: adapt rte spinlock and rwlock APIs to use C11 atomics
Date: Tue,  1 Aug 2023 01:58:31 -0400	[thread overview]
Message-ID: <20230801055831.3095753-1-robot@bytheb.org> (raw)
In-Reply-To: <1690866234-28365-5-git-send-email-roretzla@linux.microsoft.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5722914585
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" 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-gcc-mini" at step Build and test
####################################################################################
      |                                       ^
/home/runner/work/dpdk/dpdk/lib/eal/x86/include/rte_rwlock.h: In function ‘void rte_rwlock_read_unlock_tm(rte_rwlock_t*)’:
/home/runner/work/dpdk/dpdk/lib/eal/x86/include/rte_rwlock.h:28:20: error: ‘struct rte_rwlock_t’ has no member named ‘cnt’
   28 |  if (unlikely(rwl->cnt))
      |                    ^~~
../lib/eal/include/rte_branch_prediction.h:40:41: note: in definition of macro ‘unlikely’
   40 | #define unlikely(x) __builtin_expect(!!(x), 0)
      |                                         ^
/home/runner/work/dpdk/dpdk/lib/eal/x86/include/rte_rwlock.h: In function ‘void rte_rwlock_write_lock_tm(rte_rwlock_t*)’:
/home/runner/work/dpdk/dpdk/lib/eal/x86/include/rte_rwlock.h:38:30: error: ‘struct rte_rwlock_t’ has no member named ‘cnt’
   38 |  if (likely(rte_try_tm(&rwl->cnt)))
      |                              ^~~
../lib/eal/include/rte_branch_prediction.h:27:39: note: in definition of macro ‘likely’
   27 | #define likely(x) __builtin_expect(!!(x), 1)
      |                                       ^
/home/runner/work/dpdk/dpdk/lib/eal/x86/include/rte_rwlock.h: In function ‘void rte_rwlock_write_unlock_tm(rte_rwlock_t*)’:
/home/runner/work/dpdk/dpdk/lib/eal/x86/include/rte_rwlock.h:47:20: error: ‘struct rte_rwlock_t’ has no member named ‘cnt’
   47 |  if (unlikely(rwl->cnt))
      |                    ^~~
../lib/eal/include/rte_branch_prediction.h:40:41: note: in definition of macro ‘unlikely’
   40 | #define unlikely(x) __builtin_expect(!!(x), 0)
      |                                         ^
cc1plus: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[1689/3846] Compiling C object 'drivers/a715181@@rte_net_kni@sha/meson-generated_.._rte_net_kni.pmd.c.o'.
[1690/3846] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1691/3846] Linking target drivers/librte_net_kni.so.24.0.
[1692/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_memif_socket.c.o'.
[1693/3846] Generating rte_net_ixgbe.pmd.c with a custom command.
[1694/3846] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1695/3846] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1696/3846] Linking static target drivers/librte_net_ixgbe.a.
[1697/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_flow.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_mlx4@sta -Idrivers -I../drivers -Idrivers/net/mlx4 -I../drivers/net/mlx4 -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pedantic -DPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx4 -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_flow.c.o' -c ../drivers/net/mlx4/mlx4_flow.c
In file included from ../drivers/net/mlx4/mlx4_rxtx.h:27,
                 from ../drivers/net/mlx4/mlx4_flow.c:40:
../drivers/net/mlx4/mlx4_prm.h:111:8: error: redefinition of ‘struct mlx4_wqe_lso_seg’
  111 | struct mlx4_wqe_lso_seg {
      |        ^~~~~~~~~~~~~~~~
In file included from ../drivers/net/mlx4/mlx4_glue.h:16,
                 from ../drivers/net/mlx4/mlx4_flow.c:38:
/usr/include/infiniband/mlx4dv.h:410:8: note: originally defined here
  410 | struct mlx4_wqe_lso_seg {
      |        ^~~~~~~~~~~~~~~~
[1698/3846] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1699/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_rte_eth_memif.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1688/3846] Generating rte_net_kni.pmd.c with a custom command.
[1689/3846] Compiling C object 'drivers/a715181@@rte_net_kni@sta/meson-generated_.._rte_net_kni.pmd.c.o'.
[1690/3846] Linking static target drivers/librte_net_kni.a.
[1691/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_memif_socket.c.o'.
[1692/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1693/3846] Compiling C object 'drivers/a715181@@rte_net_kni@sha/meson-generated_.._rte_net_kni.pmd.c.o'.
[1694/3846] Linking target drivers/librte_net_kni.so.24.0.
[1695/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[1696/3846] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1697/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_mlx4@sta -Idrivers -I../drivers -Idrivers/net/mlx4 -I../drivers/net/mlx4 -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -I/usr/include/libnl3 -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -pedantic -DPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx4 -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_ethdev.c.o' -c ../drivers/net/mlx4/mlx4_ethdev.c
In file included from ../drivers/net/mlx4/mlx4_ethdev.c:46:
In file included from ../drivers/net/mlx4/mlx4_rxtx.h:27:
../drivers/net/mlx4/mlx4_prm.h:111:8: error: redefinition of 'mlx4_wqe_lso_seg'
struct mlx4_wqe_lso_seg {
       ^
/usr/include/infiniband/mlx4dv.h:410:8: note: previous definition is here
struct mlx4_wqe_lso_seg {
       ^
1 error generated.
[1698/3846] Generating rte_net_ixgbe.pmd.c with a custom command.
[1699/3846] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_rte_eth_memif.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] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
      |                                         ^
../lib/eal/x86/include/rte_spinlock.h: In function ‘void rte_spinlock_recursive_lock_tm(rte_spinlock_recursive_t*)’:
../lib/eal/x86/include/rte_spinlock.h:159:33: error: ‘struct rte_spinlock_t’ has no member named ‘locked’
  159 |  if (likely(rte_try_tm(&slr->sl.locked)))
      |                                 ^~~~~~
../lib/eal/include/rte_branch_prediction.h:27:39: note: in definition of macro ‘likely’
   27 | #define likely(x) __builtin_expect(!!(x), 1)
      |                                       ^
../lib/eal/x86/include/rte_spinlock.h: In function ‘void rte_spinlock_recursive_unlock_tm(rte_spinlock_recursive_t*)’:
../lib/eal/x86/include/rte_spinlock.h:169:23: error: ‘struct rte_spinlock_t’ has no member named ‘locked’
  169 |  if (unlikely(slr->sl.locked))
      |                       ^~~~~~
../lib/eal/include/rte_branch_prediction.h:40:41: note: in definition of macro ‘unlikely’
   40 | #define unlikely(x) __builtin_expect(!!(x), 0)
      |                                         ^
../lib/eal/x86/include/rte_spinlock.h: In function ‘int rte_spinlock_recursive_trylock_tm(rte_spinlock_recursive_t*)’:
../lib/eal/x86/include/rte_spinlock.h:179:33: error: ‘struct rte_spinlock_t’ has no member named ‘locked’
  179 |  if (likely(rte_try_tm(&slr->sl.locked)))
      |                                 ^~~~~~
../lib/eal/include/rte_branch_prediction.h:27:39: note: in definition of macro ‘likely’
   27 | #define likely(x) __builtin_expect(!!(x), 1)
      |                                       ^
cc1plus: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
      |                                         ^
../lib/eal/x86/include/rte_spinlock.h: In function ‘void rte_spinlock_recursive_lock_tm(rte_spinlock_recursive_t*)’:
../lib/eal/x86/include/rte_spinlock.h:159:33: error: ‘struct rte_spinlock_t’ has no member named ‘locked’
  159 |  if (likely(rte_try_tm(&slr->sl.locked)))
      |                                 ^~~~~~
../lib/eal/include/rte_branch_prediction.h:27:39: note: in definition of macro ‘likely’
   27 | #define likely(x) __builtin_expect(!!(x), 1)
      |                                       ^
../lib/eal/x86/include/rte_spinlock.h: In function ‘void rte_spinlock_recursive_unlock_tm(rte_spinlock_recursive_t*)’:
../lib/eal/x86/include/rte_spinlock.h:169:23: error: ‘struct rte_spinlock_t’ has no member named ‘locked’
  169 |  if (unlikely(slr->sl.locked))
      |                       ^~~~~~
../lib/eal/include/rte_branch_prediction.h:40:41: note: in definition of macro ‘unlikely’
   40 | #define unlikely(x) __builtin_expect(!!(x), 0)
      |                                         ^
../lib/eal/x86/include/rte_spinlock.h: In function ‘int rte_spinlock_recursive_trylock_tm(rte_spinlock_recursive_t*)’:
../lib/eal/x86/include/rte_spinlock.h:179:33: error: ‘struct rte_spinlock_t’ has no member named ‘locked’
  179 |  if (likely(rte_try_tm(&slr->sl.locked)))
      |                                 ^~~~~~
../lib/eal/include/rte_branch_prediction.h:27:39: note: in definition of macro ‘likely’
   27 | #define likely(x) __builtin_expect(!!(x), 1)
      |                                       ^
cc1plus: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
../lib/stack/rte_stack_lf_c11.h:59:6: error: ‘rte_int128_t’ undeclared (first use in this function)
   59 |     (rte_int128_t *)&list->head,
      |      ^~~~~~~~~~~~
../lib/stack/rte_stack_lf_c11.h:59:6: note: each undeclared identifier is reported only once for each function it appears in
../lib/stack/rte_stack_lf_c11.h:59:20: error: expected expression before ‘)’ token
   59 |     (rte_int128_t *)&list->head,
      |                    ^
../lib/stack/rte_stack_lf_c11.h:45:28: error: variable ‘new_head’ set but not used [-Werror=unused-but-set-variable]
   45 |   struct rte_stack_lf_head new_head;
      |                            ^~~~~~~~
../lib/stack/rte_stack_lf_c11.h: In function ‘__rte_stack_lf_pop_elems’:
../lib/stack/rte_stack_lf_c11.h:159:6: error: ‘rte_int128_t’ undeclared (first use in this function)
  159 |     (rte_int128_t *)&list->head,
      |      ^~~~~~~~~~~~
../lib/stack/rte_stack_lf_c11.h:159:20: error: expected expression before ‘)’ token
  159 |     (rte_int128_t *)&list->head,
      |                    ^
../lib/stack/rte_stack_lf_c11.h:105:28: error: variable ‘new_head’ set but not used [-Werror=unused-but-set-variable]
  105 |   struct rte_stack_lf_head new_head;
      |                            ^~~~~~~~
cc1: all warnings being treated as errors
[386/4022] Generating security.sym_chk with a meson_exe.py custom command.
[387/4022] Generating sched.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[4/3321] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o 
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -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/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 -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o' -c ../lib/telemetry/telemetry_legacy.c
In file included from ../lib/eal/ppc/include/rte_spinlock.h:14,
                 from ../lib/telemetry/telemetry_legacy.c:17:
../lib/eal/ppc/include/rte_pause.h: In function ‘rte_pause’:
../lib/eal/ppc/include/rte_pause.h:20:2: error: implicit declaration of function ‘rte_compiler_barrier’ [-Werror=implicit-function-declaration]
   20 |  rte_compiler_barrier();
      |  ^~~~~~~~~~~~~~~~~~~~
../lib/eal/ppc/include/rte_pause.h:20:2: error: nested extern declaration of ‘rte_compiler_barrier’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[5/3321] Generating kvargs.sym_chk with a meson_exe.py custom command.
[6/3321] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o 
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -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/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 -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
In file included from ../lib/eal/ppc/include/rte_spinlock.h:14,
                 from ../lib/telemetry/telemetry.c:20:
../lib/eal/ppc/include/rte_pause.h: In function ‘rte_pause’:
../lib/eal/ppc/include/rte_pause.h:20:2: error: implicit declaration of function ‘rte_compiler_barrier’ [-Werror=implicit-function-declaration]
   20 |  rte_compiler_barrier();
      |  ^~~~~~~~~~~~~~~~~~~~
../lib/eal/ppc/include/rte_pause.h:20:2: error: nested extern declaration of ‘rte_compiler_barrier’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[878/3293] Compiling C object 'drivers/a715181@@rte_dma_skeleton@sha/meson-generated_.._rte_dma_skeleton.pmd.c.o'.
[879/3293] Linking target drivers/librte_dma_skeleton.so.24.0.
[880/3293] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ddm.c.o'.
[881/3293] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[882/3293] Linking static target drivers/libtmp_rte_net_af_packet.a.
[883/3293] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev.c.o'.
[884/3293] Generating rte_net_af_packet.pmd.c with a custom command.
[885/3293] Compiling C object 'drivers/a715181@@rte_net_af_packet@sta/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[886/3293] Linking static target drivers/librte_net_af_packet.a.
[887/3293] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[888/3293] Linking target drivers/librte_net_af_packet.so.24.0.
[889/3293] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[890/3293] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ark@sta -Idrivers -I../drivers -Idrivers/net/ark -I../drivers/net/ark -Ilib/ethdev -I../lib/ethdev -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ark -MD -MQ 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o' -MF 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o' -c ../drivers/net/ark/ark_mpu.c
../drivers/net/ark/ark_mpu.c: In function ‘ark_mpu_reset’:
../drivers/net/ark/ark_mpu.c:71:2: error: implicit declaration of function ‘rte_wmb’ [-Werror=implicit-function-declaration]
   71 |  rte_wmb();
      |  ^~~~~~~
../drivers/net/ark/ark_mpu.c:71:2: error: nested extern declaration of ‘rte_wmb’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[891/3293] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'.
[892/3293] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" 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-----------------------------

      parent reply	other threads:[~2023-08-01  5:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1690866234-28365-5-git-send-email-roretzla@linux.microsoft.com>
2023-08-01  5:01 ` |FAILURE| pw129764-129766 " qemudev
2023-08-01  5:05 ` |SUCCESS| pw129766 " checkpatch
2023-08-01  5:58 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230801055831.3095753-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=roretzla@linux.microsoft.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).