Greetings Marvin,

 

Thanks again for the brief pointers and appreciate it.

 

I did change the os=linux on conf/crbs.cfg configuration file.

 

I checked on the link - http://dpdk.org/doc/guides/linux_gsg/sys_reqs.html#compilation-of-the-dpdk

 

And yes, some of the pre-requisites were missing with respect to glibc which I have now fixed  and was able to proceed a step further, but still am facing compilation errors.

 

However, I am seeing the following on the TARGET DUT

 

[root@targetdut dpdk]# uname -r

4.2.3-300.fc23.x86_64

 

[root@targetdut dpdk]# ldd --version

ldd (GNU libc) 2.22

Copyright (C) 2015 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Roland McGrath and Ulrich Drepper.

 

 

Furthermore, when I am exeuting the command ./dts am still encountering the below errors – just not know how to go about fixing this.

 

If you can provide some pointers on the same it would be helpful.

 

 

[root@tester dts]# ./dts --config-file executions/execution.cfg --debug -v

                           dts:

DUT 10.70.2.6

                        tester: ssh root@10.70.2.5

                        tester: ssh root@10.70.2.5

                 dut.10.70.2.6: ssh root@10.70.2.6

                 dut.10.70.2.6: ssh root@10.70.2.6

                           dts: CACHE: Cache will not be read.

                           dts: SKIP: The DPDK setup steps will be executed.

                        tester: sed -i '/10.70.2.6/d' ~/.ssh/known_hosts

                        tester:

                        tester: killall scapy 2>/dev/null; echo tester

                        tester: tester

                        tester: awk '/Hugepagesize/ {print $2}' /proc/meminfo

                        tester: 2048

                        tester: scp -v dep/tgen.tgz root@10.70.2.5:~/

                        tester: scp -v dep/tclclient.tgz root@10.70.2.5:~/

                        tester: tar zxf tgen.tgz

                        tester: tar: PktgenGUI.lua: time stamp 2033-08-28 22:45:11 is 483126711.838545376 s in the future

tar: Pktgen.lua: time stamp 2033-08-28 22:45:11 is 483126711.838271166 s in the future

tar: sctp.py: time stamp 2033-08-28 22:44:54 is 483126694.838149514 s in the future

tar: tgen: time stamp 2033-08-28 22:44:51 is 483126691.835969391 s in the future

                        tester: tar zxf tclclient.tgz

                        tester:

                        tester: modprobe uio

                        tester:

                        tester: Core0 bypassed

                        tester: modprobe igb

                        tester:

                        tester: modprobe ixgbe

                        tester:

                        tester: modprobe e1000e

                        tester:

                        tester: modprobe e1000

                        tester:

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.0/vendor

                        tester: 0x10df

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.0/device

                        tester: 0x0720

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.0/vendor

                        tester: 0x10df

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.0/device

                        tester: 0x0720

                        tester: ifconfig eno49 up

                        tester:

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.1/vendor

                        tester: 0x10df

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.1/device

                        tester: 0x0720

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.1/vendor

                        tester: 0x10df

                        tester: cat /sys/bus/pci/devices/0000\:04\:00.1/device

                        tester: 0x0720

                        tester: ifconfig eno50 up

                        tester:

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.0/vendor

                        tester: 0x8086

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.0/device

                        tester: 0x10fb

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.0/vendor

                        tester: 0x8086

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.0/device

                        tester: 0x10fb

                        tester: ifconfig ens2f0 up

                        tester:

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.1/vendor

                        tester: 0x8086

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.1/device

                        tester: 0x10fb

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.1/vendor

                        tester: 0x8086

                        tester: cat /sys/bus/pci/devices/0000\:05\:00.1/device

                        tester: 0x10fb

                        tester: ifconfig ens2f1 up

                        tester:

                        tester: Tester: [0000:04:00.0 10df:0720] unknow_nic

                        tester: Tester: [0000:04:00.1 10df:0720] unknow_nic

                        tester: Tester: [0000:05:00.0 8086:10fb] ens2f0

                        tester: Tester: [0000:05:00.1 8086:10fb] ens2f1

                        tester: {'intf': 'ens2f0', 'mac': '14:02:ec:74:2b:ec', 'pci': '0000:05:00.0', 'ipv4': '10.70.12.5', 'ipv6': '', 'type': '8086:10fb', 'port': <net_device.NetDevice object at 0x7fd72e317a50>}

                        tester: {'intf': 'ens2f1', 'mac': '14:02:ec:74:2b:ed', 'pci': '0000:05:00.1', 'ipv4': '10.70.3.5', 'ipv6': '', 'type': '8086:10fb', 'port': <net_device.NetDevice object at 0x7fd72e317910>}

