automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:32 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:32 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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/25657/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 12:18 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 12:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0[\02\03\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0p\0r\0i\0v\0a\0t\0e\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\04\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0e\0t\0h\0d\0e\0v\0_\0p\0r\0o\0f\0i\0l\0e\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\05\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0s\0t\0r\0i\0n\0g\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\06\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0s\0f\0f\0_\08\06\03\06\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\08\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0
\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0"\0 \0"\0-\0I\0l\0i\0b\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0"\0 \0"\0-\0I\0.\0.\0"\0 \0"\0-\0I\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0.\0.\0\\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"
 \0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0X\0c\0l\0a\0n\0g\0"\0 \0"\0-\0f\0c\0o\0l\0o\0r\0-\0d\0i\0a\0g\0n\0o\0s\0t\0i\0c\0s\0"\0 \0"\0-\0p\0i\0p\0e\0"\0 \0"\0-\0D\0_\0F\0I\0L\0E\0_\0O\0F\0F\0S\0E\0T\0_\0B\0I\0T\0S\0=\06\04\0"\0 \0"\0-\0W\0a\0l\0l\0"\0 \0"\0-\0W\0i\0n\0v\0a\0l\0i\0d\0-\0p\0c\0h\0"\0 \0"\0-\0W\0e\0x\0t\0r\0a\0"\0 \0"\0-\0W\0e\0r\0r\0o\0r\0"\0 \0"\0-\0O\03\0"\0 \0"\0-\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0r\0t\0e\0_\0c\0o\0n\0f\0i\0g\0.\0h\0"\0 \0"\0-\0W\0c\0a\0s\0t\0-\0q\0u\0a\0l\0"\0 \0"\0-\0W\0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0n\0o\0n\0l\0i\0t\0e\0r\0a\0l\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0s\0e\0c\0u\0r\0i\0t\0y\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0s\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0n\0e\0s\0t\0e\0d\0-\0e\0x\0t\0e\0r\0n\0s\0"\0 \0"\0-\0W\0o\0l\0d\0-\0s\0t\0y\0l\0e\0-\0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0"\0 \0"\0-\0W\0p\0o\0i\0n\0t\0e\0r\0-\0a\0r\0i\0t\0h\0"\0 \0"\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0"\0 \0"\0-\0W\0s\0t\0r\0i\0c\0t\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0u\0n\0d\0e\0f\0"\0 \0"\0-\0W\0w\0r\0i\0t\0e\0-\0s\0t\0r\0
 i\0n\0g\0s\0"\0 \0"\0-\0W\0n\0o\0-\0a\0d\0d\0r\0e\0s\0s\0-\0o\0f\0-\0p\0a\0c\0k\0e\0d\0-\0m\0e\0m\0b\0e\0r\0"\0 \0"\0-\0W\0n\0o\0-\0m\0i\0s\0s\0i\0n\0g\0-\0f\0i\0e\0l\0d\0-\0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0s\0"\0 \0"\0-\0D\0_\0G\0N\0U\0_\0S\0O\0U\0R\0C\0E\0"\0 \0"\0-\0D\0_\0W\0I\0N\03\02\0_\0W\0I\0N\0N\0T\0=\00\0x\00\0A\00\00\0"\0 \0"\0-\0D\0_\0C\0R\0T\0_\0S\0E\0C\0U\0R\0E\0_\0N\0O\0_\0W\0A\0R\0N\0I\0N\0G\0S\0"\0 \0"\0-\0m\0a\0r\0c\0h\0=\0n\0a\0t\0i\0v\0e\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0E\0X\0P\0E\0R\0I\0M\0E\0N\0T\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0I\0N\0T\0E\0R\0N\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0R\0T\0E\0_\0L\0O\0G\0_\0D\0E\0F\0A\0U\0L\0T\0_\0L\0O\0G\0T\0Y\0P\0E\0=\0l\0i\0b\0.\0e\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0.\0d\0"\0 \0-\0o\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0:\01\00\05\01\0:\09\0:\0 \0e\0r\0r\0o\0r\0:\0 \0i\0m\0p\0l\0i\0c\0i\0t\0 \0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0 \0o\0f\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0'\0a\0s\0p\0r\0i\0n\0t\0f\0'\0 \0i\0s\0 \0i\0n\0v\0a\0l\0i\0d\0 \0i\0n\0 \0C\09\09\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0i\0m\0p\0l\0i\0c\0i\0t\0-\0f\0u\0n\0c\0t\0i\0o\0n\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0r\0e\0t\0 \0=\0 \0a\0s\0p\0r\0i\0n\0t\0f\0(\0&\0n\0a\0m\0e\0s\0,\0 \0"\0%\0s\0,\0%\0s\0"\0,\0 \0o\0l\0d\0,\0 \0o\0f\0f\0l\0o\0a\0d\0_\0n\0a\0m\0e\0(\0o\0f\0f\0l\0o\0a\0d\0)\0)\0;\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0
\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\02\09\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0m\0t\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\00\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0n\0u\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\01\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0p\0o\0r\0t\0l\0i\0s\0t\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\02\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\03\0/\05\06\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0s\0f\0f\0_\08\04\07\02\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:39 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:39 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

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)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:38 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:38 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

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)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:36 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:36 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:35 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:35 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:33 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:33 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:31 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:31 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:29 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:29 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:27 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:27 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:23 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:23 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:13 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:13 UTC (permalink / raw)
  To: Test Report
  Cc: David Marchand, dpdklab, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0[\02\06\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0s\0f\0f\0_\0c\0o\0m\0m\0o\0n\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\07\0/\05\06\08\0]\0 \0L\0i\0n\0k\0i\0n\0g\0 \0s\0t\0a\0t\0i\0c\0 \0t\0a\0r\0g\0e\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0r\0c\0u\0.\0a\0
