[dpdk-test-report] |FAILURE| pw36545[dpdk-dev, v3, 05/20] eal: introduce device class abstraction

sys_stv at intel.com sys_stv at intel.com
Thu May 10 10:08:42 CEST 2018


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

_Compilation issues_

Submitter: Gaetan Rivet <gaetan.rivet at 6wind.com>
Date: 2018-03-26 23:18:29
DPDK git baseline: Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc

Build Summary: 15 Builds Done, 0 Successful, 15 Failures

Test environment and configuration as below:

OS: FC25
	Kernel Version: 4.9.13-100.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.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.9.13-100.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
	Clang Version: 3.8.0 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc-shared
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-clang

OS: CENTOS
	Kernel Version: 3.10.0-514.10.2.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-16)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared

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

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) 4.8.5
	Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
	x86_64-native-bsdapp-clang
	x86_64-native-bsdapp-gcc

*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
  LD dpdk-pdump
At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  INSTALL-APP dpdk-pdump
  INSTALL-MAP dpdk-pdump.map
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #2:
OS: UB1604
Target: x86_64-native-linuxapp-gcc
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
  CC cmdline_flow.o
At top level:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
make[5]: *** Waiting for unfinished jobs....
== Build app/test-bbdev
  CC main.o
  CC test_bbdev.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
  INSTALL-MAP dpdk-pdump.map
== Build app/test-bbdev
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function 'RTE_DEV_FOREACH' is invalid in C99 [-Wimplicit-function-declaration]
        RTE_DEV_FOREACH(dev, res->filter, &it)
        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:40: error: expected ';' after expression
        RTE_DEV_FOREACH(dev, res->filter, &it)
                                              ^
                                              ;
  CC main.o
  CC test_bbdev.o
1 warning and 1 error generated.
make[5]: *** [cmdline.o] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o

*Failed Build #4:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  CC cmdline.o
  CC test_bbdev.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function 'RTE_DEV_FOREACH' is invalid in C99 [-Wimplicit-function-declaration]
        RTE_DEV_FOREACH(dev, res->filter, &it)
        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:40: error: expected ';' after expression
        RTE_DEV_FOREACH(dev, res->filter, &it)
                                              ^
                                              ;
  CC test_bbdev_perf.o
1 warning and 1 error generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-MAP testbbdev.map
  INSTALL-APP testbbdev
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #5:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)

*Failed Build #6:
OS: CENTOS
Target: i686-native-linuxapp-gcc
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^
  CC test_bbdev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]

*Failed Build #7:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)

*Failed Build #8:
OS: UB1604
Target: i686-native-linuxapp-gcc
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #9:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #10:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
== Build kernel/freebsd/nic_uio
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/build/kernel/freebsd/nic_uio
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
objcopy --strip-debug contigmem.ko
INSTALL-MODULE contigmem.ko
== Build drivers
== Build drivers/common
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
--
== Build app/test-bbdev
  CC main.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function 'RTE_DEV_FOREACH' is invalid in C99 [-Wimplicit-function-declaration]
        RTE_DEV_FOREACH(dev, res->filter, &it)
        ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:40: error: expected ';' after expression
        RTE_DEV_FOREACH(dev, res->filter, &it)
                                              ^
                                              ;
  CC test_bbdev.o
1 warning and 1 error generated.
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
gmake[5]: *** [cmdline.o] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
gmake[4]: *** [test-pmd] Error 2
gmake[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
gmake[3]: *** [app] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

*Failed Build #11:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
make[5]: *** Waiting for unfinished jobs....
== Build app/pdump
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC main.o
  LD dpdk-pdump
  INSTALL-APP dpdk-pdump
  INSTALL-MAP dpdk-pdump.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #12:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
objcopy --strip-debug contigmem.ko
INSTALL-MODULE contigmem.ko
--
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko  export_syms | xargs -J% objcopy % nic_uio.ko
objcopy --strip-debug nic_uio.ko
INSTALL-MODULE nic_uio.ko
--
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function 'cmd_showdevice_parsed':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function 'RTE_DEV_FOREACH' [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of 'RTE_DEV_FOREACH' [-Wnested-externs]
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ';' before 'cmd_showdevice_dump_device'
   cmd_showdevice_dump_device(dev);
   ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: At top level:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: 'cmd_showdevice_dump_device' defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
gmake[5]: *** [cmdline.o] Error 1
gmake[5]: *** Waiting for unfinished jobs....
== Build app/test-bbdev
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
gmake[4]: *** [test-pmd] Error 2
gmake[4]: *** Waiting for unfinished jobs....
  CC main.o
  CC test_bbdev.o
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
gmake[3]: *** [app] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

*Failed Build #13:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
  INSTALL-APP dpdk-pdump
  INSTALL-MAP dpdk-pdump.map
  CC cmdline_flow.o
At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
make[5]: *** Waiting for unfinished jobs....
== Build app/test-bbdev
  CC main.o
  CC test_bbdev.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #14:
OS: FC24
Target: i686-native-linuxapp-gcc
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c: In function ‘cmd_showdevice_parsed’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function ‘RTE_DEV_FOREACH’ [-Wimplicit-function-declaration]
  RTE_DEV_FOREACH(dev, res->filter, &it)
  ^~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: nested extern declaration of ‘RTE_DEV_FOREACH’ [-Wnested-externs]
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7110:3: error: expected ‘;’ before ‘cmd_showdevice_dump_device’
   cmd_showdevice_dump_device(dev);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
== Build app/test-bbdev
  CC main.o
At top level:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7093:1: warning: ‘cmd_showdevice_dump_device’ defined but not used [-Wunused-function]
 cmd_showdevice_dump_device(const struct rte_device *dev)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev.o
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #15:
OS: FC24
Target: x86_64-native-linuxapp-clang
  CC cmdline.o
  LD dpdk-pdump
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:2: warning: implicit declaration of function 'RTE_DEV_FOREACH' is invalid in C99 [-Wimplicit-function-declaration]
        RTE_DEV_FOREACH(dev, res->filter, &it)
        ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/app/test-pmd/cmdline.c:7109:40: error: expected ';' after expression
        RTE_DEV_FOREACH(dev, res->filter, &it)
                                              ^
                                              ;
  INSTALL-APP dpdk-pdump
  INSTALL-MAP dpdk-pdump.map
  CC cmdline_flow.o
1 warning and 1 error generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline.o' failed
make[5]: *** [cmdline.o] Error 1
make[5]: *** Waiting for unfinished jobs....
== Build app/test-bbdev
  CC main.o
  CC test_bbdev.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_bbdev_perf.o
  CC test_bbdev_vector.o
  LD testbbdev
  INSTALL-APP testbbdev
  INSTALL-MAP testbbdev.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/b66255030c24402a82c5109789b5ccff/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

DPDK STV team


More information about the test-report mailing list