automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw118604-118617 [PATCH] [v6, 14/14] net/idpf: add support for timestamp offload
@ 2022-10-19 17:14 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-10-19 17:14 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Junfeng Guo

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

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

_Testing issues_

Submitter: Junfeng Guo <junfeng.guo@intel.com>
Date: Wednesday, October 19 2022 14:54:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118604-118617 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[1805/3530] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_proto_grp.c.o'.
[1806/3530] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flg_rd.c.o'.
[1807/3530] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_xlt_kb.c.o'.
[1808/3530] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1809/3530] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ddp.c.o'.
[1810/3530] Linking static target drivers/net/ice/base/libice_base.a.
[1811/3530] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
[1812/3530] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_idpf@sta -Idrivers -I../drivers -Idrivers/net/idpf -I../drivers/net/idpf -Idrivers/net/idpf/../../common/idpf -I../drivers/net/idpf/../../common/idpf -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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=pmd.net.idpf -MD -MQ 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o' -MF 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o.d' -o 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o' -c ../drivers/net/idpf/idpf_vchnl.c
../drivers/net/idpf/idpf_vchnl.c: In function 'idpf_vc_config_rxqs':
../drivers/net/idpf/idpf_vchnl.c:884:2: error: 'err' may be used uninitialized in this function [-Werror=maybe-uninitialized]
return err;
^
../drivers/net/idpf/idpf_vchnl.c: In function 'idpf_vc_config_txqs':
../drivers/net/idpf/idpf_vchnl.c:1061:2: error: 'err' may be used uninitialized in this function [-Werror=maybe-uninitialized]
return err;
^
cc1: all warnings being treated as errors
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

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.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)

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

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)

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

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

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

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| pw118604-118617 [PATCH] [v6, 14/14] net/idpf: add support for timestamp offload
@ 2022-10-19 17:14 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-10-19 17:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Junfeng Guo

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

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

_Testing issues_

Submitter: Junfeng Guo <junfeng.guo@intel.com>
Date: Wednesday, October 19 2022 14:54:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118604-118617 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1806/3500] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_sched.c.o'.
[1807/3500] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'.
[1808/3500] Linking static target drivers/libtmp_rte_net_ice.a.
[1809/3500] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_ethdev.c.o'.
[1810/3500] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_idpf@sta -Idrivers -I../drivers -Idrivers/net/idpf -I../drivers/net/idpf -Idrivers/net/idpf/../../common/idpf -I../drivers/net/idpf/../../common/idpf -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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=pmd.net.idpf -MD -MQ 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o' -MF 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o.d' -o 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_vchnl.c.o' -c ../drivers/net/idpf/idpf_vchnl.c
../drivers/net/idpf/idpf_vchnl.c: In function 'idpf_vc_config_rxqs':
../drivers/net/idpf/idpf_vchnl.c:884:2: error: 'err' may be used uninitialized in this function [-Werror=maybe-uninitialized]
return err;
^
../drivers/net/idpf/idpf_vchnl.c: In function 'idpf_vc_config_txqs':
../drivers/net/idpf/idpf_vchnl.c:1061:2: error: 'err' may be used uninitialized in this function [-Werror=maybe-uninitialized]
return err;
^
cc1: all warnings being treated as errors
[1811/3500] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'.
[1812/3500] Generating rte_net_ice.pmd.c with a custom command.
[1813/3500] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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-10-19 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 17:14 |FAILURE| pw118604-118617 [PATCH] [v6, 14/14] net/idpf: add support for timestamp offload dpdklab
2022-10-19 17:14 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).