automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw108302-108308 [PATCH] [v2, 7/7] vdpa/mlx5: make statistics counter persistent
@ 2022-02-25  4:05 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2022-02-25  4:05 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Xueming Li

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

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

_Testing issues_

Submitter: Xueming Li <xuemingl@nvidia.com>
Date: Thursday, February 24 2022 15:51:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991

108302-108308 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 34 clang (dpdk_meson_compile): ====
../drivers/vdpa/mlx5/mlx5_vdpa_utils.h:17:3: note: expanded from macro 'DRV_LOG'
__VA_ARGS__ PMD_DRV_LOG_STRIP PMD_DRV_LOG_OPAREN, \
^~~~~~~~~~~
../drivers/common/mlx5/mlx5_common.h:91:43: note: expanded from macro 'PMD_DRV_LOG_'
PMD_DRV_LOG__(level, type, name, s "\n", __VA_ARGS__)
~       ^~~~~~~~~~~
../drivers/common/mlx5/mlx5_common.h:89:36: note: expanded from macro 'PMD_DRV_LOG__'
PMD_DRV_LOG___(level, type, name, __VA_ARGS__)
^~~~~~~~~~~
../drivers/common/mlx5/mlx5_common.h:73:16: note: expanded from macro 'PMD_DRV_LOG___'
RTE_FMT_TAIL(__VA_ARGS__,)))
^~~~~~~~~~~
../lib/eal/include/rte_common.h:812:32: note: expanded from macro 'RTE_FMT_TAIL'
#define RTE_FMT_TAIL(fmt, ...) __VA_ARGS__
^~~~~~~~~~~
../lib/eal/include/rte_common.h:810:39: note: expanded from macro 'RTE_FMT'
#define RTE_FMT(fmt, ...) fmt "%.0s", __VA_ARGS__ ""
~~~         ^~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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)

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw108302-108308 [PATCH] [v2, 7/7] vdpa/mlx5: make statistics counter persistent
@ 2022-02-25  4:34 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2022-02-25  4:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Xueming Li

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

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

_Testing issues_

Submitter: Xueming Li <xuemingl@nvidia.com>
Date: Thursday, February 24 2022 15:51:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991

108302-108308 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_meson_compile): ====
[3150/3482] Generating drivers/rte_baseband_null.pmd.c with a custom command
[3151/3482] Generating drivers/rte_event_dpaa2.pmd.c with a custom command
[3152/3482] Generating drivers/rte_baseband_la12xx.pmd.c with a custom command
[3153/3482] Generating drivers/rte_baseband_fpga_lte_fec.pmd.c with a custom command
[3154/3482] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[3155/3482] Generating drivers/rte_event_opdl.pmd.c with a custom command
[3156/3482] Generating drivers/rte_event_sw.pmd.c with a custom command
[3157/3482] Generating drivers/rte_event_octeontx.pmd.c with a custom command
[3158/3482] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_lm.c.o
[3159/3482] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_mem.c.o
[3160/3482] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_steer.c.o
[3161/3482] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_event.c.o
[3162/3482] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa.c.o
[3163/3482] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[3164/3482] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[3165/3482] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[3166/3482] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[3167/3482] Generating drivers/rte_event_cnxk.pmd.c with a custom command
[3168/3482] 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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw108302-108308 [PATCH] [v2, 7/7] vdpa/mlx5: make statistics counter persistent
@ 2022-02-25  2:15 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2022-02-25  2:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Xueming Li

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

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

_Testing issues_

Submitter: Xueming Li <xuemingl@nvidia.com>
Date: Thursday, February 24 2022 15:51:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991

108302-108308 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ====
1 error generated.
[12/883] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_filter.c.o'.
[13/883] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_hw.c.o'.
[14/883] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa.c.o'.
[15/883] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_mlx5@sta/vdpa_mlx5_mlx5_vdpa_steer.c.o'.
[16/883] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_ops.c.o'.
[17/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_stats.c.o'.
[18/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev.c.o'.
[19/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[20/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker.c.o'.
[21/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
[22/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_deq_cn9k_deq_96_111_burst.c.o'.
[23/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker.c.o'.
[24/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_eventdev.c.o'.
[25/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_eventdev.c.o'.
[26/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_deq_cn9k_deq_0_15_burst.c.o'.
[27/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_worker.c.o'.
[28/883] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_selftest.c.o'.
ninja: build stopped: subcommand failed.
Could not rebuild
==== End log output ====

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

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)

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

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)

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw108302-108308 [PATCH] [v2, 7/7] vdpa/mlx5: make statistics counter persistent
@ 2022-02-24 19:29 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2022-02-24 19:29 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Xueming Li

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

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

_Testing issues_

Submitter: Xueming Li <xuemingl@nvidia.com>
Date: Thursday, February 24 2022 15:51:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991

108302-108308 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_unit_test): ====
[3150/3483] Generating drivers/rte_baseband_la12xx.pmd.c with a custom command
[3151/3483] Generating drivers/rte_baseband_fpga_lte_fec.pmd.c with a custom command
[3152/3483] Generating drivers/rte_baseband_acc100.pmd.c with a custom command
[3153/3483] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[3154/3483] Generating drivers/rte_event_dpaa2.pmd.c with a custom command
[3155/3483] Generating drivers/rte_event_opdl.pmd.c with a custom command
[3156/3483] Generating drivers/rte_event_sw.pmd.c with a custom command
[3157/3483] Generating drivers/rte_event_octeontx.pmd.c with a custom command
[3158/3483] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_lm.c.o
[3159/3483] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_mem.c.o
[3160/3483] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_steer.c.o
[3161/3483] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa_event.c.o
[3162/3483] Compiling C object drivers/libtmp_rte_vdpa_mlx5.a.p/vdpa_mlx5_mlx5_vdpa.c.o
[3163/3483] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[3164/3483] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[3165/3483] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[3166/3483] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[3167/3483] Generating drivers/rte_event_cnxk.pmd.c with a custom command
[3168/3483] 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 Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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

UNH-IOL DPDK Community Lab

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25  4:05 |FAILURE| pw108302-108308 [PATCH] [v2, 7/7] vdpa/mlx5: make statistics counter persistent dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-02-25  4:34 dpdklab
2022-02-25  2:15 dpdklab
2022-02-24 19:29 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).