automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw132110-132115 [RFC 6/6] app/test: add asymmetric tests for virtio pmd
       [not found] <20230928095300.1353-7-gmuthukrishn@marvell.com>
@ 2023-09-28  9:43 ` qemudev
  2023-09-28  9:55 ` |SUCCESS| pw132115 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-09-28  9:43 UTC (permalink / raw)
  To: test-report; +Cc: Gowrishankar Muthukrishnan, zhoumin

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

_ninja build failure_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thu, 28 Sep 2023 15:22:55 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: c56185fc183fc0532d2f03aaf04bbf0989ea91a5

132110-132115 --> 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: lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
cc -Ilib/librte_vhost.a.p -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -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 -Wp
 ointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ lib/librte_vhost.a.p/vhost_vhost_crypto.c.o -MF lib/librte_vhost.a.p/vhost_vhost_crypto.c.o.d -o lib/librte_vhost.a.p/vhost_vhost_crypto.c.o -c ../lib/vhost/vhost_crypto.c
./lib/vhost/vhost_crypto.c:57:2: error: expected specifier-qualifier-list before ‘RTE_STD_C11’
RTE_STD_C11
^~~~~~~~~~~
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_create_asym_sess’:
./lib/vhost/vhost_crypto.c:630:15: error: ‘struct vhost_crypto_session’ has no member named ‘type’
vhost_session->type = RTE_CRYPTO_OP_TYPE_ASYMMETRIC;
^~
./lib/vhost/vhost_crypto.c:631:15: error: ‘struct vhost_crypto_session’ has no member named ‘asym’
vhost_session->asym = session;
^~
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_close_sess’:
./lib/vhost/vhost_crypto.c:675:19: error: ‘struct vhost_crypto_session’ has no member named ‘type’
if (vhost_session->type == RTE_CRYPTO_OP_TYPE_SYMMETRIC) {
^~
./lib/vhost/vhost_crypto.c:676:30: error: ‘struct vhost_crypto_session’ has no member named ‘sym’
sym_session = vhost_session->sym;
^~
./lib/vhost/vhost_crypto.c:677:26: error: ‘struct vhost_crypto_session’ has no member named ‘type’
} else if (vhost_session->type == RTE_CRYPTO_OP_TYPE_ASYMMETRIC) {
^~
./lib/vhost/vhost_crypto.c:678:31: error: ‘struct vhost_crypto_session’ has no member named ‘asym’
asym_session = vhost_session->asym;
^~
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_process_one_req’:
./lib/vhost/vhost_crypto.c:1632:46: error: ‘struct vhost_crypto_session’ has no member named ‘sym’
vcrypto->cache_sym_session = vhost_session->sym;
^~
./lib/vhost/vhost_crypto.c:1683:47: error: ‘struct vhost_crypto_session’ has no member named ‘asym’
vcrypto->cache_asym_session = vhost_session->asym;
^~
[273/2352] Generating latencystats.sym_chk with a custom command (wrapped by meson to capture output)
[274/2352] Compiling C object lib/librte_security.a.p/security_rte_security.c.o
[275/2352] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.o
[276/2352] Compiling C object lib/librte_reorder.a.p/reorder_rte_reorder.c.o
[277/2352] Compiling C object lib/librte_vhost.a.p/vhost_vdpa.c.o
[278/2352] Compiling C object lib/librte_vhost.a.p/vhost_iotlb.c.o
[279/2352] Generating compressdev.sym_chk with a custom command (wrapped by meson to capture output)
[280/2352] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o
[281/2352] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net_ctrl.c.o
[282/2352] Generating gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[283/2352] Generating ip_frag.sym_chk with a custom command (wrapped by meson to capture output)
[284/2352] Compiling C object lib/librte_ipsec.a.p/ipsec_sa.c.o
[285/2352] Compiling C object lib/librte_vhost.a.p/vhost_socket.c.o
[286/2352] Compiling C object lib/librte_rib.a.p/rib_rte_rib6.c.o
[287/2352] Generating pcapng.sym_chk with a custom command (wrapped by meson to capture output)
[288/2352] Generating stack.sym_chk with a custom command (wrapped by meson to capture output)
[289/2352] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output)
[290/2352] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[291/2352] Generating rawdev.sym_chk with a custom command (wrapped by meson to capture output)
[292/2352] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[293/2352] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[294/2352] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_outb.c.o
[295/2352] Generating regexdev.sym_chk with a custom command (wrapped by meson to capture output)
[296/2352] Compiling C object lib/librte_member.a.p/member_rte_member_sketch.c.o
[297/2352] Generating power.sym_chk with a custom command (wrapped by meson to capture output)
[298/2352] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_inb.c.o
[299/2352] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[300/2352] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[301/2352] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[302/2352] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[303/2352] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[304/2352] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[305/2352] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw132115 [RFC 6/6] app/test: add asymmetric tests for virtio pmd
       [not found] <20230928095300.1353-7-gmuthukrishn@marvell.com>
  2023-09-28  9:43 ` |FAILURE| pw132110-132115 [RFC 6/6] app/test: add asymmetric tests for virtio pmd qemudev
@ 2023-09-28  9:55 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-09-28  9:55 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2023-09-28 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230928095300.1353-7-gmuthukrishn@marvell.com>
2023-09-28  9:43 ` |FAILURE| pw132110-132115 [RFC 6/6] app/test: add asymmetric tests for virtio pmd qemudev
2023-09-28  9:55 ` |SUCCESS| pw132115 " 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).