|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:09:08 CET 2023
Test-Label: iol-x86_64-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 |
+==================+====================+
| 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/
More information about the test-report
mailing list