|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 11:40:53 CET 2023
Test-Label: iol-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_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[79/630] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_arm_rte_power_intrinsics.c.o'.
[80/630] Linking static target lib/librte_eal.a.
[81/630] Compiling C object 'lib/76b5a35@@rte_rcu at sta/rcu_rte_rcu_qsbr.c.o'.
[82/630] Generating eal.sym_chk with a meson_exe.py custom command.
[83/630] Linking target lib/librte_eal.so.23.1.
[84/630] Generating symbol file 'lib/76b5a35@@rte_eal at sha/librte_eal.so.23.1.symbols'.
[85/630] 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
gcc-10 -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -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 -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -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/aarch64-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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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 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)
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)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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 Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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