automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Cheng Jiang <cheng1.jiang@intel.com>
Subject: |FAILURE| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
Date: Tue, 20 Dec 2022 09:44:37 +0800	[thread overview]
Message-ID: <202212200144.2BK1ibZV945933@localhost.localdomain> (raw)
In-Reply-To: <20221220010619.31829-1-cheng1.jiang@intel.com>

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/121045

_ninja build failure_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tue, 20 Dec 2022 01:06:19 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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_main.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_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: In function ‘parse_entry’:
./app/test-dma-perf/main.c:171:40: warning: implicit declaration of function ‘atoi’ [-Wimplicit-function-declaration]
entry->cur = entry->first = (uint32_t)atoi(args[0]);
^~~~
./app/test-dma-perf/main.c:171:40: warning: nested extern declaration of ‘atoi’ [-Wnested-externs]
./app/test-dma-perf/main.c: In function ‘load_configs’:
./app/test-dma-perf/main.c:197:18: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
sections_name = malloc(MAX_TEST_CASES 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(char *));
^~~~~~
./app/test-dma-perf/main.c:197:18: warning: incompatible implicit declaration of built-in function ‘malloc’
./app/test-dma-perf/main.c:197:18: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
./app/test-dma-perf/main.c:19:1:
+#include <stdlib.h>

./app/test-dma-perf/main.c:197:18:
sections_name = malloc(MAX_TEST_CASES 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(char *));
^~~~~~
./app/test-dma-perf/main.c:204:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
exit(1);
^~~~
./app/test-dma-perf/main.c:204:3: warning: incompatible implicit declaration of built-in function ‘exit’
./app/test-dma-perf/main.c:204:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:210:3: warning: incompatible implicit declaration of built-in function ‘exit’
exit(1);
^~~~
./app/test-dma-perf/main.c:210:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:219:4: warning: incompatible implicit declaration of built-in function ‘exit’
exit(1);
^~~~
./app/test-dma-perf/main.c:219:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:229:4: warning: incompatible implicit declaration of built-in function ‘exit’
exit(1);
^~~~
./app/test-dma-perf/main.c:229:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:294:4: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(sections_name[i]);
^~~~
./app/test-dma-perf/main.c:294:4: warning: incompatible implicit declaration of built-in function ‘free’
./app/test-dma-perf/main.c:294:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/main.c:296:2: warning: incompatible implicit declaration of built-in function ‘free’
free(sections_name);
^~~~
./app/test-dma-perf/main.c:296:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/main.c: In function ‘main’:
./app/test-dma-perf/main.c:354:5: warning: incompatible implicit declaration of built-in function ‘exit’
exit(EXIT_FAILURE);
^~~~
./app/test-dma-perf/main.c:354:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:354:10: error: ‘EXIT_FAILURE’ undeclared (first use in this function)
exit(EXIT_FAILURE);
^~~~~~~~~~~~
./app/test-dma-perf/main.c:354:10: note: each undeclared identifier is reported only once for each function it appears in
./app/test-dma-perf/main.c:392:5: warning: incompatible implicit declaration of built-in function ‘exit’
exit(EXIT_SUCCESS);
^~~~
./app/test-dma-perf/main.c:392:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:392:10: error: ‘EXIT_SUCCESS’ undeclared (first use in this function)
exit(EXIT_SUCCESS);
^~~~~~~~~~~~
./app/test-dma-perf/main.c:397:6: warning: incompatible implicit declaration of built-in function ‘exit’
exit(EXIT_FAILURE);
^~~~
./app/test-dma-perf/main.c:397:6: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
[2591/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_macswap.c.o
[2592/2812] Compiling C object app/test/dpdk-test.p/test_bitops.c.o
[2593/2812] Compiling C object app/test/dpdk-test.p/test_barrier.c.o
[2594/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_shared_rxq_fwd.c.o
[2595/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o
[2596/2812] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc200_pmd.c.o
[2597/2812] Compiling C object app/test/dpdk-test.p/commands.c.o
[2598/2812] Compiling C object app/test/dpdk-test.p/test_byteorder.c.o
[2599/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_bonding_bonding_testpmd.c.o
[2600/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_mtr.c.o
[2601/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_util.c.o
[2602/2812] Compiling C object app/test/dpdk-test.p/test.c.o
[2603/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ixgbe_ixgbe_testpmd.c.o
[2604/2812] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[2605/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_parameters.c.o
[2606/2812] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_perf_common.c.o
[2607/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_txonly.c.o
[2608/2812] Compiling C object app/test/dpdk-test.p/test_bpf.c.o
[2609/2812] Compiling C object app/test/dpdk-test.p/test_acl.c.o
[2610/2812] Compiling C object app/test/dpdk-test.p/test_cksum.c.o
[2611/2812] Compiling C object app/test/dpdk-test.p/packet_burst_generator.c.o
[2612/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_csumonly.c.o
[2613/2812] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2614/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_noisy_vnf.c.o
[2615/2812] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2616/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o
[2617/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline.c.o
[2618/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_testpmd.c.o
[2619/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_64_79_ca_tmo_seg.c.o
[2620/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[2621/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_80_95_ca_tmo_seg.c.o
[2622/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_96_111_ca_tmo_seg.c.o
[2623/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------------------------------


       reply	other threads:[~2022-12-20  1:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221220010619.31829-1-cheng1.jiang@intel.com>
2022-12-20  1:44 ` qemudev [this message]
2022-12-20  1:53 ` |WARNING| " checkpatch
2022-12-20  2:39 ` |FAILURE| " 0-day Robot
2022-12-20  3:09 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:41 dpdklab
2022-12-20  3:47 dpdklab
2022-12-20  4:10 dpdklab
2022-12-20  4:24 dpdklab
2022-12-20  4:27 dpdklab
2022-12-20  4:27 dpdklab
2022-12-20  4: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=202212200144.2BK1ibZV945933@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=cheng1.jiang@intel.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).