automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: gmuthukrishn@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw151808 [v3 6/6] test/crypto: add tests for virtio user PMD
Date: Fri, 21 Feb 2025 14:04:20 -0500	[thread overview]
Message-ID: <20250221190420.1223575-1-robot@bytheb.org> (raw)
In-Reply-To: <588565de4bf61dbb0068ff4098ac436d1cc3d90e.1740156584.git.gmuthukrishn@marvell.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/151808/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/13462600336
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
                        rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
                                            ^
../lib/vhost/vhost_crypto.c:1426:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
        vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO);
                        ^
9 errors generated.
[426/3231] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net_ctrl.c.o
[427/3231] Compiling C object lib/librte_vhost.a.p/vhost_vduse.c.o
[428/3231] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[429/3231] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[430/3231] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                        rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
                                            ^
../lib/vhost/vhost_crypto.c:1426:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
                        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 mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
        vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO);
                        ^
9 errors generated.
[441/6679] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net_ctrl.c.o
[442/6679] Compiling C object lib/librte_vhost.a.p/vhost_vduse.c.o
[443/6679] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[444/6679] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[445/6679] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2025-02-21 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <588565de4bf61dbb0068ff4098ac436d1cc3d90e.1740156584.git.gmuthukrishn@marvell.com>
2025-02-21 17:16 ` |FAILURE| pw151805-151808 " qemudev
2025-02-21 17:42 ` |SUCCESS| pw151808 " checkpatch
2025-02-21 19:04 ` 0-day Robot [this message]

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=20250221190420.1223575-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --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).