automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw87805 [PATCH] eal: fix querying DPDK version at runtime
@ 2021-02-06  2:19 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-02-06  2:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/87805

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Friday, February 05 2021 19:39:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f6f2d22401531ba06f5a1c967853453b0cbb8a9d

87805 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+-------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+=====================+======================+====================+===================+================+
| Windows Server 2019 | FAIL                 | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | FAIL              | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8            | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | PASS               | FAIL              | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | SKIPPED           | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
{standard input}:3548: Error: invalid register for .seh_savexmm
{standard input}:4116: Error: invalid register for .seh_savexmm
{standard input}:4117: Error: invalid register for .seh_savexmm
{standard input}:4118: Error: invalid register for .seh_savexmm
{standard input}:4119: Error: invalid register for .seh_savexmm
{standard input}:4120: Error: invalid register for .seh_savexmm
{standard input}:4121: Error: invalid register for .seh_savexmm
{standard input}:4122: Error: invalid register for .seh_savexmm
{standard input}:4123: Error: invalid register for .seh_savexmm
{standard input}:4124: Error: invalid register for .seh_savexmm
{standard input}:4125: Error: invalid register for .seh_savexmm
{standard input}:4126: Error: invalid register for .seh_savexmm
{standard input}:4127: Error: invalid register for .seh_savexmm
{standard input}:4128: Error: invalid register for .seh_savexmm
[180/230] Compiling C object drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.obj.
[181/230] Compiling C object drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.obj.
[182/230] Compiling C object drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.obj.
[183/230] Compiling C object drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.obj.
[184/230] Compiling C object drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.obj.
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |WARNING| pw87805 [PATCH] eal: fix querying DPDK version at runtime
       [not found] <20210205193933.410011-1-bruce.richardson@intel.com>
@ 2021-02-16  9:34 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-02-16  9:34 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/87805

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#136: FILE: lib/librte_eal/common/rte_version.c:7:
+const char *
+rte_version_prefix(void) { return RTE_VER_PREFIX; }

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#139: FILE: lib/librte_eal/common/rte_version.c:10:
+unsigned int
+rte_version_year(void) { return RTE_VER_YEAR; }

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#142: FILE: lib/librte_eal/common/rte_version.c:13:
+unsigned int
+rte_version_month(void) { return RTE_VER_MONTH; }

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#145: FILE: lib/librte_eal/common/rte_version.c:16:
+unsigned int
+rte_version_minor(void) { return RTE_VER_MINOR; }

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#148: FILE: lib/librte_eal/common/rte_version.c:19:
+const char *
+rte_version_suffix(void) { return RTE_VER_SUFFIX; }

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#151: FILE: lib/librte_eal/common/rte_version.c:22:
+unsigned int
+rte_version_release(void) { return RTE_VER_RELEASE; }

total: 6 errors, 0 warnings, 212 lines checked
ERROR: symbol rte_version is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_version_minor is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_version_month is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_version_prefix is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_version_release is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_version_suffix is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_version_year is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map

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

end of thread, other threads:[~2021-02-16  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-06  2:19 [dpdk-test-report] |WARNING| pw87805 [PATCH] eal: fix querying DPDK version at runtime dpdklab
     [not found] <20210205193933.410011-1-bruce.richardson@intel.com>
2021-02-16  9:34 ` checkpatch

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