automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  3:09 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  3:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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): ====
../app/test-dma-perf/benchmark.c:532:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
532 |   free(dsts);
|   ^~~~
../app/test-dma-perf/benchmark.c:532:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2840/3125] Generating drivers/rte_net_ixgbe.sym_chk with a custom command (wrapped by meson to capture output)
[2841/3125] Generating drivers/rte_net_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[2842/3125] Generating drivers/rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[2843/3125] Generating drivers/rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[2844/3125] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[2845/3125] Generating drivers/rte_net_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2846/3125] Generating drivers/rte_baseband_fpga_5gnr_fec.sym_chk with a custom command (wrapped by meson to capture output)
[2847/3125] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[2848/3125] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[2849/3125] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[2850/3125] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[2851/3125] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[2852/3125] Generating drivers/rte_event_cnxk.pmd.c with a custom command
[2853/3125] 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/24775/

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  4:50 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  4:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM 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): ====
../app/test-dma-perf/main.c:296:2: error: implicit declaration of function 'free' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
free(sections_name);
^
../app/test-dma-perf/main.c:354:10: error: use of undeclared identifier 'EXIT_FAILURE'
exit(EXIT_FAILURE);
^
../app/test-dma-perf/main.c:367:15: error: use of undeclared identifier 'EXIT_FAILURE'
rte_exit(EXIT_FAILURE, "Invalied EAL arguments\n");
^
../app/test-dma-perf/main.c:372:15: error: use of undeclared identifier 'EXIT_FAILURE'
rte_exit(EXIT_FAILURE,
^
../app/test-dma-perf/main.c:392:10: error: use of undeclared identifier 'EXIT_SUCCESS'
exit(EXIT_SUCCESS);
^
../app/test-dma-perf/main.c:397:11: error: use of undeclared identifier 'EXIT_FAILURE'
exit(EXIT_FAILURE);
^
11 errors generated.
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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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 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/24775/

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  4:27 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  4:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL8 (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     2.68 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.17 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       1.08 s
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.31 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.21 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.02 s

Ok:                   93
Expected Fail:         0
Fail:                  1
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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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/24775/

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  4:27 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  4:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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                    | FAIL               | FAIL                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
354 |     exit(EXIT_FAILURE);
|     ^~~~
../app/test-dma-perf/main.c:354:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
../app/test-dma-perf/main.c:354:10: error: 'EXIT_FAILURE' undeclared (first use in this function)
354 |     exit(EXIT_FAILURE);
|          ^~~~~~~~~~~~
../app/test-dma-perf/main.c:354:10: note: each undeclared identifier is reported only once for each function it appears in
../app/test-dma-perf/main.c:392:5: error: incompatible implicit declaration of built-in function 'exit' [-Werror]
392 |     exit(EXIT_SUCCESS);
|     ^~~~
../app/test-dma-perf/main.c:392:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
../app/test-dma-perf/main.c:392:10: error: 'EXIT_SUCCESS' undeclared (first use in this function)
392 |     exit(EXIT_SUCCESS);
|          ^~~~~~~~~~~~
../app/test-dma-perf/main.c:397:6: error: incompatible implicit declaration of built-in function 'exit' [-Werror]
397 |      exit(EXIT_FAILURE);
|      ^~~~
../app/test-dma-perf/main.c:397:6: note: include '<stdlib.h>' or provide a declaration of 'exit'
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== 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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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

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

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

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  4:24 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  4:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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                    | FAIL               | FAIL                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
354 |     exit(EXIT_FAILURE);
|     ^~~~
../app/test-dma-perf/main.c:354:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
../app/test-dma-perf/main.c:354:10: error: 'EXIT_FAILURE' undeclared (first use in this function)
354 |     exit(EXIT_FAILURE);
|          ^~~~~~~~~~~~
../app/test-dma-perf/main.c:354:10: note: each undeclared identifier is reported only once for each function it appears in
../app/test-dma-perf/main.c:392:5: error: incompatible implicit declaration of built-in function 'exit' [-Werror]
392 |     exit(EXIT_SUCCESS);
|     ^~~~
../app/test-dma-perf/main.c:392:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
../app/test-dma-perf/main.c:392:10: error: 'EXIT_SUCCESS' undeclared (first use in this function)
392 |     exit(EXIT_SUCCESS);
|          ^~~~~~~~~~~~
../app/test-dma-perf/main.c:397:6: error: incompatible implicit declaration of built-in function 'exit' [-Werror]
397 |      exit(EXIT_FAILURE);
|      ^~~~
../app/test-dma-perf/main.c:397:6: note: include '<stdlib.h>' or provide a declaration of 'exit'
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== 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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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

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

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

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  4:10 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  4:10 UTC (permalink / raw)
  To: Test Report
  Cc: Cheng Jiang, dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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           | FAIL               | FAIL                 | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster                 | PASS               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                  | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye               | PASS               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7                        | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15              | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL8                         | PASS               | SKIPPED              | SKIPPED        |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Bullseye (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.33 s
95/103 DPDK:fast-tests / table_autotest        FAIL     1.88 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.27 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       1.22 s
98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s
99/103 DPDK:fast-tests / latencystats_autotest  OK       0.20 s
100/103 DPDK:fast-tests / pdump_autotest        OK       5.38 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.18 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   93
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               9
Timeout:               0

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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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/24775/

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  3:47 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  3:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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           | FAIL               | FAIL                 | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster                 | PASS               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15              | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7                        | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.19 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.18 s
95/103 DPDK:fast-tests / table_autotest        FAIL     1.42 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.29 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.64 s
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.24 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.28 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   93
Expected Fail:         0
Fail:                  1
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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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/24775/

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  3:41 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  3:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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           | FAIL               | FAIL                 | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster                 | SKIPPED            | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15              | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7                        | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.19 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.18 s
95/103 DPDK:fast-tests / table_autotest        FAIL     1.42 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.29 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.64 s
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.24 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.28 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   93
Expected Fail:         0
Fail:                  1
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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  3:41 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  3:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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           | FAIL               | FAIL                 | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster                 | SKIPPED            | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15              | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7                        | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.19 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.18 s
95/103 DPDK:fast-tests / table_autotest        FAIL     1.42 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.29 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.64 s
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.24 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.28 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   93
Expected Fail:         0
Fail:                  1
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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  3:41 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  3:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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           | FAIL               | FAIL                 | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8               | PASS               | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9               | PASS               | SKIPPED              | SKIPPED        |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster                 | SKIPPED            | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15              | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7                        | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.19 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.18 s
95/103 DPDK:fast-tests / table_autotest        FAIL     1.42 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.29 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.64 s
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.24 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.28 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   93
Expected Fail:         0
Fail:                  1
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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
@ 2022-12-20  3:41 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2022-12-20  3:41 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang

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

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

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, December 20 2022 01:06:19 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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           | FAIL               | FAIL                 | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL               | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8               | PASS               | SKIPPED              | SKIPPED        |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9               | PASS               | SKIPPED              | SKIPPED        |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster                 | SKIPPED            | SKIPPED              | FAIL           |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                  | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15              | SKIPPED            | SKIPPED              | PASS           |
+-------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Debian Buster (dpdk_unit_test): ====
93/103 DPDK:fast-tests / telemetry_json_autotest  OK       0.19 s
94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.18 s
95/103 DPDK:fast-tests / table_autotest        FAIL     1.42 s (exit status 255 or signal 127 SIGinvalid)
96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.29 s
97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.64 s
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.24 s
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.28 s
103/103 DPDK:fast-tests / telemetry_all         SKIP     0.01 s

Ok:                   93
Expected Fail:         0
Fail:                  1
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 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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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
[parent not found: <20221220010619.31829-1-cheng1.jiang@intel.com>]

end of thread, other threads:[~2022-12-20  4:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20  3:09 |FAILURE| pw121045 [PATCH] app/dma-perf: introduce dma-perf application dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-12-20  4:50 dpdklab
2022-12-20  4:27 dpdklab
2022-12-20  4:27 dpdklab
2022-12-20  4:24 dpdklab
2022-12-20  4:10 dpdklab
2022-12-20  3:47 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:41 dpdklab
     [not found] <20221220010619.31829-1-cheng1.jiang@intel.com>
2022-12-20  1:44 ` qemudev
2022-12-20  2:39 ` 0-day Robot

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