|FAILURE| pw143032 [PATCH 5/5] eal: simplify eal alarm cancel by using LIST_FOREACH_SAFE
0-day Robot
robot at bytheb.org
Thu Aug 8 22:42:41 CEST 2024
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/143032/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10308736452
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
atomic_load_explicit(ptr, memorder)
^ ~~~
/usr/lib/llvm-14/lib/clang/14.0.0/include/stdatomic.h:130:30: note: expanded from macro 'atomic_load_explicit'
#define atomic_load_explicit __c11_atomic_load
^
../app/test/test_alarm.c:65:15: error: address argument to atomic operation must be a pointer to _Atomic type ('bool *' invalid)
TEST_ASSERT(!rte_atomic_load_explicit(&later, rte_memory_order_acquire),
^ ~~~~~~
../lib/eal/include/rte_stdatomic.h:73:2: note: expanded from macro 'rte_atomic_load_explicit'
atomic_load_explicit(ptr, memorder)
^ ~~~
/usr/lib/llvm-14/lib/clang/14.0.0/include/stdatomic.h:130:30: note: expanded from macro 'atomic_load_explicit'
#define atomic_load_explicit __c11_atomic_load
^
../lib/eal/include/rte_test.h:20:8: note: expanded from macro 'RTE_TEST_ASSERT'
if (!(cond)) { \
^~~~
3 errors generated.
[2852/3028] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_cksum.c.o'.
[2853/3028] Compiling C object 'app/a172ced@@dpdk-test-security-perf at exe/test_test_cryptodev_security_ipsec.c.o'.
[2854/3028] Linking target app/dpdk-test-regex.
[2855/3028] Linking target app/dpdk-testpmd.
[2856/3028] Compiling C object 'app/a172ced@@dpdk-test at exe/test_virtual_pmd.c.o'.
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
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list