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, Mingjin Ye <mingjinx.ye@intel.com>
Subject: |WARNING| pw135727 [PATCH] [v3] net/i40e: add diagnostic support in
Date: Thu, 04 Jan 2024 07:52:41 -0800 (PST)	[thread overview]
Message-ID: <6596d449.050a0220.4f7e4.946aSMTPIN_ADDED_MISSING@mx.google.com> (raw)

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/135727

_Testing issues_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Thursday, January 04 2024 10:20:20 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135727 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | FAIL                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[574/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_tm.c.obj
[575/735] Linking target drivers/librte_net_e1000-24.dll
[576/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_hash.c.obj
[577/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_rte_pmd_i40e.c.obj
[578/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_recycle_mbufs_vec_common.c.obj
[579/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_rxtx_vec_sse.c.obj
[580/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_rxtx.c.obj
FAILED: drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_rxtx.c.obj
"gcc" "-Idrivers\libtmp_rte_net_i40e.a.p" "-Idrivers" "-I..\drivers" "-Idrivers\net\i40e" "-I..\drivers\net\i40e" "-Idrivers\net\i40e\base" "-I..\drivers\net\i40e\base" "-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" "-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\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-fdiagnostics-color=always" "-pipe" "-D_FILE_OFFS
 ET_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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DPF_DRIVER" "-DVF_DRIVER" "-DINTEGRATED_VF" "-DX722_A0_SUPPORT" "-fno-asynchronous-unwind-tables" "-DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e" -MD -MQ drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_rxtx.c.obj -MF "drivers\libtmp_rte_net_i40e.a.p\net_i40e_i40e_rxtx.c.obj.d" -o drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_rxtx.c.obj "-c" ../drivers/net/i40e/i40e_rxtx.c
../drivers/net/i40e/i40e_rxtx.c: In function 'i40e_set_tx_function':
../drivers/net/i40e/i40e_rxtx.c:3669:44: error: 'tx_burst_type' may be used uninitialized in this function [-Werror=maybe-uninitialized]
dev->tx_pkt_burst = i40e_tx_pkt_burst_ops[tx_burst_type];
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
[581/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_flow.c.obj
[582/735] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_i40e_i40e_ethdev.c.obj
[583/735] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_pg_cam.c.obj
[584/735] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx_vec_sse.c.obj
[585/735] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_sched.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2024-01-04 15:52 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-04 15:52 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-04 16:16 dpdklab
2024-01-04 16:15 dpdklab
2024-01-04 16:04 dpdklab
2024-01-04 16:03 dpdklab
2024-01-04 16:01 dpdklab
2024-01-04 16:00 dpdklab
2024-01-04 15:59 dpdklab
2024-01-04 15:57 dpdklab
2024-01-04 15:55 dpdklab
2024-01-04 15:53 dpdklab
2024-01-04 15:51 dpdklab
2024-01-04 15:44 dpdklab
2024-01-04 15:42 dpdklab
2024-01-04 15:41 dpdklab
2024-01-04 13:41 dpdklab
2024-01-04 13:37 dpdklab
2024-01-04 13:31 dpdklab
2024-01-04 13:31 dpdklab
2024-01-04 13:31 dpdklab
2024-01-04 13:30 dpdklab
2024-01-04 13:30 dpdklab
2024-01-04 13:29 dpdklab
2024-01-04 13:29 dpdklab
2024-01-04 13:28 dpdklab
2024-01-04 13:28 dpdklab
2024-01-04 13:28 dpdklab
2024-01-04 13:26 dpdklab
2024-01-04 13:26 dpdklab
2024-01-04 11:57 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=6596d449.050a0220.4f7e4.946aSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=mingjinx.ye@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).