automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |FAILURE| pw81350-81356 [PATCH] [v12, 7/7] app/testfib: add support for different lookup functions
Date: Mon, 19 Oct 2020 07:06:37 -0400 (EDT)	[thread overview]
Message-ID: <20201019110637.B69691F18F@noxus.dpdklab.iol.unh.edu> (raw)

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

Test-Label: Performance-Testing
Test-Status: FAILURE
http://dpdk.org/patch/81350

_build patch failure_

Submitter: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Date: Monday, October 19 2020 10:17:51 
Applied on: CommitID:e8a83681f458d95d197bd37208fed3c3900def03
Apply patch set 81350-81356 failed:

[1/2097] Linking static target lib/librte_vhost.a.
[2/2097] Linking static target lib/librte_ipsec.a.
[3/2097] Generating rte_port_def with a custom command.
[4/2097] Linking target lib/librte_rib.so.21.0.
[5/2097] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o'.
FAILED: lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o 
cc -Ilib/76b5a35@@rte_fib@sta -Ilib -I../lib -Ilib/librte_fib -I../lib/librte_fib -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_rib -I../lib/librte_rib -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -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 -DCC_DIR24_8_AVX512_SUPPORT -DCC_TRIE_AVX512_SUPPORT -MD -MQ 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o' -MF 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o.d' -o 'lib/76b5a35@@rte_fib@sta/librte_fib_dir24_8.c.o' -c ../lib/librte_fib/dir24_8.c
../lib/librte_fib/dir24_8.c: In function ‘get_vector_fn’:
../lib/librte_fib/dir24_8.c:70:5: warning: implicit declaration of function ‘rte_get_max_simd_bitwidth’ [-Wimplicit-function-declaration]
    (rte_get_max_simd_bitwidth() < RTE_SIMD_512))
     ^~~~~~~~~~~~~~~~~~~~~~~~~
../lib/librte_fib/dir24_8.c:70:5: warning: nested extern declaration of ‘rte_get_max_simd_bitwidth’ [-Wnested-externs]
../lib/librte_fib/dir24_8.c:70:35: error: ‘RTE_SIMD_512’ undeclared (first use in this function); did you mean ‘RTE_STD_C11’?
    (rte_get_max_simd_bitwidth() < RTE_SIMD_512))
                                   ^~~~~~~~~~~~
                                   RTE_STD_C11
../lib/librte_fib/dir24_8.c:70:35: note: each undeclared identifier is reported only once for each function it appears in
[6/2097] Compiling C object 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o'.
FAILED: lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o 
cc -Ilib/76b5a35@@rte_fib@sta -Ilib -I../lib -Ilib/librte_fib -I../lib/librte_fib -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_rib -I../lib/librte_rib -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -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 -DCC_DIR24_8_AVX512_SUPPORT -DCC_TRIE_AVX512_SUPPORT -MD -MQ 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o' -MF 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o.d' -o 'lib/76b5a35@@rte_fib@sta/librte_fib_trie.c.o' -c ../lib/librte_fib/trie.c
../lib/librte_fib/trie.c: In function ‘get_vector_fn’:
../lib/librte_fib/trie.c:54:5: warning: implicit declaration of function ‘rte_get_max_simd_bitwidth’ [-Wimplicit-function-declaration]
    (rte_get_max_simd_bitwidth() < RTE_SIMD_512))
     ^~~~~~~~~~~~~~~~~~~~~~~~~
../lib/librte_fib/trie.c:54:5: warning: nested extern declaration of ‘rte_get_max_simd_bitwidth’ [-Wnested-externs]
../lib/librte_fib/trie.c:54:35: error: ‘RTE_SIMD_512’ undeclared (first use in this function); did you mean ‘RTE_STD_C11’?
    (rte_get_max_simd_bitwidth() < RTE_SIMD_512))
                                   ^~~~~~~~~~~~
                                   RTE_STD_C11
../lib/librte_fib/trie.c:54:35: note: each undeclared identifier is reported only once for each function it appears in
[7/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sched.c.o'.
[8/2097] Generating symbol file 'lib/76b5a35@@rte_mbuf@sha/librte_mbuf.so.21.0.symbols'.
[9/2097] Generating symbol file 'lib/76b5a35@@rte_lpm@sha/librte_lpm.so.21.0.symbols'.
[10/2097] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.21.0.symbols'.
[11/2097] Generating ipsec.sym_chk with a meson_exe.py custom command.
[12/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_source_sink.c.o'.
[13/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_swx_port_ethdev.c.o'.
[14/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_sym_crypto.c.o'.
[15/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_frag.c.o'.
[16/2097] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_bnx2x_vfpf.c.o'.
[17/2097] Generating vhost.sym_chk with a meson_exe.py custom command.
[18/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ras.c.o'.
[19/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_eventdev.c.o'.
[20/2097] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_ecore_sp.c.o'.
[21/2097] Compiling C object 'lib/76b5a35@@rte_port@sta/librte_port_rte_port_ring.c.o'.
[22/2097] Compiling C object 'drivers/a715181@@tmp_rte_pmd_bnx2x@sta/net_bnx2x_elink.c.o'.
ninja: build stopped: subcommand failed.

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2020-10-19 11:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20201019110637.B69691F18F@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --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).