automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw91610-91612 [PATCH] [v4, 3/3] net/pcap: build on Windows
@ 2021-04-18 10:57 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-04-18 10:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/91612

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Date: Thursday, April 15 2021 22:10:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8f5ea6a464ac5894970dc6463f85538f2f5dc2bb

91610-91612 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+-------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+=====================+======================+====================+===================+================+
| Windows Server 2019 | PASS                 | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | PASS              | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8               | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32           | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04        | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| CentOS Stream 8     | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7              | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | SKIPPED           | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for FreeBSD 11.2 (dpdk_meson_compile): ====
[1039/2107] Generating rte_net_pcap_mingw with a custom command
[1040/2107] Compiling C object drivers/libtmp_rte_net_octeontx2.a.p/net_octeontx2_otx2_ethdev_devargs.c.o
[1041/2107] Compiling C object drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o
FAILED: drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o
cc -Idrivers/libtmp_rte_net_pcap.a.p -Idrivers -I../drivers -Idrivers/net/pcap -I../drivers/net/pcap -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I.. -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/freebsd/include -I../lib/librte_eal/freebsd/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_metrics -I../lib/librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -I/usr/local/include -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -mno-avx512f -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -MD -MQ drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o -MF drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o.d -o drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o -c ../drivers/net/pcap/pcap_ethdev.c
../drivers/net/pcap/pcap_ethdev.c:1385:2: error: implicit declaration of function 'timespec_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
timespec_get(&start_time, TIME_UTC);
^
../drivers/net/pcap/pcap_ethdev.c:1385:2: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
../drivers/net/pcap/pcap_ethdev.c:1385:28: error: use of undeclared identifier 'TIME_UTC'
timespec_get(&start_time, TIME_UTC);
^
3 errors generated.
[1042/2107] Compiling C object drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_osdep_freebsd.c.o
[1043/2107] Compiling C object drivers/libtmp_rte_net_octeontx_ep.a.p/net_octeontx_ep_otx_ep_rxtx.c.o
[1044/2107] Compiling C object drivers/net/qede/base/libqede_base.a.p/bcm_osal.c.o
[1045/2107] Compiling C object drivers/net/qede/base/libqede_base.a.p/ecore_cxt.c.o
[1046/2107] Compiling C object drivers/libtmp_rte_net_octeontx2.a.p/net_octeontx2_otx2_rx.c.o
ninja: build stopped: subcommand failed.
[1] Error running command.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0 and gcc 8.1.0 (MinGW)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Arch Linux
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.0

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16573/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |FAILURE| pw91610-91612 [PATCH] [v4, 3/3] net/pcap: build on Windows
@ 2021-04-18  9:51 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-04-18  9:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/91612

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Date: Thursday, April 15 2021 22:10:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:8f5ea6a464ac5894970dc6463f85538f2f5dc2bb

91610-91612 --> testing fail

Test environment and result as below:

+---------------------+----------------------+-------------------+--------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_meson_compile | dpdk_unit_test |
+=====================+======================+===================+====================+================+
| Windows Server 2019 | PASS                 | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS              | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 32           | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Fedora 31           | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| CentOS Stream 8     | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 20.04        | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| RHEL 7              | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Arch Linux          | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | SKIPPED           | FAIL               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| RHEL8               | SKIPPED              | SKIPPED           | PASS               | SKIPPED        |
+---------------------+----------------------+-------------------+--------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | SKIPPED           | PASS               | PASS           |
+---------------------+----------------------+-------------------+--------------------+----------------+

==== 20 line log output for FreeBSD 11.2 (dpdk_meson_compile): ====
[1041/2107] Compiling C object drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_osdep_freebsd.c.o
[1042/2107] Compiling C object drivers/libtmp_rte_net_octeontx_ep.a.p/net_octeontx_ep_otx_ep_rxtx.c.o
[1043/2107] Compiling C object drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o
FAILED: drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o
cc -Idrivers/libtmp_rte_net_pcap.a.p -Idrivers -I../drivers -Idrivers/net/pcap -I../drivers/net/pcap -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I.. -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/freebsd/include -I../lib/librte_eal/freebsd/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_metrics -I../lib/librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -I/usr/local/include -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -mno-avx512f -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -MD -MQ drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o -MF drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o.d -o drivers/libtmp_rte_net_pcap.a.p/net_pcap_pcap_ethdev.c.o -c ../drivers/net/pcap/pcap_ethdev.c
../drivers/net/pcap/pcap_ethdev.c:1385:2: error: implicit declaration of function 'timespec_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
timespec_get(&start_time, TIME_UTC);
^
../drivers/net/pcap/pcap_ethdev.c:1385:2: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
../drivers/net/pcap/pcap_ethdev.c:1385:28: error: use of undeclared identifier 'TIME_UTC'
timespec_get(&start_time, TIME_UTC);
^
3 errors generated.
[1044/2107] Linking static target drivers/libtmp_rte_net_octeontx_ep.a
[1045/2107] Compiling C object drivers/net/qede/base/libqede_base.a.p/bcm_osal.c.o
[1046/2107] Compiling C object drivers/net/qede/base/libqede_base.a.p/ecore_cxt.c.o
[1047/2107] Compiling C object drivers/net/qede/base/libqede_base.a.p/ecore_dcbx.c.o
[1048/2107] Compiling C object drivers/libtmp_rte_net_octeontx2.a.p/net_octeontx2_otx2_rx.c.o
ninja: build stopped: subcommand failed.
[1] Error running command.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0 and gcc 8.1.0 (MinGW)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Arch Linux
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.0

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16573/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-18 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-18 10:57 [dpdk-test-report] |FAILURE| pw91610-91612 [PATCH] [v4, 3/3] net/pcap: build on Windows dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2021-04-18  9:51 dpdklab

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).