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

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Sep 20 23:03:07 CEST 2024


Test-Label: iol-compile-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: Windows-Compile-DPDK-VS#3177

Test environment and result as below:

+---------------------+-----------------------+----------------------+-------------------+--------------------+
|     Environment     | dpdk_win_llvm_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_meson_compile |
+=====================+=======================+======================+===================+====================+
| Windows Server 2022 | FAIL                  | FAIL                 | PASS              | SKIPPED            |
+---------------------+-----------------------+----------------------+-------------------+--------------------+
| FreeBSD 13.3        | SKIPPED               | SKIPPED              | SKIPPED           | FAIL               |
+---------------------+-----------------------+----------------------+-------------------+--------------------+
| FreeBSD 14.1        | SKIPPED               | SKIPPED              | SKIPPED           | FAIL               |
+---------------------+-----------------------+----------------------+-------------------+--------------------+

==== 20 line log output for FreeBSD 14.1 (dpdk_meson_compile): ====
../lib/mempool/rte_mempool.h:1549:24: error: expected string literal as argument of 'assume' attribute
1549 |         __attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|                               ^
../lib/mempool/rte_mempool.h:1550:24: error: expected string literal as argument of 'assume' attribute
1550 |         __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|                               ^
../lib/mempool/rte_mempool.h:1551:24: error: expected string literal as argument of 'assume' attribute
1551 |         __attribute__((assume(n > cache->len)));
|                               ^
../lib/mempool/rte_mempool.h:1675:25: error: expected string literal as argument of 'assume' attribute
1675 |                 __attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|                                       ^
../lib/mempool/rte_mempool.h:1676:25: error: expected string literal as argument of 'assume' attribute
1676 |                 __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
|                                       ^
12 errors generated.
[93/1853] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
[94/1853] Generating lib/ring.sym_chk with a custom command (wrapped by meson to capture output)
[95/1853] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
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

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p5
	Compiler: clang 17.0.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

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