|FAILURE| pw153528-153536 [PATCH] [9/9] crypto/dpaa2_sec: add suppor
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue May 20 12:47:22 CEST 2025
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153536
_Testing issues_
Submitter: Gagandeep Singh <g.singh at nxp.com>
Date: Tuesday, May 20 2025 05:51:33
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:117e86c4b96ed761e9a7ab766261208fe81bf5ca
153528-153536 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#389672
Test environment and result as below:
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Environment | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===================================+=========================+===================+====================+======================+===================+==================+
| Windows Server 2022 | PASS | PASS | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.5 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.2 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12 | SKIPPED | SKIPPED | PASS | SKIPPED | PASS | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 40 (Clang) | SKIPPED | SKIPPED | PEND | SKIPPED | PEND | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 40 | SKIPPED | SKIPPED | PEND | SKIPPED | PEND | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 41 (Clang) | SKIPPED | SKIPPED | PEND | SKIPPED | PEND | PEND |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 41 | SKIPPED | SKIPPED | PASS | SKIPPED | PASS | PASS |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| RHEL9 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | PEND | SKIPPED | PEND | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 24.04 | SKIPPED | SKIPPED | PEND | SKIPPED | PEND | PEND |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Alpine | SKIPPED | SKIPPED | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 24.04 32 Bit Cross Compile | SKIPPED | SKIPPED | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+-------------------------+-------------------+--------------------+----------------------+-------------------+------------------+
==== 20 line log output for Ubuntu 24.04 32 Bit Cross Compile (dpdk_meson_compile): ====
372 | DPAA2_DYN_TX_MIN_FD_OFFSET);
| ^
../lib/log/rte_log.h:334:39: note: in definition of macro 'RTE_LOG'
334 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
| ^
../drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:15:9: note: in expansion of macro 'RTE_LOG_LINE'
15 | RTE_LOG_LINE(level, DPAA2_SEC, __VA_ARGS__)
| ^~~~~~~~~~~~
../drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h:25:9: note: in expansion of macro 'DPAA2_SEC_LOG'
25 | DPAA2_SEC_LOG(ERR, fmt, ## __VA_ARGS__)
| ^~~~~~~~~~~~~
../drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:370:25: note: in expansion of macro 'DPAA2_SEC_ERR'
370 | DPAA2_SEC_ERR("ENC FAEAD being overlapped %p < %p + %lu",
| ^~~~~~~~~~~~~
../drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: In function 'dpaa2_sec_simple_fd_to_mbuf':
../drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1613:30: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1613 | op_context = (void *)((uint64_t)mbuf + s_dpaa2_sec_cntx_pos);
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 20.04
Kernel: 4.19.325-0419325-generic
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
Ubuntu 24.04 32 Bit Cross Compile
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33211/
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