|FAILURE| pw119562 [PATCH v3] testpmd: cleanup cleanly from signal
0-day Robot
robot at bytheb.org
Tue Nov 8 22:18:37 CET 2022
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/119562/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3423024735
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
4269 | .sa_handler = signal_handler,
| ^~~~~~~~~~~~~~
../app/test-pmd/testpmd.c:4269:17: note: (near initialization for ‘sa’)
../app/test-pmd/testpmd.c:4270:4: error: ‘struct sigaction’ has no member named ‘sa_flags’
4270 | .sa_flags = 0,
| ^~~~~~~~
../app/test-pmd/testpmd.c:4270:15: error: excess elements in struct initializer [-Werror]
4270 | .sa_flags = 0,
| ^
../app/test-pmd/testpmd.c:4270:15: note: (near initialization for ‘sa’)
../app/test-pmd/testpmd.c:4268:19: error: storage size of ‘sa’ isn’t known
4268 | struct sigaction sa = {
| ^~
../app/test-pmd/testpmd.c:4274:2: error: implicit declaration of function ‘sigaction’ [-Werror=implicit-function-declaration]
4274 | sigaction(SIGINT, &sa, NULL);
| ^~~~~~~~~
../app/test-pmd/testpmd.c:4274:2: error: nested extern declaration of ‘sigaction’ [-Werror=nested-externs]
../app/test-pmd/testpmd.c:4268:19: error: unused variable ‘sa’ [-Werror=unused-variable]
4268 | struct sigaction sa = {
| ^~
cc1: all warnings being treated as errors
[580/1338] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_shared_rxq_fwd.c.obj'.
[581/1338] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_txonly.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list