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, Vipin Varghese <vipin.varghese@amd.com>
Subject: |FAILURE| pw142397 [PATCH] app/testpmd: improve sse based macswap
Date: Sat, 13 Jul 2024 09:52:15 -0700 (PDT)	[thread overview]
Message-ID: <6692b0bf.050a0220.2e435.6224SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240713151949.832-1-vipin.varghese@amd.com>

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/142397

_Testing issues_

Submitter: Vipin Varghese <vipin.varghese@amd.com>
Date: Saturday, July 13 2024 15:19:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fa8d2f7f28524a6c8defa3dcd94f5aa131aae084

142397 --> testing issues

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+
| Windows Server 2022 | FAIL           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 38 (Clang)   | WARN           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Fedora 40           | PASS           |
+---------------------+----------------+
| Fedora 39 (Clang)   | WARN           |
+---------------------+----------------+
| Fedora 40 (Clang)   | WARN           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| RHEL9               | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+
| Fedora 38           | PEND           |
+---------------------+----------------+

==== 20 line log output for Fedora 40 (Clang) (dpdk_unit_test): ====
../app/test-pmd/macswap_sse.h:57:38: error: address of register variable requested
57 |                 addr1 = _mm_loadu_si128((__m128i *)eth_hdr[1]);
|                                                    ^~~~~~~
../app/test-pmd/macswap_sse.h:58:18: error: address of register variable requested
58 |                 mbuf_field_set(mb[1], ol_flags);
|                                ^~
../app/test-pmd/macswap_sse.h:60:38: error: address of register variable requested
60 |                 addr2 = _mm_loadu_si128((__m128i *)eth_hdr[2]);
|                                                    ^~~~~~~
../app/test-pmd/macswap_sse.h:61:18: error: address of register variable requested
61 |                 mbuf_field_set(mb[2], ol_flags);
|                                ^~
../app/test-pmd/macswap_sse.h:63:38: error: address of register variable requested
63 |                 addr3 = _mm_loadu_si128((__m128i *)eth_hdr[3]);
|                                                    ^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2711/2911] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'.
[2712/2911] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_recycle_mbufs.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

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

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.1.1

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

