automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:11 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:11 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-08  1:08 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-08  1:08 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 22:02 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 22:02 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 22:02 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 22:02 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 22:00 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 22:00 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:50 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:50 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:40 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:40 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:36 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:36 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:32 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:32 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:30 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:30 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:26 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:26 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:26 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:26 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 21:25 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 21:25 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:31 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:31 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:13 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:13 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:04 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:04 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:00 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:00 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:00 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:00 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 20:00 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 20:00 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:58 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:58 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:56 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:56 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:53 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:53 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:53 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:53 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:53 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:53 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:53 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:53 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[24/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_num.c.obj
[25/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_vt100.c.obj
[26/812] Compiling C object lib/librte_pci.a.p/pci_rte_pci.c.obj
[27/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[28/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[29/812] Linking static target lib/librte_pci.a
[30/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_string.c.obj
[31/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[32/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[33/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-07 19:12 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-07 19:12 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:46 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:46 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:45 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:45 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:23 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:23 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:22 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:22 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:22 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:22 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:20 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:20 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:20 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:20 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:20 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:20 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:20 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:20 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:20 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:20 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:19 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:19 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:18 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:18 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:18 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:18 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:18 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:18 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:18 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:18 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:17 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:17 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:10 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:10 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:10 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:10 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:10 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:10 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:09 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:09 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:06 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:06 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:05 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:05 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:05 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:05 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03 17:04 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03 17:04 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[32/812] Linking static target lib/librte_cmdline.a
[33/812] Generating rte_metrics_def with a custom command
[34/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_pmd.c.obj
[35/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[36/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[37/812] Generating rte_bitratestats_def with a custom command
[38/812] Compiling C object lib/librte_bitratestats.a.p/bitratestats_rte_bitrate.c.obj
[39/812] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.obj
[40/812] Generating rte_hash_def with a custom command
[41/812] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:52 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:52 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:51 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:51 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:51 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:51 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:49 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:49 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:49 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:49 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:49 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:49 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:46 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:46 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:45 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:44 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:44 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:44 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:44 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:43 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:43 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:42 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:42 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:42 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:42 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:41 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:41 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:37 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:37 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:35 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:35 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:33 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:33 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:33 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:33 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:33 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:33 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:33 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:33 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:24 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:24 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:18 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:18 UTC (permalink / raw)
  To: Test Report
  Cc: Chaoyong He, dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit,
	Chaoyong He

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0[\05\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0c\0l\0a\0s\0s\0_\0e\0t\0h\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0s\0f\0f\0_\08\00\07\09\0.\0c\0.\0o\0b\0j\0
\0
\0[\07\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0F\0A\0I\0L\0E\0D\0:\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0
\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0"\0 \0"\0-\0I\0l\0i\0b\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0"\0 \0"\0-\0I\0.\0.\0"\0 \0"\0-\0I\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0.\0.\0\\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0l\0o\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0l\0o\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I
 \0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0X\0c\0l\0a\0n\0g\0"\0 \0"\0-\0f\0c\0o\0l\0o\0r\0-\0d\0i\0a\0g\0n\0o\0s\0t\0i\0c\0s\0"\0 \0"\0-\0p\0i\0p\0e\0"\0 \0"\0-\0D\0_\0F\0I\0L\0E\0_\0O\0F\0F\0S\0E\0T\0_\0B\0I\0T\0S\0=\06\04\0"\0 \0"\0-\0W\0a\0l\0l\0"\0 \0"\0-\0W\0i\0n\0v\0a\0l\0i\0d\0-\0p\0c\0h\0"\0 \0"\0-\0W\0e\0x\0t\0r\0a\0"\0 \0"\0-\0W\0e\0r\0r\0o\0r\0"\0 \0"\0-\0s\0t\0d\0=\0c\01\01\0"\0 \0"\0-\0O\03\0"\0 \0"\0-\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0r\0t\0e\0_\0c\0o\0n\0f\0i\0g\0.\0h\0"\0 \0"\0-\0W\0c\0a\0s\0t\0-\0q\0u\0a\0l\0"\0 \0"\0-\0W\0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0n\0o\0n\0l\0i\0t\0e\0r\0a\0l\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0s\0e\0c\0u\0r\0i\0t\0y\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0s\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0n\0e\0s\0t\0e\0d\0-\0e\0x\0t\0e\0r\0n\0s\0"\0 \0"\0-\0W\0o\0l\0d\0-\0s\0t\0y\0l\0e\0-\0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0"\0 \0"\0-\0W\0p\0o\0i\0n\0t\0e\0r\0-\0a\0r\0i\0t\0h\0"\0 \0"\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0"\0 \0"\0-\0W\0s\0t\0r\0
 i\0c\0t\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0u\0n\0d\0e\0f\0"\0 \0"\0-\0W\0w\0r\0i\0t\0e\0-\0s\0t\0r\0i\0n\0g\0s\0"\0 \0"\0-\0W\0n\0o\0-\0a\0d\0d\0r\0e\0s\0s\0-\0o\0f\0-\0p\0a\0c\0k\0e\0d\0-\0m\0e\0m\0b\0e\0r\0"\0 \0"\0-\0W\0n\0o\0-\0m\0i\0s\0s\0i\0n\0g\0-\0f\0i\0e\0l\0d\0-\0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0s\0"\0 \0"\0-\0D\0_\0G\0N\0U\0_\0S\0O\0U\0R\0C\0E\0"\0 \0"\0-\0D\0_\0W\0I\0N\03\02\0_\0W\0I\0N\0N\0T\0=\00\0x\00\0A\00\00\0"\0 \0"\0-\0D\0_\0C\0R\0T\0_\0S\0E\0C\0U\0R\0E\0_\0N\0O\0_\0W\0A\0R\0N\0I\0N\0G\0S\0"\0 \0"\0-\0m\0a\0r\0c\0h\0=\0n\0a\0t\0i\0v\0e\0"\0 \0"\0-\0m\0r\0t\0m\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0E\0X\0P\0E\0R\0I\0M\0E\0N\0T\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0I\0N\0T\0E\0R\0N\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0R\0T\0E\0_\0L\0O\0G\0_\0D\0E\0F\0A\0U\0L\0T\0_\0L\0O\0G\0T\0Y\0P\0E\0=\0l\0i\0b\0.\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0D\0R\0T\0E\0_\0A\0N\0N\0O\0T\0A\0T\0E\0_\0L\0O\0C\0K\0S\0"\0 \0"\0-\0W\0t\0h\0r\0e\0a\0d\0-\0s\0a\0f\0e\0t\0y\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0l\0i\0b\0\\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0\\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0.\0d\0"\0 \0-\0o\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0l\0i
 \0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0:\01\05\02\06\0:\01\06\0:\0 \0e\0r\0r\0o\0r\0:\0 \0c\0o\0m\0p\0a\0r\0i\0s\0o\0n\0 \0o\0f\0 \0i\0n\0t\0e\0g\0e\0r\0s\0 \0o\0f\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0s\0i\0g\0n\0s\0:\0 \0'\0e\0n\0u\0m\0 \0r\0t\0e\0_\0e\0t\0h\0_\0h\0a\0s\0h\0_\0f\0u\0n\0c\0t\0i\0o\0n\0'\0 \0a\0n\0d\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0l\0o\0n\0g\0 \0l\0o\0n\0g\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0i\0f\0 \0(\0a\0l\0g\0o\0r\0i\0t\0h\0m\0 \0>\0=\0 \0C\0H\0A\0R\0_\0B\0I\0T\0 \0*\0 \0s\0i\0z\0e\0o\0f\0(\0d\0e\0v\0_\0i\0n\0f\0o\0.\0r\0s\0s\0_\0a\0l\0g\0o\0_\0c\0a\0p\0a\0)\0 \0|\0|\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0 \0^\0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0
\0
\0.\0.\0/\0l\0i\0b\0/\0e\0t\0h\0d\0e\0v\0/\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0c\0:\04\07\04\03\0:\02\06\0:\0 \0e\0r\0r\0o\0r\0:\0 \0c\0o\0m\0p\0a\0r\0i\0s\0o\0n\0 \0o\0f\0 \0i\0n\0t\0e\0g\0e\0r\0s\0 \0o\0f\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0s\0i\0g\0n\0s\0:\0 \0'\0e\0n\0u\0m\0 \0r\0t\0e\0_\0e\0t\0h\0_\0h\0a\0s\0h\0_\0f\0u\0n\0c\0t\0i\0o\0n\0'\0 \0a\0n\0d\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0l\0o\0n\0g\0 \0l\0o\0n\0g\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0i\0f\0 \0(\0r\0s\0s\0_\0c\0o\0n\0f\0-\0>\0a\0l\0g\0o\0r\0i\0t\0h\0m\0 \0>\0=\0 \0C\0H\0A\0R\0_\0B\0I\0T\0 \0*\0 \0s\0i\0z\0e\0o\0f\0(\0d\0e\0v\0_\0i\0n\0f\0o\0.\0r\0s\0s\0_\0a\0l\0g\0o\0_\0c\0a\0p\0a\0)\0 \0|\0|\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0 \0^\0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0
\0
\02\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\08\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0m\0t\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\09\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0d\0m\0a\0d\0e\0v\0.\0a\0.\0p\0/\0d\0m\0a\0d\0e\0v\0_\0r\0t\0e\0_\0d\0m\0a\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0[\01\00\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0c\0m\0d\0l\0i\0n\0e\0.\0a\0.\0p\0/\0c\0m\0d\0l\0i\0n\0e\0_\0c\0m\0d\0l\0i\0n\0e\0_\0p\0a\0r\0s\0e\0_\0i\0p\0a\0d\0d\0r\0.\0c\0.\0o\0b\0j\0
\0
\0[\01\01\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0e\0t\0h\0d\0e\0v\0.\0a\0.\0p\0/\0e\0t\0h\0d\0e\0v\0_\0r\0t\0e\0_\0t\0m\0.\0c\0.\0o\0b\0j\0
\0
\0[\01\02\0/\05\01\01\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0h\0a\0s\0h\0.\0a\0.\0p\0/\0h\0a\0s\0h\0_\0r\0t\0e\0_\0c\0u\0c\0k\0o\0o\0_\0h\0a\0s\0h\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 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/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:15 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:15 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

* |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
@ 2023-11-03  8:14 dpdklab
  0 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2023-11-03  8:14 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Andrew Rybchenko, Ferruh Yigit, Chaoyong He

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133817

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@corigine.com>
Date: Friday, November 03 2023 06:26:06 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:f70e8d72f9fee225d48101e96d5cef69af90afff

133807-133817 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[3/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_os_windows.c.obj
[4/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.obj
[5/812] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.obj
[6/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[7/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style
 -definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.obj "-c" ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c:1526:16: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev.c:4743:26: error: comparison of integers of different signs: 'enum rte_eth_hash_function' and 'unsigned long long' [-Werror,-Wsign-compare]
if (rss_conf->algorithm >= CHAR_BIT * sizeof(dev_info.rss_algo_capa) ||
~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[8/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj
[9/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_portlist.c.obj
[10/812] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.obj
[11/812] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[12/812] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28215/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 75+ messages in thread

end of thread, other threads:[~2023-11-08  1:08 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 20:11 |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-11-08  1:08 dpdklab
2023-11-07 22:02 dpdklab
2023-11-07 22:02 dpdklab
2023-11-07 22:00 dpdklab
2023-11-07 21:50 dpdklab
2023-11-07 21:40 dpdklab
2023-11-07 21:36 dpdklab
2023-11-07 21:32 dpdklab
2023-11-07 21:30 dpdklab
2023-11-07 21:26 dpdklab
2023-11-07 21:26 dpdklab
2023-11-07 21:25 dpdklab
2023-11-07 20:31 dpdklab
2023-11-07 20:13 dpdklab
2023-11-07 20:04 dpdklab
2023-11-07 20:00 dpdklab
2023-11-07 20:00 dpdklab
2023-11-07 20:00 dpdklab
2023-11-07 19:58 dpdklab
2023-11-07 19:56 dpdklab
2023-11-07 19:53 dpdklab
2023-11-07 19:53 dpdklab
2023-11-07 19:53 dpdklab
2023-11-07 19:53 dpdklab
2023-11-07 19:12 dpdklab
2023-11-03 17:46 dpdklab
2023-11-03 17:45 dpdklab
2023-11-03 17:45 dpdklab
2023-11-03 17:23 dpdklab
2023-11-03 17:22 dpdklab
2023-11-03 17:22 dpdklab
2023-11-03 17:20 dpdklab
2023-11-03 17:20 dpdklab
2023-11-03 17:20 dpdklab
2023-11-03 17:20 dpdklab
2023-11-03 17:20 dpdklab
2023-11-03 17:19 dpdklab
2023-11-03 17:18 dpdklab
2023-11-03 17:18 dpdklab
2023-11-03 17:18 dpdklab
2023-11-03 17:18 dpdklab
2023-11-03 17:17 dpdklab
2023-11-03 17:10 dpdklab
2023-11-03 17:10 dpdklab
2023-11-03 17:10 dpdklab
2023-11-03 17:09 dpdklab
2023-11-03 17:06 dpdklab
2023-11-03 17:05 dpdklab
2023-11-03 17:05 dpdklab
2023-11-03 17:04 dpdklab
2023-11-03  8:52 dpdklab
2023-11-03  8:51 dpdklab
2023-11-03  8:51 dpdklab
2023-11-03  8:49 dpdklab
2023-11-03  8:49 dpdklab
2023-11-03  8:49 dpdklab
2023-11-03  8:46 dpdklab
2023-11-03  8:45 dpdklab
2023-11-03  8:44 dpdklab
2023-11-03  8:44 dpdklab
2023-11-03  8:43 dpdklab
2023-11-03  8:42 dpdklab
2023-11-03  8:42 dpdklab
2023-11-03  8:41 dpdklab
2023-11-03  8:37 dpdklab
2023-11-03  8:35 dpdklab
2023-11-03  8:33 dpdklab
2023-11-03  8:33 dpdklab
2023-11-03  8:33 dpdklab
2023-11-03  8:33 dpdklab
2023-11-03  8:24 dpdklab
2023-11-03  8:18 dpdklab
2023-11-03  8:15 dpdklab
2023-11-03  8:14 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).