|FAILURE| pw144367 [RFC PATCH] mempool: obey configured cache size
0-day Robot
robot at bytheb.org
Fri Sep 20 19:05:55 CEST 2024
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/144367/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10963124036
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[94/897] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[101/3028] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[102/4113] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
__attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
^ ~
../lib/mempool/rte_mempool.h:1548:17: error: 'assume' attribute cannot be applied to a statement
__attribute__((assume(cache != NULL)));
^ ~
../lib/mempool/rte_mempool.h:1549:17: error: 'assume' attribute cannot be applied to a statement
__attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
^ ~
../lib/mempool/rte_mempool.h:1550:17: error: 'assume' attribute cannot be applied to a statement
__attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
^ ~
../lib/mempool/rte_mempool.h:1551:17: error: 'assume' attribute cannot be applied to a statement
__attribute__((assume(n > cache->len)));
^ ~
../lib/mempool/rte_mempool.h:1675:18: error: 'assume' attribute cannot be applied to a statement
__attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
^ ~
../lib/mempool/rte_mempool.h:1676:18: error: 'assume' attribute cannot be applied to a statement
__attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
^ ~
12 errors generated.
[93/4113] Compiling C object 'lib/76b5a35@@rte_ring at sta/ring_rte_ring.c.o'.
[94/4113] Compiling C object 'lib/76b5a35@@rte_rcu at sta/rcu_rte_rcu_qsbr.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[99/3186] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
1437 | __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:2: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1549:2: error: empty declaration [-Werror]
1549 | __attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1550:2: error: empty declaration [-Werror]
1550 | __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1551:2: 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:3: error: empty declaration [-Werror]
1675 | __attribute__((assume(cache->size <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h:1676:3: error: empty declaration [-Werror]
1676 | __attribute__((assume(cache->len <= RTE_MEMPOOL_CACHE_MAX_SIZE)));
| ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[94/4214] Compiling C object 'lib/76b5a35@@rte_rcu at sta/rcu_rte_rcu_qsbr.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[96/3506] Compiling C object 'lib/76b5a35@@rte_rcu at sta/rcu_rte_rcu_qsbr.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~
../lib/mempool/rte_mempool.h: In function ‘rte_mempool_do_generic_get_many’:
../lib/mempool/rte_mempool.h:1548:9: error: empty declaration [-Werror]
1548 | __attribute__((assume(cache != NULL)));
| ^~~~~~~~~~~~~
../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
[94/3477] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list