self.package dep/dpdk.tar.gz

                 dut.10.70.2.6: ls /tmp/ && cd ~

                 dut.10.70.2.6: dpdk.tar.gz

                 dut.10.70.2.6: scp -v dep/dpdk.tar.gz root@10.70.2.6:/tmp/

                 dut.10.70.2.6: ulimit -c unlimited

                 dut.10.70.2.6:

                 dut.10.70.2.6: rm -rf ~/dpdk

                 dut.10.70.2.6:

                 dut.10.70.2.6: tar zxf /tmp/dpdk.tar.gz -C ~

                 dut.10.70.2.6:

                 dut.10.70.2.6: ls ~/dpdk

                 dut.10.70.2.6: app  buildtools  config  devtools  doc  drivers  examples  GNUmakefile  lib  license  MAINTAINERS  Makefile  meson.build  meson_options.txt  mk  pkg  README  test  usertools

                 dut.10.70.2.6: cd ~/dpdk

                 dut.10.70.2.6:

                 dut.10.70.2.6: alias ls='ls --color=none'

                 dut.10.70.2.6:

                 dut.10.70.2.6: Core0 bypassed

                 dut.10.70.2.6: DUT: [0000:04:00.0 10df:0720] Skipped: Unknown/not selected

                 dut.10.70.2.6: DUT: [0000:04:00.1 10df:0720] Skipped: Unknown/not selected

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.0/vendor

                 dut.10.70.2.6: 0x8086

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.0/device

                 dut.10.70.2.6: 0x10fb

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.0/vendor

                 dut.10.70.2.6: 0x8086

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.0/device

                 dut.10.70.2.6: 0x10fb

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.1/vendor

                 dut.10.70.2.6: 0x8086

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.1/device

                dut.10.70.2.6: 0x10fb

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.1/vendor

                 dut.10.70.2.6: 0x8086

                 dut.10.70.2.6: cat /sys/bus/pci/devices/0000\:05\:00.1/device

                 dut.10.70.2.6: 0x10fb

                 dut.10.70.2.6: echo 0000:05:00.0 > /sys/bus/pci/devices/0000\:05\:00.0/driver/unbind

                 dut.10.70.2.6:

                 dut.10.70.2.6: modprobe ixgbe

                 dut.10.70.2.6:

                 dut.10.70.2.6: echo 0000:05:00.0 > /sys/bus/pci/drivers/ixgbe/bind

                 dut.10.70.2.6:

                 dut.10.70.2.6: ifconfig ens2f0 up

                 dut.10.70.2.6:

                 dut.10.70.2.6: echo 0000:05:00.1 > /sys/bus/pci/devices/0000\:05\:00.1/driver/unbind

                 dut.10.70.2.6:

                 dut.10.70.2.6: modprobe ixgbe

                 dut.10.70.2.6:

                 dut.10.70.2.6: echo 0000:05:00.1 > /sys/bus/pci/drivers/ixgbe/bind

                 dut.10.70.2.6:

                 dut.10.70.2.6: ifconfig ens2f1 up

                 dut.10.70.2.6:

                 dut.10.70.2.6: ip link show ens2f0

                 dut.10.70.2.6: 18: ens2f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000

    link/ether 14:02:ec:74:23:9c brd ff:ff:ff:ff:ff:ff

                 dut.10.70.2.6: ip link set ens2f0 up

                 dut.10.70.2.6:

                 dut.10.70.2.6: ip -family inet6 address show dev ens2f0 | awk '/inet6/ { print $2 }'

                 dut.10.70.2.6:

                 dut.10.70.2.6: ip -family inet address show dev ens2f0 | awk '/inet/ { print $2 }'

                 dut.10.70.2.6:

                 dut.10.70.2.6: ip link show ens2f1

                 dut.10.70.2.6: 19: ens2f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000

    link/ether 14:02:ec:74:23:9d brd ff:ff:ff:ff:ff:ff

                 dut.10.70.2.6: ip -family inet6 address show dev ens2f1 | awk '/inet6/ { print $2 }'

                 dut.10.70.2.6: fe80::1602:ecff:fe74:239d/64

                 dut.10.70.2.6: ip -family inet address show dev ens2f1 | awk '/inet/ { print $2 }'

                 dut.10.70.2.6: 10.70.3.6/24

                        tester: ping -w 5 -c 5 -A -I ens2f0 10.70.12.5

                        tester: PING 10.70.12.5 (10.70.12.5) from 10.70.12.5 ens2f0: 56(84) bytes of data.

64 bytes from 10.70.12.5: icmp_seq=1 ttl=64 time=0.032 ms

64 bytes from 10.70.12.5: icmp_seq=2 ttl=64 time=0.007 ms

64 bytes from 10.70.12.5: icmp_seq=3 ttl=64 time=0.005 ms

64 bytes from 10.70.12.5: icmp_seq=4 ttl=64 time=0.005 ms

64 bytes from 10.70.12.5: icmp_seq=5 ttl=64 time=0.004 ms

 

--- 10.70.12.5 ping statistics ---

5 packets transmitted, 5 received, 0% packet loss, time 0ms

rtt min/avg/max/mdev = 0.004/0.010/0.032/0.011 ms, ipg/ewma 0.028/0.021 ms

                 dut.10.70.2.6: PORT MAP: [dut 0: tester 0]

                        tester: ping6 -w 5 -c 5 -A fe80::1602:ecff:fe74:239d%ens2f1

                        tester: connect: Network is unreachable

                 dut.10.70.2.6: DUT PORT MAP: [0, -1]

                 dut.10.70.2.6: {'intf': 'ens2f0', 'mac': '14:02:ec:74:23:9c', 'pci': '0000:05:00.0', 'numa': 0, 'ipv6': 'Not connected', 'type': '8086:10fb', 'port': <net_device.NetDevice object at 0x7fd72e3179d0>, 'ipv4': ''}

                 dut.10.70.2.6: {'intf': 'ens2f1', 'mac': '14:02:ec:74:23:9d', 'pci': '0000:05:00.1', 'numa': 0, 'ipv6': 'fe80::1602:ecff:fe74:239d', 'type': '8086:10fb', 'port': <net_device.NetDevice object at 0x7fd72e317990>, 'ipv4': '10.70.3.6'}

                           dts:

TARGET x86_64-native-linuxapp-gcc

                 dut.10.70.2.6: export RTE_TARGET=x86_64-native-linuxapp-gcc

                 dut.10.70.2.6:

                 dut.10.70.2.6: export RTE_SDK=`pwd`

                 dut.10.70.2.6:

                 dut.10.70.2.6: rm -rf x86_64-native-linuxapp-gcc

                 dut.10.70.2.6:

                 dut.10.70.2.6: rm -rf ./app/test/test_resource_c.res.o

                 dut.10.70.2.6:

                 dut.10.70.2.6: rm -rf ./app/test/test_resource_tar.res.o

                 dut.10.70.2.6:

                 dut.10.70.2.6: rm -rf ./app/test/test_pci_sysfs.res.o

                 dut.10.70.2.6:

                 dut.10.70.2.6: make -j 19 install T=x86_64-native-linuxapp-gcc

                 dut.10.70.2.6: Configuration done using x86_64-native-linuxapp-gcc

== Build lib

== Build lib/librte_cfgfile

== Build lib/librte_compat

== Build lib/librte_eal

  SYMLINK-FILE include/rte_cfgfile.h

  CC rte_cfgfile.o

