automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw108311-108312 [PATCH] [v2, 2/2] efd: fix uninitialized structure
@ 2022-02-25  2:37 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-02-25  2:37 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Pablo de Lara

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

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

_Testing issues_

Submitter: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Date: Thursday, February 24 2022 15:57:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991

108311-108312 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS 8            | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Arch Linux          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[128/3355] Generating rte_net_def with a custom command.
[129/3355] Generating rte_net_mingw with a custom command.
[130/3355] Linking target lib/librte_net.so.22.1.
[131/3355] Generating symbol file 'lib/76b5a35@@rte_net@sha/librte_net.so.22.1.symbols'.
[132/3355] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[133/3355] Linking static target lib/librte_meter.a.
[134/3355] Generating rte_meter_def with a custom command.
[135/3355] Linking target lib/librte_meter.so.22.1.
[136/3355] Generating symbol file 'lib/76b5a35@@rte_meter@sha/librte_meter.so.22.1.symbols'.
[137/3355] Generating rte_distributor_mingw with a custom command.
[138/3355] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
FAILED: lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o
ccache cc -Ilib/76b5a35@@rte_efd@sta -Ilib -I../lib -Ilib/efd -I../lib/efd -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/hash -I../lib/hash -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/rcu -I../lib/rcu -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.efd  -MD -MQ 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o' -MF 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o.d' -o 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o' -c ../lib/efd/rte_efd.c
../lib/efd/rte_efd.c: In function 'rte_efd_update':
../lib/efd/rte_efd.c:1165:9: error: missing braces around initializer [-Werror=missing-braces]
struct efd_online_group_entry entry = {0};
^
../lib/efd/rte_efd.c:1165:9: error: (near initialization for 'entry.hash_idx') [-Werror=missing-braces]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

CentOS 8
	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)

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

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

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

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

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

* |FAILURE| pw108311-108312 [PATCH] [v2, 2/2] efd: fix uninitialized structure
@ 2022-02-25  2:05 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-02-25  2:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Pablo de Lara

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

Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/108312

_Testing issues_

Submitter: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Date: Thursday, February 24 2022 15:57:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991

108311-108312 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Fedora 33        | PASS           |
+------------------+----------------+
| CentOS 8         | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Arch Linux       | PASS           |
+------------------+----------------+
| RHEL 7           | FAIL           |
+------------------+----------------+
| Ubuntu 18.04     | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| Fedora 32        | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Fedora 34 clang  | PASS           |
+------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[134/3327] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[135/3327] Generating symbol file 'lib/76b5a35@@rte_meter@sha/librte_meter.so.22.1.symbols'.
[136/3327] Generating symbol file 'lib/76b5a35@@rte_ring@sha/librte_ring.so.22.1.symbols'.
ninja: build stopped: subcommand failed.
ninja: Entering directory `/home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK@2/dpdk/build'
[1/3191] Linking target lib/librte_rcu.so.22.1.
[2/3191] Linking target lib/librte_mempool.so.22.1.
[3/3191] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
FAILED: lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o
ccache cc -Ilib/76b5a35@@rte_efd@sta -Ilib -I../lib -Ilib/efd -I../lib/efd -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/hash -I../lib/hash -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/rcu -I../lib/rcu -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.efd  -MD -MQ 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o' -MF 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o.d' -o 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o' -c ../lib/efd/rte_efd.c
../lib/efd/rte_efd.c: In function 'rte_efd_update':
../lib/efd/rte_efd.c:1165:9: error: missing braces around initializer [-Werror=missing-braces]
struct efd_online_group_entry entry = {0};
^
../lib/efd/rte_efd.c:1165:9: error: (near initialization for 'entry.hash_idx') [-Werror=missing-braces]
cc1: all warnings being treated as errors
[4/3191] Generating symbol file 'lib/76b5a35@@rte_rcu@sha/librte_rcu.so.22.1.symbols'.
[5/3191] Generating symbol file 'lib/76b5a35@@rte_mempool@sha/librte_mempool.so.22.1.symbols'.
ninja: build stopped: subcommand failed.
Could not rebuild
==== End log output ====

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

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.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/21263/

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

end of thread, other threads:[~2022-02-25  2:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25  2:37 |FAILURE| pw108311-108312 [PATCH] [v2, 2/2] efd: fix uninitialized structure dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-02-25  2:05 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).