|FAILURE| pw161312-161338 [PATCH] [v4,27/27] net/ice: avoid rte mall
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Feb 13 14:37:35 CET 2026
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/161338
_Testing issues_
Submitter: Burakov, Anatoly <anatoly.burakov at intel.com>
Date: Friday, February 13 2026 10:26:38
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:ee9b1ca1abfb9777ee28aff5e4b53eb11b9acea0
161312-161338 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#466030
Test environment and result as below:
+-------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+===============================+====================+
| Red Hat Enterprise Linux 9.7 | FAIL |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 10.1 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+--------------------+
| Debian GNU/Linux 12 | PEND |
+-------------------------------+--------------------+
| Fedora Linux 42 | PEND |
+-------------------------------+--------------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+--------------------+
| CentOS Stream 9 | PEND |
+-------------------------------+--------------------+
==== 20 line log output for Red Hat Enterprise Linux 10.1 (dpdk_meson_compile): ====
../drivers/net/intel/i40e/i40e_flow.c:27:1: note: include '<stdlib.h>' or provide a declaration of 'calloc'
26 | #include "i40e_hash.h"
+++ |+#include <stdlib.h>
27 |
../drivers/net/intel/i40e/i40e_flow.c:3837:17: error: incompatible implicit declaration of built-in function 'calloc' [-Werror=builtin-declaration-mismatch]
3837 | items = calloc(item_num, sizeof(struct rte_flow_item));
| ^~~~~~
../drivers/net/intel/i40e/i40e_flow.c:3837:17: note: include '<stdlib.h>' or provide a declaration of 'calloc'
../drivers/net/intel/i40e/i40e_flow.c:3856:25: error: implicit declaration of function 'free' [-Wimplicit-function-declaration]
3856 | free(items);
| ^~~~
../drivers/net/intel/i40e/i40e_flow.c:3856:25: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/net/intel/i40e/i40e_flow.c:3856:25: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
../drivers/net/intel/i40e/i40e_flow.c:3856:25: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/net/intel/i40e/i40e_flow.c:3866:9: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
3866 | free(items);
| ^~~~
../drivers/net/intel/i40e/i40e_flow.c:3866:9: note: include '<stdlib.h>' or provide a declaration of 'free'
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Red Hat Enterprise Linux 10.1
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Ubuntu 24.04
Kernel: 5.15
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35212/
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