automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
	Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Subject: |FAILURE| pw151800-151804 [PATCH] [v3,5/5] examples/vhost_crypto: su
Date: Fri, 21 Feb 2025 18:49:29 -0800 (PST)	[thread overview]
Message-ID: <67b93b39.250a0220.247188.4136SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <69df671e16275511de0db57ffb9c6cd7c9e52939.1740156665.git.gmuthukrishn@marvell.com>

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/151804

_Testing issues_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Friday, February 21 2025 17:30:13 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:992fd7e15692e3faab0c0e590aaa63998657d804

151800-151804 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#317428

Test environment and result as below:

+-----------------------------+----------------+
|         Environment         | dpdk_unit_test |
+=============================+================+
| 32-bit Ubuntu 22.04.4 (ARM) | PEND           |
+-----------------------------+----------------+
| Fedora 40 (ARM Clang)       | WARN           |
+-----------------------------+----------------+
| CentOS Stream 9 (ARM)       | PASS           |
+-----------------------------+----------------+
| CentOS Stream 10 (ARM)      | PEND           |
+-----------------------------+----------------+

==== 20 line log output for Fedora 40 (ARM Clang) (dpdk_unit_test): ====
../lib/vhost/vhost_crypto.c:1426:24: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1426 |                         rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
|                                             ^
../lib/vhost/vhost_crypto.c:1437:23: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1437 |                         rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RW);
|                                            ^
../lib/vhost/vhost_crypto.c:1446:23: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1446 |                         rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
|                                            ^
../lib/vhost/vhost_crypto.c:1449:24: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1449 |                         rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
|                                             ^
../lib/vhost/vhost_crypto.c:1465:18: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1465 |         vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO);
|                         ^
9 errors generated.
[409/3386] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[410/3386] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[411/3386] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

32-bit Ubuntu 22.04.4 (ARM)
	Kernel: 5.15.83+ aarch64
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Fedora 40 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 10 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32643/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

  parent reply	other threads:[~2025-02-22  2:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <69df671e16275511de0db57ffb9c6cd7c9e52939.1740156665.git.gmuthukrishn@marvell.com>
2025-02-21 16:59 ` |SUCCESS| pw151800-151804 [v3 5/5] examples/vhost_crypto: support asymmetric crypto qemudev
2025-02-21 17:03 ` qemudev
2025-02-21 17:32 ` |SUCCESS| pw151804 " checkpatch
2025-02-21 18:44 ` |FAILURE| " 0-day Robot
2025-02-22  2:18 ` |PENDING| pw151800-151804 [PATCH] [v3,5/5] examples/vhost_crypto: su dpdklab
2025-02-22  2:49 ` dpdklab [this message]
2025-02-22 10:34 ` |SUCCESS| " 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=67b93b39.250a0220.247188.4136SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=gmuthukrishn@marvell.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).