From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Cheng Jiang <cheng1.jiang@intel.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application
Date: Tue, 17 Jan 2023 10:37:24 +0800 [thread overview]
Message-ID: <202301170237.30H2bOhP1312176@localhost.localdomain> (raw)
In-Reply-To: <20230117015623.17606-1-cheng1.jiang@intel.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/122139
_ninja build failure_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tue, 17 Jan 2023 01:56:23 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 83397b9f073904438965e1fda2efe76f7850fe01
122139 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o
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/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=loongarch64 -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-test-d
ma-perf.p/test-dma-perf_benchmark.c.o -MF app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o.d -o app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o -c ../app/test-dma-perf/benchmark.c
./app/test-dma-perf/benchmark.c: In function ‘cache_flush_buf’:
./app/test-dma-perf/benchmark.c:118:23: warning: unused parameter ‘arg’ [-Wunused-parameter]
cache_flush_buf(void *arg)
~~~~~~^~~
./app/test-dma-perf/benchmark.c: In function ‘configure_dmadev_queue’:
./app/test-dma-perf/benchmark.c:150:12: error: ‘EXIT_FAILURE’ undeclared (first use in this function)
rte_exit(EXIT_FAILURE, "Error with rte_dma_configure()n");
^~~~~~~~~~~~
./app/test-dma-perf/benchmark.c:150:12: note: each undeclared identifier is reported only once for each function it appears in
./app/test-dma-perf/benchmark.c: In function ‘do_dma_mem_copy’:
./app/test-dma-perf/benchmark.c:227:15: error: ‘EXIT_FAILURE’ undeclared (first use in this function)
rte_exit(EXIT_FAILURE, "DMA enqueue failedn");
^~~~~~~~~~~~
./app/test-dma-perf/benchmark.c: In function ‘setup_memory_env’:
./app/test-dma-perf/benchmark.c:378:31: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
*srcs = (struct rte_mbuf **)(malloc(nr_buf 1.txt 2.txt 3.txt ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION sizeof(struct rte_mbuf *)));
^~~~~~
./app/test-dma-perf/benchmark.c:378:31: warning: incompatible implicit declaration of built-in function ‘malloc’
./app/test-dma-perf/benchmark.c:378:31: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
./app/test-dma-perf/benchmark.c:15:1:
+#include <stdlib.h>
./app/test-dma-perf/benchmark.c:378:31:
*srcs = (struct rte_mbuf **)(malloc(nr_buf 1.txt 2.txt 3.txt ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION sizeof(struct rte_mbuf *)));
^~~~~~
./app/test-dma-perf/benchmark.c: In function ‘dma_mem_copy_benchmark’:
./app/test-dma-perf/benchmark.c:471:3: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(srcs);
^~~~
./app/test-dma-perf/benchmark.c:471:3: warning: incompatible implicit declaration of built-in function ‘free’
./app/test-dma-perf/benchmark.c:471:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/benchmark.c:476:3: warning: incompatible implicit declaration of built-in function ‘free’
free(dsts);
^~~~
./app/test-dma-perf/benchmark.c:476:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/benchmark.c: In function ‘cpu_mem_copy_benchmark’:
./app/test-dma-perf/benchmark.c:527:3: warning: incompatible implicit declaration of built-in function ‘free’
free(srcs);
^~~~
./app/test-dma-perf/benchmark.c:527:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/benchmark.c:532:3: warning: incompatible implicit declaration of built-in function ‘free’
free(dsts);
^~~~
./app/test-dma-perf/benchmark.c:532:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
[2602/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ixgbe_ixgbe_testpmd.c.o
[2603/2812] Compiling C object app/test/dpdk-test.p/commands.c.o
[2604/2812] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_perf_common.c.o
[2605/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_util.c.o
[2606/2812] Compiling C object app/test/dpdk-test.p/test_cmdline.c.o
[2607/2812] Compiling C object app/test/dpdk-test.p/test.c.o
[2608/2812] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2609/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_lib.c.o
[2610/2812] Compiling C object app/dpdk-test-security-perf.p/test-security-perf_test_security_perf.c.o
[2611/2812] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[2612/2812] Compiling C object app/test/dpdk-test.p/test_cksum_perf.c.o
[2613/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_etheraddr.c.o
[2614/2812] Compiling C object app/test/dpdk-test.p/test_atomic.c.o
[2615/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_ipaddr.c.o
[2616/2812] Compiling C object app/test/dpdk-test.p/test_bitmap.c.o
[2617/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_cirbuf.c.o
[2618/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_parameters.c.o
[2619/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_txonly.c.o
[2620/2812] Compiling C object app/test/dpdk-test.p/test_acl.c.o
[2621/2812] Compiling C object app/test/dpdk-test.p/test_bpf.c.o
[2622/2812] Compiling C object app/test/dpdk-test.p/test_cksum.c.o
[2623/2812] Compiling C object app/test/dpdk-test.p/packet_burst_generator.c.o
[2624/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_csumonly.c.o
[2625/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_noisy_vnf.c.o
[2626/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o
[2627/2812] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2628/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline.c.o
[2629/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_testpmd.c.o
[2630/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_96_111_ca_tmo_seg.c.o
[2631/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[2632/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_64_79_ca_tmo_seg.c.o
[2633/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_80_95_ca_tmo_seg.c.o
[2634/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_112_127_ca_tmo_seg.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2023-01-17 2:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230117015623.17606-1-cheng1.jiang@intel.com>
2023-01-17 2:37 ` qemudev [this message]
2023-01-17 2:47 ` |WARNING| " checkpatch
2023-01-17 3:39 ` |FAILURE| " 0-day Robot
2023-01-17 3:15 |FAILURE| pw122139 [PATCH] [v2] " dpdklab
2023-01-17 4:07 dpdklab
2023-01-17 4:20 dpdklab
2023-01-17 4:24 dpdklab
2023-01-17 4:25 dpdklab
2023-01-17 4:27 dpdklab
2023-01-17 4:31 dpdklab
2023-01-17 4:31 dpdklab
2023-01-17 4:33 dpdklab
2023-01-17 4:33 dpdklab
2023-01-17 4:35 dpdklab
2023-01-17 4:35 dpdklab
2023-01-17 4:46 dpdklab
2023-01-17 4:48 dpdklab
2023-01-17 4:49 dpdklab
2023-01-17 4:51 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=202301170237.30H2bOhP1312176@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=cheng1.jiang@intel.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/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).