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| pw66462 [PATCH] ipsec: use hash lookup with hash sigs in sad lookup
Date: Mon,  9 Mar 2020 09:44:13 -0400 (EDT)	[thread overview]
Message-ID: <20200309134413.022656D4C6@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_build patch failure_

Submitter: Medvedkin, Vladimir <vladimir.medvedkin@intel.com>
Date: Monday, March 09 2020 12:55:45 
Applied on: CommitID:345187bda58f2685e34a00c7bca917637395aad4
Apply patch set 66462 failed:

Configuration done using x86_64-native-linuxapp-gcc
== Build lib
== Build lib/librte_kvargs
== Build lib/librte_eal
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/toolchain/gcc/rte.toolchain-compat.mk:30: AVX512 support disabled because of binutils 2.30. See Bug 97
== Build lib/librte_eal/common
== Build lib/librte_eal/linux
== Build lib/librte_eal/linux/eal
== Build lib/librte_pci
== Build lib/librte_ring
== Build lib/librte_stack
== Build lib/librte_mempool
== Build lib/librte_mbuf
== Build lib/librte_timer
== Build lib/librte_cfgfile
== Build lib/librte_net
== Build lib/librte_cmdline
== Build lib/librte_meter
== Build lib/librte_ethdev
== Build lib/librte_bbdev
== Build lib/librte_cryptodev
== Build lib/librte_security
== Build lib/librte_compressdev
== Build lib/librte_hash
== Build lib/librte_eventdev
== Build lib/librte_rawdev
== Build lib/librte_vhost
== Build lib/librte_efd
== Build lib/librte_rib
== Build lib/librte_fib
== Build lib/librte_lpm
== Build lib/librte_acl
== Build lib/librte_member
== Build lib/librte_ip_frag
== Build lib/librte_gro
== Build lib/librte_jobstats
== Build lib/librte_metrics
== Build lib/librte_bitratestats
== Build lib/librte_latencystats
== Build lib/librte_power
== Build lib/librte_sched
== Build lib/librte_kni
== Build lib/librte_port
  SYMLINK-FILE include/rte_port.h
  SYMLINK-FILE include/rte_port_ethdev.h
  SYMLINK-FILE include/rte_port_ring.h
  SYMLINK-FILE include/rte_port_frag.h
  SYMLINK-FILE include/rte_port_ras.h
  SYMLINK-FILE include/rte_port_sched.h
  SYMLINK-FILE include/rte_port_fd.h
  SYMLINK-FILE include/rte_port_kni.h
  SYMLINK-FILE include/rte_port_source_sink.h
  SYMLINK-FILE include/rte_port_sym_crypto.h
  SYMLINK-FILE include/rte_port_eventdev.h
  CC rte_port_ethdev.o
  CC rte_port_ring.o
  CC rte_port_frag.o
  CC rte_port_ras.o
  CC rte_port_sched.o
  CC rte_port_fd.o
  CC rte_port_kni.o
  CC rte_port_source_sink.o
  CC rte_port_sym_crypto.o
  CC rte_port_eventdev.o
  AR librte_port.a
  INSTALL-LIB librte_port.a
== Build lib/librte_table
  SYMLINK-FILE include/rte_table.h
  SYMLINK-FILE include/rte_table_lpm.h
  SYMLINK-FILE include/rte_table_lpm_ipv6.h
  SYMLINK-FILE include/rte_table_acl.h
  SYMLINK-FILE include/rte_table_hash.h
  SYMLINK-FILE include/rte_table_hash_cuckoo.h
  SYMLINK-FILE include/rte_table_hash_func.h
  SYMLINK-FILE include/rte_table_hash_func_arm64.h
  SYMLINK-FILE include/rte_lru.h
  SYMLINK-FILE include/rte_lru_x86.h
  SYMLINK-FILE include/rte_table_array.h
  SYMLINK-FILE include/rte_table_stub.h
  CC rte_table_lpm.o
  CC rte_table_lpm_ipv6.o
  CC rte_table_acl.o
  CC rte_table_hash_cuckoo.o
  CC rte_table_hash_key8.o
  CC rte_table_hash_key16.o
  CC rte_table_hash_key32.o
  CC rte_table_hash_ext.o
  CC rte_table_hash_lru.o
  CC rte_table_array.o
  CC rte_table_stub.o
  AR librte_table.a
  INSTALL-LIB librte_table.a
== Build lib/librte_flow_classify
  SYMLINK-FILE include/rte_flow_classify.h
  CC rte_flow_classify.o
  CC rte_flow_classify_parse.o
  AR librte_flow_classify.a
  INSTALL-LIB librte_flow_classify.a
== Build lib/librte_distributor
== Build lib/librte_pipeline
  SYMLINK-FILE include/rte_pipeline.h
  SYMLINK-FILE include/rte_port_in_action.h
  SYMLINK-FILE include/rte_table_action.h
  CC rte_pipeline.o
  CC rte_port_in_action.o
  CC rte_table_action.o
  AR librte_pipeline.a
  INSTALL-LIB librte_pipeline.a
== Build lib/librte_reorder
== Build lib/librte_pdump
== Build lib/librte_gso
== Build lib/librte_bpf
== Build lib/librte_ipsec
  CC ipsec_sad.o
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_ipsec/ipsec_sad.c: In function ‘__ipsec_sad_lookup’:
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_ipsec/ipsec_sad.c:464:2: error: implicit declaration of function ‘rte_hash_lookup_with_hash_bulk_data’; did you mean ‘rte_hash_lookup_with_hash_data’? [-Werror=implicit-function-declaration]
  rte_hash_lookup_with_hash_bulk_data(sad->hash[RTE_IPSEC_SAD_SPI_ONLY],
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  rte_hash_lookup_with_hash_data
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_ipsec/ipsec_sad.c:464:2: error: nested extern declaration of ‘rte_hash_lookup_with_hash_bulk_data’ [-Werror=nested-externs]
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_ipsec/ipsec_sad.c: At top level:
cc1: error: unrecognized command line option ‘-Wno-address-of-packed-member’ [-Werror]
cc1: all warnings being treated as errors
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ipsec_sad.o' failed
make[5]: *** [ipsec_sad.o] Error 1
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_ipsec' failed
make[4]: *** [librte_ipsec] Error 2
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/rte.sdkinstall.mk:60: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2020-03-09 13:44 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=20200309134413.022656D4C6@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).