automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: michaelba@nvidia.com, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw94926 [dpdk-dev] [PATCH 3/3] regex/mlx5: fix redundancy in PCI remove function
Date: Mon, 28 Jun 2021 16:01:38 -0400	[thread overview]
Message-ID: <20210628200138.1594-1-robot@bytheb.org> (raw)
In-Reply-To: <20210628192347.1825713-3-michaelba@nvidia.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/980223654
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-static failed at step "Build and test"
ubuntu-18.04-gcc-shared-abi+doc+tests failed at step "Build and test"
ubuntu-18.04-clang-static failed at step "Build and test"
ubuntu-18.04-clang-shared-doc+tests failed at step "Build and test"
ubuntu-18.04-gcc-static-aarch64 failed at step "Build and test"
ubuntu-18.04-gcc-shared-aarch64 failed at step "Build and test"
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################
[2146/3093] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2147/3093] Generating rte_compress_zlib_def with a custom command.
[2148/3093] Linking static target drivers/librte_compress_octeontx.a.
[2149/3093] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2150/3093] Generating rte_compress_zlib_mingw with a custom command.
[2151/3093] Linking target drivers/librte_compress_octeontx.so.21.3.
[2152/3093] Generating rte_compress_zlib.pmd.c with a custom command.
[2153/3093] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2154/3093] Linking static target drivers/librte_compress_zlib.a.
[2155/3093] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2156/3093] Linking target drivers/librte_compress_zlib.so.21.3.
[2157/3093] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
FAILED: drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_regex_mlx5@sta -Idrivers -I../drivers -Idrivers/regex/mlx5 -I../drivers/regex/mlx5 -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/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/regexdev -I../lib/regexdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.regex.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -MF 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o.d' -o 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -c ../drivers/regex/mlx5/mlx5_regex.c
../drivers/regex/mlx5/mlx5_regex.c: In function ‘mlx5_regex_mr_mem_event_cb’:
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: implicit declaration of function ‘mlx5_free_mr_by_addr’; did you mean ‘mlx5_dev_to_pci_addr’? [-Werror=implicit-function-declaration]
    mlx5_free_mr_by_addr(&priv->mr_scache,
    ^~~~~~~~~~~~~~~~~~~~
    mlx5_dev_to_pci_addr
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: nested extern declaration of ‘mlx5_free_mr_by_addr’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2158/3093] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
[2159/3093] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
[2182/3309] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2183/3309] Linking static target drivers/librte_compress_octeontx.a.
[2184/3309] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2185/3309] Generating rte_compress_zlib_def with a custom command.
[2186/3309] Linking target drivers/librte_compress_octeontx.so.21.3.
[2187/3309] Generating rte_compress_zlib_mingw with a custom command.
[2188/3309] Generating rte_compress_zlib.pmd.c with a custom command.
[2189/3309] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2190/3309] Linking static target drivers/librte_compress_zlib.a.
[2191/3309] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2192/3309] Linking target drivers/librte_compress_zlib.so.21.3.
[2193/3309] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
FAILED: drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_regex_mlx5@sta -Idrivers -I../drivers -Idrivers/regex/mlx5 -I../drivers/regex/mlx5 -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/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/regexdev -I../lib/regexdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.regex.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -MF 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o.d' -o 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -c ../drivers/regex/mlx5/mlx5_regex.c
../drivers/regex/mlx5/mlx5_regex.c: In function ‘mlx5_regex_mr_mem_event_cb’:
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: implicit declaration of function ‘mlx5_free_mr_by_addr’; did you mean ‘mlx5_dev_to_pci_addr’? [-Werror=implicit-function-declaration]
    mlx5_free_mr_by_addr(&priv->mr_scache,
    ^~~~~~~~~~~~~~~~~~~~
    mlx5_dev_to_pci_addr
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: nested extern declaration of ‘mlx5_free_mr_by_addr’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2194/3309] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
[2195/3309] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################
[2144/3095] Linking static target drivers/libtmp_rte_compress_zlib.a.
[2145/3095] Linking target drivers/librte_compress_mlx5.so.21.3.
[2146/3095] Generating rte_compress_octeontx.pmd.c with a custom command.
[2147/3095] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2148/3095] Linking static target drivers/librte_compress_octeontx.a.
[2149/3095] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2150/3095] Generating rte_compress_zlib_def with a custom command.
[2151/3095] Linking target drivers/librte_compress_octeontx.so.21.3.
[2152/3095] Generating rte_compress_zlib_mingw with a custom command.
[2153/3095] Generating rte_compress_zlib.pmd.c with a custom command.
[2154/3095] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2155/3095] Linking static target drivers/librte_compress_zlib.a.
[2156/3095] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2157/3095] Linking target drivers/librte_compress_zlib.so.21.3.
[2158/3095] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
FAILED: drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_regex_mlx5@sta -Idrivers -I../drivers -Idrivers/regex/mlx5 -I../drivers/regex/mlx5 -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/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/regexdev -I../lib/regexdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.regex.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -MF 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o.d' -o 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -c ../drivers/regex/mlx5/mlx5_regex.c
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: implicit declaration of function 'mlx5_free_mr_by_addr' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        mlx5_free_mr_by_addr(&priv->mr_scache,
                        ^
1 error generated.
[2159/3095] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
[2160/3095] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
[2181/3311] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd.c.o'.
[2182/3311] Generating rte_compress_octeontx.pmd.c with a custom command.
[2183/3311] Linking static target drivers/libtmp_rte_compress_zlib.a.
[2184/3311] Generating rte_compress_zlib_def with a custom command.
[2185/3311] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2186/3311] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2187/3311] Linking static target drivers/librte_compress_octeontx.a.
[2188/3311] Generating rte_compress_zlib_mingw with a custom command.
[2189/3311] Linking target drivers/librte_compress_octeontx.so.21.3.
[2190/3311] Generating rte_compress_zlib.pmd.c with a custom command.
[2191/3311] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2192/3311] Linking static target drivers/librte_compress_zlib.a.
[2193/3311] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2194/3311] Linking target drivers/librte_compress_zlib.so.21.3.
[2195/3311] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
FAILED: drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_regex_mlx5@sta -Idrivers -I../drivers -Idrivers/regex/mlx5 -I../drivers/regex/mlx5 -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/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/regexdev -I../lib/regexdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.regex.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -MF 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o.d' -o 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -c ../drivers/regex/mlx5/mlx5_regex.c
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: implicit declaration of function 'mlx5_free_mr_by_addr' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        mlx5_free_mr_by_addr(&priv->mr_scache,
                        ^
1 error generated.
[2196/3311] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
[2197/3311] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################
[2146/3093] Linking static target drivers/librte_compress_mlx5.a.
[2147/3093] Linking static target drivers/librte_compress_octeontx.a.
[2148/3093] Generating rte_compress_zlib_def with a custom command.
[2149/3093] Generating rte_compress_zlib_mingw with a custom command.
[2150/3093] Generating rte_compress_zlib.pmd.c with a custom command.
[2151/3093] Compiling C object 'drivers/a715181@@rte_compress_zlib@sta/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2152/3093] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2153/3093] Linking static target drivers/librte_compress_zlib.a.
[2154/3093] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2155/3093] Linking target drivers/librte_compress_octeontx.so.21.3.
[2156/3093] Linking target drivers/librte_compress_zlib.so.21.3.
[2157/3093] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
FAILED: drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_regex_mlx5@sta -Idrivers -I../drivers -Idrivers/regex/mlx5 -I../drivers/regex/mlx5 -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/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/regexdev -I../lib/regexdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.regex.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -MF 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o.d' -o 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -c ../drivers/regex/mlx5/mlx5_regex.c
../drivers/regex/mlx5/mlx5_regex.c: In function ‘mlx5_regex_mr_mem_event_cb’:
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: implicit declaration of function ‘mlx5_free_mr_by_addr’; did you mean ‘mlx5_dev_to_pci_addr’? [-Werror=implicit-function-declaration]
    mlx5_free_mr_by_addr(&priv->mr_scache,
    ^~~~~~~~~~~~~~~~~~~~
    mlx5_dev_to_pci_addr
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: nested extern declaration of ‘mlx5_free_mr_by_addr’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2158/3093] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
[2159/3093] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
[2178/3306] Linking static target drivers/librte_compress_zlib.a.
[2179/3306] Linking static target drivers/libtmp_rte_compress_octeontx.a.
[2180/3306] Compiling C object 'drivers/a715181@@rte_compress_zlib@sha/meson-generated_.._rte_compress_zlib.pmd.c.o'.
[2181/3306] Generating rte_compress_octeontx.pmd.c with a custom command.
[2182/3306] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2183/3306] Linking static target drivers/librte_compress_octeontx.a.
[2184/3306] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[2185/3306] Linking target drivers/librte_compress_octeontx.so.21.3.
[2186/3306] Linking target drivers/librte_compress_zlib.so.21.3.
[2187/3306] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
[2188/3306] Generating rte_regex_mlx5_def with a custom command.
[2189/3306] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
FAILED: drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_regex_mlx5@sta -Idrivers -I../drivers -Idrivers/regex/mlx5 -I../drivers/regex/mlx5 -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/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/regexdev -I../lib/regexdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.regex.mlx5  -MD -MQ 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -MF 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o.d' -o 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o' -c ../drivers/regex/mlx5/mlx5_regex.c
../drivers/regex/mlx5/mlx5_regex.c: In function ‘mlx5_regex_mr_mem_event_cb’:
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: implicit declaration of function ‘mlx5_free_mr_by_addr’; did you mean ‘mlx5_dev_to_pci_addr’? [-Werror=implicit-function-declaration]
    mlx5_free_mr_by_addr(&priv->mr_scache,
    ^~~~~~~~~~~~~~~~~~~~
    mlx5_dev_to_pci_addr
../drivers/regex/mlx5/mlx5_regex.c:113:4: error: nested extern declaration of ‘mlx5_free_mr_by_addr’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2190/3306] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
[2191/3306] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_control.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2021-06-28 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210628192347.1825713-3-michaelba@nvidia.com>
2021-06-28 19:26 ` [dpdk-test-report] |SUCCESS| pw94926 " checkpatch
2021-06-28 20:01 ` 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=20210628200138.1594-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=michaelba@nvidia.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).