automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw130076 [PATCH] test/dma: test vchan reconfiguration
       [not found] <20230810120025.2212-1-gmuthukrishn@marvell.com>
@ 2023-08-10 11:58 ` qemudev
  2023-08-10 12:01 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-08-10 11:58 UTC (permalink / raw)
  To: test-report; +Cc: Gowrishankar Muthukrishnan, zhoumin

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

_ninja build failure_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thu, 10 Aug 2023 17:30:25 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 70b6941e4e22d67bc10495d1638234a7e974f582

130076 --> 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/test/dpdk-test.p/test_dmadev_api.c.o
cc -Iapp/test/dpdk-test.p -Iapp/test -I../app/test -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/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/mempool -I../lib/mempool -Ilib/mbuf -I../lib/mbuf -Ilib/net -I../lib/net -Ilib/meter -I../lib/meter -Ilib/ethdev -I../lib/ethdev -Ilib/pci -I../lib/pci -Ilib/cmdline -I../lib/cmdline -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/acl -I../lib/acl -Ilib/bbdev -I../lib/bbdev -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/cfgfile -I../lib/cfgfile -Ilib/compressdev -I../lib/compressdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/eventdev -I../lib/eventdev -Ilib/gpud
 ev -I../lib/gpudev -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/ip_frag -I../lib/ip_frag -Ilib/jobstats -I../lib/jobstats -Ilib/latencystats -I../lib/latencystats -Ilib/lpm -I../lib/lpm -Ilib/member -I../lib/member -Ilib/pcapng -I../lib/pcapng -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/regexdev -I../lib/regexdev -Ilib/mldev -I../lib/mldev -Ilib/dmadev -I../lib/dmadev -Ilib/rib -I../lib/rib -Ilib/reorder -I../lib/reorder -Ilib/sched -I../lib/sched -Ilib/security -I../lib/security -Ilib/stack -I../lib/stack -Ilib/vhost -I../lib/vhost -Ilib/ipsec -I../lib/ipsec -Ilib/pdcp -I../lib/pdcp -Ilib/fib -I../lib/fib -Ilib/port -I../lib/port -Ilib/pdump -I../lib/pdump -Ilib/table -I../lib/table -Ilib/pipeline -I../lib/pipeline -Ilib/graph -I../lib/graph -Ilib/node -I../lib/node -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/ring -I../drivers/mempool/ring -Idrivers/mempool/stack -I../drivers/m
 empool/stack -Idrivers/event/skeleton -I../d!
 rivers/event/skeleton -Idrivers/net/bonding -I../drivers/net/bonding -Idrivers/net/ring -I../drivers/net/ring -Idrivers/net/null -I../drivers/net/null -Idrivers/raw/skeleton -I../drivers/raw/skeleton -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -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 -Wno-format-truncation -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ app/test/dpdk-test.p/test_dmadev_api.c.o -MF app/test/dpdk-test.p/test_dmadev_api.c.o.d -o app/test/dpdk-test.p/test_dmadev_api.c.o -c ../app/test/test_dmadev_api.c
./app/test/test_dmadev_api.c: In function ‘test_dma_reconfigure’:
./app/test/test_dmadev_api.c:361:10: error: ‘TEST_SKIPPED’ undeclared (first use in this function); did you mean ‘TEST_FAILED’?
return TEST_SKIPPED;
^~~~~~~~~~~~
TEST_FAILED
./app/test/test_dmadev_api.c:361:10: note: each undeclared identifier is reported only once for each function it appears in
[2122/2346] Compiling C object app/test/dpdk-test.p/test_eal_fs.c.o
[2123/2346] Compiling C object app/test/dpdk-test.p/test_errno.c.o
[2124/2346] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2125/2346] Compiling C object app/dpdk-test-security-perf.p/test_test_cryptodev_security_ipsec.c.o
[2126/2346] Compiling C object app/dpdk-testpmd.p/test-pmd_csumonly.c.o
[2127/2346] Generating rte_crypto_dpaa_sec.pmd.c with a custom command
[2128/2346] Compiling C object app/test/dpdk-test.p/test_acl.c.o
[2129/2346] Compiling C object app/test/dpdk-test.p/test_efd.c.o
[2130/2346] Compiling C object app/test/dpdk-test.p/test_efd_perf.c.o
[2131/2346] Compiling C object app/test/dpdk-test.p/test_ethdev_link.c.o
[2132/2346] Compiling C object app/test/dpdk-test.p/test_distributor_perf.c.o
[2133/2346] Compiling C object app/dpdk-testpmd.p/test-pmd_noisy_vnf.c.o
[2134/2346] Compiling C object app/test/dpdk-test.p/test_cryptodev_security_ipsec.c.o
[2135/2346] Compiling C object app/test/dpdk-test.p/test_cryptodev_crosscheck.c.o
[2136/2346] Generating rte_crypto_dpaa2_sec.pmd.c with a custom command
[2137/2346] Compiling C object app/test/dpdk-test.p/test_event_eth_rx_adapter.c.o
[2138/2346] Compiling C object app/test/dpdk-test.p/test_cryptodev_security_pdcp.c.o
[2139/2346] Compiling C object app/test/dpdk-test.p/test_event_crypto_adapter.c.o
[2140/2346] Compiling C object app/test/dpdk-test.p/test_distributor.c.o
[2141/2346] Compiling C object app/test/dpdk-test.p/test_cryptodev_blockcipher.c.o
[2142/2346] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2143/2346] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline.c.o
[2144/2346] Compiling C object app/test/dpdk-test.p/test_dmadev.c.o
[2145/2346] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o
[2146/2346] Compiling C object app/dpdk-testpmd.p/test-pmd_testpmd.c.o
[2147/2346] Compiling C object app/test/dpdk-test.p/test_cryptodev_asym.c.o
[2148/2346] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[2149/2346] Compiling C object app/test/dpdk-test.p/test_eal_flags.c.o
[2150/2346] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[2151/2346] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2152/2346] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[2153/2346] Compiling C object app/test/dpdk-test.p/test_cryptodev.c.o
[2154/2346] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw130076 [PATCH] test/dma: test vchan reconfiguration
       [not found] <20230810120025.2212-1-gmuthukrishn@marvell.com>
  2023-08-10 11:58 ` |FAILURE| pw130076 [PATCH] test/dma: test vchan reconfiguration qemudev
@ 2023-08-10 12:01 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-08-10 12:01 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/130076

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-10 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230810120025.2212-1-gmuthukrishn@marvell.com>
2023-08-10 11:58 ` |FAILURE| pw130076 [PATCH] test/dma: test vchan reconfiguration qemudev
2023-08-10 12:01 ` |SUCCESS| " checkpatch

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).