From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: vvelumuri@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw154094 [PATCH v3 2/2] test/dma: add functions to verify zero and one fill
Date: Fri, 6 Jun 2025 07:04:01 -0400 [thread overview]
Message-ID: <20250606110401.2919480-1-robot@bytheb.org> (raw)
In-Reply-To: <20250606094031.2961842-2-vvelumuri@marvell.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/154094/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/15488129793
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"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-i386" at step Build and test
####################################################################################
[3899/5866] Compiling C object app/dpdk-test.p/test_test_devargs.c.o
[3900/5866] Compiling C object app/dpdk-test.p/test_test_dispatcher.c.o
[3901/5866] Compiling C object app/dpdk-test.p/test_test_distributor_perf.c.o
[3902/5866] Compiling C object app/dpdk-test.p/test_test_dmadev_api.c.o
[3903/5866] Compiling C object app/dpdk-test.p/test_test_eal_fs.c.o
[3904/5866] Compiling C object app/dpdk-test.p/test_test_eal_flags.c.o
[3905/5866] Compiling C object app/dpdk-test.p/test_test_dmadev.c.o
FAILED: app/dpdk-test.p/test_test_dmadev.c.o
ccache gcc -Iapp/dpdk-test.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/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -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/compressdev -I../lib/compressdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/power -I../lib/power -Ilib/ptr_compress -I../lib/ptr_compress -Ilib/rawdev -I../lib/rawdev -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Iapp/test/test_cfgfiles -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 -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -Wno-vla -fno-strict-aliasing -Wno-format-truncation -DALLOW_INTERNAL_API -MD -MQ app/dpdk-test.p/test_test_dmadev.c.o -MF app/dpdk-test.p/test_test_dmadev.c.o.d -o app/dpdk-test.p/test_test_dmadev.c.o -c ../app/test/test_dmadev.c
../app/test/test_dmadev.c: In function ‘test_enqueue_fill’:
../app/test/test_dmadev.c:887:51: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
887 | printf("Test fill pattern: 0x%016lx\n", pattern[k]);
| ~~~~~^ ~~~~~~~~~~
| | |
| | uint64_t {aka long long unsigned int}
| long unsigned int
| %016llx
cc1: all warnings being treated as errors
[3906/5866] Compiling C object app/dpdk-test.p/test_test_distributor.c.o
[3907/5866] Compiling C object app/dpdk-test.p/test_test_efd_perf.c.o
[3908/5866] Compiling C object app/dpdk-test.p/test_test_efd.c.o
[3909/5866] Compiling C object app/dpdk-test.p/test_test_cryptodev_blockcipher.c.o
[3910/5866] Compiling C object app/dpdk-test.p/test_test_cryptodev.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
[1796/3067] Compiling C object app/dpdk-test.exe.p/test_test_debug.c.obj
[1797/3067] Compiling C object app/dpdk-test.exe.p/test_test_devargs.c.obj
[1798/3067] Compiling C object app/dpdk-test.exe.p/test_test_eal_flags.c.obj
[1799/3067] Compiling C object app/dpdk-test.exe.p/test_test_eal_fs.c.obj
[1800/3067] Compiling C object app/dpdk-test.exe.p/test_test_dmadev_api.c.obj
[1801/3067] Compiling C object app/dpdk-test.exe.p/test_test_errno.c.obj
[1802/3067] Compiling C object app/dpdk-test.exe.p/test_test_dmadev.c.obj
FAILED: app/dpdk-test.exe.p/test_test_dmadev.c.obj
ccache x86_64-w64-mingw32-gcc -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 -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 -fno-strict-aliasing -Wno-format-truncation -DALLOW_INTERNAL_API -MD -MQ app/dpdk-test.exe.p/test_test_dmadev.c.obj -MF app/dpdk-test.exe.p/test_test_dmadev.c.obj.d -o app/dpdk-test.exe.p/test_test_dmadev.c.obj -c ../app/test/test_dmadev.c
../app/test/test_dmadev.c: In function ‘test_enqueue_fill’:
../app/test/test_dmadev.c:887:37: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
887 | printf("Test fill pattern: 0x%016lx\n", pattern[k]);
| ~~~~~^ ~~~~~~~~~~
| | |
| | uint64_t {aka long long unsigned int}
| long unsigned int
| %016llx
cc1: all warnings being treated as errors
[1803/3067] Compiling C object app/dpdk-test.exe.p/test_test_external_mem.c.obj
[1804/3067] Compiling C object app/dpdk-test.exe.p/test_test_ethdev_api.c.obj
[1805/3067] Compiling C object app/dpdk-test.exe.p/test_test_fbarray.c.obj
[1806/3067] Compiling C object app/dpdk-test.exe.p/test_test_ethdev_link.c.obj
[1807/3067] Compiling C object app/dpdk-test.exe.p/test_test_cryptodev.c.obj
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-06-06 11:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250606094031.2961842-2-vvelumuri@marvell.com>
2025-06-06 9:08 ` |SUCCESS| pw154093-154094 " qemudev
2025-06-06 9:12 ` qemudev
2025-06-06 9:42 ` |SUCCESS| pw154094 " checkpatch
2025-06-06 11:04 ` 0-day Robot [this message]
2025-06-06 18:31 ` |SUCCESS| pw154093-154094 [PATCH] [v3,2/2] test/dma: add functions t dpdklab
2025-06-06 18:34 ` dpdklab
2025-06-06 19:10 ` |WARNING| " dpdklab
2025-06-06 19:12 ` |SUCCESS| " dpdklab
2025-06-06 19:12 ` |WARNING| " dpdklab
2025-06-06 19:19 ` |FAILURE| " dpdklab
2025-06-06 19:20 ` |PENDING| " dpdklab
2025-06-06 19:29 ` |FAILURE| " dpdklab
2025-06-06 20:38 ` dpdklab
2025-06-06 20:40 ` dpdklab
2025-06-06 21:04 ` dpdklab
2025-06-06 21:13 ` dpdklab
2025-06-06 21:42 ` |SUCCESS| " dpdklab
2025-06-06 22:26 ` |FAILURE| " dpdklab
2025-06-06 23:01 ` |SUCCESS| " dpdklab
2025-06-07 0:29 ` |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=20250606110401.2919480-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=test-report@dpdk.org \
--cc=vvelumuri@marvell.com \
/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).