|FAILURE| pw139178-139179 [PATCH] [2/2] dma/cnxk: remove completion

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Apr 6 13:20:10 CEST 2024


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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula at 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 at exe/test-crypto-perf_cperf_test_vectors.c.o'.
[1840/2272] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf at exe/test-crypto-perf_cperf_test_verify.c.o'.
[1841/2272] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf at 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 at 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 at exe/test-eventdev_test_pipeline_atq.c.o'.
[1846/2272] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_pipeline_common.c.o'.
[1847/2272] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_common.c.o'.
FAILED: app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_common.c.o
ccache arm-linux-gnueabihf-gcc -Iapp/a172ced@@dpdk-test-eventdev at 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 at exe/test-eventdev_test_perf_common.c.o' -MF 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_common.c.o.d' -o 'app/a172ced@@dpdk-test-eventdev at 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/


More information about the test-report mailing list