|FAILURE| pw161116-161124 [PATCH] [v4,9/9] net/ice: fix memory leak
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Feb 11 17:04:28 CET 2026
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/161124
_Testing issues_
Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Wednesday, February 11 2026 13:49:16
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:5b3ef932bee6da8b40ed54f41ef7185240833dde
161116-161124 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#465654
Test environment and result as below:
+-------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+===============================+====================+
| Ubuntu 24.04 | FAIL |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 9.7 | FAIL |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 10.1 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 9 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 10 | FAIL |
+-------------------------------+--------------------+
| Debian GNU/Linux 12 | PEND |
+-------------------------------+--------------------+
| Fedora Linux 42 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 43 | PEND |
+-------------------------------+--------------------+
==== 20 line log output for Ubuntu 22.04 (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' [-Werror=implicit-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 ====
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 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)
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)
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: clang 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
Fedora Linux 43
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35193/
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