automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: Artemy Kovalyov <artemyko@nvidia.com>,
	dpdk-test-reports@iol.unh.edu,
	Artemy Kovalyov <artemyko@nvidia.com>
Subject: |FAILURE| pw135049-135053 [PATCH] [5/5] eal: fix memzone fbarray cle
Date: Mon, 11 Dec 2023 21:11:43 -0800 (PST)	[thread overview]
Message-ID: <6577eb8f.0c0a0220.e0ab5.0a20SMTPIN_ADDED_MISSING@mx.google.com> (raw)

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135053

_Testing issues_

Submitter: Artemy Kovalyov <artemyko@nvidia.com>
Date: Tuesday, December 12 2023 04:25:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2d5afbb2c05d7647da7ea914887c52115652651

135049-135053 --> testing fail

Test environment and result as below:

+--------------------------+---------------------------+----------------+------------------------------+
|       Environment        | cryptodev_sw_zuc_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+===========================+================+==============================+
| Debian 11 (arm)          | FAIL                      | SKIPPED        | FAIL                         |
+--------------------------+---------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM)       | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Fedora 37 (ARM)          | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM)          | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
from ../lib/eal/include/generic/rte_atomic.h:18,
from ../lib/eal/arm/include/rte_atomic_64.h:17,
from ../lib/eal/arm/include/rte_atomic.h:9,
from ../lib/eal/include/generic/rte_pause.h:19,
from ../lib/eal/arm/include/rte_pause_64.h:19,
from ../lib/eal/arm/include/rte_pause.h:13,
from ../lib/eal/include/generic/rte_rwlock.h:34,
from ../lib/eal/arm/include/rte_rwlock.h:12,
from ../lib/eal/include/rte_eal_memconfig.h:10,
from ../lib/eal/include/rte_memory.h:25,
from ../lib/eal/include/rte_malloc.h:16,
from ../app/test-mp/main.c:4:
../app/test-mp/main.c:40:23: error: comparison of integer expressions of different signedness: 'int' and 'uint64_t' {aka 'long unsigned int'} [-Werror=sign-compare]
40 |    assert(rte_rdtsc() < timeout);
|                       ^
cc1: all warnings being treated as errors
[2881/3096] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
[2882/3096] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'.
[2883/3096] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

             reply	other threads:[~2023-12-12  5:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12  5:11 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-12  7:56 dpdklab
2023-12-12  5:29 dpdklab
2023-12-12  5:29 dpdklab
2023-12-12  5:28 dpdklab
2023-12-12  5:27 dpdklab
2023-12-12  5:26 dpdklab
2023-12-12  5:22 dpdklab
2023-12-12  5:21 dpdklab
2023-12-12  5:20 dpdklab
2023-12-12  5:19 dpdklab
2023-12-12  5:19 dpdklab
2023-12-12  5:17 dpdklab
2023-12-12  5:16 dpdklab
2023-12-12  5:14 dpdklab
2023-12-12  5:14 dpdklab
2023-12-12  5:12 dpdklab
2023-12-12  5:11 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=6577eb8f.0c0a0220.e0ab5.0a20SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=artemyko@nvidia.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).