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>,
	Radu Nicolau <radu.nicolau@intel.com>
Subject: |FAILURE| pw156572-156574 [PATCH] [3/3] test/crypto: fix uninitialis
Date: Thu, 11 Sep 2025 05:51:15 -0700 (PDT)	[thread overview]
Message-ID: <68c2c5c3.050a0220.1746a2.55c6SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250911102229.1241141-3-radu.nicolau@intel.com>

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

_Testing issues_

Submitter: Radu Nicolau <radu.nicolau@intel.com>
Date: Thursday, September 11 2025 10:22:29 
DPDK git baseline: Repo:dpdk-next-crypto
  Branch: master
  CommitID:507ed6ec95d177f3b59a497ec473d7e5ce3a3579

156572-156574 --> testing issues

Upstream job id: Windows-Compile-DPDK-Native#30918

Test environment and result as below:

+---------------------+--------------------+-------------------+-------------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+=====================+====================+===================+=========================+======================+
| Ubuntu 20.04        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022 | SKIPPED            | PASS              | FAIL                    | PASS                 |
+---------------------+--------------------+-------------------+-------------------------+----------------------+

==== 20 line log output for Windows Server 2022 (dpdk_llvm_clang_compile): ====
In file included from ../app/test/test_cryptodev_crosscheck.c:8:
../app/test/test_cryptodev.h:88:13: error: forward references to 'enum' types are a Microsoft extension [-Werror,-Wmicrosoft-enum-forward-reference]
extern enum rte_security_session_action_type gbl_action_type;
^
1 error generated.
[753/809] Compiling C object app/dpdk-test.exe.p/test_test_devargs.c.obj
[754/809] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev.c.obj
FAILED: app/dpdk-test.exe.p/test_test_cryptodev.c.obj
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-Ilib\eal\common" "-I..\lib\eal\common" "-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" "-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" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib
 \cfgfile" "-I..\lib\cfgfile" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Ilib\security" "-I..\lib\security" "-Ilib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\ptr_compress" "-I..\lib\ptr_compress" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-Iapp\test\test_cfgfiles" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-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-missing-field-initializers"
  "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_cryptodev.c.obj -MF "app\dpdk-test.exe.p\test_test_cryptodev.c.obj.d" -o app/dpdk-test.exe.p/test_test_cryptodev.c.obj "-c" ../app/test/test_cryptodev.c
In file included from ../app/test/test_cryptodev.c:36:
../app/test/test_cryptodev.h:88:13: error: forward references to 'enum' types are a Microsoft extension [-Werror,-Wmicrosoft-enum-forward-reference]
extern enum rte_security_session_action_type gbl_action_type;
^
1 error generated.
[755/809] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_blockcipher.c.obj
[756/809] Compiling C object app/dpdk-test.exe.p/test_test_dmadev_api.c.obj
[757/809] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_ipsec.c.obj
[758/809] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev_security_pdcp.c.obj
[759/809] Compiling C object app/dpdk-test.exe.p/test_test_dmadev.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2025-09-11 12:51 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250911102229.1241141-3-radu.nicolau@intel.com>
2025-09-11  9:49 ` |SUCCESS| pw156572-156574 [PATCH 3/3] test/crypto: fix uninitialised vector fields qemudev
2025-09-11  9:54 ` qemudev
2025-09-11 10:21 ` |SUCCESS| pw156574 " checkpatch
2025-09-11 11:12 ` |PENDING| pw156572-156574 [PATCH] [3/3] test/crypto: fix uninitialis dpdklab
2025-09-11 11:17 ` |SUCCESS| " dpdklab
2025-09-11 11:34 ` dpdklab
2025-09-11 11:55 ` |SUCCESS| pw156574 [PATCH 3/3] test/crypto: fix uninitialised vector fields 0-day Robot
2025-09-11 11:55 ` 0-day Robot
2025-09-11 11:58 ` |SUCCESS| pw156572-156574 [PATCH] [3/3] test/crypto: fix uninitialis dpdklab
2025-09-11 12:30 ` |PENDING| " dpdklab
2025-09-11 12:30 ` |SUCCESS| " dpdklab
2025-09-11 12:37 ` |FAILURE| " dpdklab
2025-09-11 12:37 ` |PENDING| " dpdklab
2025-09-11 12:38 ` |SUCCESS| " dpdklab
2025-09-11 12:38 ` dpdklab
2025-09-11 12:39 ` dpdklab
2025-09-11 12:40 ` dpdklab
2025-09-11 12:49 ` |FAILURE| " dpdklab
2025-09-11 12:51 ` dpdklab [this message]
2025-09-11 13:01 ` dpdklab
2025-09-11 14:05 ` |SUCCESS| " dpdklab
2025-09-11 14:11 ` 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=68c2c5c3.050a0220.1746a2.55c6SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=gakhil@marvell.com \
    --cc=radu.nicolau@intel.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).