|FAILURE| pw161050-161056 [PATCH] [v2,7/7] net/ice: fix memory leak

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Feb 10 20:02:24 CET 2026


Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/161056

_Testing issues_

Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Tuesday, February 10 2026 15:52:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:5b3ef932bee6da8b40ed54f41ef7185240833dde

161050-161056 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#465500

Test environment and result as below:

+-------------------------------+--------------------+
|          Environment          | dpdk_meson_compile |
+===============================+====================+
| Red Hat Enterprise Linux 9.7  | FAIL               |
+-------------------------------+--------------------+
| Ubuntu 24.04                  | PEND               |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 10.1 | FAIL               |
+-------------------------------+--------------------+
| Debian GNU/Linux 12           | PEND               |
+-------------------------------+--------------------+
| Fedora Linux 42               | PEND               |
+-------------------------------+--------------------+
| Ubuntu 22.04                  | FAIL               |
+-------------------------------+--------------------+
| CentOS Stream 9               | FAIL               |
+-------------------------------+--------------------+
| CentOS Stream 10              | FAIL               |
+-------------------------------+--------------------+
| Fedora Linux 43               | PEND               |
+-------------------------------+--------------------+

==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
../drivers/net/intel/ice/ice_dcf_sched.c:8:1: note: include '<stdlib.h>' or provide a declaration of 'calloc'
7 | #include "ice_dcf_ethdev.h"
+++ |+#include <stdlib.h>
8 |
../drivers/net/intel/ice/ice_dcf_sched.c:773:17: error: incompatible implicit declaration of built-in function 'calloc' [-Werror=builtin-declaration-mismatch]
773 |         vf_bw = calloc(1, size);
|                 ^~~~~~
../drivers/net/intel/ice/ice_dcf_sched.c:773:17: note: include '<stdlib.h>' or provide a declaration of 'calloc'
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: error: implicit declaration of function 'free' [-Wimplicit-function-declaration]
879 |                 free(vf_bw);
|                 ^~~~
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/net/intel/ice/ice_dcf_sched.c:881:17: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
881 |                 free(tc_bw);
|                 ^~~~
../drivers/net/intel/ice/ice_dcf_sched.c:881:17: 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)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 10.1
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)

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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Fedora Linux 43
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35184/

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