|FAILURE| pw121895-121903 [PATCH] [v2, 9/9] telemetry: change public API to use 64-bit signed values

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Jan 12 19:41:29 CET 2023


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

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson at 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/


More information about the test-report mailing list