automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw60362-60364 [PATCH] [v3, 1/3] lib/lpm: integrate RCU QSBR
@ 2019-10-01 18:43 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2019-10-01 18:43 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_build patch failure_

Submitter: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Date: Tuesday, October 01 2019 18:28:55 
Applied on: CommitID:bd253daa7717835f88bbc58b09a94d0060380396
Apply patch set 60362-60364 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
  SYMLINK-FILE include/rte_security.h
  SYMLINK-FILE include/rte_security_driver.h
  CC rte_security.o
  AR librte_security.a
  INSTALL-LIB librte_security.a
== Build lib/librte_compressdev
== Build lib/librte_hash
== Build lib/librte_eventdev
  SYMLINK-FILE include/rte_eventdev.h
  SYMLINK-FILE include/rte_eventdev_pmd.h
  SYMLINK-FILE include/rte_eventdev_pmd_pci.h
  SYMLINK-FILE include/rte_eventdev_pmd_vdev.h
  SYMLINK-FILE include/rte_event_ring.h
  SYMLINK-FILE include/rte_event_eth_rx_adapter.h
  SYMLINK-FILE include/rte_event_timer_adapter.h
  SYMLINK-FILE include/rte_event_timer_adapter_pmd.h
  SYMLINK-FILE include/rte_event_crypto_adapter.h
  SYMLINK-FILE include/rte_event_eth_tx_adapter.h
  CC rte_eventdev.o
  CC rte_event_ring.o
  CC rte_event_eth_rx_adapter.o
  CC rte_event_timer_adapter.o
  CC rte_event_crypto_adapter.o
  CC rte_event_eth_tx_adapter.o
  AR librte_eventdev.a
  INSTALL-LIB librte_eventdev.a
== Build lib/librte_rawdev
  SYMLINK-FILE include/rte_rawdev.h
  SYMLINK-FILE include/rte_rawdev_pmd.h
  CC rte_rawdev.o
  AR librte_rawdev.a
  INSTALL-LIB librte_rawdev.a
== Build lib/librte_vhost
  SYMLINK-FILE include/rte_vhost.h
  SYMLINK-FILE include/rte_vdpa.h
  SYMLINK-FILE include/rte_vhost_crypto.h
  CC fd_man.o
  CC iotlb.o
  CC socket.o
  CC vhost.o
  CC vhost_user.o
  CC virtio_net.o
  CC vdpa.o
  CC vhost_crypto.o
  AR librte_vhost.a
  INSTALL-LIB librte_vhost.a
== Build lib/librte_efd
== Build lib/librte_lpm
  CC rte_lpm.o
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c: In function ‘rte_lpm_free_v1604’:
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:386:3: error: implicit declaration of function ‘rte_rcu_qsbr_dq_delete’; did you mean ‘rte_rcu_qsbr_quiescent’? [-Werror=implicit-function-declaration]
   rte_rcu_qsbr_dq_delete(lpm->dq);
   ^~~~~~~~~~~~~~~~~~~~~~
   rte_rcu_qsbr_quiescent
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:386:3: error: nested extern declaration of ‘rte_rcu_qsbr_dq_delete’ [-Werror=nested-externs]
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c: In function ‘rte_lpm_rcu_qsbr_add’:
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:419:19: error: ‘RTE_RCU_QSBR_DQ_NAMESIZE’ undeclared (first use in this function); did you mean ‘RTE_TAILQ_NAMESIZE’?
  char rcu_dq_name[RTE_RCU_QSBR_DQ_NAMESIZE];
                   ^~~~~~~~~~~~~~~~~~~~~~~~
                   RTE_TAILQ_NAMESIZE
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:419:19: note: each undeclared identifier is reported only once for each function it appears in
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:420:36: error: storage size of ‘params’ isn’t known
  struct rte_rcu_qsbr_dq_parameters params;
                                    ^~~~~~
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:440:12: error: implicit declaration of function ‘rte_rcu_qsbr_dq_create’; did you mean ‘rte_rcu_qsbr_check’? [-Werror=implicit-function-declaration]
  lpm->dq = rte_rcu_qsbr_dq_create(&params);
            ^~~~~~~~~~~~~~~~~~~~~~
            rte_rcu_qsbr_check
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:440:12: error: nested extern declaration of ‘rte_rcu_qsbr_dq_create’ [-Werror=nested-externs]
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:420:36: error: unused variable ‘params’ [-Werror=unused-variable]
  struct rte_rcu_qsbr_dq_parameters params;
                                    ^~~~~~
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:419:7: error: unused variable ‘rcu_dq_name’ [-Werror=unused-variable]
  char rcu_dq_name[RTE_RCU_QSBR_DQ_NAMESIZE];
       ^~~~~~~~~~~
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c: In function ‘tbl8_alloc_v1604’:
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:780:7: error: implicit declaration of function ‘rte_rcu_qsbr_dq_reclaim’; did you mean ‘rte_rcu_qsbr_check’? [-Werror=implicit-function-declaration]
   if (rte_rcu_qsbr_dq_reclaim(lpm->dq) == 0)
       ^~~~~~~~~~~~~~~~~~~~~~~
       rte_rcu_qsbr_check
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:780:7: error: nested extern declaration of ‘rte_rcu_qsbr_dq_reclaim’ [-Werror=nested-externs]
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c: In function ‘tbl8_free_v1604’:
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:812:3: error: implicit declaration of function ‘rte_rcu_qsbr_dq_enqueue’; did you mean ‘rte_rcu_qsbr_dump’? [-Werror=implicit-function-declaration]
   rte_rcu_qsbr_dq_enqueue(lpm->dq, (void *)&e);
   ^~~~~~~~~~~~~~~~~~~~~~~
   rte_rcu_qsbr_dump
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.c:812:3: error: nested extern declaration of ‘rte_rcu_qsbr_dq_enqueue’ [-Werror=nested-externs]
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/lib/librte_lpm/rte_lpm.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 'rte_lpm.o' failed
make[5]: *** [rte_lpm.o] Error 1
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_lpm' failed
make[4]: *** [librte_lpm] 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/7750/

UNH-IOL DPDK Performance Test Lab

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

only message in thread, other threads:[~2019-10-01 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 18:43 [dpdk-test-report] |FAILURE| pw60362-60364 [PATCH] [v3, 1/3] lib/lpm: integrate RCU QSBR 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).