automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw50731[v1, 3/4] test-bbdev: update bbdev test-app for FPGA driver testing
Date: 01 Mar 2019 09:35:40 -0800	[thread overview]
Message-ID: <e75792$4blh9g@orsmga001.jf.intel.com> (raw)

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

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

_Compilation issues_

Submitter: Smith, Eleanor <eleanor.smith@intel.com>
Date: 2019-03-01 17:23:29
Reply_mail: 1551461010-881-4-git-send-email-eleanor.smith@intel.com
DPDK git baseline: Repo:dpdk-master, CommitID: 4bcb9b7686043fe9a4e669f2d7f5acee603f5409

Build Summary: 16 Builds Done, 13 Successful, 3 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-clang
	x86_64-native-linuxapp-gcc-shared
	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: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared
	x86_64-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: 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
	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
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-clang

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-clang
	x86_64-native-bsdapp-gcc

*Failed Build #1:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  LD rte_eth_af_packet.o
  LD librte_pmd_af_packet.so.1.1
  INSTALL-LIB librte_pmd_af_packet.so.1.1
== Build drivers/net/ark
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c: In function ‘fpga_intr_enable’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c:995:29: warning: iteration 32u invokes undefined behavior [-Waggressive-loop-optimizations]
   dev->intr_handle->efds[i] = dev->intr_handle->fd;
                             ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c:994:2: note: containing loop
  for (i = 0; i < FPGA_NUM_INTR_VEC; ++i)
  ^
--
  INSTALL-LIB librte_pmd_dpaa2_qdma.so.2.1
  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-compress-perf
  LD testbbdev
  CC main.o
test_bbdev_perf.o: In function `populate_active_devices':
test_bbdev_perf.c:(.text+0x113e): undefined reference to `fpga_lte_fec_configure'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.app.mk:398: recipe for target 'testbbdev' failed
make[5]: *** [testbbdev] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-bbdev' failed
make[4]: *** [test-bbdev] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_memcpy.o
  CC test_memcpy_perf.o
  CC comp_perf_options_parse.o
--
  CC test_ipsec.o
  MKRES test_resource_c.res.o
  LD test
  INSTALL-APP test
  INSTALL-MAP test.map
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/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/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #2:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  INSTALL-LIB librte_pmd_af_packet.so.1.1
== Build drivers/net/ark
  SYMLINK-FILE include/fpga_lte_fec.h
  CC fpga_lte_fec.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c: In function ‘fpga_intr_enable’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c:995:29: warning: iteration 32u invokes undefined behavior [-Waggressive-loop-optimizations]
   dev->intr_handle->efds[i] = dev->intr_handle->fd;
                             ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c:994:2: note: containing loop
  for (i = 0; i < FPGA_NUM_INTR_VEC; ++i)
  ^
--
  CC ifpga_fme.o
  LD librte_pmd_dpaa2_qdma.so.2.1
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  INSTALL-LIB librte_pmd_dpaa2_qdma.so.2.1
  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_rawdev.o
  CC ifpga_fme_pr.o
--
  LD testbbdev
  CC test_timer_racecond.o
  CC main.o
test_bbdev_perf.o: In function `populate_active_devices':
test_bbdev_perf.c:(.text+0xf51): undefined reference to `fpga_lte_fec_configure'
collect2: error: ld returned 1 exit status
make[5]: *** [testbbdev] Error 1
make[4]: *** [test-bbdev] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC cperf_ops.o
  CC test_mempool.o

*Failed Build #3:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
  CC rte_eth_af_packet.o.pmd.o
  LD rte_eth_af_packet.o
  LD librte_pmd_af_packet.so.1.1
  INSTALL-LIB librte_pmd_af_packet.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c: In function ‘fpga_intr_enable’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c:995:29: warning: iteration 32 invokes undefined behavior [-Waggressive-loop-optimizations]
   dev->intr_handle->efds[i] = dev->intr_handle->fd;
   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c:994:2: note: within this loop
  for (i = 0; i < FPGA_NUM_INTR_VEC; ++i)
  ^~~
--
  CC ifpga_api.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
--
  CC pipeline_lpm_ipv6.o
  CC pipeline_acl.o
  LD testbbdev
test_bbdev_perf.o: In function `populate_active_devices':
test_bbdev_perf.c:(.text+0xf4a): undefined reference to `fpga_lte_fec_configure'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.app.mk:398: recipe for target 'testbbdev' failed
make[5]: *** [testbbdev] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-bbdev' failed
make[4]: *** [test-bbdev] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC test_member.o
  LD testpipeline
  INSTALL-APP testpipeline
--
  CC test_ipsec.o
  MKRES test_resource_c.res.o
  LD test
  INSTALL-APP test
  INSTALL-MAP test.map
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/04a1cb7d1c684b029d4a2a7ff7ad23a2/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/04a1cb7d1c684b029d4a2a7ff7ad23a2/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

DPDK STV team

                 reply	other threads:[~2019-03-01 17:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='e75792$4blh9g@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).