|FAILURE| pw156780-156782 [PATCH] [2/3] compress/zlib: support for d
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Sep 19 20:11:49 CEST 2025
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156782
_Testing issues_
Submitter: Sameer Vaze <svaze at qti.qualcomm.com>
Date: Friday, September 19 2025 17:34:14
DPDK git baseline: Repo:dpdk-next-crypto
Branch: master
CommitID:4159ea62922ce41566c7bab44655ad78bee85458
156780-156782 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#427012
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| CentOS Stream 9 | FAIL | WARN | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10 | FAIL | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42 | PEND | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5 | FAIL | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04 | PEND | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.22.0 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
==== 20 line log output for Red Hat Enterprise Linux 9.5 (dpdk_meson_compile): ====
116 | rte_free(dictionary);
| ^~~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd.c:84:39: note: returned from 'malloc'
84 | uint8_t *dictionary = malloc(DEFLATE_MAX_WINDOW_SIZE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd.c: In function 'process_zlib_deflate_chksum':
../drivers/compress/zlib/zlib_pmd.c:43:25: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
43 | rte_free(dictionary);
| ^~~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd.c:32:39: note: returned from 'malloc'
32 | uint8_t *dictionary = malloc(DEFLATE_MAX_WINDOW_SIZE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd.c:58:17: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
58 | rte_free(dictionary);
| ^~~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd.c:32:39: note: returned from 'malloc'
32 | uint8_t *dictionary = malloc(DEFLATE_MAX_WINDOW_SIZE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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-11)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 42
Kernel: 5.15
Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
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
Alpine Linux 3.22.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 14.2.0) 14.2.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34111/
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