automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: kamalakshitha.aligeri@arm.com, robot@bytheb.org
Subject: |FAILURE| pw123824 [PATCH v3 2/2] test/mempool: add zero-copy API's
Date: Mon, 13 Feb 2023 19:40:12 -0500	[thread overview]
Message-ID: <20230214004012.3481800-1-robot@bytheb.org> (raw)
In-Reply-To: <20230213181826.145685-3-kamalakshitha.aligeri@arm.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4166708173
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-abi+doc+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-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:35-gcc" failed at step Build
"fedora:35-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
####################################################################################
  133 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:142:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  142 |   cache_objs = rte_mempool_cache_zc_get_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:144:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  144 |   cache_objs = rte_mempool_cache_zc_get_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:158:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  158 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:160:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  160 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:179:15: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  179 |    cache_objs = rte_mempool_cache_zc_get_bulk(cache, mp, 1);
      |               ^
../app/test/test_mempool.c:205:15: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  205 |    cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |               ^
cc1: all warnings being treated as errors
[574/1421] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mbuf.c.o'.
[575/1421] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_memcpy_perf.c.o'.
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-abi+doc+tests" at step Build and test
####################################################################################
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[1551/4294] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o'.
FAILED: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o 
ccache gcc -Idrivers/net/i40e/1b39a87@@i40e_avx512_lib@sta -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -mavx512f -mavx512bw -march=skylake-avx512 -MD -MQ 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' -MF 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o.d' -o 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' -c ../drivers/net/i40e/i40e_rxtx_vec_avx512.c
In file included from ../drivers/net/i40e/i40e_rxtx_vec_avx512.c:13:
../drivers/net/i40e/i40e_rxtx_vec_common.h: In function ‘i40e_tx_free_bufs’:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: implicit declaration of function ‘rte_mempool_cache_zc_put_bulk’; did you mean ‘rte_mempool_trace_put_bulk’? [-Werror=implicit-function-declaration]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[1552/4294] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
FAILED: drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o 
ccache clang -Idrivers/net/i40e/1b39a87@@i40e_avx2_lib@sta -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -mavx2 -MD -MQ 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o' -MF 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o.d' -o 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o' -c ../drivers/net/i40e/i40e_rxtx_vec_avx2.c
In file included from ../drivers/net/i40e/i40e_rxtx_vec_avx2.c:13:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: implicit declaration of function 'rte_mempool_cache_zc_put_bulk' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
                             ^
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: note: did you mean 'rte_mempool_trace_put_bulk'?
../lib/mempool/rte_mempool_trace_fp.h:58:2: note: 'rte_mempool_trace_put_bulk' declared here
        rte_mempool_trace_put_bulk,
        ^
../lib/eal/include/rte_trace_point.h:100:24: note: expanded from macro 'RTE_TRACE_POINT_FP'
        __RTE_TRACE_POINT(fp, tp, args, __VA_ARGS__)
                              ^
../lib/eal/include/rte_trace_point.h:47:33: note: expanded from macro '__RTE_TRACE_POINT'
static __rte_always_inline void \
                                ^
In file included from ../drivers/net/i40e/i40e_rxtx_vec_avx2.c:13:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: incompatible integer to pointer conversion assigning to 'void **' from 'int' [-Werror,-Wint-conversion]
                cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[1542/4294] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o'.