\0
\0[\02\08\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0m\0e\0t\0r\0i\0c\0s\0.\0a\0.\0p\0/\0m\0e\0t\0r\0i\0c\0s\0_\0r\0t\0e\0_\0m\0e\0t\0r\0i\0c\0s\0_\0t\0e\0l\0e\0m\0e\0t\0r\0y\0.\0c\0.\0o\0b\0j\0
\0
\0[\02\09\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0p\0c\0i\0.\0a\0.\0p\0/\0p\0c\0i\0_\0r\0t\0e\0_\0p\0c\0i\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\00\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0s\0o\0c\0k\0e\0t\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\01\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0
\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0"\0 \0"\0-\0I\0l\0i\0b\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0"\0 \0"\0-\0I\0.\0.\0"\0 \0"\0-\0I\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0.\0.\0\\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"
 \0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0X\0c\0l\0a\0n\0g\0"\0 \0"\0-\0f\0c\0o\0l\0o\0r\0-\0d\0i\0a\0g\0n\0o\0s\0t\0i\0c\0s\0"\0 \0"\0-\0p\0i\0p\0e\0"\0 \0"\0-\0D\0_\0F\0I\0L\0E\0_\0O\0F\0F\0S\0E\0T\0_\0B\0I\0T\0S\0=\06\04\0"\0 \0"\0-\0W\0a\0l\0l\0"\0 \0"\0-\0W\0i\0n\0v\0a\0l\0i\0d\0-\0p\0c\0h\0"\0 \0"\0-\0W\0e\0x\0t\0r\0a\0"\0 \0"\0-\0W\0e\0r\0r\0o\0r\0"\0 \0"\0-\0O\03\0"\0 \0"\0-\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0r\0t\0e\0_\0c\0o\0n\0f\0i\0g\0.\0h\0"\0 \0"\0-\0W\0c\0a\0s\0t\0-\0q\0u\0a\0l\0"\0 \0"\0-\0W\0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0n\0o\0n\0l\0i\0t\0e\0r\0a\0l\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0s\0e\0c\0u\0r\0i\0t\0y\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0s\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0n\0e\0s\0t\0e\0d\0-\0e\0x\0t\0e\0r\0n\0s\0"\0 \0"\0-\0W\0o\0l\0d\0-\0s\0t\0y\0l\0e\0-\0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0"\0 \0"\0-\0W\0p\0o\0i\0n\0t\0e\0r\0-\0a\0r\0i\0t\0h\0"\0 \0"\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0"\0 \0"\0-\0W\0s\0t\0r\0i\0c\0t\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0u\0n\0d\0e\0f\0"\0 \0"\0-\0W\0w\0r\0i\0t\0e\0-\0s\0t\0r\0
 i\0n\0g\0s\0"\0 \0"\0-\0W\0n\0o\0-\0a\0d\0d\0r\0e\0s\0s\0-\0o\0f\0-\0p\0a\0c\0k\0e\0d\0-\0m\0e\0m\0b\0e\0r\0"\0 \0"\0-\0W\0n\0o\0-\0m\0i\0s\0s\0i\0n\0g\0-\0f\0i\0e\0l\0d\0-\0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0s\0"\0 \0"\0-\0D\0_\0G\0N\0U\0_\0S\0O\0U\0R\0C\0E\0"\0 \0"\0-\0D\0_\0W\0I\0N\03\02\0_\0W\0I\0N\0N\0T\0=\00\0x\00\0A\00\00\0"\0 \0"\0-\0D\0_\0C\0R\0T\0_\0S\0E\0C\0U\0R\0E\0_\0N\0O\0_\0W\0A\0R\0N\0I\0N\0G\0S\0"\0 \0"\0-\0m\0a\0r\0c\0h\0=\0n\0a\0t\0i\0v\0e\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0E\0X\0P\0E\0R\0I\0M\0E\0N\0T\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0I\0N\0T\0E\0R\0N\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0R\0T\0E\0_\0L\0O\0G\0_\0D\0E\0F\0A\0U\0L\0T\0_\0L\0O\0G\0T\0Y\0P\0E\0=\0l\0i\0b\0.\0e\0t\0h\0d\0e\0v\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0.\0d\0"\0 \0-\0o\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0:\01\00\05\01\0:\09\0:\0 \0e\0r\0r\0o\0r\0:\0 \0i\0m\0p\0l\0i\0c\0i\0t\0 \0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0 \0o\0f\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0'\0a\0s\0p\0r\0i\0n\0t\0f\0'\0 \0i\0s\0 \0i\0n\0v\0a\0l\0i\0d\0 \0i\0n\0 \0C\09\09\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0i\0m\0p\0l\0i\0c\0i\0t\0-\0f\0u\0n\0c\0t\0i\0o\0n\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0r\0e\0t\0 \0=\0 \0a\0s\0p\0r\0i\0n\0t\0f\0(\0&\0n\0a\0m\0e\0s\0,\0 \0"\0%\0s\0,\0%\0s\0"\0,\0 \0o\0l\0d\0,\0 \0o\0f\0f\0l\0o\0a\0d\0_\0n\0a\0m\0e\0(\0o\0f\0f\0l\0o\0a\0d\0)\0)\0;\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0
\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\03\02\0/\05\06\08\0]\0 \0L\0i\0n\0k\0i\0n\0g\0 \0s\0t\0a\0t\0i\0c\0 \0t\0a\0r\0g\0e\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0p\0c\0i\0.\0a\0
\0
\0[\03\03\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0p\0o\0r\0t\0l\0i\0s\0t\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\04\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0i\0p\0a\0d\0d\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\05\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0e\0t\0h\0e\0r\0a\0d\0d\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\06\0/\05\06\08\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0s\0f\0f\0_\08\04\07\02\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:12 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:12 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 11:07 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 11:07 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

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)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:58 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:58 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:51 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:51 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:50 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:50 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:50 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:50 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:46 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:46 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:42 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:42 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:40 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:40 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:39 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:39 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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/25657/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:31 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:31 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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/25657/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:31 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:31 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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 Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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/25657/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:29 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:29 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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 Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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/25657/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11 10:22 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11 10:22 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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

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

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)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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 Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-11  2:04 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-11  2:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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/25657/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs
@ 2023-03-10 22:19 dpdklab
  0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-10 22:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, David Marchand

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

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, March 09 2023 08:16:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f