== Build lib/librte_eal/common

  SYMLINK-FILE include/rte_compat.h

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_cfgfile/rte_cfgfile.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'rte_cfgfile.o' failed

make[5]: *** [rte_cfgfile.o] Error 1

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_cfgfile' failed

make[4]: *** [librte_cfgfile] Error 2

make[4]: *** Waiting for unfinished jobs....

  SYMLINK-FILE include/generic/rte_atomic.h

  SYMLINK-FILE include/generic/rte_byteorder.h

  SYMLINK-FILE include/generic/rte_cycles.h

  SYMLINK-FILE include/generic/rte_prefetch.h

  SYMLINK-FILE include/generic/rte_spinlock.h

  SYMLINK-FILE include/generic/rte_memcpy.h

  SYMLINK-FILE include/generic/rte_rwlock.h

  SYMLINK-FILE include/generic/rte_cpuflags.h

  SYMLINK-FILE include/generic/rte_vect.h

  SYMLINK-FILE include/generic/rte_pause.h

  SYMLINK-FILE include/generic/rte_io.h

  SYMLINK-FILE include/rte_common.h

  SYMLINK-FILE include/rte_branch_prediction.h

  SYMLINK-FILE include/rte_debug.h

  SYMLINK-FILE include/rte_eal.h

  SYMLINK-FILE include/rte_errno.h

  SYMLINK-FILE include/rte_eal_interrupts.h

  SYMLINK-FILE include/rte_launch.h

  SYMLINK-FILE include/rte_lcore.h

  SYMLINK-FILE include/rte_log.h

  SYMLINK-FILE include/rte_memory.h

  SYMLINK-FILE include/rte_memzone.h

  SYMLINK-FILE include/rte_random.h

  SYMLINK-FILE include/rte_tailq.h

  SYMLINK-FILE include/rte_per_lcore.h

  SYMLINK-FILE include/rte_interrupts.h

  SYMLINK-FILE include/rte_alarm.h

  SYMLINK-FILE include/rte_string_fns.h

  SYMLINK-FILE include/rte_version.h

  SYMLINK-FILE include/rte_eal_memconfig.h

  SYMLINK-FILE include/rte_malloc_heap.h

  SYMLINK-FILE include/rte_hexdump.h

  SYMLINK-FILE include/rte_devargs.h

  SYMLINK-FILE include/rte_bus.h

  SYMLINK-FILE include/rte_dev.h

  SYMLINK-FILE include/rte_pci_dev_feature_defs.h

  SYMLINK-FILE include/rte_pci_dev_features.h

  SYMLINK-FILE include/rte_malloc.h

  SYMLINK-FILE include/rte_keepalive.h

  SYMLINK-FILE include/rte_time.h

  SYMLINK-FILE include/rte_service_component.h

  SYMLINK-FILE include/rte_service.h

  SYMLINK-FILE include/rte_bitmap.h

  SYMLINK-FILE include/rte_vfio.h

  SYMLINK-FILE include/rte_hypervisor.h

  SYMLINK-FILE include/rte_test.h

  SYMLINK-FILE include/rte_reciprocal.h

  SYMLINK-FILE include/rte_atomic.h

  SYMLINK-FILE include/rte_atomic_32.h

  SYMLINK-FILE include/rte_atomic_64.h

  SYMLINK-FILE include/rte_byteorder.h

  SYMLINK-FILE include/rte_byteorder_32.h

  SYMLINK-FILE include/rte_byteorder_64.h

  SYMLINK-FILE include/rte_cpuflags.h

  SYMLINK-FILE include/rte_cycles.h

  SYMLINK-FILE include/rte_io.h

  SYMLINK-FILE include/rte_pause.h

  SYMLINK-FILE include/rte_memcpy.h

  SYMLINK-FILE include/rte_prefetch.h

  SYMLINK-FILE include/rte_spinlock.h

  SYMLINK-FILE include/rte_vect.h

  SYMLINK-FILE include/rte_rtm.h

  SYMLINK-FILE include/rte_rwlock.h

== Build lib/librte_eal/linuxapp

== Build lib/librte_eal/linuxapp/igb_uio

== Build lib/librte_eal/linuxapp/eal

make[8]: *** /lib/modules/4.2.3-300.fc23.x86_64/build: No such file or directory.  Stop.

/root/dpdk/mk/rte.module.mk:50: recipe for target 'igb_uio.ko' failed

make[7]: *** [igb_uio.ko] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'igb_uio' failed

make[6]: *** [igb_uio] Error 2

make[6]: *** Waiting for unfinished jobs....

  SYMLINK-FILE include/exec-env/rte_kni_common.h

  CC eal.o

  CC eal_hugepage_info.o

  CC eal_thread.o

  CC eal_memory.o

  CC eal_vfio.o

  CC eal_log.o

  CC eal_vfio_mp_sync.o

  CC eal_debug.o

  CC eal_lcore.o

  CC eal_interrupts.o

  CC eal_timer.o

  CC eal_alarm.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

  CC eal_common_lcore.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal.o' failed

  CC eal_common_memzone.o

make[7]: *** [eal.o] Error 1

make[7]: *** Waiting for unfinished jobs....

  CC eal_common_timer.o

  CC eal_common_log.o

  CC eal_common_launch.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_alarm.c:4:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_interrupts.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_alarm.o' failed

