automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 19:35 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 19:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

Ubuntu 20.04 ARM 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/24956/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:43 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:43 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
^~~~~~~~~~~~~~~~~
In file included from ../drivers/common/cnxk/roc_platform.h:26:0,
from ../drivers/common/cnxk/roc_api.h:25,
from ../drivers/common/cnxk/cnxk_telemetry_nix.c:7:
../lib/telemetry/rte_telemetry.h:246:1: note: declared here
rte_tel_data_add_dict_u64(struct rte_tel_data *d,
^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function 'cnxk_tel_nix_cq_ctx':
../drivers/common/cnxk/cnxk_telemetry_nix.c:491:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror=deprecated-declarations]
CNXK_TEL_DICT_U64(d, ctx, wrptr, w1_);
^~~~~~~~~~~~~~~~~
In file included from ../drivers/common/cnxk/roc_platform.h:26:0,
from ../drivers/common/cnxk/roc_api.h:25,
from ../drivers/common/cnxk/cnxk_telemetry_nix.c:7:
../lib/telemetry/rte_telemetry.h:246:1: note: declared here
rte_tel_data_add_dict_u64(struct rte_tel_data *d,
^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[703/3114] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_mlx5_devx_cmds.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:43 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:43 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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)

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:42 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:42 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

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)

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:41 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:41 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:41 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:41 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:41 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:41 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:41 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:41 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror,-Wdeprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^
../drivers/common/cnxk/cnxk_telemetry.h:20:2: note: expanded from macro 'CNXK_TEL_DICT_U64'
plt_tel_data_add_dict_u64(d, CNXK_TEL_STR_PREFIX(s, __VA_ARGS__),      \
^
../drivers/common/cnxk/roc_platform.h:230:38: note: expanded from macro 'plt_tel_data_add_dict_u64'
#define plt_tel_data_add_dict_u64    rte_tel_data_add_dict_u64
^
../lib/telemetry/rte_telemetry.h:248:2: note: 'rte_tel_data_add_dict_u64' has been explicitly marked deprecated here
__rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
^
../lib/eal/include/rte_common.h:92:50: note: expanded from macro '__rte_deprecated_msg'
#define __rte_deprecated_msg(msg)       __attribute__((__deprecated__(msg)))
^
3 errors generated.
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

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

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 18:09 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 18:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL8 (dpdk_meson_compile): ====
../drivers/common/cnxk/cnxk_telemetry_npa.c:95:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror=deprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, limit, w3_);
^~~~~~~~~~~~~~~~~
In file included from ../drivers/common/cnxk/roc_platform.h:26,
from ../drivers/common/cnxk/roc_api.h:25,
from ../drivers/common/cnxk/cnxk_telemetry_npa.c:7:
../lib/telemetry/rte_telemetry.h:246:1: note: declared here
rte_tel_data_add_dict_u64(struct rte_tel_data *d,
^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_npa.c:111:2: error: 'rte_tel_data_add_dict_u64' is deprecated: use 'rte_tel_data_add_dict_uint' instead [-Werror=deprecated-declarations]
CNXK_TEL_DICT_U64(d, aura, thresh, w6_);
^~~~~~~~~~~~~~~~~
In file included from ../drivers/common/cnxk/roc_platform.h:26,
from ../drivers/common/cnxk/roc_api.h:25,
from ../drivers/common/cnxk/cnxk_telemetry_npa.c:7:
../lib/telemetry/rte_telemetry.h:246:1: note: declared here
rte_tel_data_add_dict_u64(struct rte_tel_data *d,
^~~~~~~~~~~~~~~~~~~~~~~~~
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

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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values
@ 2023-01-12 13:28 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2023-01-12 13:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Bruce Richardson

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

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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, January 12 2023 10:59:03 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381

121895-121903 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_unit_test): ====
[801/3125] Generating drivers/rte_net_bnx2x.pmd.c with a custom command
[802/3125] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn9k_mempool_ops.c.o
[803/3125] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool_ops.c.o
[804/3125] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npc_mcam.c.o
[805/3125] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npc.c.o
[806/3125] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npc_utils.c.o
[807/3125] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn10k_mempool_ops.c.o
[808/3125] Generating drivers/rte_mempool_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[809/3125] Generating drivers/rte_mempool_dpaa2.sym_chk with a custom command (wrapped by meson to capture output)
[810/3125] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_debug.c.o
[811/3125] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm.c.o
[812/3125] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o
[813/3125] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[814/3125] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[815/3125] Generating drivers/rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[816/3125] Generating drivers/rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[817/3125] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[818/3125] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[819/3125] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-01-12 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 19:35 |FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-01-12 18:43 dpdklab
2023-01-12 18:43 dpdklab
2023-01-12 18:42 dpdklab
2023-01-12 18:41 dpdklab
2023-01-12 18:41 dpdklab
2023-01-12 18:41 dpdklab
2023-01-12 18:41 dpdklab
2023-01-12 18:09 dpdklab
2023-01-12 13:28 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).