[1543/4294] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.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
####################################################################################
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[1113/2995] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o'.
FAILED: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o 
ccache gcc -Idrivers/net/i40e/1b39a87@@i40e_avx512_lib@sta -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -mavx512f -mavx512bw -march=skylake-avx512 -MD -MQ 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' -MF 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o.d' -o 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' -c ../drivers/net/i40e/i40e_rxtx_vec_avx512.c
In file included from ../drivers/net/i40e/i40e_rxtx_vec_avx512.c:13:
../drivers/net/i40e/i40e_rxtx_vec_common.h: In function ‘i40e_tx_free_bufs’:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: implicit declaration of function ‘rte_mempool_cache_zc_put_bulk’; did you mean ‘rte_mempool_trace_put_bulk’? [-Werror=implicit-function-declaration]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[1114/2995] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o'.
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
####################################################################################
[359/1302] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.obj'.
[360/1302] Linking static target drivers/libtmp_rte_net_e1000.a.
[361/1302] Generating rte_net_e1000.pmd.c with a custom command.
[362/1302] Compiling C object 'drivers/a715181@@rte_net_e1000@sta/meson-generated_.._rte_net_e1000.pmd.c.obj'.
[363/1302] Compiling C object 'drivers/a715181@@rte_net_e1000@sha/meson-generated_.._rte_net_e1000.pmd.c.obj'.
[364/1302] Linking static target drivers/librte_net_e1000.a.
[365/1302] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.obj'.
[366/1302] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj'.
FAILED: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj 
ccache x86_64-w64-mingw32-gcc -Idrivers/net/i40e/1b39a87@@i40e_avx512_lib@sta -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/ethdev -I../lib/ethdev -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/common -I../lib/eal/common -Ilib/eal -I../lib/eal -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -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 -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -fno-asynchronous-unwind-tables -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -mavx512f -mavx512bw -march=skylake-avx512 -MD -MQ 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj' -MF 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj.d' -o 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj' -c ../drivers/net/i40e/i40e_rxtx_vec_avx512.c
In file included from ../drivers/net/i40e/i40e_rxtx_vec_avx512.c:13:
../drivers/net/i40e/i40e_rxtx_vec_common.h: In function ‘i40e_tx_free_bufs’:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: implicit declaration of function ‘rte_mempool_cache_zc_put_bulk’; did you mean ‘rte_mempool_trace_put_bulk’? [-Werror=implicit-function-declaration]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[367/1302] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.obj'.
[368/1302] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.obj'.
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-aarch64" at step Build and test
####################################################################################
[1465/3927] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o'.
[1466/3927] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o'.
[1467/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'.
[1468/3927] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o'.
[1469/3927] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o'.
[1470/3927] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1471/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o'.
[1472/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_neon.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_neon.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_neon.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_neon.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_neon.c.o' -c ../drivers/net/i40e/i40e_rxtx_vec_neon.c
In file included from ../drivers/net/i40e/i40e_rxtx_vec_neon.c:15:
../drivers/net/i40e/i40e_rxtx_vec_common.h: In function ‘i40e_tx_free_bufs’:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: implicit declaration of function ‘rte_mempool_cache_zc_put_bulk’; did you mean ‘rte_mempool_trace_put_bulk’? [-Werror=implicit-function-declaration]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[1473/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o'.
[1474/3927] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[1351/3777] Linking target drivers/librte_net_hinic.so.23.1.
[1352/3777] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o'.
[1353/3777] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o'.
[1354/3777] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o'.
[1355/3777] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1356/3777] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'.
[1357/3777] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o'.
[1358/3777] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_altivec.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_altivec.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_i40e@sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_altivec.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_altivec.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_altivec.c.o' -c ../drivers/net/i40e/i40e_rxtx_vec_altivec.c
In file included from ../drivers/net/i40e/i40e_rxtx_vec_altivec.c:14:
../drivers/net/i40e/i40e_rxtx_vec_common.h: In function ‘i40e_tx_free_bufs’:
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: implicit declaration of function ‘rte_mempool_cache_zc_put_bulk’; did you mean ‘rte_mempool_trace_put_bulk’? [-Werror=implicit-function-declaration]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                rte_mempool_trace_put_bulk
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:16: error: nested extern declaration of ‘rte_mempool_cache_zc_put_bulk’ [-Werror=nested-externs]
../drivers/net/i40e/i40e_rxtx_vec_common.h:111:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  111 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, n);
      |              ^
cc1: all warnings being treated as errors
[1359/3777] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'.
[1360/3777] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
  133 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:142:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  142 |   cache_objs = rte_mempool_cache_zc_get_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:144:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  144 |   cache_objs = rte_mempool_cache_zc_get_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:158:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  158 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:160:14: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  160 |   cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |              ^
../app/test/test_mempool.c:179:15: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  179 |    cache_objs = rte_mempool_cache_zc_get_bulk(cache, mp, 1);
      |               ^
../app/test/test_mempool.c:205:15: error: assignment to ‘void **’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  205 |    cache_objs = rte_mempool_cache_zc_put_bulk(cache, mp, 1);
      |               ^
cc1: all warnings being treated as errors
[2685/3749] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_mempool_perf.c.o'.
[2686/3749] Generating rte_event_cnxk.pmd.c with a 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:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




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

      parent reply	other threads:[~2023-02-13 23:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230213181826.145685-3-kamalakshitha.aligeri@arm.com>
2023-02-13 18:08 ` |FAILURE| pw123823-123824 " qemudev
2023-02-13 18:19 ` |WARNING| pw123824 " checkpatch
2023-02-14  0:40 ` 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=20230214004012.3481800-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=kamalakshitha.aligeri@arm.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).