automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Jie Hai <haijie1@huawei.com>
Subject: |FAILURE| pw135174 [PATCH] ethdev: add dump regs for telemetry
Date: Thu, 14 Dec 2023 16:28:25 -0800 (PST)	[thread overview]
Message-ID: <657b9da9.050a0220.920a.a6c0SMTPIN_ADDED_MISSING@mx.google.com> (raw)

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135174

_Testing issues_

Submitter: Jie Hai <haijie1@huawei.com>
Date: Thursday, December 14 2023 01:56:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e

135174 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[4/817] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj
"clang" "-Ilib\librte_ethdev.a.p" "-Ilib" "-I..\lib" "-Ilib\ethdev" "-I..\lib\ethdev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-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-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj -MF "lib\librte_ethdev.a.p\ethdev_rte_ethdev_telemetry.c.obj.d" -o lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.obj "-c" ../lib/ethdev/rte_ethdev_telemetry.c
../lib/ethdev/rte_ethdev_telemetry.c:1467:11: error: implicit declaration of function 'strtok_r' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
suffix = strtok_r(end_param, ",", &end_param);
^
../lib/ethdev/rte_ethdev_telemetry.c:1467:11: note: did you mean 'strtok_s'?
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h:64:29: note: 'strtok_s' declared here
_ACRTIMP char*  __cdecl strtok_s(
^
../lib/ethdev/rte_ethdev_telemetry.c:1467:9: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Werror,-Wint-conversion]
suffix = strtok_r(end_param, ",", &end_param);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[5/817] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.obj
[6/817] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.obj
[7/817] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.obj
[8/817] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[9/817] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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)

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28613/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

             reply	other threads:[~2023-12-15  0:28 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15  0:28 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-15  3:40 dpdklab
2023-12-15  0:50 dpdklab
2023-12-15  0:48 dpdklab
2023-12-15  0:47 dpdklab
2023-12-15  0:46 dpdklab
2023-12-15  0:42 dpdklab
2023-12-15  0:41 dpdklab
2023-12-15  0:39 dpdklab
2023-12-15  0:36 dpdklab
2023-12-15  0:36 dpdklab
2023-12-15  0:35 dpdklab
2023-12-15  0:35 dpdklab
2023-12-15  0:34 dpdklab
2023-12-15  0:34 dpdklab
2023-12-15  0:34 dpdklab
2023-12-15  0:33 dpdklab
2023-12-15  0:33 dpdklab
2023-12-15  0:33 dpdklab
2023-12-15  0:33 dpdklab
2023-12-15  0:32 dpdklab
2023-12-15  0:32 dpdklab
2023-12-15  0:32 dpdklab
2023-12-15  0:32 dpdklab
2023-12-15  0:31 dpdklab
2023-12-15  0:30 dpdklab
2023-12-15  0:29 dpdklab
2023-12-15  0:28 dpdklab
2023-12-15  0:25 dpdklab
2023-12-15  0:21 dpdklab
2023-12-15  0:08 dpdklab
2023-12-15  0:04 dpdklab
     [not found] <20231214015650.3738578-1-haijie1@huawei.com>
2023-12-14  3:44 ` 0-day Robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=657b9da9.050a0220.920a.a6c0SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=haijie1@huawei.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).