124890 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
|  float32_t
../lib/mldev/mldev_utils_neon.c:714:18: error: 'float16_t' undeclared (first use in this function); did you mean 'float32_t'?
714 |  input_buffer = (float16_t *)input;
|                  ^~~~~~~~~
|                  float32_t
../lib/mldev/mldev_utils_neon.c:714:29: error: expected expression before ')' token
714 |  input_buffer = (float16_t *)input;
|                             ^
../lib/mldev/mldev_utils_neon.c:721:3: error: implicit declaration of function '__float16_to_float32_neon_f32x4'; did you mean '__uint16_to_float32_neon_f32x4'? [-Werror=implicit-function-declaration]
721 |   __float16_to_float32_neon_f32x4(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x4
../lib/mldev/mldev_utils_neon.c:721:3: error: nested extern declaration of '__float16_to_float32_neon_f32x4' [-Werror=nested-externs]
../lib/mldev/mldev_utils_neon.c:729:3: error: implicit declaration of function '__float16_to_float32_neon_f32x1'; did you mean '__uint16_to_float32_neon_f32x1'? [-Werror=implicit-function-declaration]
729 |   __float16_to_float32_neon_f32x1(input_buffer, output_buffer);
|   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|   __uint16_to_float32_neon_f32x1
../lib/mldev/mldev_utils_neon.c:729:3: error: nested extern declaration of '__float16_to_float32_neon_f32x1' [-Werror=nested-externs]
cc1: all warnings being treated as errors
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 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-03-11 12:18 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-11 10:32 |FAILURE| pw124890 [PATCH] ethdev: prefer offload names in logs dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-03-11 12:18 dpdklab
2023-03-11 11:39 dpdklab
2023-03-11 11:38 dpdklab
2023-03-11 11:36 dpdklab
2023-03-11 11:35 dpdklab
2023-03-11 11:33 dpdklab
2023-03-11 11:31 dpdklab
2023-03-11 11:29 dpdklab
2023-03-11 11:27 dpdklab
2023-03-11 11:23 dpdklab
2023-03-11 11:13 dpdklab
2023-03-11 11:12 dpdklab
2023-03-11 11:07 dpdklab
2023-03-11 10:58 dpdklab
2023-03-11 10:51 dpdklab
2023-03-11 10:50 dpdklab
2023-03-11 10:50 dpdklab
2023-03-11 10:46 dpdklab
2023-03-11 10:42 dpdklab
2023-03-11 10:40 dpdklab
2023-03-11 10:39 dpdklab
2023-03-11 10:31 dpdklab
2023-03-11 10:31 dpdklab
2023-03-11 10:29 dpdklab
2023-03-11 10:22 dpdklab
2023-03-11  2:04 dpdklab
2023-03-10 22:19 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).