|FAILURE| pw156792-156794 [PATCH] [3/3] app/compress-perf: support f
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Sep 20 00:06:40 CEST 2025
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156794
_Testing issues_
Submitter: Sameer Vaze <svaze at qti.qualcomm.com>
Date: Friday, September 19 2025 21:02:53
DPDK git baseline: Repo:dpdk-next-crypto
Branch: master
CommitID:4159ea62922ce41566c7bab44655ad78bee85458
156792-156794 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#427147
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND |
+------------------------------+--------------------+
| Debian GNU/Linux 12 | PEND |
+------------------------------+--------------------+
| Ubuntu 20.04 | PEND |
+------------------------------+--------------------+
| Fedora Linux 42 | FAIL |
+------------------------------+--------------------+
| CentOS Stream 10 | PEND |
+------------------------------+--------------------+
| Ubuntu 24.04 | PEND |
+------------------------------+--------------------+
| Ubuntu 22.04 | PEND |
+------------------------------+--------------------+
| CentOS Stream 9 | PEND |
+------------------------------+--------------------+
==== 20 line log output for Fedora Linux 42 (dpdk_meson_compile): ====
../drivers/compress/zlib/zlib_pmd.c:58:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/compress/zlib/zlib_pmd.c: In function 'process_zlib_inflate_chksum':
../drivers/compress/zlib/zlib_pmd.c:86:39: error: incompatible implicit declaration of built-in function 'malloc' [-Werror=builtin-declaration-mismatch]
86 | uint8_t *dictionary = malloc(DEFLATE_MAX_WINDOW_SIZE);
| ^~~~~~
../drivers/compress/zlib/zlib_pmd.c:86:39: note: include '<stdlib.h>' or provide a declaration of 'malloc'
../drivers/compress/zlib/zlib_pmd.c:97:25: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
97 | free(dictionary);
| ^~~~
../drivers/compress/zlib/zlib_pmd.c:97:25: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/compress/zlib/zlib_pmd.c:115:25: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
115 | free(dictionary);
| ^~~~
../drivers/compress/zlib/zlib_pmd.c:115:25: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/compress/zlib/zlib_pmd.c:118:17: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
118 | free(dictionary);
| ^~~~
../drivers/compress/zlib/zlib_pmd.c:118: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.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 20.04
Kernel: 5.15
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34116/
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