|FAILURE| pw155852-155853 [PATCH] [v5,2/2] net/zxdh: add support flo
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Aug 14 08:21:40 CEST 2025
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/155853
_Testing issues_
Submitter: Bingbin Chen <chen.bingbin at zte.com.cn>
Date: Thursday, August 14 2025 02:52:42
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:6df5b211fae053219163a3eb301b26198974fb73
155852-155853 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#362679
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | WARN |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | WARN |
+-------------------------------+----------------+
| Fedora Linux 41 | PEND |
+-------------------------------+----------------+
| Fedora Linux 42 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND |
+-------------------------------+----------------+
| Ubuntu 20.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+----------------+
==== 20 line log output for Fedora Linux 42 (dpdk_unit_test): ====
../drivers/net/zxdh/zxdh_flow.c:641:36: note: returned from 'calloc'
641 | key_mask = calloc(1, sizeof(struct fd_flow_key) * ZXDH_MAX_FLOW_NUM);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:689:9: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
689 | rte_free(key);
| ^~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:640:31: note: returned from 'calloc'
640 | key = calloc(1, sizeof(struct fd_flow_key) * ZXDH_MAX_FLOW_NUM);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:690:9: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
690 | rte_free(fd_entry);
| ^~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:639:36: note: returned from 'calloc'
639 | fd_entry = calloc(1, sizeof(ZXDH_DTB_ACL_ENTRY_INFO_T) * ZXDH_MAX_FLOW_NUM);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2607/3540] Generating rte_raw_dpaa2_cmdif.sym_chk with a custom command (wrapped by meson to capture output)
[2608/3540] Generating rte_raw_gdtc.pmd.c with a custom command
[2609/3540] Generating rte_raw_cnxk_rvu_lf.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-7)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: clang gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33873/
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