automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: stephen@networkplumber.org, robot@bytheb.org
Subject: |FAILURE| pw119562 [PATCH v3] testpmd: cleanup cleanly from signal
Date: Tue,  8 Nov 2022 16:18:37 -0500	[thread overview]
Message-ID: <20221108211837.1443821-1-robot@bytheb.org> (raw)
In-Reply-To: <20221108202442.80557-1-stephen@networkplumber.org>

From: robot@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@exe/test-pmd_shared_rxq_fwd.c.obj'.
[581/1338] Compiling C object 'app/a172ced@@dpdk-testpmd@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-----------------------------

  parent reply	other threads:[~2022-11-08 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221108202442.80557-1-stephen@networkplumber.org>
2022-11-08 20:25 ` |SUCCESS| " checkpatch
2022-11-08 21:18 ` 0-day Robot [this message]
2022-11-08 21:13 |FAILURE| pw119562 [PATCH] [v3] " dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221108211837.1443821-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=stephen@networkplumber.org \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).