Ubuntu 24.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 13.2.0

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

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2024-07-13 16:52 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240713151949.832-1-vipin.varghese@amd.com>
2024-07-13 14:53 ` |SUCCESS| " qemudev
2024-07-13 14:57 ` qemudev
2024-07-13 15:21 ` checkpatch
2024-07-13 15:49 ` dpdklab
2024-07-13 15:50 ` |PENDING| " dpdklab
2024-07-13 15:50 ` dpdklab
2024-07-13 15:53 ` dpdklab
2024-07-13 15:54 ` |SUCCESS| " dpdklab
2024-07-13 15:55 ` |FAILURE| " dpdklab
2024-07-13 15:55 ` dpdklab
2024-07-13 15:57 ` |SUCCESS| " dpdklab
2024-07-13 15:58 ` dpdklab
2024-07-13 15:58 ` dpdklab
2024-07-13 15:58 ` |PENDING| " dpdklab
2024-07-13 15:58 ` |FAILURE| " dpdklab
2024-07-13 15:59 ` dpdklab
2024-07-13 16:01 ` |PENDING| " dpdklab
2024-07-13 16:01 ` |FAILURE| " dpdklab
2024-07-13 16:01 ` dpdklab
2024-07-13 16:03 ` |PENDING| " dpdklab
2024-07-13 16:04 ` dpdklab
2024-07-13 16:04 ` |FAILURE| " dpdklab
2024-07-13 16:05 ` |PENDING| " dpdklab
2024-07-13 16:06 ` |WARNING| " dpdklab
2024-07-13 16:06 ` |FAILURE| " dpdklab
2024-07-13 16:06 ` |PENDING| " dpdklab
2024-07-13 16:07 ` |SUCCESS| " dpdklab
2024-07-13 16:07 ` |FAILURE| " dpdklab
2024-07-13 16:07 ` |PENDING| " dpdklab
2024-07-13 16:08 ` dpdklab
2024-07-13 16:08 ` |FAILURE| " dpdklab
2024-07-13 16:09 ` |PENDING| " dpdklab
2024-07-13 16:09 ` dpdklab
2024-07-13 16:09 ` |WARNING| " dpdklab
2024-07-13 16:09 ` dpdklab
2024-07-13 16:10 ` |FAILURE| " dpdklab
2024-07-13 16:10 ` |PENDING| " dpdklab
2024-07-13 16:10 ` |SUCCESS| " dpdklab
2024-07-13 16:11 ` |WARNING| " dpdklab
2024-07-13 16:11 ` dpdklab
2024-07-13 16:11 ` |PENDING| " dpdklab
2024-07-13 16:14 ` |WARNING| " dpdklab
2024-07-13 16:15 ` |SUCCESS| " dpdklab
2024-07-13 16:16 ` |WARNING| " dpdklab
2024-07-13 16:16 ` |PENDING| " dpdklab
2024-07-13 16:16 ` |WARNING| " dpdklab
2024-07-13 16:19 ` |PENDING| " dpdklab
2024-07-13 16:19 ` |WARNING| " dpdklab
2024-07-13 16:19 ` dpdklab
2024-07-13 16:20 ` dpdklab
2024-07-13 16:20 ` |PENDING| " dpdklab
2024-07-13 16:21 ` |FAILURE| " dpdklab
2024-07-13 16:21 ` |PENDING| " dpdklab
2024-07-13 16:22 ` |FAILURE| " dpdklab
2024-07-13 16:22 ` dpdklab
2024-07-13 16:23 ` 0-day Robot
2024-07-13 16:24 ` dpdklab
2024-07-13 16:25 ` |PENDING| " dpdklab
2024-07-13 16:25 ` |FAILURE| " dpdklab
2024-07-13 16:26 ` |PENDING| " dpdklab
2024-07-13 16:26 ` dpdklab
2024-07-13 16:27 ` |FAILURE| " dpdklab
2024-07-13 16:29 ` |PENDING| " dpdklab
2024-07-13 16:29 ` |WARNING| " dpdklab
2024-07-13 16:30 ` |PENDING| " dpdklab
2024-07-13 16:34 ` dpdklab
2024-07-13 16:35 ` |FAILURE| " dpdklab
2024-07-13 16:36 ` dpdklab
2024-07-13 16:37 ` |PENDING| " dpdklab
2024-07-13 16:37 ` dpdklab
2024-07-13 16:38 ` |FAILURE| " dpdklab
2024-07-13 16:38 ` dpdklab
2024-07-13 16:40 ` dpdklab
2024-07-13 16:40 ` dpdklab
2024-07-13 16:41 ` dpdklab
2024-07-13 16:41 ` |PENDING| " dpdklab
2024-07-13 16:41 ` |FAILURE| " dpdklab
2024-07-13 16:41 ` dpdklab
2024-07-13 16:42 ` dpdklab
2024-07-13 16:42 ` |PENDING| " dpdklab
2024-07-13 16:42 ` |FAILURE| " dpdklab
2024-07-13 16:42 ` dpdklab
2024-07-13 16:43 ` dpdklab
2024-07-13 16:43 ` dpdklab
2024-07-13 16:43 ` dpdklab
2024-07-13 16:45 ` dpdklab
2024-07-13 16:46 ` |PENDING| " dpdklab
2024-07-13 16:46 ` |FAILURE| " dpdklab
2024-07-13 16:47 ` |PENDING| " dpdklab
2024-07-13 16:48 ` |FAILURE| " dpdklab
2024-07-13 16:49 ` |PENDING| " dpdklab
2024-07-13 16:49 ` |SUCCESS| " dpdklab
2024-07-13 16:49 ` |PENDING| " dpdklab
2024-07-13 16:49 ` |FAILURE| " dpdklab
2024-07-13 16:51 ` |PENDING| " dpdklab
2024-07-13 16:51 ` |FAILURE| " dpdklab
2024-07-13 16:52 ` dpdklab [this message]
2024-07-13 16:53 ` |PENDING| " dpdklab
2024-07-13 16:53 ` dpdklab
2024-07-13 16:53 ` |FAILURE| " dpdklab
2024-07-13 16:55 ` |PENDING| " dpdklab
2024-07-13 16:55 ` |FAILURE| " dpdklab
2024-07-13 16:55 ` dpdklab
2024-07-13 16:55 ` |SUCCESS| " dpdklab
2024-07-13 16:55 ` |FAILURE| " dpdklab
2024-07-13 16:59 ` dpdklab
2024-07-13 17:23 ` |PENDING| " dpdklab
2024-07-13 17:24 ` dpdklab
2024-07-13 17:27 ` |SUCCESS| " dpdklab
2024-07-15 23:57 ` dpdklab
2024-07-16  0:01 ` dpdklab
2024-07-16  0:05 ` dpdklab
2024-07-16  0:25 ` dpdklab
2024-07-16  0:30 ` 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=6692b0bf.050a0220.2e435.6224SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    --cc=vipin.varghese@amd.com \
    /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).