|FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Jan 17 05:07:19 CET 2023


Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139

_Testing issues_

Submitter: Cheng Jiang <Cheng1.jiang at intel.com>
Date: Tuesday, January 17 2023 01:56:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122139 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | FAIL               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| RHEL 7           | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1548/1727] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ixgbe_ixgbe_testpmd.c.o
[1549/1727] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[1550/1727] Compiling C object app/dpdk-test-security-perf.p/test-security-perf_test_security_perf.c.o
[1551/1727] Compiling C object app/dpdk-test-security-perf.p/test_test_cryptodev_security_ipsec.c.o
[1552/1727] Compiling C object app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o
FAILED: app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o
ccache cc -Iapp/dpdk-test-dma-perf.p -Iapp -I../app -Ilib/dmadev -I../lib/dmadev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/cfgfile -I../lib/cfgfile -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o -MF app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o.d -o app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o -c ../app/test-dma-perf/main.c
../app/test-dma-perf/main.c:9:10: error: unused parameter 'argc' [-Werror,-Wunused-parameter]
main(int argc, char *argv[])
^
../app/test-dma-perf/main.c:9:22: error: unused parameter 'argv' [-Werror,-Wunused-parameter]
main(int argc, char *argv[])
^
2 errors generated.
[1553/1727] Linking target app/dpdk-test-sad
[1554/1727] Linking target app/dpdk-test-regex
[1555/1727] Linking target app/dpdk-test-security-perf
[1556/1727] Linking target app/dpdk-testpmd
[1557/1727] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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