automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 16:34 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 16:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

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

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

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 14:25 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 14:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

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

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

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:48 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:47 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:10 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:03 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:01 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:00 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:00 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 13:00 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 13:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:58 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:53 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:47 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:46 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:43 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:42 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:41 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:38 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:38 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:35 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:32 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:32 UTC (permalink / raw)
  To: Test Report; +Cc: Mingjin Ye, dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:28 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:25 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:25 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:25 UTC (permalink / raw)
  To: Test Report; +Cc: Mingjin Ye, dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 12:21 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 12:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 11:37 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 11:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 11:34 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 11:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\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^\0~\0~\0~\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0i\04\00\0e\0_\0r\0x\0t\0x\0.\0c\0:\01\09\07\01\0:\04\01\0:\0 \0e\0r\0r\0o\0r\0:\0 \0f\0o\0r\0m\0a\0t\0 \0s\0p\0e\0c\0i\0f\0i\0e\0s\0 \0t\0y\0p\0e\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0s\0h\0o\0r\0t\0'\0 \0b\0u\0t\0 \0t\0h\0e\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0h\0a\0s\0 \0t\0y\0p\0e\0 \0'\0i\0n\0t\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0f\0o\0r\0m\0a\0t\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0"\0l\0e\0n\0g\0t\0h\0:\0 \0%\0h\0u\0,\0 \0c\0a\0l\0c\0u\0l\0a\0t\0e\0d\0 \0l\0e\0n\0g\0t\0h\0:\0 \0%\0u\0"\0,\0 \0m\0-\0>\0l\04\0_\0l\0e\0n\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~\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~\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 \0 \0 \0 \0%\0d\0
\0
\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\08\0:\03\08\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0(\0l\0e\0v\0e\0l\0,\0 \0f\0m\0t\0 \0"\0\\0n\0"\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \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\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\04\00\0e\0\\0b\0a\0s\0e\0/\0.\0.\0/\0i\04\00\0e\0_\0l\0o\0g\0s\0.\0h\0:\03\05\0:\01\06\0:\0 \0n\0o\0t\0e\0:\0 \0e\0x\0p\0a\0n\0d\0e\0d\0 \0f\0r\0o\0m\0 \0m\0a\0c\0r\0o\0 \0'\0P\0M\0D\0_\0D\0R\0V\0_\0L\0O\0G\0_\0R\0A\0W\0'\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0_\0_\0f\0u\0n\0c\0_\0_\0,\0 \0#\0#\0 \0a\0r\0g\0s\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 \0 \0 \0^\0~\0~\0~\0
\0
\05\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\06\03\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0p\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\04\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0f\0l\0g\0_\0r\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\05\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0c\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0c\0e\0_\0x\0l\0t\0_\0k\0b\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\06\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\04\00\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\04\00\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\04\00\0e\0_\0n\0v\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\07\0/\02\01\05\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\04\00\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\04\00\0e\0_\0i\04\00\0e\0_\0e\0t\0h\0d\0e\0v\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)

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 11:34 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 11:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
..\drivers\net\i40e\base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
..\drivers\net\i40e\base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[686/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm.c.obj
[687/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[688/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm6.c.obj
[689/817] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[690/817] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa
@ 2023-12-21 11:33 dpdklab
  0 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2023-12-21 11:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Mingjin Ye

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135425

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, December 21 2023 10:13:36 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135425 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | SKIPPED            | PASS                 |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
../drivers/net/i40e/i40e_rxtx.c:1971:41: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
"length: %hu, calculated length: %u", m->l4_len,
~~~                          ^~~~~~~~~
%d
../drivers/net/i40e/base/../i40e_logs.h:38:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~          ^~~~
../drivers/net/i40e/base/../i40e_logs.h:35:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
5 errors generated.
[1008/1812] Linking target drivers/librte_net_hinic.so.24.1
[1009/1812] Compiling C object drivers/net/i40e/libi40e_avx2_lib.a.p/i40e_rxtx_vec_avx2.c.o
[1010/1812] Compiling C object drivers/net/i40e/libi40e_avx512_lib.a.p/i40e_rxtx_vec_avx512.c.o
[1011/1812] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_ethdev.c.o
[1012/1812] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-12-21 16:34 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 16:34 |FAILURE| pw135425 [PATCH] net/i40e: add diagnostic support in TX pa dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21 14:25 dpdklab
2023-12-21 13:48 dpdklab
2023-12-21 13:47 dpdklab
2023-12-21 13:10 dpdklab
2023-12-21 13:03 dpdklab
2023-12-21 13:01 dpdklab
2023-12-21 13:00 dpdklab
2023-12-21 13:00 dpdklab
2023-12-21 13:00 dpdklab
2023-12-21 12:58 dpdklab
2023-12-21 12:53 dpdklab
2023-12-21 12:47 dpdklab
2023-12-21 12:46 dpdklab
2023-12-21 12:43 dpdklab
2023-12-21 12:42 dpdklab
2023-12-21 12:41 dpdklab
2023-12-21 12:38 dpdklab
2023-12-21 12:38 dpdklab
2023-12-21 12:35 dpdklab
2023-12-21 12:32 dpdklab
2023-12-21 12:28 dpdklab
2023-12-21 12:25 dpdklab
2023-12-21 12:25 dpdklab
2023-12-21 12:21 dpdklab
2023-12-21 11:37 dpdklab
2023-12-21 11:34 dpdklab
2023-12-21 11:34 dpdklab
2023-12-21 11:33 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).