[dpdk-test-report] | ERROR | daily Intel builds (32/52)

sys_stv at intel.com sys_stv at intel.com
Fri Oct 26 22:32:41 CEST 2018


Last commit Time   : Fri Oct 26 19:53:14 2018 +0200
Last Author        : Naga Suresh Somarowthu
Last commit Hash   : ee1caebc4dea6ae59ef60d2e3cc75338c213207d
Last comment       : test/kni: check module dependency

Build Summary      : 52 Builds Done, 32 Successful, 20 Failures.

Failure details    : 

Failure #1
SUSE12SP3_64 / Linux 3.7.10-1 / GCC 4.7.2
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      /homeDPDK/x86_64-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
/homeDPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
/homeDPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
/homeDPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

Failure #2
SUSE12SP3_64 / Linux 3.7.10-1 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      /homeDPDK/x86_64-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
/homeDPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
/homeDPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
/homeDPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

Failure #3
CENTOS72_64 / Linux 3.10.0-327 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)

Failure #4
SUSE-SLES12SP1_64 / Linux 3.12.62-60 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

/localdiskDPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for /localdiskDPDK/examples/l3fwd-power/main.c (code 4)
/localdiskDPDK/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed
/localdiskDPDK/mk/rte.extapp.mk:14: recipe for target 'all' failed
/localdiskDPDK/mk/rte.extsubdir.mk:21: recipe for target 'l3fwd-power' failed
/localdiskDPDK/mk/rte.sdkexamples.mk:25: recipe for target 'x86_64-native-linuxapp-icc_examples' failed
/localdiskDPDK/mk/rte.sdkroot.mk:96: recipe for target 'examples' failed

Failure #5
UBT144_64 / Linux 3.13.0-30 / GCC 4.8.2
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      DPDK/x86_64-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
DPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
DPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
  uint32_t fifo_read = smp_load_acquire(&fifo->read);
  ^
DPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
  smp_store_release(&fifo->write, fifo_write);
  ^
cc1: all warnings being treated as errors

Failure #6
UBT144_64 / Linux 3.13.0-30 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      DPDK/x86_64-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
DPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
DPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
  uint32_t fifo_read = smp_load_acquire(&fifo->read);
  ^
DPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
  smp_store_release(&fifo->write, fifo_write);
  ^
cc1: all warnings being treated as errors

Failure #7
RHEL73_64 / Linux 3.10.0-514 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

/localdiskDPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for /localdiskDPDK/examples/l3fwd-power/main.c (code 4)

Failure #8
RHEL72_64 / Linux 3.10.0-327 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)

Failure #9
FC24_64 / Linux 4.7.2-201 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)
DPDK/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed
DPDK/mk/rte.extapp.mk:14: recipe for target 'all' failed
DPDK/mk/rte.extsubdir.mk:21: recipe for target 'l3fwd-power' failed
DPDK/mk/rte.sdkexamples.mk:25: recipe for target 'x86_64-native-linuxapp-icc_examples' failed
DPDK/mk/rte.sdkroot.mk:96: recipe for target 'examples' failed

Failure #10
FC21_64 / Linux 4.1.13-100 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)
DPDK/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed
DPDK/mk/rte.extapp.mk:14: recipe for target 'all' failed
DPDK/mk/rte.extsubdir.mk:21: recipe for target 'l3fwd-power' failed
DPDK/mk/rte.sdkexamples.mk:25: recipe for target 'x86_64-native-linuxapp-icc_examples' failed
DPDK/mk/rte.sdkroot.mk:96: recipe for target 'examples' failed

Failure #11
FC20_64 / Linux 3.15.6-200 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)

Failure #12
FC25_64 / Linux 4.8.6-300 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)
DPDK/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed
DPDK/mk/rte.extapp.mk:14: recipe for target 'all' failed
DPDK/mk/rte.extsubdir.mk:21: recipe for target 'l3fwd-power' failed
DPDK/mk/rte.sdkexamples.mk:25: recipe for target 'x86_64-native-linuxapp-icc_examples' failed
DPDK/mk/rte.sdkroot.mk:96: recipe for target 'examples' failed

Failure #13
RHEL70_64 / Linux 3.10.0-123 / GCC 4.8.5
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      DPDK/x86_64-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
DPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
DPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
  uint32_t fifo_read = smp_load_acquire(&fifo->read);
  ^
DPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
  smp_store_release(&fifo->write, fifo_write);
  ^
cc1: all warnings being treated as errors

Failure #14
RHEL70_64 / Linux 3.10.0-123 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      DPDK/x86_64-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
DPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
DPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
  uint32_t fifo_read = smp_load_acquire(&fifo->read);
  ^
DPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
  smp_store_release(&fifo->write, fifo_write);
  ^
cc1: all warnings being treated as errors

Failure #15
CENTOS70_64 / Linux 3.10.0-327 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)

