|FAILURE| pw139013 [PATCH v1 2/2] deque: add unit tests for the deque library
0-day Robot
robot at bytheb.org
Mon Apr 1 06:25:30 CEST 2024
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/139013/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8503526118
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
| ^~
../app/test/test_deque_enqueue_dequeue.c:38:15: note: in definition of macro ‘TEST_DEQUE_VERIFY’
38 | if (!(exp)) { \
| ^~~
../app/test/test_deque_enqueue_dequeue.c:471:47: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Werror=sign-compare]
471 | TEST_DEQUE_VERIFY(ret == (int)dsz, d, goto fail);
| ^~
../app/test/test_deque_enqueue_dequeue.c:38:15: note: in definition of macro ‘TEST_DEQUE_VERIFY’
38 | if (!(exp)) { \
| ^~~
../app/test/test_deque_enqueue_dequeue.c: In function ‘test_deque_stack_random_tests1’:
../app/test/test_deque_enqueue_dequeue.c:977:47: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Werror=sign-compare]
977 | TEST_DEQUE_VERIFY(ret == (int)dsz, d, goto fail);
| ^~
../app/test/test_deque_enqueue_dequeue.c:38:15: note: in definition of macro ‘TEST_DEQUE_VERIFY’
38 | if (!(exp)) { \
| ^~~
cc1: all warnings being treated as errors
[2868/4046] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_ethdev_api.c.o'.
[2869/4046] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_dispatcher.c.o'.
[2870/4046] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_ethdev_link.c.o'.
[2871/4046] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_distributor.c.o'.
[2872/4046] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list