make[7]: *** [eal_alarm.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_interrupts.o' failed

make[7]: *** [eal_interrupts.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_eal/common/eal_common_log.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/errno.h:28,

                 from /root/dpdk/lib/librte_eal/common/eal_common_launch.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/execinfo.h:21,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_debug.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/errno.h:28,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_memory.c:7:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/errno.h:28,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_thread.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_log.o' failed

make[7]: *** [eal_common_log.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_debug.o' failed

make[7]: *** [eal_debug.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_launch.o' failed

make[7]: *** [eal_common_launch.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_memory.o' failed

make[7]: *** [eal_memory.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_thread.o' failed

make[7]: *** [eal_thread.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdlib.h:24,

                 from /root/dpdk/lib/librte_eal/common/eal_common_memzone.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_memzone.o' failed

make[7]: *** [eal_common_memzone.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/unistd.h:25,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_lcore.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/unistd.h:25,

                 from /root/dpdk/lib/librte_eal/common/eal_common_lcore.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_lcore.o' failed

make[7]: *** [eal_lcore.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_lcore.o' failed

make[7]: *** [eal_common_lcore.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_hugepage_info.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_vfio.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_log.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_timer.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from /root/dpdk/lib/librte_eal/common/eal_common_timer.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

compilation terminated.

compilation terminated.

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_hugepage_info.o' failed

make[7]: *** [eal_hugepage_info.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_vfio.o' failed

make[7]: *** [eal_vfio.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_vfio_mp_sync.o' failed

make[7]: *** [eal_vfio_mp_sync.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_timer.o' failed

make[7]: *** [eal_common_timer.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_log.o' failed

make[7]: *** [eal_log.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_timer.o' failed

make[7]: *** [eal_timer.o] Error 1

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed

make[6]: *** [eal] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed

make[5]: *** [linuxapp] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed

make[4]: *** [librte_eal] Error 2

/root/dpdk/mk/rte.sdkbuild.mk:48: recipe for target 'lib' failed

make[3]: *** [lib] Error 2

/root/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed

make[2]: *** [all] Error 2

/root/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed

make[1]: *** [pre_install] Error 2

/root/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed

make: *** [install] Error 2

                 dut.10.70.2.6: make -j 19 -C test/

                 dut.10.70.2.6: make: Entering directory '/root/dpdk/test'

== Build /test

== Build /test-pipeline

== Build /cmdline_test

== Build /test-acl

make[1]: Entering directory '/root/dpdk/test/test'

make[1]: Entering directory '/root/dpdk/test/test-pipeline'

make[1]: Entering directory '/root/dpdk/test/cmdline_test'

make[1]: Entering directory '/root/dpdk/test/test-acl'

  CC main.o

  CC cmdline_test.o

  CC commands.o

  CC main.o

  CC config.o

  CC init.o

  CC runtime.o

  CC pipeline_stub.o

main.c:5:21: fatal error: rte_acl.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from cmdline_test.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

  CC pipeline_hash.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from commands.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

compilation terminated.

  CC pipeline_lpm_ipv6.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed

make[1]: *** [main.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/test-acl'

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline_test.o' failed

make[1]: *** [cmdline_test.o] Error 1

  CC pipeline_lpm.o

make[1]: *** Waiting for unfinished jobs....

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'commands.o' failed

make[1]: *** [commands.o] Error 1

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-acl' failed

make[1]: Leaving directory '/root/dpdk/test/cmdline_test'

make: *** [test-acl] Error 2

make: *** Waiting for unfinished jobs....

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'cmdline_test' failed

make: *** [cmdline_test] Error 2

  CC pipeline_acl.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from main.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from init.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from runtime.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed

make[1]: *** [main.o] Error 1

compilation terminated.

make[1]: *** Waiting for unfinished jobs....

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'init.o' failed

make[1]: *** [init.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'runtime.o' failed

make[1]: *** [runtime.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from config.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'config.o' failed

make[1]: *** [config.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_stub.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_lpm_ipv6.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_stub.o' failed

make[1]: *** [pipeline_stub.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_lpm_ipv6.o' failed

make[1]: *** [pipeline_lpm_ipv6.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_lpm.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_hash.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_acl.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_lpm.o' failed

make[1]: *** [pipeline_lpm.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_hash.o' failed

make[1]: *** [pipeline_hash.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_acl.o' failed

make[1]: *** [pipeline_acl.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/test-pipeline'

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pipeline' failed

make: *** [test-pipeline] Error 2

  CC commands.o

  CC test.o

  CC resource.o

  CC test_resource.o

  CC test_prefetch.o

  CC test_byteorder.o

  CC test_per_lcore.o

  CC test_atomic.o

  CC test_barrier.o

  CC test_malloc.o

  CC test_cycles.o

  CC test_spinlock.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from commands.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from test.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from resource.c:34:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_resource.c:34:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

  CC test_memzone.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'commands.o' failed

make[1]: *** [commands.o] Error 1

make[1]: *** Waiting for unfinished jobs....

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test.o' failed

make[1]: *** [test.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'resource.o' failed

make[1]: *** [resource.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_resource.o' failed

make[1]: *** [test_resource.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_prefetch.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

  CC test_bitmap.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_byteorder.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

  CC test_memory.o

compilation terminated.

  CC test_reciprocal_division.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_prefetch.o' failed

make[1]: *** [test_prefetch.o] Error 1

  CC test_reciprocal_division_perf.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_per_lcore.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_atomic.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_byteorder.o' failed

make[1]: *** [test_byteorder.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_per_lcore.o' failed

make[1]: *** [test_per_lcore.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_barrier.c:19:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_atomic.o' failed

make[1]: *** [test_atomic.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_malloc.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_barrier.o' failed

make[1]: *** [test_barrier.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_cycles.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_malloc.o' failed

compilation terminated.

make[1]: *** [test_malloc.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_spinlock.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_cycles.o' failed

make[1]: *** [test_cycles.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_spinlock.o' failed

make[1]: *** [test_spinlock.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_memzone.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_memzone.o' failed

make[1]: *** [test_memzone.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_bitmap.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_memory.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_bitmap.o' failed

make[1]: *** [test_bitmap.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_memory.o' failed

make[1]: *** [test_memory.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_hexdump.h:13,

                 from test.h:11,

                 from test_reciprocal_division.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_hexdump.h:13,

                 from test.h:11,

                 from test_reciprocal_division_perf.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_reciprocal_division_perf.o' failed

make[1]: *** [test_reciprocal_division_perf.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_reciprocal_division.o' failed

make[1]: *** [test_reciprocal_division.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/test'

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed

make: *** [test] Error 2

make: Leaving directory '/root/dpdk/test'

                 dut.10.70.2.6: cp -f ./test/test/test ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/test/test’: No such file or directory

                 dut.10.70.2.6: cp -f ./test/test-acl/testacl ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/test-acl/testacl’: No such file or directory

                 dut.10.70.2.6: cp -f ./test/test-pipeline/testpipeline ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/test-pipeline/testpipeline’: No such file or directory

                 dut.10.70.2.6: cp -f ./test/cmdline_test/cmdline_test ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/cmdline_test/cmdline_test’: No such file or directory

                 dut.10.70.2.6: ERROR - try without '-j'

                 dut.10.70.2.6: make install T=x86_64-native-linuxapp-gcc

                 dut.10.70.2.6: Configuration done using x86_64-native-linuxapp-gcc

== Build lib

== Build lib/librte_compat

== Build lib/librte_eal

== Build lib/librte_eal/common

== Build lib/librte_eal/linuxapp

== Build lib/librte_eal/linuxapp/eal

  CC eal.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal.o' failed

make[7]: *** [eal.o] Error 1

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed

make[6]: *** [eal] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed

make[5]: *** [linuxapp] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed

make[4]: *** [librte_eal] Error 2

/root/dpdk/mk/rte.sdkbuild.mk:48: recipe for target 'lib' failed

make[3]: *** [lib] Error 2

/root/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed

make[2]: *** [all] Error 2

/root/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed

make[1]: *** [pre_install] Error 2

/root/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed

make: *** [install] Error 2

                 dut.10.70.2.6: make -j 19 -C test/

                 dut.10.70.2.6: make: Entering directory '/root/dpdk/test'

== Build /test

== Build /test-acl

== Build /test-pipeline

== Build /cmdline_test

make[1]: Entering directory '/root/dpdk/test/test'

make[1]: Entering directory '/root/dpdk/test/test-acl'

make[1]: Entering directory '/root/dpdk/test/test-pipeline'

make[1]: Entering directory '/root/dpdk/test/cmdline_test'

  CC main.o

  CC cmdline_test.o

  CC commands.o

main.c:5:21: fatal error: rte_acl.h: No such file or directory

compilation terminated.

  CC main.o

  CC config.o

  CC init.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed

make[1]: *** [main.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/test-acl'

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-acl' failed

make: *** [test-acl] Error 2

make: *** Waiting for unfinished jobs....

  CC runtime.o

  CC pipeline_stub.o

  CC pipeline_hash.o

  CC pipeline_lpm.o

  CC pipeline_lpm_ipv6.o

  CC pipeline_acl.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from cmdline_test.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from commands.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cmdline_test.o' failed

make[1]: *** [cmdline_test.o] Error 1

make[1]: *** Waiting for unfinished jobs....

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'commands.o' failed

make[1]: *** [commands.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/cmdline_test'

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from main.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'cmdline_test' failed

make: *** [cmdline_test] Error 2

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from init.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'main.o' failed

make[1]: *** [main.o] Error 1

make[1]: *** Waiting for unfinished jobs....

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from runtime.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from config.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'init.o' failed

make[1]: *** [init.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'runtime.o' failed

make[1]: *** [runtime.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'config.o' failed

make[1]: *** [config.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_stub.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_hash.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_lpm.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_stub.o' failed

make[1]: *** [pipeline_stub.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_hash.o' failed

make[1]: *** [pipeline_hash.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_lpm_ipv6.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_lpm.o' failed

make[1]: *** [pipeline_lpm.o] Error 1

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from pipeline_acl.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_lpm_ipv6.o' failed

make[1]: *** [pipeline_lpm_ipv6.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'pipeline_acl.o' failed

make[1]: *** [pipeline_acl.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/test-pipeline'

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pipeline' failed

make: *** [test-pipeline] Error 2

  CC commands.o

  CC test.o

  CC resource.o

  CC test_resource.o

  CC test_prefetch.o

  CC test_byteorder.o

  CC test_per_lcore.o

  CC test_atomic.o

  MKRES test_resource_c.res.o

  CC test_barrier.o

  CC test_malloc.o

  CC test_cycles.o

  CC test_spinlock.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from commands.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/string.h:25,

                 from test.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from resource.c:34:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

  CC test_memory.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'commands.o' failed

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_resource.c:34:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

make[1]: *** [commands.o] Error 1

compilation terminated.

make[1]: *** Waiting for unfinished jobs....

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test.o' failed

make[1]: *** [test.o] Error 1

  CC test_memzone.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'resource.o' failed

make[1]: *** [resource.o] Error 1

  CC test_bitmap.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_resource.o' failed

make[1]: *** [test_resource.o] Error 1

  CC test_reciprocal_division.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_prefetch.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_byteorder.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

  CC test_reciprocal_division_perf.o

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_prefetch.o' failed

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_per_lcore.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

make[1]: *** [test_prefetch.o] Error 1

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_byteorder.o' failed

make[1]: *** [test_byteorder.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_atomic.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_per_lcore.o' failed

make[1]: *** [test_per_lcore.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_atomic.o' failed

make[1]: *** [test_atomic.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_barrier.c:19:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_malloc.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_cycles.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_barrier.o' failed

make[1]: *** [test_barrier.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_spinlock.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_malloc.o' failed

compilation terminated.

make[1]: *** [test_malloc.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_cycles.o' failed

make[1]: *** [test_cycles.o] Error 1

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_spinlock.o' failed

make[1]: *** [test_spinlock.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_memory.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_memzone.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_memory.o' failed

make[1]: *** [test_memory.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from test_bitmap.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_memzone.o' failed

make[1]: *** [test_memzone.o] Error 1

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_bitmap.o' failed

make[1]: *** [test_bitmap.o] Error 1

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_hexdump.h:13,

                 from test.h:11,

                 from test_reciprocal_division.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_reciprocal_division.o' failed

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_hexdump.h:13,

                 from test.h:11,

                 from test_reciprocal_division_perf.c:5:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

make[1]: *** [test_reciprocal_division.o] Error 1

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'test_reciprocal_division_perf.o' failed

make[1]: *** [test_reciprocal_division_perf.o] Error 1

make[1]: Leaving directory '/root/dpdk/test/test'

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed

make: *** [test] Error 2

make: Leaving directory '/root/dpdk/test'

                 dut.10.70.2.6: cp -f ./test/test/test ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/test/test’: No such file or directory

                 dut.10.70.2.6: cp -f ./test/test-acl/testacl ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/test-acl/testacl’: No such file or directory

                 dut.10.70.2.6: cp -f ./test/test-pipeline/testpipeline ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/test-pipeline/testpipeline’: No such file or directory

                 dut.10.70.2.6: cp -f ./test/cmdline_test/cmdline_test ./x86_64-native-linuxapp-gcc/app

                 dut.10.70.2.6: cp: cannot stat ‘./test/cmdline_test/cmdline_test’: No such file or directory

                           dts:  TARGET ERROR: Compilation error...

                        tester: modprobe igb

                        tester:

                        tester: modprobe ixgbe

                        tester:

                        tester: modprobe e1000e

                        tester:

                        tester: modprobe e1000

                        tester:

                        tester: ifconfig eno49 up

                        tester:

                        tester: ifconfig eno50 up

                        tester:

                        tester: ifconfig ens2f0 up

                        tester:

                        tester: ifconfig ens2f1 up

                        tester:

                 dut.10.70.2.6: echo 0000:05:00.0 > /sys/bus/pci/devices/0000\:05\:00.0/driver/unbind

                 dut.10.70.2.6:

                 dut.10.70.2.6: modprobe ixgbe

                 dut.10.70.2.6:

                 dut.10.70.2.6: echo 0000:05:00.0 > /sys/bus/pci/drivers/ixgbe/bind

                 dut.10.70.2.6:

                 dut.10.70.2.6: ifconfig ens2f0 up

                 dut.10.70.2.6:

                 dut.10.70.2.6: echo 0000:05:00.1 > /sys/bus/pci/devices/0000\:05\:00.1/driver/unbind

                 dut.10.70.2.6:

                 dut.10.70.2.6: modprobe ixgbe

                 dut.10.70.2.6:

                 dut.10.70.2.6: echo 0000:05:00.1 > /sys/bus/pci/drivers/ixgbe/bind

                 dut.10.70.2.6:

                 dut.10.70.2.6: ifconfig ens2f1 up

                 dut.10.70.2.6:

                           dts: DTS ended

[root@tester dts]#

 

 

 

I also tried to install dpdk manually to on TARGET DUT to see if the same get installed successfully on the machine – but am seeing the following –

 

[root@targetdut dpdk]# make

== Build lib

== Build lib/librte_compat

  SYMLINK-FILE include/rte_compat.h

== Build lib/librte_eal

== Build lib/librte_eal/common

  SYMLINK-FILE include/generic/rte_atomic.h

  SYMLINK-FILE include/generic/rte_byteorder.h

  SYMLINK-FILE include/generic/rte_cycles.h

  SYMLINK-FILE include/generic/rte_prefetch.h

  SYMLINK-FILE include/generic/rte_spinlock.h

  SYMLINK-FILE include/generic/rte_memcpy.h

  SYMLINK-FILE include/generic/rte_cpuflags.h

  SYMLINK-FILE include/generic/rte_rwlock.h

  SYMLINK-FILE include/generic/rte_vect.h

  SYMLINK-FILE include/generic/rte_pause.h

  SYMLINK-FILE include/generic/rte_io.h

  SYMLINK-FILE include/rte_branch_prediction.h

  SYMLINK-FILE include/rte_common.h

  SYMLINK-FILE include/rte_debug.h

  SYMLINK-FILE include/rte_eal.h

  SYMLINK-FILE include/rte_eal_interrupts.h

  SYMLINK-FILE include/rte_errno.h

  SYMLINK-FILE include/rte_launch.h

  SYMLINK-FILE include/rte_lcore.h

  SYMLINK-FILE include/rte_log.h

  SYMLINK-FILE include/rte_memory.h

  SYMLINK-FILE include/rte_memzone.h

  SYMLINK-FILE include/rte_per_lcore.h

  SYMLINK-FILE include/rte_random.h

  SYMLINK-FILE include/rte_tailq.h

  SYMLINK-FILE include/rte_interrupts.h

  SYMLINK-FILE include/rte_alarm.h

  SYMLINK-FILE include/rte_string_fns.h

  SYMLINK-FILE include/rte_version.h

  SYMLINK-FILE include/rte_eal_memconfig.h

  SYMLINK-FILE include/rte_malloc_heap.h

  SYMLINK-FILE include/rte_hexdump.h

  SYMLINK-FILE include/rte_devargs.h

  SYMLINK-FILE include/rte_bus.h

  SYMLINK-FILE include/rte_dev.h

  SYMLINK-FILE include/rte_pci_dev_feature_defs.h

  SYMLINK-FILE include/rte_pci_dev_features.h

  SYMLINK-FILE include/rte_malloc.h

  SYMLINK-FILE include/rte_keepalive.h

  SYMLINK-FILE include/rte_time.h

  SYMLINK-FILE include/rte_service.h

  SYMLINK-FILE include/rte_service_component.h

  SYMLINK-FILE include/rte_bitmap.h

  SYMLINK-FILE include/rte_vfio.h

  SYMLINK-FILE include/rte_hypervisor.h

  SYMLINK-FILE include/rte_test.h

  SYMLINK-FILE include/rte_reciprocal.h

  SYMLINK-FILE include/rte_atomic.h

  SYMLINK-FILE include/rte_atomic_32.h

  SYMLINK-FILE include/rte_atomic_64.h

  SYMLINK-FILE include/rte_byteorder.h

  SYMLINK-FILE include/rte_byteorder_32.h

  SYMLINK-FILE include/rte_byteorder_64.h

  SYMLINK-FILE include/rte_cpuflags.h

  SYMLINK-FILE include/rte_cycles.h

  SYMLINK-FILE include/rte_io.h

  SYMLINK-FILE include/rte_memcpy.h

  SYMLINK-FILE include/rte_pause.h

  SYMLINK-FILE include/rte_prefetch.h

  SYMLINK-FILE include/rte_rtm.h

  SYMLINK-FILE include/rte_rwlock.h

  SYMLINK-FILE include/rte_spinlock.h

  SYMLINK-FILE include/rte_vect.h

== Build lib/librte_eal/linuxapp

== Build lib/librte_eal/linuxapp/eal

  SYMLINK-FILE include/exec-env/rte_kni_common.h

  CC eal.o

In file included from /usr/include/features.h:389:0,

                 from /usr/include/stdio.h:27,

                 from /root/dpdk/lib/librte_eal/linuxapp/eal/eal.c:6:

/usr/include/gnu/stubs.h:10:27: fatal error: gnu/stubs-64.h: No such file or directory

compilation terminated.

/root/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal.o' failed

make[5]: *** [eal.o] Error 1

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed

make[4]: *** [eal] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed

make[3]: *** [linuxapp] Error 2

/root/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed

make[2]: *** [librte_eal] Error 2

/root/dpdk/mk/rte.sdkbuild.mk:48: recipe for target 'lib' failed

make[1]: *** [lib] Error 2

/root/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed

make: *** [all] Error 2

 

 

Thanking in advance,

Chengappa

 

From: Liu, Yong [mailto:yong.liu@intel.com]
Sent: Tuesday, May 08, 2018 12:15 PM
To: M R, Chengappa (Network Function Virtualization) <cm-r@hpe.com>; dts@dpdk.org
Subject: RE: DPDK Test Suite: execution of full test cases

 

Welcome Chengappa.

 

According to the log file, look like DPDK can’t build on your DUT.  The first error is that cc command can’t be found.

You need installed required packets for building. Reference link: http://dpdk.org/doc/guides/linux_gsg/sys_reqs.html#compilation-of-the-dpdk

 

Note: DTS will not setup DUT from brand new server. It only create or prepare the running environment for DPDK.

 

DTS configurations look well,  only one configuration need to be changed.  The reason is that DTS only distinguish FreeBSD and Linux OS distributions.

os=linux

 

Thanks,

Marvin

 

From: M R, Chengappa (Network Function Virtualization) [mailto:cm-r@hpe.com]
Sent: Tuesday, May 08, 2018 2:13 PM
To: Liu, Yong <yong.liu@intel.com>; dts@dpdk.org
Subject: RE: DPDK Test Suite: execution of full test cases

 

Greetings Marvin,

 

Thank you for welcoming me to DTS community – looking forward for some great learnings here.

 

I tried using the option of –debug –v and also did try to see the log files – thank you for providing the pointers on the same.

 

However, I am still blocked with compilation errors which I was encountering earlier.

 

What I see in the log files is as follows

 

 

08/05/2018 03:22:12                  dut.10.70.2.6: export RTE_TARGET=x86_64-native-linuxapp-gcc

08/05/2018 03:22:12                  dut.10.70.2.6:

08/05/2018 03:22:12                  dut.10.70.2.6: export RTE_SDK=`pwd`

08/05/2018 03:22:12                  dut.10.70.2.6:

08/05/2018 03:22:12                  dut.10.70.2.6: rm -rf x86_64-native-linuxapp-gcc

08/05/2018 03:22:12                  dut.10.70.2.6:

08/05/2018 03:22:12                  dut.10.70.2.6: rm -rf ./app/test/test_resource_c.res.o

08/05/2018 03:22:12                  dut.10.70.2.6:

08/05/2018 03:22:12                  dut.10.70.2.6: rm -rf ./app/test/test_resource_tar.res.o

08/05/2018 03:22:12                  dut.10.70.2.6:

08/05/2018 03:22:12                  dut.10.70.2.6: rm -rf ./app/test/test_pci_sysfs.res.o

08/05/2018 03:22:12                  dut.10.70.2.6:

08/05/2018 03:22:12                  dut.10.70.2.6: make -j 19 install T=x86_64-native-linuxapp-gcc

08/05/2018 03:22:13                  dut.10.70.2.6: /bin/sh: line 1: cc: command not found

cat: /root/dpdk/x86_64-native-linuxapp-gcc/.config_tmp: No such file or directory

Configuration done using x86_64-native-linuxapp-gcc

/root/dpdk/mk/rte.vars.mk:56: *** RTE_ARCH is not defined.  Stop.

/root/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed

make[2]: *** [all] Error 2

/root/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed

make[1]: *** [pre_install] Error 2

/root/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed

make: *** [install] Error 2

08/05/2018 03:22:13                  dut.10.70.2.6: make -j 19 -C test/

08/05/2018 03:22:13                  dut.10.70.2.6: make: Entering directory '/root/dpdk/test'

/root/dpdk/mk/rte.vars.mk:56: *** RTE_ARCH is not defined.  Stop.

make: Leaving directory '/root/dpdk/test'

08/05/2018 03:22:13                  dut.10.70.2.6: cp -f ./test/test/test ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:13                  dut.10.70.2.6: cp: cannot stat ‘./test/test/test’: No such file or directory

08/05/2018 03:22:13                  dut.10.70.2.6: cp -f ./test/test-acl/testacl ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:13                  dut.10.70.2.6: cp: cannot stat ‘./test/test-acl/testacl’: No such file or directory

08/05/2018 03:22:13                  dut.10.70.2.6: cp -f ./test/test-pipeline/testpipeline ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:13                  dut.10.70.2.6: cp: cannot stat ‘./test/test-pipeline/testpipeline’: No such file or directory

08/05/2018 03:22:13                  dut.10.70.2.6: cp -f ./test/cmdline_test/cmdline_test ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:13                  dut.10.70.2.6: cp: cannot stat ‘./test/cmdline_test/cmdline_test’: No such file or directory

08/05/2018 03:22:13                  dut.10.70.2.6: ERROR - try without '-j'

08/05/2018 03:22:13                  dut.10.70.2.6: make install T=x86_64-native-linuxapp-gcc

08/05/2018 03:22:13                  dut.10.70.2.6: /bin/sh: line 1: cc: command not found

cat: /root/dpdk/x86_64-native-linuxapp-gcc/.config_tmp: No such file or directory

Configuration done using x86_64-native-linuxapp-gcc

/root/dpdk/mk/rte.vars.mk:56: *** RTE_ARCH is not defined.  Stop.

/root/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed

make[2]: *** [all] Error 2

/root/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed

make[1]: *** [pre_install] Error 2

/root/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed

make: *** [install] Error 2

08/05/2018 03:22:13                  dut.10.70.2.6: make -j 19 -C test/

08/05/2018 03:22:13                  dut.10.70.2.6: make: Entering directory '/root/dpdk/test'

/root/dpdk/mk/rte.vars.mk:56: *** RTE_ARCH is not defined.  Stop.

make: Leaving directory '/root/dpdk/test'

08/05/2018 03:22:13                  dut.10.70.2.6: cp -f ./test/test/test ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:13                  dut.10.70.2.6: cp: cannot stat ‘./test/test/test’: No such file or directory

08/05/2018 03:22:13                  dut.10.70.2.6: cp -f ./test/test-acl/testacl ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:14                  dut.10.70.2.6: cp: cannot stat ‘./test/test-acl/testacl’: No such file or directory

08/05/2018 03:22:14                  dut.10.70.2.6: cp -f ./test/test-pipeline/testpipeline ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:14                  dut.10.70.2.6: cp: cannot stat ‘./test/test-pipeline/testpipeline’: No such file or directory

08/05/2018 03:22:14                  dut.10.70.2.6: cp -f ./test/cmdline_test/cmdline_test ./x86_64-native-linuxapp-gcc/app

08/05/2018 03:22:14                  dut.10.70.2.6: cp: cannot stat ‘./test/cmdline_test/cmdline_test’: No such file or directory

08/05/2018 03:22:14                            dts:  TARGET ERROR: Compilation error...

 

Could you kindly help me understand as to why I am facing this error – I understand that once we have configured the TESTER will all the configuration files and pre-requisites and have placed dpdk.tar.gz under /dep folder, TESTER should configure the TARGET DUT with dpdk and should initiate the functional test cases.

 

Kindly do let me know if am missing anything here.

 

The configurations on my TESTER machine are as follows:

 

[root@tester dts]# cat conf/ports.cfg

# DUT Port Configuration

# [DUT IP]

# ports=

#     pci=Pci BDF,intf=Kernel interface;

#     pci=Pci BDF,mac=Mac address,peer=Tester Pci BDF,numa=Port Numa

#     pci=Pci BDF,peer=IXIA:card.port

#     pci=Pci BDF,peer=Tester Pci BDF,tp_ip=$(IP),tp_path=$({PERL_PATH);

#     pci=Pci BDF,peer=Tester Pci BDF,sec_port=yes,first_port=Pci BDF;

# [VM NAME] virtual machine name; This section is for virutal scenario

# ports =

#     dev_idx=device index of ports info, peer=Tester Pci BDF

[10.70.2.6]

ports =

    pci=05:00.0,intf=ens2f0;

    pci=05:00.1,intf=ens2f1;

 

 

[root@tester dts]# cat executions/execution.cfg

[Execution1]

crbs=10.70.2.6

drivername=igb_uio

test_suites=hello_world

test_suites=

    cmdline,

    hello_world

targets=x86_64-native-linuxapp-gcc

parameters=nic_type=niantic:func=true

 

 

[root@tester dts]# cat conf/crbs.cfg

#DUT crbs Configuration

#[DUT IP]

#  dut_ip: DUT ip address

#  dut_user: Login DUT username

#  dut_passwd: Login DUT password

#  os: operation system type linux or freebsd

#  tester_ip: Tester ip address

#  tester_passwd: Tester password

#  ixia_group: IXIA group name

#  channels: Board channel number

#  bypass_core0: Whether by pass core0

[10.70.2.6]

dut_ip=10.70.2.6

dut_user=root

dut_passwd=HP1nvent

os=fedora

tester_ip=10.70.2.5

tester_passwd=HP1nvent

channels=4

 

 

Thanking in advance,

Chengappa

 

From: Liu, Yong [mailto:yong.liu@intel.com]
Sent: Friday, May 04, 2018 2:52 PM
To: Liu, Yong <yong.liu@intel.com>; M R, Chengappa (Network Function Virtualization) <cm-r@hpe.com>; dts@dpdk.org
Subject: RE: DPDK Test Suite: execution of full test cases

 

Chengappa,

You can also utilize verbose and debug option for DTS issue debugging.

Command will like:

./dts --debug –v

 

Thanks,

Marvin

 

From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Liu, Yong
Sent: Friday, May 04, 2018 4:33 PM
To: M R, Chengappa (Network Function Virtualization) <cm-r@hpe.com>; dts@dpdk.org
Subject: Re: [dts] DPDK Test Suite: execution of full test cases

 

Hi Chengappa,

Welcome to DTS community.

The detail running log of DTS will located at output/dts.log. You can check the error when building dpdk in the log file.

DTS master branch now supporting dpdk v18.02. If you are testing other versions of DPDK, you may need to switch DTS version.

 

DTS tutorial is at http://dpdk.org/doc/dts/gsg/tutorial.html. You can reference to it.

 

Thanks,
Marvin

 

From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of M R, Chengappa (Network Function Virtualization)
Sent: Thursday, May 03, 2018 6:19 PM
To: dts@dpdk.org
Subject: [dts] DPDK Test Suite: execution of full test cases

 

Hello Team,

Greetings!

 

We are aiming to install DTS and execute the test cases which are part of DTS framework.

 

However, we are frequently facing issues and currently failing to execute the test cases.

 

Currently we are blocked as we are encountering the issue which is describer here –

http://dpdk.org/ml/archives/dts/2018-May/003990.html

 

Am initiating this thread to check –

 

1.      Is there any logging options enabled with DTS so that we could see the log traces

 

2.      Also need to understand if anyone here in this community who has exercised end-to-end DPDK test suite with all the test cases – if so would like to understand what is the running configuration on TESTER and TARGET DUT

 

 

Thanking in advance,

Chengappa