automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  6:08 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  6:08 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/121143

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[930/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_hw_atl_hw_atl_utils.c.o'.
[931/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_atlantic@sta/net_atlantic_rte_pmd_atlantic.c.o'.
[932/3091] Linking static target drivers/libtmp_rte_net_atlantic.a.
[933/3091] Generating rte_net_atlantic.pmd.c with a custom command.
[934/3091] Compiling C object 'drivers/a715181@@rte_net_atlantic@sta/meson-generated_.._rte_net_atlantic.pmd.c.o'.
[935/3091] Linking static target drivers/librte_net_atlantic.a.
[936/3091] Generating rte_net_atlantic.sym_chk with a meson_exe.py custom command.
[937/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_avp@sta/net_avp_avp_ethdev.c.o'.
[938/3091] Compiling C object 'drivers/a715181@@rte_net_atlantic@sha/meson-generated_.._rte_net_atlantic.pmd.c.o'.
[939/3091] Linking static target drivers/libtmp_rte_net_avp.a.
[940/3091] Linking target drivers/librte_net_atlantic.so.23.1.
[941/3091] Generating rte_net_avp.pmd.c with a custom command.
[942/3091] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_axgbe@sta -Idrivers -I../drivers -Idrivers/net/axgbe -I../drivers/net/axgbe -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -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 -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-cast-qual -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.axgbe -MD -MQ 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_axgbe@sta/net_axgbe_axgbe_ethdev.c.o' -c ../drivers/net/axgbe/axgbe_ethdev.c
../drivers/net/axgbe/axgbe_ethdev.c:2145:25: error: unused variable 'txq' [-Werror,-Wunused-variable]
struct axgbe_tx_queue *txq = dev->data->tx_queues[0];
^
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:33 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/121143

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+-------------------------------+----------------+--------------+
|          Environment          | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | PASS         |
+-------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (dpdk_unit_test): ====
[2424/3122] Generating drivers/rte_net_softnic.sym_chk with a custom command (wrapped by meson to capture output)
[2425/3122] Generating drivers/rte_net_bnxt.sym_chk with a custom command (wrapped by meson to capture output)
[2426/3122] Generating drivers/rte_raw_ifpga.sym_chk with a custom command (wrapped by meson to capture output)
[2427/3122] Generating drivers/rte_crypto_dpaa_sec.sym_chk with a custom command (wrapped by meson to capture output)
[2428/3122] Generating drivers/rte_crypto_octeontx.sym_chk with a custom command (wrapped by meson to capture output)
[2429/3122] Generating drivers/rte_crypto_dpaa2_sec.sym_chk with a custom command (wrapped by meson to capture output)
[2430/3122] Generating drivers/rte_crypto_scheduler.sym_chk with a custom command (wrapped by meson to capture output)
[2431/3122] Generating drivers/rte_net_ixgbe.sym_chk with a custom command (wrapped by meson to capture output)
[2432/3122] Generating drivers/rte_net_i40e.sym_chk with a custom command (wrapped by meson to capture output)
[2433/3122] Generating drivers/rte_crypto_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2434/3122] Generating drivers/rte_net_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[2435/3122] Generating drivers/rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[2436/3122] Generating drivers/rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[2437/3122] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[2438/3122] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[2439/3122] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[2440/3122] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[2441/3122] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[2442/3122] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:11 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/121143

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK@3/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)

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:10 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:10 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:10 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:10 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:09 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.17 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.47 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.21 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.32 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.17 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.19 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.21 s
103/103 DPDK:fast-tests / telemetry_all         OK       8.11 s

Ok:                   83
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               8
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:09 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.17 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.47 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.21 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.32 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.17 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.19 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.21 s
103/103 DPDK:fast-tests / telemetry_all         OK       8.11 s

Ok:                   83
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               8
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:08 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:08 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:08 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:08 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:08 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:08 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | SKIPPED            | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | SKIPPED            | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.53 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.22 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.33 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.26 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.14 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.52 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.14 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.38 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup
@ 2022-12-21  5:07 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-21  5:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jesna K E

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

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

_Testing issues_

Submitter: Jesna K E <jesna.k.e@amd.com>
Date: Wednesday, December 21 2022 02:35:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121142-121143 --> testing fail

Test environment and result as below:

+------------------------------------+--------------------+----------------------+----------------+
|            Environment             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native        | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native      | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.18 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.18 s
95/103 DPDK:fast-tests / table_autotest        FAIL     0.38 s (killed by signal 6 SIGABRT)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.18 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  FAIL     0.34 s (killed by signal 6 SIGABRT)
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.18 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.18 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.29 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.19 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   82
Expected Fail:         0
Fail:                 12
Unexpected Pass:       0
Skipped:               9
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 ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-12-21  6:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21  6:08 |FAILURE| pw121142-121143 [PATCH] [v1, 2/2] net/axgbe: move offloads to Rx/Tx queue setup dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-12-21  5:33 dpdklab
2022-12-21  5:11 dpdklab
2022-12-21  5:10 dpdklab
2022-12-21  5:10 dpdklab
2022-12-21  5:10 dpdklab
2022-12-21  5:10 dpdklab
2022-12-21  5:09 dpdklab
2022-12-21  5:09 dpdklab
2022-12-21  5:08 dpdklab
2022-12-21  5:08 dpdklab
2022-12-21  5:08 dpdklab
2022-12-21  5:07 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).