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| pw143668-143673 [PATCH] [6/6] app/test: add asymmetric tes
Date: Fri, 06 Sep 2024 00:06:21 -0700 (PDT) [thread overview]
Message-ID: <66daa9ed.a70a0220.dfef.bbeaSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240905145612.1732-7-gmuthukrishn@marvell.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143673
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Thursday, September 05 2024 14:56:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
143668-143673 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#296230
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| RHEL9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../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:1454: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: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:1474: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:1477: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:1493: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.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30925/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2024-09-06 7:06 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240905145612.1732-7-gmuthukrishn@marvell.com>
2024-09-05 14:59 ` |SUCCESS| pw143673 [PATCH 6/6] app/test: add asymmetric tests for virtio pmd checkpatch
2024-09-05 15:00 ` |SUCCESS| pw143668-143673 " qemudev
2024-09-05 15:04 ` qemudev
2024-09-05 15:44 ` |FAILURE| pw143673 " 0-day Robot
2024-09-05 22:37 ` |SUCCESS| pw143668-143673 [PATCH] [6/6] app/test: add asymmetric tes dpdklab
2024-09-05 22:41 ` dpdklab
2024-09-05 22:41 ` dpdklab
2024-09-05 22:41 ` dpdklab
2024-09-05 22:42 ` dpdklab
2024-09-05 22:43 ` dpdklab
2024-09-05 22:45 ` dpdklab
2024-09-05 22:46 ` dpdklab
2024-09-05 22:46 ` dpdklab
2024-09-05 22:46 ` dpdklab
2024-09-05 22:47 ` dpdklab
2024-09-05 22:47 ` dpdklab
2024-09-05 22:49 ` dpdklab
2024-09-05 22:49 ` dpdklab
2024-09-05 22:50 ` dpdklab
2024-09-05 22:51 ` dpdklab
2024-09-05 22:51 ` dpdklab
2024-09-05 22:51 ` dpdklab
2024-09-05 22:51 ` dpdklab
2024-09-05 22:52 ` dpdklab
2024-09-05 22:52 ` dpdklab
2024-09-05 22:53 ` dpdklab
2024-09-05 22:53 ` dpdklab
2024-09-05 22:55 ` dpdklab
2024-09-05 22:55 ` dpdklab
2024-09-05 22:57 ` dpdklab
2024-09-05 22:58 ` dpdklab
2024-09-05 23:06 ` |PENDING| " dpdklab
2024-09-05 23:06 ` dpdklab
2024-09-05 23:09 ` dpdklab
2024-09-05 23:18 ` dpdklab
2024-09-06 0:00 ` |WARNING| " dpdklab
2024-09-06 3:53 ` dpdklab
2024-09-06 3:57 ` dpdklab
2024-09-06 3:57 ` dpdklab
2024-09-06 3:58 ` dpdklab
2024-09-06 3:58 ` dpdklab
2024-09-06 4:03 ` |FAILURE| " dpdklab
2024-09-06 4:06 ` |WARNING| " dpdklab
2024-09-06 4:07 ` |FAILURE| " dpdklab
2024-09-06 4:08 ` |WARNING| " dpdklab
2024-09-06 6:30 ` |FAILURE| " dpdklab
2024-09-06 6:32 ` dpdklab
2024-09-06 6:33 ` dpdklab
2024-09-06 6:34 ` dpdklab
2024-09-06 6:36 ` dpdklab
2024-09-06 6:40 ` dpdklab
2024-09-06 6:41 ` dpdklab
2024-09-06 6:46 ` dpdklab
2024-09-06 6:48 ` dpdklab
2024-09-06 6:50 ` dpdklab
2024-09-06 7:02 ` dpdklab
2024-09-06 7:06 ` dpdklab
2024-09-06 7:06 ` dpdklab [this message]
2024-09-06 7:07 ` dpdklab
2024-09-06 7:08 ` dpdklab
2024-09-06 7:08 ` dpdklab
2024-09-06 7:18 ` dpdklab
2024-09-06 15:06 ` dpdklab
2024-09-07 4:23 ` |SUCCESS| " dpdklab
2024-09-07 9:30 ` dpdklab
2024-09-17 20:19 ` dpdklab
2024-09-17 20:58 ` dpdklab
2024-09-17 21:10 ` dpdklab
2024-09-17 21:28 ` 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=66daa9ed.a70a0220.dfef.bbeaSMTPIN_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).