|FAILURE| pw144367 [PATCH] [RFC] mempool: obey configured cache size

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Sep 20 23:17:26 CEST 2024


Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/144367

_Testing issues_

Submitter: Morten Brorup <mb at smartsharesystems.com>
Date: Friday, September 20 2024 16:32:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43

144367 --> testing issues

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

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Fedora 37           | WARN           |
+---------------------+----------------+
| Fedora 39 (Clang)   | WARN           |
+---------------------+----------------+
| Fedora 40 (Clang)   | WARN           |
+---------------------+----------------+
| Fedora 40           | WARN           |
+---------------------+----------------+
| Fedora 38           | WARN           |
+---------------------+----------------+
| Fedora 39           | WARN           |
+---------------------+----------------+
| Fedora 38 (Clang)   | WARN           |
+---------------------+----------------+
| Ubuntu 24.04        | WARN           |
+---------------------+----------------+
| RHEL8               | WARN           |
+---------------------+----------------+
| RHEL9               | WARN           |
+---------------------+----------------+
| Ubuntu 20.04        | WARN           |
+---------------------+----------------+
| Ubuntu 22.04        | WARN           |
+---------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
|         ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1549:9: error: empty declaration [-Werror]
1549 |         __attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|         ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1550:9: error: empty declaration [-Werror]
1550 |         __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|         ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1551:9: error: empty declaration [-Werror]
1551 |         __attribute__((assume(n > cache->len)));
|         ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function 'rte_mempool_do_generic_get':
../lib/mempool/rte_mempool.h:1675:17: error: empty declaration [-Werror]
1675 |                 __attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|                 ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1676:17: error: empty declaration [-Werror]
1676 |                 __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|                 ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
[100/2940] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

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

CentOS Stream 9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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

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