automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 11:06 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 11:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 11:09 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 11:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

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

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[79/3125] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cycles.c.o'.
[80/3125] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_power_intrinsics.c.o'.
[81/3125] Linking static target lib/librte_eal.a.
[82/3125] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
ccache cc -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[83/3125] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[84/3125] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[85/3125] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.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)

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 11:09 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 11:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 11:07 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 11:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 11:04 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 11:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:43 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:42 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:40 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:40 UTC (permalink / raw)
  To: Test Report; +Cc: Jie Hai, dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:39 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

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

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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 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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:37 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:37 UTC (permalink / raw)
  To: Test Report; +Cc: Jie Hai, dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:36 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:34 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:34 UTC (permalink / raw)
  To: Test Report; +Cc: Jie Hai, dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

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

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | FAIL               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| RHEL 7           | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
[81/3154] Linking static target lib/librte_eal.a.
[82/3154] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[83/3154] Generating eal.sym_chk with a meson_exe.py custom command.
[84/3154] Linking target lib/librte_eal.so.23.1.
[85/3154] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[86/3154] Linking static target lib/librte_rcu.a.
[87/3154] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
ccache cc -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:27 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

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

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> 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 | PASS           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | FAIL         |
+-------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
[76/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_hypervisor.c.o'.
[77/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[78/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[79/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[80/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[81/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[82/630] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
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/25007/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17 10:24 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17 10:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | FAIL               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal@sha/librte_eal.so.23.1.symbols'.
[85/630] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o
gcc-10 -Ilib/76b5a35@@rte_ring@sta -Ilib -I../lib -Ilib/ring -I../lib/ring -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -MD -MQ 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o' -c ../lib/ring/rte_ring.c
In file included from /usr/include/stdio.h:867,
from ../lib/ring/rte_ring.c:10:
In function 'snprintf',
inlined from 'ring_handle_info' at ../lib/eal/include/rte_string_fns.h:61:17:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:67:10: error: '__builtin___snprintf_chk' specified bound 32 exceeds destination size 29 [-Werror=stringop-overflow=]
67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 |        __bos (__s), __fmt, __va_arg_pack ());
|        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~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)

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17  9:59 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17  9:59 UTC (permalink / raw)
  To: Georgii Tkachuk, Qian Xu, Lijuan Tu, Test Report, Ferruh Yigit
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-intel-Functional
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Functional Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> functional testing fail

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-135-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- unit_tests_mbuf


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17  9:54 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17  9:54 UTC (permalink / raw)
  To: Georgii Tkachuk, Qian Xu, Lijuan Tu, Test Report, Ferruh Yigit
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-intel-Functional
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Functional Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> functional testing fail

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-135-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- unit_tests_mbuf


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
@ 2023-01-17  9:39 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2023-01-17  9:39 UTC (permalink / raw)
  To: Ferruh Yigit, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Jie Hai

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

Test-Label: iol-intel-Functional
Test-Status: FAILURE
http://dpdk.org/patch/122178

_Functional Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Tuesday, January 17 2023 09:10:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:83397b9f073904438965e1fda2efe76f7850fe01

122177-122178 --> functional testing fail

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-135-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2
	Failed Tests:
		- unit_tests_mbuf


Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-01-17 11:09 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17 11:06 |FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-01-17 11:09 dpdklab
2023-01-17 11:09 dpdklab
2023-01-17 11:07 dpdklab
2023-01-17 11:04 dpdklab
2023-01-17 10:43 dpdklab
2023-01-17 10:42 dpdklab
2023-01-17 10:40 dpdklab
2023-01-17 10:39 dpdklab
2023-01-17 10:37 dpdklab
2023-01-17 10:36 dpdklab
2023-01-17 10:34 dpdklab
2023-01-17 10:27 dpdklab
2023-01-17 10:24 dpdklab
2023-01-17  9:59 dpdklab
2023-01-17  9:54 dpdklab
2023-01-17  9:39 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).