|FAILURE| pw122177-122178 [PATCH] [2/2] ring: add ring info telemetry cmd
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jan 17 12:09:51 CET 2023
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/122178
_Testing issues_
Submitter: Jie Hai <haijie1 at 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 at sta/eal_x86_rte_cycles.c.o'.
[80/3125] Compiling C object 'lib/76b5a35@@rte_eal at 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 at sta/ring_rte_ring.c.o'.
FAILED: lib/76b5a35@@rte_ring at sta/ring_rte_ring.c.o
ccache cc -Ilib/76b5a35@@rte_ring at 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 at sta/ring_rte_ring.c.o' -MF 'lib/76b5a35@@rte_ring at sta/ring_rte_ring.c.o.d' -o 'lib/76b5a35@@rte_ring at 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 at sta/rcu_rte_rcu_qsbr.c.o'.
[84/3125] Compiling C object 'lib/76b5a35@@rte_mempool at 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/
More information about the test-report
mailing list