automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw115892-115905 [PATCH] [v2, 14/14] net/idpf: add support for timestamp offload
@ 2022-09-05 11:37 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-09-05 11:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Junfeng Guo

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

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/115905

_Testing issues_

Submitter: Junfeng Guo <junfeng.guo@intel.com>
Date: Monday, September 05 2022 10:58:28 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4aee6110bb10b0225fa9562f2e48af233a9058a1

115892-115905 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../drivers/net/idpf/idpf_rxtx.c:2292:24: error: unused variable 'rxq' [-Werror,-Wunused-variable]
struct idpf_rx_queue *rxq;
^
../drivers/net/idpf/idpf_rxtx.c:2291:23: error: unused variable 'ad' [-Werror,-Wunused-variable]
struct idpf_adapter *ad = vport->adapter;
^
../drivers/net/idpf/idpf_rxtx.c:2293:6: error: unused variable 'i' [-Werror,-Wunused-variable]
int i;
^
../drivers/net/idpf/idpf_rxtx.c:2343:23: error: unused variable 'ad' [-Werror,-Wunused-variable]
struct idpf_adapter *ad = vport->adapter;
^
../drivers/net/idpf/idpf_rxtx.c:2345:6: error: unused variable 'i' [-Werror,-Wunused-variable]
int i;
^
../drivers/net/idpf/idpf_rxtx.c:2344:24: error: unused variable 'txq' [-Werror,-Wunused-variable]
struct idpf_tx_queue *txq;
^
10 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

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

* |FAILURE| pw115892-115905 [PATCH] [v2, 14/14] net/idpf: add support for timestamp offload
@ 2022-09-05 11:37 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-09-05 11:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Junfeng Guo

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

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/115905

_Testing issues_

Submitter: Junfeng Guo <junfeng.guo@intel.com>
Date: Monday, September 05 2022 10:58:28 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4aee6110bb10b0225fa9562f2e48af233a9058a1

115892-115905 --> testing fail

Test environment and result as below:

+-------------------------------+----------------+--------------+
|          Environment          | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM GCC Native   | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | PASS         |
+-------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_unit_test): ====
struct idpf_adapter *ad = vport->adapter;
^
../drivers/net/idpf/idpf_rxtx.c:2345:6: error: unused variable 'i' [-Werror,-Wunused-variable]
int i;
^
../drivers/net/idpf/idpf_rxtx.c:2343:23: error: unused variable 'ad' [-Werror,-Wunused-variable]
struct idpf_adapter *ad = vport->adapter;
^
../drivers/net/idpf/idpf_rxtx.c:2344:24: error: unused variable 'txq' [-Werror,-Wunused-variable]
struct idpf_tx_queue *txq;
^
10 errors generated.
[1733/3523] Generating drivers/rte_net_iavf.sym_chk with a custom command (wrapped by meson to capture output)
[1734/3523] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[1735/3523] Generating drivers/rte_net_i40e.sym_chk with a custom command (wrapped by meson to capture output)
[1736/3523] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[1737/3523] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[1738/3523] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[1739/3523] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

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

* |FAILURE| pw115892-115905 [PATCH] [v2, 14/14] net/idpf: add support for timestamp offload
@ 2022-09-05 11:33 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-09-05 11:33 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Junfeng Guo

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

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

_Testing issues_

Submitter: Junfeng Guo <junfeng.guo@intel.com>
Date: Monday, September 05 2022 10:58:28 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4aee6110bb10b0225fa9562f2e48af233a9058a1

115892-115905 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ====
[1691/3345] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'.
[1692/3345] Compiling C object 'drivers/net/idpf/base/fbd0548@@idpf_base@sta/iecm_controlq_setup.c.o'.
[1693/3345] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_sched.c.o'.
[1694/3345] Generating rte_net_ice_mingw with a custom command.
[1695/3345] Generating rte_net_ice_def with a custom command.
[1696/3345] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_avx2.c.o'.
[1697/3345] Linking static target drivers/libtmp_rte_net_ice.a.
[1698/3345] Compiling C object 'drivers/net/idpf/base/fbd0548@@idpf_base@sta/iecm_controlq.c.o'.
[1699/3345] Compiling C object 'drivers/net/idpf/845f3be@@idpf_avx512_lib@sta/idpf_rxtx_vec_avx512.c.o'.
[1700/3345] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o
clang -Idrivers/a715181@@tmp_rte_net_idpf@sta -Idrivers -I../drivers -Idrivers/net/idpf -I../drivers/net/idpf -Idrivers/net/idpf/base -I../drivers/net/idpf/base -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 -Xclang -fcolor-diagnostics -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.idpf  -MD -MQ 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o' -c ../drivers/net/idpf/idpf_rxtx.c
../drivers/net/idpf/idpf_rxtx.c:1976:1: error: unused function 'idpf_set_tso_ctx' [-Werror,-Wunused-function]
idpf_set_tso_ctx(struct rte_mbuf *mbuf, union idpf_tx_offload tx_offload)
^
1 error generated.
[1701/3345] Generating rte_net_ice.pmd.c with a custom command.
[1702/3345] Compiling C object 'drivers/net/idpf/base/fbd0548@@idpf_base@sta/iecm_common.c.o'.
[1703/3345] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_ethdev.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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)

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

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

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

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

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

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

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-09-05 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 11:37 |FAILURE| pw115892-115905 [PATCH] [v2, 14/14] net/idpf: add support for timestamp offload dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-09-05 11:37 dpdklab
2022-09-05 11:33 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).