Failure #16
UBT164_64 / Linux 4.4.0-134 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)
DPDK/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed
DPDK/mk/rte.extapp.mk:14: recipe for target 'all' failed
DPDK/mk/rte.extsubdir.mk:21: recipe for target 'l3fwd-power' failed
DPDK/mk/rte.sdkexamples.mk:25: recipe for target 'x86_64-native-linuxapp-icc_examples' failed
DPDK/mk/rte.sdkroot.mk:96: recipe for target 'examples' failed

Failure #17
UBT1610_64 / Linux 4.8.0-59 / ICC 16.0.2
Config: x86_64-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

DPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)
DPDK/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed
DPDK/mk/rte.extapp.mk:14: recipe for target 'all' failed
DPDK/mk/rte.extsubdir.mk:21: recipe for target 'l3fwd-power' failed
DPDK/mk/rte.sdkexamples.mk:25: recipe for target 'x86_64-native-linuxapp-icc_examples' failed
DPDK/mk/rte.sdkroot.mk:96: recipe for target 'examples' failed

Failure #18
UBT144_32 / Linux 3.13.0-30 / GCC 4.8.4
Config: i686-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      DPDK/i686-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
DPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
DPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
  uint32_t fifo_read = smp_load_acquire(&fifo->read);
  ^
DPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
  smp_store_release(&fifo->write, fifo_write);
  ^
cc1: all warnings being treated as errors

Failure #19
UBT144_32 / Linux 3.13.0-30 / ICC 16.0.2
Config: i686-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD      DPDK/i686-native-linuxapp-gcc/build/kernel/linux/kni/kni_net.c:21:0:
DPDK/kernel/linux/kni/kni_fifo.h: In function ‘kni_fifo_put’:
DPDK/kernel/linux/kni/kni_fifo.h:19:2: error: implicit declaration of function ‘smp_load_acquire’ [-Werror=implicit-function-declaration]
  uint32_t fifo_read = smp_load_acquire(&fifo->read);
  ^
DPDK/kernel/linux/kni/kni_fifo.h:30:2: error: implicit declaration of function ‘smp_store_release’ [-Werror=implicit-function-declaration]
  smp_store_release(&fifo->write, fifo_write);
  ^
cc1: all warnings being treated as errors

Failure #20
FC20_32 / Linux 3.19.8-100 / ICC 16.0.2
Config: i686-native-linuxapp-icc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

LD ethtool
  INSTALL-APP ethtool
  INSTALL-MAP ethtool.map  LD eventdev_pipeline
  INSTALL-APP eventdev_pipeline
  INSTALL-MAP eventdev_pipeline.map  LD exception_path
  INSTALL-APP exception_path
  INSTALL-MAP exception_path.map  LD flow_classify
  INSTALL-APP flow_classify
  INSTALL-MAP flow_classify.map  LD flow
  INSTALL-APP flow
  INSTALL-MAP flow.map  LD helloworld
  INSTALL-APP helloworld
  INSTALL-MAP helloworld.map  LD ip_fragmentation
  INSTALL-APP ip_fragmentation
  INSTALL-MAP ip_fragmentation.map  LD ip_pipeline
  INSTALL-APP ip_pipeline
  INSTALL-MAP ip_pipeline.map  LD ip_reassembly
  INSTALL-APP ip_reassembly
  INSTALL-MAP ip_reassembly.map  LD ipsec-secgw
  INSTALL-APP ipsec-secgw
  INSTALL-MAP ipsec-secgw.map  LD ipv4_multicast
  INSTALL-APP ipv4_multicast
  INSTALL-MAP ipv4_multicast.map  LD l2fwd
  INSTALL-APP l2fwd
  INSTALL-MAP l2fwd.map  LD l2fwd-cat
  INSTALL-APP l2fwd-cat
  INSTALL-MAP l2fwd-cat.map  LD l2fwd-crypto
  INSTALL-APP l2fwd-crypto
  INSTALL-MAP l2fwd-crypto.map  LD l2fwd-jobstats
  INSTALL-APP l2fwd-jobstats
  INSTALL-MAP l2fwd-jobstats.map  LD l2fwd-keepalive
  INSTALL-APP l2fwd-keepalive
  INSTALL-MAP l2fwd-keepalive.map  LD l3fwd
  INSTALL-APP l3fwd
  INSTALL-MAP l3fwd.map  LD l3fwd-acl
  INSTALL-APP l3fwd-acl
  INSTALL-MAP l3fwd-acl.mapDPDK/examples/l3fwd-power/main.c(376): error #592: variable "lcore_id" is used before its value is set
  	RTE_SET_USED(lcore_id);
  	^
compilation aborted for DPDK/examples/l3fwd-power/main.c (code 4)  LD l3fwd-vf
  INSTALL-APP l3fwd-vf
  INSTALL-MAP l3fwd-vf.map  LD link_status_interrupt
  INSTALL-APP link_status_interrupt
  INSTALL-MAP link_status_interrupt.map  LD load_balancer
  INSTALL-APP load_balancer
  INSTALL-MAP load_balancer.map

