automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
	Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
	Ferruh Yigit <ferruh.yigit@amd.com>,
	Chaoyong He <chaoyong.he@corigine.com>
Subject: |FAILURE| pw133807-133817 [PATCH] [11/11] net/nfp: support QUEUE flo
Date: Tue, 07 Nov 2023 12:04:12 -0800 (PST)	[thread overview]
Message-ID: <654a983c.6b0a0220.f6654.b845SMTPIN_ADDED_MISSING@mx.google.com> (raw)

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/

             reply	other threads:[~2023-11-07 20:04 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-07 20:04 dpdklab [this message]
  -- 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:11 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=654a983c.6b0a0220.f6654.b845SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=chaoyong.he@corigine.com \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=ferruh.yigit@amd.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).