automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>,
	zhoumin@loongson.cn
Subject: |FAILURE| pw149668-149669 [v2 2/2] examples/vhost_crypto: add asymmetric support
Date: Wed, 8 Jan 2025 01:40:18 +0800	[thread overview]
Message-ID: <202501071740.507HeIYw3185666@localhost.localdomain> (raw)
In-Reply-To: <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>

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

_ninja build failure_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Tue, 7 Jan 2025 23:32:45 +0530
DPDK git baseline: Repo:dpdk-next-virtio
  Branch: main
  CommitID: 07604f264417959d76aa9fcb8cb0c3665f62f0d3

149668-149669 --> 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 -I../kernel/linux -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-st
 yle-definition -Wpointer-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 -Wno-address-of-packed-member -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: In function ‘transform_rsa_param’:
./lib/vhost/vhost_crypto.c:554:7: error: ‘VIRTIO_CRYPTO_RSA_RAW_PADDING’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_S_HW_READY’?
case VIRTIO_CRYPTO_RSA_RAW_PADDING:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_S_HW_READY
./lib/vhost/vhost_crypto.c:554:7: note: each undeclared identifier is reported only once for each function it appears in
./lib/vhost/vhost_crypto.c:557:7: error: ‘VIRTIO_CRYPTO_RSA_PKCS1_PADDING’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_S_HW_READY’?
case VIRTIO_CRYPTO_RSA_PKCS1_PADDING:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_S_HW_READY
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_create_asym_sess’:
./lib/vhost/vhost_crypto.c:581:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_RSA’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
case VIRTIO_CRYPTO_AKCIPHER_RSA:
^~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_create_sess’:
./lib/vhost/vhost_crypto.c:634:29: error: ‘VIRTIO_CRYPTO_AKCIPHER_CREATE_SESSION’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_CREATE_SESSION’?
if (sess_param->op_code == VIRTIO_CRYPTO_AKCIPHER_CREATE_SESSION)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_CREATE_SESSION
./lib/vhost/vhost_crypto.c: At top level:
./lib/vhost/vhost_crypto.c:1380:44: warning: ‘struct virtio_crypto_akcipher_data_req’ declared inside parameter list will not be visible outside of this definition or declaration
vhost_crypto_check_akcipher_request(struct virtio_crypto_akcipher_data_req *req)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/vhost/vhost_crypto.c: In function ‘prepare_asym_rsa_op’:
./lib/vhost/vhost_crypto.c:1393:59: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
uint8_t ret = vhost_crypto_check_akcipher_request(&req->u.akcipher_req);
^
./lib/vhost/vhost_crypto.c:1405:29: error: ‘VIRTIO_CRYPTO_AKCIPHER_SIGN’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_SIGN) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c:1408:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1409:29: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->sign.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c:1425:36: error: ‘VIRTIO_CRYPTO_AKCIPHER_VERIFY’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_AES_F8’?
} else if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_VERIFY) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_AES_F8
./lib/vhost/vhost_crypto.c:1428:29: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->sign.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1431:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c:1433:36: error: ‘VIRTIO_CRYPTO_AKCIPHER_ENCRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ENCRYPT’?
} else if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_ENCRYPT) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ENCRYPT
./lib/vhost/vhost_crypto.c:1436:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1437:31: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->cipher.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c:1453:36: error: ‘VIRTIO_CRYPTO_AKCIPHER_DECRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_DECRYPT’?
} else if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_DECRYPT) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_DECRYPT
./lib/vhost/vhost_crypto.c:1456:31: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->cipher.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1459:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_process_one_req’:
./lib/vhost/vhost_crypto.c:1647:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_SIGN’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
case VIRTIO_CRYPTO_AKCIPHER_SIGN:
^~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c:1648:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_VERIFY’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_AES_F8’?
case VIRTIO_CRYPTO_AKCIPHER_VERIFY:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_AES_F8
./lib/vhost/vhost_crypto.c:1649:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_ENCRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ENCRYPT’?
case VIRTIO_CRYPTO_AKCIPHER_ENCRYPT:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ENCRYPT
./lib/vhost/vhost_crypto.c:1650:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_DECRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_DECRYPT’?
case VIRTIO_CRYPTO_AKCIPHER_DECRYPT:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_DECRYPT
./lib/vhost/vhost_crypto.c:1683:8: error: ‘VIRTIO_CRYPTO_AKCIPHER_RSA’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
case VIRTIO_CRYPTO_AKCIPHER_RSA:
^~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-address-of-packed-member’
[301/2664] Compiling C object lib/librte_vhost.a.p/vhost_iotlb.c.o
[302/2664] Compiling C object lib/librte_vhost.a.p/vhost_vdpa.c.o
[303/2664] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_telemetry.c.o
[304/2664] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net_ctrl.c.o
[305/2664] Generating ip_frag.sym_chk with a custom command (wrapped by meson to capture output)
[306/2664] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.o
[307/2664] Generating latencystats.sym_chk with a custom command (wrapped by meson to capture output)
[308/2664] Compiling C object lib/librte_vhost.a.p/vhost_socket.c.o
[309/2664] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_cnt.c.o
[310/2664] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o
[311/2664] Generating stack.sym_chk with a custom command (wrapped by meson to capture output)
[312/2664] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[313/2664] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output)
[314/2664] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_sad.c.o
[315/2664] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[316/2664] Generating pcapng.sym_chk with a custom command (wrapped by meson to capture output)
[317/2664] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[318/2664] Generating gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[319/2664] Generating reorder.sym_chk with a custom command (wrapped by meson to capture output)
[320/2664] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[321/2664] Generating rib.sym_chk with a custom command (wrapped by meson to capture output)
[322/2664] Generating security.sym_chk with a custom command (wrapped by meson to capture output)
[323/2664] Generating rawdev.sym_chk with a custom command (wrapped by meson to capture output)
[324/2664] Generating regexdev.sym_chk with a custom command (wrapped by meson to capture output)
[325/2664] Compiling C object lib/librte_member.a.p/member_rte_member_sketch.c.o
[326/2664] Generating power.sym_chk with a custom command (wrapped by meson to capture output)
[327/2664] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[328/2664] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[329/2664] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[330/2664] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[331/2664] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[332/2664] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[333/2664] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


       reply	other threads:[~2025-01-07 18:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>
2025-01-07 17:40 ` qemudev [this message]
2025-01-07 18:03 ` |SUCCESS| pw149669 " checkpatch
2025-01-07 19:05 ` |FAILURE| " 0-day Robot
2025-01-08  1:54 ` |FAILURE| pw149668-149669 [PATCH] [v2, " 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=202501071740.507HeIYw3185666@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=gmuthukrishn@marvell.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).