automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw100002-100005 [PATCH] [v2, 4/4] net/mlx5: support mempool registration
@ 2021-10-04 17:08 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-04 17:08 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 6446 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/100002

_build patch failure_

Submitter: Dmitry Kozlyuk <dkozlyuk@oss.nvidia.com>
Date: Wednesday, September 29 2021 14:52:49 
Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d
Apply patch set 100002-100005 failed:

[1/2848] Linking static target lib/librte_mbuf.a
[2/2848] Linking static target lib/librte_net.a
[3/2848] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.o
[4/2848] Linking target lib/librte_kvargs.so.22.0
[5/2848] Linking target lib/librte_telemetry.so.22.0
[6/2848] Generating rte_ethdev_mingw with a custom command
[7/2848] Linking static target lib/librte_pci.a
[8/2848] Generating rte_ethdev_def with a custom command
[9/2848] Generating rte_pci_def with a custom command
[10/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline.c.o
[11/2848] Generating rte_pci_mingw with a custom command
[12/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_cirbuf.c.o
[13/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.o
[14/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.o
[15/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.o
[16/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.o
[17/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[18/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_socket.c.o
[19/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.o
[20/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_unix.c.o
[21/2848] Generating rte_cmdline_def with a custom command
[22/2848] Generating rte_cmdline_mingw with a custom command
[23/2848] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o 
ccache cc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c
../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’:
../lib/mempool/rte_mempool.c:1379:2: warning: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Wimplicit-function-declaration]
  TAILQ_FOREACH_SAFE(te, list, next, tmp_te) {
  ^~~~~~~~~~~~~~~~~~
  RTE_TAILQ_FOREACH_SAFE
../lib/mempool/rte_mempool.c:1379:2: warning: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function); did you mean ‘exit’?
  TAILQ_FOREACH_SAFE(te, list, next, tmp_te) {
                               ^~~~
                               exit
../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in
../lib/mempool/rte_mempool.c:1379:45: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(te, list, next, tmp_te) {
                                             ^
../lib/mempool/rte_mempool.c:1370:54: warning: unused parameter ‘event’ [-Wunused-parameter]
 mempool_event_callback_invoke(enum rte_mempool_event event,
                                                      ^~~~~
../lib/mempool/rte_mempool.c:1371:30: warning: unused parameter ‘mp’ [-Wunused-parameter]
          struct rte_mempool *mp)
                              ^~
../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’:
../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’?
  TAILQ_FOREACH_SAFE(te, list, next, tmp_te) {
                               ^~~~
                               ret
../lib/mempool/rte_mempool.c:1407:45: error: expected ‘;’ before ‘{’ token
  TAILQ_FOREACH_SAFE(te, list, next, tmp_te) {
                                             ^
[24/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.o
[25/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[26/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.o
[27/2848] Generating symbol file lib/librte_telemetry.so.22.0.p/librte_telemetry.so.22.0.symbols
[28/2848] Generating symbol file lib/librte_kvargs.so.22.0.p/librte_kvargs.so.22.0.symbols
[29/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.o
[30/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_etheraddr.c.o
[31/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[32/2848] Generating pci.sym_chk with a custom command (wrapped by meson to capture output)
[33/2848] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_ipaddr.c.o
[34/2848] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[35/2848] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
[36/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[37/2848] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
[38/2848] Generating mbuf.sym_chk with a custom command (wrapped by meson to capture output)
[39/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[40/2848] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/19057/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-04 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 17:08 [dpdk-test-report] |FAILURE| pw100002-100005 [PATCH] [v2, 4/4] net/mlx5: support mempool registration dpdklab

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).