automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw119562 [PATCH v3] testpmd: cleanup cleanly from signal
       [not found] <20221108202442.80557-1-stephen@networkplumber.org>
@ 2022-11-08 20:25 ` checkpatch
  2022-11-08 21:18 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2022-11-08 20:25 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/119562

_coding style OK_



^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw119562 [PATCH v3] testpmd: cleanup cleanly from signal
       [not found] <20221108202442.80557-1-stephen@networkplumber.org>
  2022-11-08 20:25 ` |SUCCESS| pw119562 [PATCH v3] testpmd: cleanup cleanly from signal checkpatch
@ 2022-11-08 21:18 ` 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2022-11-08 21:18 UTC (permalink / raw)
  To: test-report; +Cc: stephen, robot

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-----------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw119562 [PATCH] [v3] testpmd: cleanup cleanly from signal
@ 2022-11-08 21:13 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-11-08 21:13 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Stephen Hemminger

[-- Attachment #1: Type: text/plain, Size: 4620 bytes --]

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/119562

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, November 08 2022 20:24:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a39f5e14560df310e7af3c135a11bb6f51eb92e6

119562 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL               | FAIL                 |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
.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
struct sigaction sa = {
^~
../app/test-pmd/testpmd.c:4274:2: error: implicit declaration of function 'sigaction' [-Werror=implicit-function-declaration]
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]
struct sigaction sa = {
^~
cc1.exe: all warnings being treated as errors
[381/711] Generating symbol file lib/librte_metrics-23.dll.p/librte_metrics-23.dll.symbols
[382/711] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_parameters.c.obj
[383/711] Compiling C object drivers/libtmp_rte_net_octeon_ep.a.p/net_octeon_ep_otx_ep_rxtx.c.obj
[384/711] Compiling C object app/dpdk-testpmd.exe.p/.._drivers_net_i40e_i40e_testpmd.c.obj
[385/711] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24377/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-08 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221108202442.80557-1-stephen@networkplumber.org>
2022-11-08 20:25 ` |SUCCESS| pw119562 [PATCH v3] testpmd: cleanup cleanly from signal checkpatch
2022-11-08 21:18 ` |FAILURE| " 0-day Robot
2022-11-08 21:13 |FAILURE| pw119562 [PATCH] [v3] " dpdklab

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).