[dpdk-test-report] |FAILURE| pw50304eal: restrict ctrl threads to startup cpu affinity

sys_stv at intel.com sys_stv at intel.com
Wed Feb 13 17:52:37 CET 2019


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/50304

_Compilation issues_

Submitter: David Marchand <david.marchand at redhat.com>
Date: 2019-02-13 16:13:32
Reply_mail: 1550074412-31285-1-git-send-email-david.marchand at redhat.com
DPDK git baseline: Repo:dpdk-master, CommitID: b13baac8d5ffb6b0b7a6ca0def884d3f1a82babb

Build Summary: 16 Builds Done, 14 Successful, 2 Failures

Test environment and configuration as below:

OS: UB1604
	Kernel Version: 4.4.0-78-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc

OS: CENTOS
	Kernel Version: 3.10.0-957.1.3.el7.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
	Clang Version: NA
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc
	i686-native-linuxapp-gcc

OS: UBT1804
	Kernel Version: 4.15.0-29-generic
	CPU info: Intel(R) Xeon(R) Platinum 8180M CPU @ 2.50GHz
	GCC Version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
	Clang Version: NA
	x86_64-native-linuxapp-gcc

OS: FC25
	Kernel Version: 4.5.5-300.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)
	Clang Version: 3.8.0 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-debug

OS: FC24
	Kernel Version: 4.11.12-100.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
	Clang Version: 3.8.1 (tags/RELEASE_381/final)
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc

OS: FreeBSD
	Kernel Version: 10.3-RELEASE
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.75-MHz K8-class CPU)
	GCC Version: gcc (FreeBSD Ports Collection) 7.3.0
	Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
	x86_64-native-bsdapp-gcc
	x86_64-native-bsdapp-clang

*Failed Build #1:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
  CC eal_common_options.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/6518abfaf650475c8a058c49acb02595/dpdk/lib/librte_eal/common/eal_common_options.c: In function 'compute_ctrl_threads_cpuset':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/6518abfaf650475c8a058c49acb02595/dpdk/lib/librte_eal/common/eal_common_options.c:1382:38: error: macro "CPU_AND" passed 3 arguments, but takes just 2
  CPU_AND(cpuset, cpuset, &default_set);
                                      ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/6518abfaf650475c8a058c49acb02595/dpdk/lib/librte_eal/common/eal_common_options.c:1382:2: error: 'CPU_AND' undeclared (first use in this function)
  CPU_AND(cpuset, cpuset, &default_set);
  ^~~~~~~
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/6518abfaf650475c8a058c49acb02595/dpdk/lib/librte_eal/common/eal_common_options.c:1382:2: note: each undeclared identifier is reported only once for each function it appears in
gmake[7]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/6518abfaf650475c8a058c49acb02595/dpdk/mk/internal/rte.compile-pre.mk:116: eal_common_options.o] Error 1
gmake[7]: *** Waiting for unfinished jobs....

*Failed Build #2:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
  CC eal_common_options.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/6518abfaf650475c8a058c49acb02595/dpdk/lib/librte_eal/common/eal_common_options.c:1382:26: error: too many arguments provided to function-like macro invocation
        CPU_AND(cpuset, cpuset, &default_set);
                                ^
/usr/include/sys/cpuset.h:54:9: note: macro 'CPU_AND' defined here
#define CPU_AND(d, s)                   BIT_AND(CPU_SETSIZE, d, s)
        ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/6518abfaf650475c8a058c49acb02595/dpdk/lib/librte_eal/common/eal_common_options.c:1382:2: error: use of undeclared identifier 'CPU_AND'
        CPU_AND(cpuset, cpuset, &default_set);
        ^
2 errors generated.
gmake[7]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/6518abfaf650475c8a058c49acb02595/dpdk/mk/internal/rte.compile-pre.mk:116: eal_common_options.o] Error 1
gmake[7]: *** Waiting for unfinished jobs....
gmake[6]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/6518abfaf650475c8a058c49acb02595/dpdk/mk/rte.subdir.mk:37: eal] Error 2
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/6518abfaf650475c8a058c49acb02595/dpdk/mk/rte.subdir.mk:37: bsdapp] Error 2
gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/6518abfaf650475c8a058c49acb02595/dpdk/mk/rte.subdir.mk:37: librte_eal] Error 2

DPDK STV team


More information about the test-report mailing list