|FAILURE| pw152132-152136 [PATCH] [v7,5/5] examples/vhost_crypto: su
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Feb 27 22:02:22 CET 2025
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/152136
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Thursday, February 27 2025 13:59:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fab31a03ba98e7457284df95dd9eef2223a4ccaa
152132-152136 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#319517
Test environment and result as below:
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+===========================+==============+==============================+
| 32-bit Ubuntu 22.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| CentOS Stream 10 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora 40 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Debian 12 (arm) | PEND | PASS | SKIPPED | PASS |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PEND | SKIPPED |
+-----------------------------+----------------+---------------------------+--------------+------------------------------+
==== 20 line log output for Fedora 40 (ARM Clang) (dpdk_unit_test): ====
../lib/vhost/vhost_crypto.c:1570:15: error: calling function 'copy_data' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1570 | if (unlikely(copy_data(&req, vc_req, descs, &desc, sizeof(req),
| ^
../lib/vhost/vhost_crypto.c:1617:10: error: calling function 'prepare_sym_cipher_op' requires holding rwlock 'vc_req_out->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1617 | err = prepare_sym_cipher_op(vcrypto, op, vc_req_out,
| ^
../lib/vhost/vhost_crypto.c:1622:10: error: calling function 'prepare_sym_chain_op' requires holding rwlock 'vc_req_out->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1622 | err = prepare_sym_chain_op(vcrypto, op, vc_req_out,
| ^
../lib/vhost/vhost_crypto.c:1669:10: error: calling function 'prepare_asym_rsa_op' requires holding rwlock 'vc_req_out->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1669 | err = prepare_asym_rsa_op(vcrypto, op, vc_req_out,
| ^
../lib/vhost/vhost_crypto.c:1690:10: error: calling function 'reach_inhdr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1690 | inhdr = reach_inhdr(vc_req, descs, max_n_descs);
| ^
7 errors generated.
[415/3380] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[416/3380] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[417/3380] 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
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
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.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32710/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list