* [dpdk-test-report] |FAILURE| pw46308[v2, 6/6] eal: remove deprecated attach/detach functions
@ 2018-10-12 6:12 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-10-12 6:12 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 43893 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/46308
_Compilation issues_
Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: 2018-10-09 00:16:16
DPDK git baseline: Repo:dpdk-master, CommitID: 662e382244fb29d8bf03113524a139541e10123f
Build Summary: 15 Builds Done, 0 Successful, 15 Failures
Test environment and configuration as below:
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.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-clang
x86_64-native-linuxapp-gcc-shared
i686-native-linuxapp-gcc
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-4)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
x86_64-native-linuxapp-clang
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: UB1604
Kernel Version: 4.4.0-137-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-clang
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: FreeBSD
Kernel Version: 10.3-RELEASE
CPU info: cat: /proc/cpuinfo: No such file or directory
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-clang
x86_64-native-bsdapp-gcc
*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^~~~~~~~~~~~~~~~~~~
LD dpdk-procinfo
At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/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
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^~~~~~~~~~~~~~~~~~~
At top level:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/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
CC ifpga_fme.o
CC ifpga_fme_iperf.o
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function 'RTE_ETH_FOREACH_MATCHING_DEV' is invalid in C99 [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:57: error: expected ';' after expression
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
;
1 warning and 1 error generated.
make[5]: *** [testpmd.o] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
*Failed Build #4:
OS: CENTOS
Target: i686-native-linuxapp-gcc
CC ifpga_feature_dev.o
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
== Build app/test-pmd
CC main.o
CC testpmd.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: At top level:
LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^
make[5]: *** [testpmd.o] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
*Failed Build #5:
OS: UB1604
Target: x86_64-native-linuxapp-clang
AR librte_pmd_dpaa2_qdma.a
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function 'RTE_ETH_FOREACH_MATCHING_DEV' is invalid in C99 [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:57: error: expected ';' after expression
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
;
1 warning and 1 error generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #6:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
AR librte_pmd_dpaa2_qdma.a
CC ifpga_fme.o
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
== Build app/test-pmd
CC main.o
CC testpmd.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^
LD dpdk-procinfo
make[5]: *** [testpmd.o] Error 1
make[4]: *** [test-pmd] Error 2
*Failed Build #7:
OS: UB1604
Target: i686-native-linuxapp-gcc
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC main.o
CC testpmd.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
LD dpdk-procinfo
INSTALL-APP dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #8:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
CC ifpga_feature_dev.o
INSTALL-LIB librte_pmd_dpaa2_qdma.so.1.1
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^
make[5]: *** [testpmd.o] Error 1
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
*Failed Build #9:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
LD librte_pmd_dpaa2_qdma.so.1.1
INSTALL-LIB librte_pmd_dpaa2_qdma.so.1.1
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #10:
OS: FC24
Target: x86_64-native-linuxapp-clang
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC testpmd.o
CC main.o
LD dpdk-procinfo
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function 'RTE_ETH_FOREACH_MATCHING_DEV' is invalid in C99 [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:57: error: expected ';' after expression
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
;
1 warning and 1 error generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #11:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
CC main.o
CC testpmd.o
LD dpdk-procinfo
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^~~~~~~~~~~~~~~~~~~
At top level:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #12:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
CC ifpga_enumerate.o
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/proc-info
== Build app/test-pmd
CC main.o
CC testpmd.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^~~~~~~~~~~~~~~~~~~
LD dpdk-procinfo
At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/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-procinfo
INSTALL-MAP dpdk-procinfo.map
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: 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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #13:
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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/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
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/x86_64-native-bsdapp-clang/build/kernel/freebsd/nic_uio
awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko
@ -> /usr/src/sys
--
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
INSTALL-MODULE contigmem.ko
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
== Build drivers
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-clang/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/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
== Build drivers/common
== Build drivers/common/octeontx
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/x86_64-native-bsdapp-clang/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
--
AR librte_pmd_skeleton_rawdev.a
INSTALL-LIB librte_pmd_skeleton_rawdev.a
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/pdump
CC main.o
CC testpmd.o
LD dpdk-pdump
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function 'RTE_ETH_FOREACH_MATCHING_DEV' is invalid in C99 [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:57: error: expected ';' after expression
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^
;
1 warning and 1 error generated.
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:116: testpmd.o] Error 1
gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.subdir.mk:37: test-pmd] Error 2
gmake[4]: *** Waiting for unfinished jobs....
INSTALL-APP dpdk-pdump
INSTALL-MAP dpdk-pdump.map
*Failed Build #14:
OS: FC24
Target: i686-native-linuxapp-gcc
INSTALL-LIB librte_pmd_dpaa2_qdma.a
CC ifpga_feature_dev.o
CC ifpga_fme.o
CC ifpga_fme_iperf.o
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
== Build app/proc-info
CC testpmd.o
CC main.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function ‘attach_port’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of ‘RTE_ETH_FOREACH_MATCHING_DEV’ [-Wnested-externs]
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ‘;’ before ‘setup_attached_port’
setup_attached_port(pi);
^~~~~~~~~~~~~~~~~~~
At top level:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: ‘setup_attached_port’ defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'testpmd.o' failed
make[5]: *** [testpmd.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
make[4]: *** Waiting for unfinished jobs....
LD dpdk-procinfo
INSTALL-MAP dpdk-procinfo.map
INSTALL-APP dpdk-procinfo
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #15:
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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/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/211a0b7f8b754e3d8b26779c7c056f3f/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
--
CC ifpga_fme.o
CC ifpga_fme_iperf.o
AR librte_pmd_skeleton_rawdev.a
INSTALL-LIB librte_pmd_skeleton_rawdev.a
CC ifpga_fme_dperf.o
CC ifpga_fme_error.o
CC ifpga_port.o
CC ifpga_port_error.o
CC opae_hw_api.o
CC opae_ifpga_hw_api.o
CC opae_debug.o
CC ifpga_fme_pr.o
CC ifpga_rawdev.o
--
== Build app/test-pmd
CC main.o
CC testpmd.o
LD dpdk-pdump
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c: In function 'attach_port':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: implicit declaration of function 'RTE_ETH_FOREACH_MATCHING_DEV'; did you mean 'RTE_ETH_FOREACH_DEV'? [-Wimplicit-function-declaration]
RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_ETH_FOREACH_DEV
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2333:2: warning: nested extern declaration of 'RTE_ETH_FOREACH_MATCHING_DEV' [-Wnested-externs]
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2334:3: error: expected ';' before 'setup_attached_port'
setup_attached_port(pi);
^~~~~~~~~~~~~~~~~~~
At top level:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/app/test-pmd/testpmd.c:2338:1: warning: 'setup_attached_port' defined but not used [-Wunused-function]
setup_attached_port(portid_t pi)
^~~~~~~~~~~~~~~~~~~
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/internal/rte.compile-pre.mk:116: testpmd.o] Error 1
gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/211a0b7f8b754e3d8b26779c7c056f3f/dpdk/mk/rte.subdir.mk:37: test-pmd] Error 2
gmake[4]: *** Waiting for unfinished jobs....
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-12 6:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12 6:12 [dpdk-test-report] |FAILURE| pw46308[v2, 6/6] eal: remove deprecated attach/detach functions sys_stv
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).