From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: 14pwcse1224@uetpeshawar.edu.pk, robot@bytheb.org
Subject: |FAILURE| pw155641 [PATCH v7] app/testpmd: monitor state of primary process when using secondary
Date: Mon, 4 Aug 2025 04:45:27 -0400 [thread overview]
Message-ID: <20250804084527.1136366-1-robot@bytheb.org> (raw)
In-Reply-To: <20250804075452.975461-1-14pwcse1224@uetpeshawar.edu.pk>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/155641/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/16717570355
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
[3037/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_rte_fib.cpp.obj
[3038/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_rte_security_driver.cpp.obj
[3039/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_rte_stack.cpp.obj
[3040/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_bus_auxiliary_driver.cpp.obj
[3041/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_bus_pci_driver.cpp.obj
[3042/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_rte_fib6.cpp.obj
[3043/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/meson-generated_bus_vdev_driver.cpp.obj
[3044/3082] Compiling C++ object buildtools/chkincs/chkincs-cpp-all.exe.p/main.cpp.obj
[3045/3082] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_testpmd.c.obj
FAILED: [code=1] app/dpdk-testpmd.exe.p/test-pmd_testpmd.c.obj
ccache x86_64-w64-mingw32-gcc -Iapp/dpdk-testpmd.exe.p -Iapp -I../app -Iapp/test-pmd -I../app/test-pmd -Ilib/ethdev -I../lib/ethdev -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 -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/bitratestats -I../lib/bitratestats -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Idrivers/net/intel/i40e -I../drivers/net/intel/i40e -Idrivers/net/intel/i40e/base -I../drivers/net/intel/i40e/base -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 -Idrivers/net/intel/ixgbe -I../drivers/net/intel/ixgbe -Idrivers/net/intel/ixgbe/base -I../drivers/net/intel/ixgbe/base -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Idrivers/net/intel/iavf -I../drivers/net/intel/iavf -I../drivers/net/intel/iavf/base -Idrivers/net/intel/ice -I../drivers/net/intel/ice -Idrivers/net/intel/ice/base -I../drivers/net/intel/ice/base -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-testpmd.exe.p/test-pmd_testpmd.c.obj -MF app/dpdk-testpmd.exe.p/test-pmd_testpmd.c.obj.d -o app/dpdk-testpmd.exe.p/test-pmd_testpmd.c.obj -c ../app/test-pmd/testpmd.c
../app/test-pmd/testpmd.c:4362:1: error: ‘disable_primary_monitor’ defined but not used [-Werror=unused-function]
4362 | disable_primary_monitor(void)
| ^~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/testpmd.c:4356:1: error: ‘enable_primary_monitor’ defined but not used [-Werror=unused-function]
4356 | enable_primary_monitor(void)
| ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3046/3082] Linking target drivers/librte_bus_auxiliary-26.dll
[3047/3082] Linking static target lib/librte_net_avx512_lib.a
[3048/3082] Linking target drivers/librte_mempool_stack-26.dll
[3049/3082] Linking target drivers/librte_mempool_ring-26.dll
[3050/3082] Linking static target lib/librte_fib_avx512_lib.a
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
next prev parent reply other threads:[~2025-08-04 8:45 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250804075452.975461-1-14pwcse1224@uetpeshawar.edu.pk>
2025-08-04 7:23 ` |SUCCESS| " qemudev
2025-08-04 7:27 ` qemudev
2025-08-04 7:53 ` |WARNING| " checkpatch
2025-08-04 8:45 ` 0-day Robot [this message]
2025-08-04 9:32 ` |SUCCESS| pw155641 [PATCH] [v7] app/testpmd: monitor state of primar dpdklab
2025-08-04 9:34 ` |FAILURE| " dpdklab
2025-08-04 9:45 ` |SUCCESS| " dpdklab
2025-08-04 9:45 ` |PENDING| " dpdklab
2025-08-04 9:45 ` |SUCCESS| " dpdklab
2025-08-04 9:47 ` |PENDING| " dpdklab
2025-08-04 9:47 ` |FAILURE| " dpdklab
2025-08-04 9:55 ` |SUCCESS| " dpdklab
2025-08-04 9:56 ` dpdklab
2025-08-04 9:57 ` dpdklab
2025-08-04 10:33 ` |FAILURE| " dpdklab
2025-08-04 10:38 ` dpdklab
2025-08-04 10:45 ` dpdklab
2025-08-04 10:51 ` dpdklab
2025-08-04 11:20 ` |SUCCESS| " dpdklab
2025-08-04 11:39 ` dpdklab
2025-08-04 11:43 ` dpdklab
2025-08-04 13:27 ` |PENDING| " dpdklab
2025-08-04 14:08 ` |FAILURE| " 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=20250804084527.1136366-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=14pwcse1224@uetpeshawar.edu.pk \
--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).