automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-06  5:43 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-06  5:43 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report, Georgii Tkachuk, Qian Xu, Lijuan Tu
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20982/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-08  5:42 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-08  5:42 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report, Georgii Tkachuk, Qian Xu, Lijuan Tu
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20987/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-08  5:27 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-08  5:27 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Fedora 31           | FAIL           |
+---------------------+----------------+
| Arch Linux          | FAIL           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+

==== 20 line log output for Arch Linux (dpdk_unit_test): ====
1169 | LIBBPF_API int bpf_get_link_xdp_id(int ifindex, __u32 *prog_id, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:858:9: error: ‘bpf_set_link_xdp_fd’ is deprecated: libbpf v0.8+: use bpf_xdp_attach() instead [-Werror=deprecated-declarations]
858 |         bpf_set_link_xdp_fd(internals->if_index, -1,
|         ^~~~~~~~~~~~~~~~~~~
/usr/include/bpf/libbpf.h:1164:16: note: declared here
1164 | LIBBPF_API int bpf_set_link_xdp_fd(int ifindex, int fd, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function ‘load_custom_xdp_prog’:
../drivers/net/af_xdp/rte_eth_af_xdp.c:1171:9: error: ‘bpf_set_link_xdp_fd’ is deprecated: libbpf v0.8+: use bpf_xdp_attach() instead [-Werror=deprecated-declarations]
1171 |         ret = bpf_set_link_xdp_fd(if_index, prog_fd,
|         ^~~
/usr/include/bpf/libbpf.h:1164:16: note: declared here
1164 | LIBBPF_API int bpf_set_link_xdp_fd(int ifindex, int fd, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1049/2889] Compiling C object 'drivers/a715181@@rte_dma_skeleton@sta/meson-generated_.._rte_dma_skeleton.pmd.c.o'.
[1050/2889] Generating rte_net_ark.pmd.c with a custom command.
[1051/2889] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_atl_rxtx.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

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

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20987/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-08  5:19 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-08  5:19 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report, Georgii Tkachuk, Qian Xu, Lijuan Tu
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20987/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-08  5:12 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-08  5:12 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20987/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-07  5:43 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-07  5:43 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report, Georgii Tkachuk, Qian Xu, Lijuan Tu
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20984/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-07  5:40 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-07  5:40 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Arch Linux          | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Fedora 31           | FAIL           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+

==== 20 line log output for Fedora 31 (dpdk_unit_test): ====

==== End log output ====

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

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)

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

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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

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 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20984/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-07  5:21 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-07  5:21 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report, Georgii Tkachuk, Qian Xu, Lijuan Tu
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20984/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-07  5:11 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-07  5:11 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20984/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-06  5:45 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-06  5:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Fedora 31           | FAIL           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Arch Linux          | FAIL           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+

==== 20 line log output for Arch Linux (dpdk_unit_test): ====
1169 | LIBBPF_API int bpf_get_link_xdp_id(int ifindex, __u32 *prog_id, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:858:9: error: ‘bpf_set_link_xdp_fd’ is deprecated: libbpf v0.8+: use bpf_xdp_attach() instead [-Werror=deprecated-declarations]
858 |         bpf_set_link_xdp_fd(internals->if_index, -1,
|         ^~~~~~~~~~~~~~~~~~~
/usr/include/bpf/libbpf.h:1164:16: note: declared here
1164 | LIBBPF_API int bpf_set_link_xdp_fd(int ifindex, int fd, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function ‘load_custom_xdp_prog’:
../drivers/net/af_xdp/rte_eth_af_xdp.c:1171:9: error: ‘bpf_set_link_xdp_fd’ is deprecated: libbpf v0.8+: use bpf_xdp_attach() instead [-Werror=deprecated-declarations]
1171 |         ret = bpf_set_link_xdp_fd(if_index, prog_fd,
|         ^~~
/usr/include/bpf/libbpf.h:1164:16: note: declared here
1164 | LIBBPF_API int bpf_set_link_xdp_fd(int ifindex, int fd, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1036/2889] Linking static target drivers/librte_dma_skeleton.a.
[1037/2889] Linking target drivers/librte_dma_skeleton.so.22.0.
[1038/2889] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.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)

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

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20982/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-06  5:19 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-06  5:19 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report, Georgii Tkachuk, Qian Xu, Lijuan Tu
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20982/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-06  5:17 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-06  5:17 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Functional Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> functional testing fail

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- mtu_update


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20982/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-08-05  5:46 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-08-05  5:46 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Fedora 31           | FAIL           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Arch Linux          | FAIL           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+

==== 20 line log output for Arch Linux (dpdk_unit_test): ====
1169 | LIBBPF_API int bpf_get_link_xdp_id(int ifindex, __u32 *prog_id, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:858:9: error: ‘bpf_set_link_xdp_fd’ is deprecated: libbpf v0.8+: use bpf_xdp_attach() instead [-Werror=deprecated-declarations]
858 |         bpf_set_link_xdp_fd(internals->if_index, -1,
|         ^~~~~~~~~~~~~~~~~~~
/usr/include/bpf/libbpf.h:1164:16: note: declared here
1164 | LIBBPF_API int bpf_set_link_xdp_fd(int ifindex, int fd, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function ‘load_custom_xdp_prog’:
../drivers/net/af_xdp/rte_eth_af_xdp.c:1171:9: error: ‘bpf_set_link_xdp_fd’ is deprecated: libbpf v0.8+: use bpf_xdp_attach() instead [-Werror=deprecated-declarations]
1171 |         ret = bpf_set_link_xdp_fd(if_index, prog_fd,
|         ^~~
/usr/include/bpf/libbpf.h:1164:16: note: declared here
1164 | LIBBPF_API int bpf_set_link_xdp_fd(int ifindex, int fd, __u32 flags);
|                ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1042/2889] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_mpu.c.o'.
[1043/2889] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_rx.c.o'.
[1044/2889] Compiling C object 'drivers/a715181@@tmp_rte_net_ark@sta/net_ark_ark_ethdev_tx.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

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

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.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)

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

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

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20974/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-07-29  5:55 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-07-29  5:55 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Fedora 34           | FAIL           |
+---------------------+----------------+
| Ubuntu 18.04        | FAIL           |
+---------------------+----------------+
| Arch Linux          | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+

==== 20 line log output for Ubuntu 18.04 (dpdk_unit_test): ====
55/65 DPDK:fast-tests / service_autotest      FAIL     2.53 s (exit status 255 or signal 127 SIGinvalid)
56/65 DPDK:fast-tests / thash_autotest        OK       0.84 s
57/65 DPDK:fast-tests / trace_autotest        OK       0.24 s
58/65 DPDK:fast-tests / metrics_autotest      OK       0.28 s
59/65 DPDK:fast-tests / telemetry_json_autotest  OK       0.33 s
60/65 DPDK:fast-tests / telemetry_data_autotest  OK       0.41 s
61/65 DPDK:fast-tests / ring_pmd_autotest     OK       0.63 s
62/65 DPDK:fast-tests / bitratestats_autotest  OK       0.34 s
63/65 DPDK:fast-tests / latencystats_autotest  OK       0.37 s
64/65 DPDK:fast-tests / pdump_autotest        OK       0.40 s
65/65 DPDK:fast-tests / vdev_autotest         OK       0.32 s

Ok:                   63
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               1
Timeout:               0

Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt
==== End log output ====

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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)

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

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

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

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

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20891/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47
@ 2022-07-19  6:00 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2022-07-19  6:00 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, Xueming Li, Christian Ehrhardt, Kevin Traynor, Luca Boccassi

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

_Testing issues_

Branch: tags/v21.11

0f80c13b4d589f63a8ede56bea0a443750bdcc47 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Arch Linux          | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
55/65 DPDK:fast-tests / service_autotest      FAIL     1.56 s (exit status 255 or signal 127 SIGinvalid)
56/65 DPDK:fast-tests / thash_autotest        OK       0.29 s
57/65 DPDK:fast-tests / trace_autotest        OK       0.25 s
58/65 DPDK:fast-tests / metrics_autotest      OK       0.26 s
59/65 DPDK:fast-tests / telemetry_json_autotest  OK       0.25 s
60/65 DPDK:fast-tests / telemetry_data_autotest  OK       0.23 s
61/65 DPDK:fast-tests / ring_pmd_autotest     OK       0.28 s
62/65 DPDK:fast-tests / bitratestats_autotest  OK       0.30 s
63/65 DPDK:fast-tests / latencystats_autotest  OK       0.28 s
64/65 DPDK:fast-tests / pdump_autotest        OK       0.32 s
65/65 DPDK:fast-tests / vdev_autotest         OK       0.66 s

Ok:                   63
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               1
Timeout:               0

Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.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

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-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)

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)

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

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/20794/

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-08-08  5:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06  5:43 |FAILURE| [GIT MASTER] 0f80c13b4d589f63a8ede56bea0a443750bdcc47 dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-08-08  5:42 dpdklab
2022-08-08  5:27 dpdklab
2022-08-08  5:19 dpdklab
2022-08-08  5:12 dpdklab
2022-08-07  5:43 dpdklab
2022-08-07  5:40 dpdklab
2022-08-07  5:21 dpdklab
2022-08-07  5:11 dpdklab
2022-08-06  5:45 dpdklab
2022-08-06  5:19 dpdklab
2022-08-06  5:17 dpdklab
2022-08-05  5:46 dpdklab
2022-07-29  5:55 dpdklab
2022-07-19  6:00 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).