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,
	Amit Prakash Shukla <amitprakashs@marvell.com>
Subject: |FAILURE| pw131222-131223 [PATCH] [v1,2/2] test/dma: add source buff
Date: Fri, 08 Sep 2023 01:37:58 -0700 (PDT)	[thread overview]
Message-ID: <64fadd66.810a0220.5fa37.55a6SMTPIN_ADDED_MISSING@mx.google.com> (raw)

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

_Testing issues_

Submitter: Amit Prakash Shukla <amitprakashs@marvell.com>
Date: Thursday, September 07 2023 08:10:40 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e92ba1426914db1d224dd5e9a1743657681b8814

131222-131223 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Iapp\dpdk-test.exe.p" "-Iapp" "-I..\app" "-Ilib\cmdline" "-I..\lib\cmdline" "-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" "-Idrivers\net\ring" "-I..\drivers\net\ring" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Ilib\bitratestats" "-I..\lib\bitratestats" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-Il
 ib\dmadev" "-I..\lib\dmadev" "-Ilib\fib" "-I..\lib\fib" "-Ilib\rib" "-I..\lib\rib" "-Ilib\lpm" "-I..\lib\lpm" "-Ilib\ip_frag" "-I..\lib\ip_frag" "-Ilib\latencystats" "-I..\lib\latencystats" "-Ilib\pcapng" "-I..\lib\pcapng" "-Ilib\reorder" "-I..\lib\reorder" "-Ilib\security" "-I..\lib\security" "-Ilib\stack" "-I..\lib\stack" "-Ilib\timer" "-I..\lib\timer" "-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_EXPERIM
 ENTAL_API" "-fno-strict-aliasing" "-DALLOW_INTERNAL_API" -MD -MQ app/dpdk-test.exe.p/test_test_dmadev.c.obj -MF "app\dpdk-test.exe.p\test_test_dmadev.c.obj.d" -o app/dpdk-test.exe.p/test_test_dmadev.c.obj "-c" ../app/test/test_dmadev.c
../app/test/test_dmadev.c:1038:27: error: 'strdup' is deprecated: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [-Werror,-Wdeprecated-declarations]
char *additional_test = strdup(dma_env_str);
^
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\string.h:535:20: note: 'strdup' has been explicitly marked deprecated here
_Check_return_ _CRT_NONSTDC_DEPRECATE(_strdup)
^
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt.h:335:50: note: expanded from macro '_CRT_NONSTDC_DEPRECATE'
#define _CRT_NONSTDC_DEPRECATE(_NewName) _CRT_DEPRECATE_TEXT(             \
^
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vcruntime.h:310:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
^
1 error generated.
[755/798] Compiling C object app/dpdk-test.exe.p/test_test_atomic.c.obj
[756/798] Compiling C object app/dpdk-test.exe.p/test_test_dmadev_api.c.obj
[757/798] Compiling C object app/dpdk-test.exe.p/test_test_malloc.c.obj
[758/798] Compiling C object app/dpdk-test.exe.p/test_test_malloc_perf.c.obj
[759/798] Compiling C object app/dpdk-test.exe.p/test_test_memzone.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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 Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-09-08  8:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-08  8:37 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-08  9:20 dpdklab
2023-09-08  9:18 dpdklab
2023-09-08  9:10 dpdklab
2023-09-08  9:09 dpdklab
2023-09-08  9:06 dpdklab
2023-09-08  9:05 dpdklab
2023-09-08  9:01 dpdklab
2023-09-08  9:00 dpdklab
2023-09-08  8:56 dpdklab
2023-09-08  8:52 dpdklab
2023-09-08  8:48 dpdklab
2023-09-08  8:45 dpdklab
2023-09-08  8:38 dpdklab
2023-09-08  8:37 dpdklab
2023-09-08  8:35 dpdklab
2023-09-08  8:34 dpdklab
2023-09-08  8:29 dpdklab
2023-09-08  8:24 dpdklab
2023-09-08  8:24 dpdklab
2023-09-08  8:21 dpdklab
2023-09-08  8:18 dpdklab
2023-09-08  8:14 dpdklab
2023-09-08  5:32 dpdklab

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=64fadd66.810a0220.5fa37.55a6SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=amitprakashs@marvell.com \
    --cc=dpdk-test-reports@iol.unh.edu \
    --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).