automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw17622  [PATCH, 03/13] test: add basic bus infrastructure tests
@ 2016-12-05 15:53 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2016-12-05 15:53 UTC (permalink / raw)
  To: test-report; +Cc: shreyansh.jain

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

Test-Label: Intel Per-patch compilation check
Test-Status: FAILURE

http://www.dpdk.org/dev/patchwork/patch/17622
Submitter: Shreyansh Jain <shreyansh.jain@nxp.com>
Date: Sun, 4 Dec 2016 15:41:27 +0530
DPDK git baseline: Repo:dpdk, Branch:master, CommitID:112fc39b829039ee4ade210c464d26fecde7eac0

Patch17620-17622 --> compile error
Build Summary: 18 Builds Done, 16 Successful, 2 Failures

Test environment and configuration as below:
OS: FreeBSD10.3_64
    Kernel Version:10.3-RELEASE
    CPU info:CPU: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.97-MHz K8-class CPU)
    GCC Version:gcc (FreeBSD Ports Collection) 4.8.5
    Clang Version:3.4.1
    x86_64-native-bsdapp-clang
    x86_64-native-bsdapp-gcc
OS: RHEL7.2_64
    Kernel Version:3.10.0-327.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
    Clang Version:3.4.2
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
OS: UB1604_64
    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.4) 5.4.0 20160609
    Clang Version:3.8.0
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc
OS: CentOS7_64
    Kernel Version:3.10.0-327.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
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc
OS: FC24_64
    Kernel Version:4.8.6-201.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
    x86_64-native-linuxapp-gcc-debug
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc

Failed Build #1:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-clang
MKRES test_resource_c.res.o  test_bus.o: In function `test_bus':
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x14): undefined reference to `rte_eal_bus_unregister'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x37): undefined reference to `rte_bus_list'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x65): undefined reference to `rte_eal_bus_register'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x8c): undefined reference to `rte_bus_list'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x104): undefined reference to `rte_eal_bus_dump'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x131): undefined reference to `rte_eal_get_bus'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x164): undefined reference to `rte_eal_bus_add_driver'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x1de): undefined reference to `rte_eal_get_bus'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x251): undefined reference to `rte_eal_get_bus'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x274): undefined reference to `rte_eal_bus_remove_driver'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x2b1): undefined reference to `rte_eal_get_bus'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x2f1): undefined reference to `rte_eal_get_bus'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x311): undefined reference to `rte_eal_bus_unregister'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x327): undefined reference to `rte_bus_list'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x36b): undefined reference to `rte_eal_bus_unregister'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x372): undefined reference to `rte_bus_list'
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x381): undefined reference to `rte_eal_bus_register'
test_bus.o: In function `dump_device_tree':
/home/patchWorkOrg/compilation/app/test/test_bus.c:(.text+0x44b): undefined reference to `rte_eal_get_bus'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/home/patchWorkOrg/compilation/mk/rte.app.mk:231: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:126: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:101: recipe for target 'install' failed


Failed Build #2:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-gcc
MKRES test_resource_c.res.o  test_bus.o: In function `dump_device_tree':
test_bus.c:(.text+0x35): undefined reference to `rte_eal_get_bus'
test_bus.o: In function `test_bus':
test_bus.c:(.text+0x11b): undefined reference to `rte_bus_list'
test_bus.c:(.text+0x128): undefined reference to `rte_eal_bus_unregister'
test_bus.c:(.text+0x14b): undefined reference to `rte_bus_list'
test_bus.c:(.text+0x172): undefined reference to `rte_eal_bus_register'
test_bus.c:(.text+0x193): undefined reference to `rte_bus_list'
test_bus.c:(.text+0x26a): undefined reference to `rte_eal_bus_dump'
test_bus.c:(.text+0x281): undefined reference to `rte_eal_get_bus'
test_bus.c:(.text+0x2a8): undefined reference to `rte_eal_bus_add_driver'
test_bus.c:(.text+0x2e4): undefined reference to `rte_eal_get_bus'
test_bus.c:(.text+0x501): undefined reference to `rte_eal_get_bus'
test_bus.c:(.text+0x524): undefined reference to `rte_eal_bus_remove_driver'
test_bus.c:(.text+0x574): undefined reference to `rte_eal_get_bus'
test_bus.c:(.text+0x602): undefined reference to `rte_eal_get_bus'
test_bus.c:(.text+0x622): undefined reference to `rte_eal_bus_unregister'
test_bus.c:(.text+0x63c): undefined reference to `rte_bus_list'
test_bus.c:(.text+0x655): undefined reference to `rte_bus_list'
test_bus.c:(.text+0x661): undefined reference to `rte_eal_bus_unregister'
test_bus.c:(.text+0x668): undefined reference to `rte_bus_list'
test_bus.c:(.text+0x69c): undefined reference to `rte_eal_bus_register'
collect2: error: ld returned 1 exit status
/home/patchWorkOrg/compilation/mk/rte.app.mk:231: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:126: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:101: recipe for target 'install' failed


DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-05 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-05 15:53 [dpdk-test-report] |FAILURE| pw17622 [PATCH, 03/13] test: add basic bus infrastructure tests 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).