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,
	Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Subject: |FAILURE| pw139178-139179 [PATCH] [2/2] dma/cnxk: remove completion
Date: Sat, 06 Apr 2024 04:20:28 -0700 (PDT)	[thread overview]
Message-ID: <66112ffc.050a0220.5fb5b.b88cSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240406101311.11044-2-pbhagavatula@marvell.com>

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/139179

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
Date: Saturday, April 06 2024 10:13:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e2e546ab5bf5e024986ccb5310ab43982f3bb40c

139178-139179 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[1839/2272] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vectors.c.o'.
[1840/2272] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'.
[1841/2272] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_main.c.o'.
[1842/2272] Linking target app/dpdk-test-crypto-perf.
[1843/2272] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_main.c.o'.
[1844/2272] Linking target app/dpdk-test-dma-perf.
[1845/2272] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_atq.c.o'.
[1846/2272] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[1847/2272] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
FAILED: app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o
ccache arm-linux-gnueabihf-gcc -Iapp/a172ced@@dpdk-test-eventdev@exe -Iapp -I../app -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-d
 eclarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a+simd -mfpu=auto -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o' -MF 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o.d' -o 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o' -c ../app/test-eventdev/test_perf_common.c
../app/test-eventdev/test_perf_common.c: In function 'perf_dmadev_destroy':
../app/test-eventdev/test_perf_common.c:2078:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
2078 |    rte_pktmbuf_free((struct rte_mbuf *)op->src_dst_seg[0].addr);
|                     ^
../app/test-eventdev/test_perf_common.c:2079:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
2079 |    rte_pktmbuf_free((struct rte_mbuf *)op->src_dst_seg[1].addr);
|                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2024-04-06 11:20 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240406101311.11044-2-pbhagavatula@marvell.com>
2024-04-06  9:50 ` |SUCCESS| pw139178-139179 [PATCH 2/2] dma/cnxk: remove completion pool qemudev
2024-04-06  9:55 ` qemudev
2024-04-06 10:15 ` |SUCCESS| pw139179 " checkpatch
2024-04-06 11:03 ` |FAILURE| " 0-day Robot
2024-04-06 11:07 ` |SUCCESS| pw139178-139179 [PATCH] [2/2] dma/cnxk: remove completion dpdklab
2024-04-06 11:07 ` dpdklab
2024-04-06 11:08 ` dpdklab
2024-04-06 11:08 ` dpdklab
2024-04-06 11:13 ` dpdklab
2024-04-06 11:13 ` dpdklab
2024-04-06 11:13 ` |FAILURE| " dpdklab
2024-04-06 11:13 ` |SUCCESS| " dpdklab
2024-04-06 11:14 ` dpdklab
2024-04-06 11:14 ` dpdklab
2024-04-06 11:14 ` dpdklab
2024-04-06 11:15 ` dpdklab
2024-04-06 11:15 ` dpdklab
2024-04-06 11:15 ` dpdklab
2024-04-06 11:16 ` dpdklab
2024-04-06 11:16 ` dpdklab
2024-04-06 11:17 ` dpdklab
2024-04-06 11:17 ` dpdklab
2024-04-06 11:17 ` dpdklab
2024-04-06 11:17 ` dpdklab
2024-04-06 11:18 ` |FAILURE| " dpdklab
2024-04-06 11:18 ` |SUCCESS| " dpdklab
2024-04-06 11:18 ` |FAILURE| " dpdklab
2024-04-06 11:18 ` |SUCCESS| " dpdklab
2024-04-06 11:18 ` dpdklab
2024-04-06 11:19 ` |FAILURE| " dpdklab
2024-04-06 11:19 ` |SUCCESS| " dpdklab
2024-04-06 11:19 ` |FAILURE| " dpdklab
2024-04-06 11:19 ` |SUCCESS| " dpdklab
2024-04-06 11:20 ` |FAILURE| " dpdklab
2024-04-06 11:20 ` dpdklab
2024-04-06 11:20 ` |SUCCESS| " dpdklab
2024-04-06 11:20 ` dpdklab [this message]
2024-04-06 11:20 ` |FAILURE| " dpdklab
2024-04-06 11:20 ` |SUCCESS| " dpdklab
2024-04-06 11:20 ` dpdklab
2024-04-06 11:22 ` dpdklab
2024-04-06 11:23 ` dpdklab
2024-04-06 11:24 ` dpdklab
2024-04-06 11:24 ` dpdklab
2024-04-06 11:24 ` dpdklab
2024-04-06 11:24 ` |FAILURE| " dpdklab
2024-04-06 11:25 ` |SUCCESS| " dpdklab
2024-04-06 11:25 ` dpdklab
2024-04-06 11:25 ` dpdklab
2024-04-06 11:25 ` dpdklab
2024-04-06 11:30 ` dpdklab
2024-04-06 11:31 ` dpdklab
2024-04-06 11:32 ` dpdklab
2024-04-06 11:33 ` dpdklab
2024-04-06 11:34 ` dpdklab
2024-04-06 11:34 ` dpdklab
2024-04-06 11:34 ` dpdklab
2024-04-06 11:34 ` dpdklab
2024-04-06 11:34 ` dpdklab
2024-04-06 11:34 ` dpdklab
2024-04-06 11:35 ` dpdklab
2024-04-06 11:35 ` dpdklab
2024-04-06 11:36 ` dpdklab
2024-04-06 11:37 ` dpdklab
2024-04-06 11:37 ` |FAILURE| " dpdklab
2024-04-06 11:38 ` |SUCCESS| " dpdklab
2024-04-06 11:38 ` dpdklab
2024-04-06 11:39 ` dpdklab
2024-04-06 11:39 ` dpdklab
2024-04-06 11:39 ` dpdklab
2024-04-06 11:39 ` dpdklab
2024-04-06 11:40 ` dpdklab
2024-04-06 11:42 ` dpdklab
2024-04-06 11:42 ` dpdklab
2024-04-06 11:42 ` dpdklab
2024-04-06 11:42 ` dpdklab
2024-04-06 11:42 ` dpdklab
2024-04-06 11:43 ` dpdklab
2024-04-06 11:43 ` dpdklab
2024-04-06 11:45 ` dpdklab
2024-04-06 11:58 ` dpdklab
2024-04-06 12:00 ` dpdklab
2024-04-06 12:04 ` |FAILURE| " dpdklab
2024-04-06 12:05 ` |SUCCESS| " dpdklab
2024-04-06 12:13 ` dpdklab
2024-04-06 12:20 ` dpdklab
2024-04-06 12:44 ` |FAILURE| " dpdklab
2024-04-06 12:50 ` 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=66112ffc.050a0220.5fb5b.b88cSMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=pbhagavatula@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).