|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 20:35:43 CET 2023
Test-Label: iol-aarch64-compile-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_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/
More information about the test-report
mailing list