From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Subject: |FAILURE| pw157144-157146 [PATCH] [v1,3/3] app/test: add ML crypto t
Date: Tue, 30 Sep 2025 12:07:03 -0700 (PDT) [thread overview]
Message-ID: <68dc2a57.170a0220.55ae9.636cSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250930180316.1021-4-gmuthukrishn@marvell.com>
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157146
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Tuesday, September 30 2025 18:03:13
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:f3878b615e69a12087a6c5d212723478cfc79c31
157144-157146 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#376770
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | FAIL |
+-------------------------------+----------------+
| Fedora Linux 40 | WARN |
+-------------------------------+----------------+
| Fedora Linux 41 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | WARN |
+-------------------------------+----------------+
| Windows Server 2022 | PEND |
+-------------------------------+----------------+
| Fedora Linux 42 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | FAIL |
+-------------------------------+----------------+
| Ubuntu 22.04 | WARN |
+-------------------------------+----------------+
| Ubuntu 24.04 | WARN |
+-------------------------------+----------------+
| Ubuntu 20.04 | PEND |
+-------------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~
| process_openssl_mlkem_op_evp
../drivers/crypto/openssl/rte_openssl_pmd.c:4313:26: error: nested extern declaration of 'process_openssl_mlkem_op' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:4320:26: error: implicit declaration of function 'process_openssl_mldsa_op'; did you mean 'process_openssl_mldsa_op_evp'? [-Werror=implicit-function-declaration]
4320 | retval = process_openssl_mldsa_op(op, sess);
| ^~~~~~~~~~~~~~~~~~~~~~~~
| process_openssl_mldsa_op_evp
../drivers/crypto/openssl/rte_openssl_pmd.c:4320:26: error: nested extern declaration of 'process_openssl_mldsa_op' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c: At top level:
../drivers/crypto/openssl/rte_openssl_pmd.c:4070:1: error: 'process_openssl_mldsa_op_evp' defined but not used [-Werror=unused-function]
4070 | process_openssl_mldsa_op_evp(struct rte_crypto_op *cop,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:3601:1: error: 'process_openssl_mlkem_op_evp' defined but not used [-Werror=unused-function]
3601 | process_openssl_mlkem_op_evp(struct rte_crypto_op *cop,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2794/3540] Compiling C object drivers/libtmp_rte_crypto_scheduler.a.p/crypto_scheduler_scheduler_failover.c.o
[2795/3540] Compiling C object drivers/libtmp_rte_crypto_scheduler.a.p/crypto_scheduler_scheduler_multicore.c.o
[2796/3540] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
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)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
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)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
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 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34185/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2025-09-30 19:07 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250930180316.1021-4-gmuthukrishn@marvell.com>
2025-09-30 17:29 ` |SUCCESS| pw157144-157146 [PATCH v1 3/3] app/test: add ML crypto test vectors qemudev
2025-09-30 17:34 ` qemudev
2025-09-30 18:05 ` |WARNING| pw157146 " checkpatch
2025-09-30 18:34 ` |PENDING| pw157144-157146 [PATCH] [v1,3/3] app/test: add ML crypto t dpdklab
2025-09-30 18:37 ` |SUCCESS| " dpdklab
2025-09-30 18:37 ` |PENDING| " dpdklab
2025-09-30 18:37 ` |FAILURE| " dpdklab
2025-09-30 18:38 ` dpdklab
2025-09-30 18:38 ` dpdklab
2025-09-30 18:48 ` dpdklab
2025-09-30 18:49 ` |PENDING| " dpdklab
2025-09-30 18:52 ` |FAILURE| " dpdklab
2025-09-30 18:54 ` dpdklab
2025-09-30 18:54 ` dpdklab
2025-09-30 18:56 ` dpdklab
2025-09-30 18:58 ` |SUCCESS| " dpdklab
2025-09-30 19:00 ` |FAILURE| " dpdklab
2025-09-30 19:00 ` |SUCCESS| " dpdklab
2025-09-30 19:01 ` dpdklab
2025-09-30 19:03 ` |FAILURE| " dpdklab
2025-09-30 19:07 ` dpdklab [this message]
2025-09-30 19:08 ` dpdklab
2025-09-30 19:15 ` dpdklab
2025-09-30 19:18 ` dpdklab
2025-09-30 19:28 ` dpdklab
2025-09-30 20:39 ` |FAILURE| pw157146 [PATCH v1 3/3] app/test: add ML crypto test vectors 0-day Robot
2025-09-30 21:59 ` |SUCCESS| pw157144-157146 [PATCH] [v1,3/3] app/test: add ML crypto t dpdklab
2025-09-30 22:00 ` dpdklab
2025-10-01 1:56 ` |FAILURE| " dpdklab
2025-10-01 2:06 ` dpdklab
2025-10-01 2:20 ` |PENDING| " dpdklab
2025-10-01 2:36 ` |FAILURE| " dpdklab
2025-10-01 2:50 ` dpdklab
2025-10-01 3:44 ` dpdklab
2025-10-01 4:02 ` dpdklab
2025-10-01 4:18 ` dpdklab
2025-10-01 4:45 ` dpdklab
2025-10-01 5:35 ` dpdklab
2025-10-01 9:06 ` dpdklab
2025-10-01 14:11 ` dpdklab
2025-10-01 14:12 ` dpdklab
2025-10-01 15:46 ` 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=68dc2a57.170a0220.55ae9.636cSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=gmuthukrishn@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).