Successful builds :
SUSE12SP3_64 / Linux 3.7.10-1 / CLANG 3.2
Config: x86_64-native-linuxapp-clang

CENTOS72_64 / Linux 3.10.0-327 / GCC 4.8.5
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

CENTOS72_64 / Linux 3.10.0-327 / CLANG 3.4.2
Config: x86_64-native-linuxapp-clang

SUSE-SLES12SP1_64 / Linux 3.12.62-60 / GCC 4.8.5
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

SUSE-SLES12SP1_64 / Linux 3.12.62-60 / CLANG 3.7.0
Config: x86_64-native-linuxapp-clang

UBT144_64 / Linux 3.13.0-30 / CLANG 3.4-1ubuntu3
Config: x86_64-native-linuxapp-clang

RHEL73_64 / Linux 3.10.0-514 / GCC 4.8.5
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

RHEL73_64 / Linux 3.10.0-514 / CLANG 3.4.2
Config: x86_64-native-linuxapp-clang

RHEL72_64 / Linux 3.10.0-327 / GCC 4.8.5
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

RHEL72_64 / Linux 3.10.0-327 / CLANG 3.4.2
Config: x86_64-native-linuxapp-clang

FC24_64 / Linux 4.7.2-201 / GCC 6.3.1
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

FC24_64 / Linux 4.7.2-201 / CLANG 3.8.0
Config: x86_64-native-linuxapp-clang

FC21_64 / Linux 4.1.13-100 / GCC 4.9.2
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

FC21_64 / Linux 4.1.13-100 / CLANG 3.5.0
Config: x86_64-native-linuxapp-clang

FC20_64 / Linux 3.15.6-200 / GCC 4.8.3
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

FC20_64 / Linux 3.15.6-200 / CLANG 3.4
Config: x86_64-native-linuxapp-clang

FC25_64 / Linux 4.8.6-300 / GCC 6.3.1
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

FC25_64 / Linux 4.8.6-300 / CLANG 3.9.1
Config: x86_64-native-linuxapp-clang

RHEL70_64 / Linux 3.10.0-123 / CLANG 3.4.2
Config: x86_64-native-linuxapp-clang

CENTOS70_64 / Linux 3.10.0-327 / GCC 4.8.5
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

CENTOS70_64 / Linux 3.10.0-327 / CLANG 3.4.2
Config: x86_64-native-linuxapp-clang

UBT164_64 / Linux 4.4.0-134 / GCC 5.4.0
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

UBT164_64 / Linux 4.4.0-134 / CLANG 3.8.0-2ubuntu4
Config: x86_64-native-linuxapp-clang

UBT1610_64 / Linux 4.8.0-59 / GCC 6.2.0
Config: x86_64-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

UBT1610_64 / Linux 4.8.0-59 / CLANG 3.8.1-12ubuntu1
Config: x86_64-native-linuxapp-clang

FreeBSD10.0_64 / Linux 10.3-RELEASE / GCC 4.8.5
Config: x86_64-native-bsdapp-gcc
        CONFIG_RTE_BUILD_SHARED_LIB=y

FreeBSD10.0_64 / Linux 10.3-RELEASE / CLANG 3.4.1
Config: x86_64-native-bsdapp-clang
        CONFIG_RTE_BUILD_SHARED_LIB=y

FC20_32 / Linux 3.19.8-100 / GCC 4.8.3
Config: i686-native-linuxapp-gcc
        CONFIG_RTE_LIBRTE_PMD_PCAP=y,
        CONFIG_RTE_NIC_BYPASS=y,
        CONFIG_RTE_BUILD_SHARED_LIB=y,
        CONFIG_RTE_LIBRTE_VHOST=y,
        CONFIG_RTE_LIBRTE_PMD_QAT=y,
        CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y,
        CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y

FreeBSD11.0_64 / Linux 11.0-RELEASE-p1 / GCC 5.4.0
Config: x86_64-native-bsdapp-gcc
        CONFIG_RTE_BUILD_SHARED_LIB=y

FreeBSD11.0_64 / Linux 11.0-RELEASE-p1 / CLANG 3.8.0
Config: x86_64-native-bsdapp-clang
        CONFIG_RTE_BUILD_SHARED_LIB=y

FreeBSD10.3_64 / Linux 10.3-RELEASE / GCC 4.8.5
Config: x86_64-native-bsdapp-gcc
        CONFIG_RTE_BUILD_SHARED_LIB=y

FreeBSD10.3_64 / Linux 10.3-RELEASE / CLANG 3.4.1
Config: x86_64-native-bsdapp-clang
        CONFIG_RTE_BUILD_SHARED_LIB=y



More information about the test-report mailing list