|WARNING| pw153887 [PATCH] app/compress-perf: support dictionary fil

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat May 31 01:50:16 CEST 2025


Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/153887

_Testing issues_

Submitter: Sameer Vaze <svaze at qti.qualcomm.com>
Date: Thursday, May 29 2025 17:16:10 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d5968c8a2b355a083db1d2f4f00334760389b54c

153887 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#342215

Test environment and result as below:

+------------------------------+---------------------------+------------------------------+--------------+----------------+
|         Environment          | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | dpdk_unit_test |
+==============================+===========================+==============================+==============+================+
| Debian 12 (arm)              | WARN                      | WARN                         | SKIPPED      | SKIPPED        |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Ubuntu 20.04                 | SKIPPED                   | SKIPPED                      | PASS         | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| CentOS Stream 10 (ARM)       | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Debian GNU/Linux 12          | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| CentOS Stream 9 (ARM)        | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Fedora 40 (ARM)              | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Fedora 41 (ARM)              | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Fedora 41 (ARM Clang)        | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Fedora 40 (ARM Clang)        | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Ubuntu 24.04                 | SKIPPED                   | SKIPPED                      | SKIPPED      | WARN           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+
| Ubuntu 22.04                 | SKIPPED                   | SKIPPED                      | SKIPPED      | PASS           |
+------------------------------+---------------------------+------------------------------+--------------+----------------+

==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
|                                 ^~~~~~~~~~~~
../lib/log/rte_log.h:364:9: error: static assertion failed: "This log format string contains a \\n"
364 |         static_assert(!__builtin_strchr(fmt, '\n'), \
|         ^~~~~~~~~~~~~
../lib/log/rte_log.h:445:9: note: in expansion of macro 'RTE_LOG_CHECK_NO_NEWLINE'
445 |         RTE_LOG_CHECK_NO_NEWLINE(RTE_FMT_HEAD(prefix __VA_ARGS__ ,)); \
|         ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd_private.h:20:9: note: in expansion of macro 'RTE_LOG_LINE_PREFIX'
20 |         RTE_LOG_LINE_PREFIX(level, ZLIB_DRIVER, "%s(): ", __func__, __VA_ARGS__)
|         ^~~~~~~~~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd_private.h:25:9: note: in expansion of macro 'ZLIB_PMD_LOG'
25 |         ZLIB_PMD_LOG(ERR, fmt, ## __VA_ARGS__)
|         ^~~~~~~~~~~~
../drivers/compress/zlib/zlib_pmd.c:450:33: note: in expansion of macro 'ZLIB_PMD_ERR'
450 |                                 ZLIB_PMD_ERR("inflate set dictionary failed\n");
|                                 ^~~~~~~~~~~~
[2820/3674] Generating rte_compress_mlx5.pmd.c with a custom command
[2821/3674] Generating rte_compress_nitrox.sym_chk with a custom command (wrapped by meson to capture output)
[2822/3674] Compiling C object drivers/libtmp_rte_compress_octeontx.a.p/compress_octeontx_otx_zip_pmd.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora 40 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora 41 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora 41 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Fedora 40 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)

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

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

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