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, Akhil Goyal <gakhil@marvell.com>,
	Rupesh Chiluka <rchiluka@marvell.com>
Subject: |FAILURE| pw157229 [PATCH] app/crypto-perf: add ECDSA P192/P224/P521
Date: Thu, 02 Oct 2025 22:56:02 -0700 (PDT)	[thread overview]
Message-ID: <68df6572.050a0220.3b50ea.2a3bSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20251003034233.2964182-1-rchiluka@marvell.com>

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

_Testing issues_

Submitter: Rupesh Chiluka <rchiluka@marvell.com>
Date: Friday, October 03 2025 03:42:33 
DPDK git baseline: Repo:dpdk-next-crypto
  Branch: master
  CommitID:caa17cb4b057a31ee04067459fe543f7d7ae1079

157229 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#378079

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | WARN           |
+-------------------------------+----------------+
| CentOS Stream 10              | WARN           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | WARN           |
+-------------------------------+----------------+
| Fedora Linux 40               | WARN           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | WARN           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | WARN           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | FAIL           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | WARN           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | WARN           |
+-------------------------------+----------------+
| Windows Server 2022           | PASS           |
+-------------------------------+----------------+

==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_CIPHER_ONLY' not handled in switch [-Werror=switch]
426 |                                 switch (opts->op_type) {
|                                 ^~~~~~
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_AUTH_ONLY' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_CIPHER_THEN_AUTH' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_AUTH_THEN_CIPHER' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_AEAD' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_PDCP' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_DOCSIS' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_IPSEC' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_MODEX' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_RSA' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_ED25519' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_SM2' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_TLS' not handled in switch [-Werror=switch]
cc1: all warnings being treated as errors
[3274/3540] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_verify.c.o
[3275/3540] Linking target app/dpdk-test-dma-perf
[3276/3540] Linking target app/dpdk-test-eventdev
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.15
	Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2025-10-03  5:56 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20251003034233.2964182-1-rchiluka@marvell.com>
2025-10-03  3:09 ` |SUCCESS| pw157229 [PATCH] app/crypto-perf: add ECDSA P192/P224/P521 support qemudev
2025-10-03  3:14 ` qemudev
2025-10-03  3:44 ` checkpatch
2025-10-03  4:17 ` |FAILURE| pw157229 [PATCH] app/crypto-perf: add ECDSA P192/P224/P521 dpdklab
2025-10-03  4:21 ` |SUCCESS| " dpdklab
2025-10-03  4:51 ` |FAILURE| " dpdklab
2025-10-03  4:57 ` |SUCCESS| " dpdklab
2025-10-03  4:59 ` dpdklab
2025-10-03  5:10 ` |FAILURE| " dpdklab
2025-10-03  5:16 ` dpdklab
2025-10-03  5:18 ` dpdklab
2025-10-03  5:36 ` |PENDING| " dpdklab
2025-10-03  5:37 ` |WARNING| " dpdklab
2025-10-03  5:46 ` |FAILURE| " dpdklab
2025-10-03  5:46 ` dpdklab
2025-10-03  5:47 ` dpdklab
2025-10-03  5:47 ` dpdklab
2025-10-03  5:48 ` dpdklab
2025-10-03  5:50 ` dpdklab
2025-10-03  5:51 ` dpdklab
2025-10-03  5:52 ` dpdklab
2025-10-03  5:52 ` dpdklab
2025-10-03  5:53 ` dpdklab
2025-10-03  5:55 ` dpdklab
2025-10-03  5:56 ` dpdklab [this message]
2025-10-03  5:57 ` dpdklab
2025-10-03  5:59 ` dpdklab
2025-10-03  6:59 ` |WARNING| " dpdklab
2025-10-03  7:00 ` |SUCCESS| " dpdklab
2025-10-03  7:10 ` |FAILURE| " dpdklab
2025-10-03  8:09 ` 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=68df6572.050a0220.3b50ea.2a3bSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=gakhil@marvell.com \
    --cc=rchiluka@marvell.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).