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, Robin Jarry <rjarry@redhat.com>
Subject: |WARNING| pw138765 [PATCH] [v3] graph: expose node context as pointe
Date: Mon, 25 Mar 2024 04:15:54 -0700 (PDT)	[thread overview]
Message-ID: <66015cea.810a0220.3f55a.4dd9SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240325100500.694748-2-rjarry@redhat.com>

Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/138765

_Testing issues_

Submitter: Robin Jarry <rjarry@redhat.com>
Date: Monday, March 25 2024 10:05:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0b82b5139fefe6eb5ec1a0b489fd193e8a99ab73

138765 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
from ../lib/graph/rte_graph_worker.h:13,
from ../lib/graph/graph_private.h:18,
from ../lib/graph/node.c:15:
../lib/graph/rte_graph_worker_common.h:147:1: error: static assertion failed: "rte_node ctx must be aligned on a cache line"
147 | static_assert(offsetof(struct rte_node, ctx) % RTE_CACHE_LINE_SIZE == 0,
| ^~~~~~~~~~~~~
[488/3178] Generating lib/table.sym_chk with a custom command (wrapped by meson to capture output)
[489/3178] Compiling C object lib/librte_graph.a.p/graph_graph.c.o
FAILED: lib/librte_graph.a.p/graph_graph.c.o
ccache cc -Ilib/librte_graph.a.p -Ilib -I../lib -Ilib/graph -I../lib/graph -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 -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -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-pa
 cked-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.graph -MD -MQ lib/librte_graph.a.p/graph_graph.c.o -MF lib/librte_graph.a.p/graph_graph.c.o.d -o lib/librte_graph.a.p/graph_graph.c.o -c ../lib/graph/graph.c
In file included from ../lib/graph/rte_graph_worker_common.h:15,
from ../lib/graph/rte_graph_model_rtc.h:6,
from ../lib/graph/rte_graph_worker.h:13,
from ../lib/graph/graph_private.h:18,
from ../lib/graph/graph.c:17:
../lib/graph/rte_graph_worker_common.h:147:1: error: static assertion failed: "rte_node ctx must be aligned on a cache line"
147 | static_assert(offsetof(struct rte_node, ctx) % RTE_CACHE_LINE_SIZE == 0,
| ^~~~~~~~~~~~~
[490/3178] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

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

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

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

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2024-03-25 11:16 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240325100500.694748-2-rjarry@redhat.com>
2024-03-25  9:42 ` |SUCCESS| pw138765 [PATCH v3] graph: expose node context as pointers qemudev
2024-03-25  9:47 ` qemudev
2024-03-25 10:06 ` |WARNING| " checkpatch
2024-03-25 10:49 ` |SUCCESS| pw138765 [PATCH] [v3] graph: expose node context as pointe dpdklab
2024-03-25 10:50 ` dpdklab
2024-03-25 10:58 ` dpdklab
2024-03-25 11:03 ` dpdklab
2024-03-25 11:04 ` dpdklab
2024-03-25 11:04 ` dpdklab
2024-03-25 11:04 ` |FAILURE| pw138765 [PATCH v3] graph: expose node context as pointers 0-day Robot
2024-03-25 11:05 ` |SUCCESS| pw138765 [PATCH] [v3] graph: expose node context as pointe dpdklab
2024-03-25 11:06 ` dpdklab
2024-03-25 11:06 ` dpdklab
2024-03-25 11:07 ` dpdklab
2024-03-25 11:07 ` dpdklab
2024-03-25 11:07 ` dpdklab
2024-03-25 11:07 ` dpdklab
2024-03-25 11:07 ` dpdklab
2024-03-25 11:07 ` dpdklab
2024-03-25 11:08 ` dpdklab
2024-03-25 11:08 ` |FAILURE| " dpdklab
2024-03-25 11:09 ` |SUCCESS| " dpdklab
2024-03-25 11:09 ` dpdklab
2024-03-25 11:14 ` dpdklab
2024-03-25 11:14 ` |FAILURE| " dpdklab
2024-03-25 11:15 ` |SUCCESS| " dpdklab
2024-03-25 11:15 ` dpdklab
2024-03-25 11:15 ` dpdklab
2024-03-25 11:15 ` dpdklab
2024-03-25 11:15 ` dpdklab
2024-03-25 11:15 ` dpdklab [this message]
2024-03-25 11:16 ` dpdklab
2024-03-25 11:16 ` |FAILURE| " dpdklab
2024-03-25 11:16 ` |SUCCESS| " dpdklab
2024-03-25 11:16 ` dpdklab
2024-03-25 11:16 ` |FAILURE| " dpdklab
2024-03-25 11:16 ` |SUCCESS| " dpdklab
2024-03-25 11:17 ` dpdklab
2024-03-25 11:17 ` |FAILURE| " dpdklab
2024-03-25 11:17 ` |SUCCESS| " dpdklab
2024-03-25 11:17 ` dpdklab
2024-03-25 11:17 ` dpdklab
2024-03-25 11:17 ` dpdklab
2024-03-25 11:17 ` |WARNING| " dpdklab
2024-03-25 11:18 ` |SUCCESS| " dpdklab
2024-03-25 11:18 ` dpdklab
2024-03-25 11:18 ` dpdklab
2024-03-25 11:18 ` dpdklab
2024-03-25 11:19 ` dpdklab
2024-03-25 11:19 ` dpdklab
2024-03-25 11:19 ` dpdklab
2024-03-25 11:19 ` dpdklab
2024-03-25 11:20 ` dpdklab
2024-03-25 11:20 ` dpdklab
2024-03-25 11:21 ` dpdklab
2024-03-25 11:21 ` |WARNING| " dpdklab
2024-03-25 11:22 ` dpdklab
2024-03-25 11:23 ` |SUCCESS| " dpdklab
2024-03-25 11:23 ` |WARNING| " dpdklab
2024-03-25 11:23 ` dpdklab
2024-03-25 11:23 ` |SUCCESS| " dpdklab
2024-03-25 11:24 ` |WARNING| " dpdklab
2024-03-25 11:25 ` |SUCCESS| " dpdklab
2024-03-25 11:25 ` dpdklab
2024-03-25 11:26 ` dpdklab
2024-03-25 11:26 ` dpdklab
2024-03-25 11:26 ` dpdklab
2024-03-25 11:38 ` dpdklab
2024-03-25 11:41 ` |WARNING| " dpdklab
2024-03-25 11:42 ` |FAILURE| " dpdklab
2024-03-25 11:43 ` |SUCCESS| " dpdklab
2024-03-25 11:43 ` |FAILURE| " dpdklab
2024-03-25 11:43 ` dpdklab
2024-03-25 11:44 ` |WARNING| " dpdklab
2024-03-25 11:46 ` dpdklab
2024-03-25 11:53 ` |FAILURE| " dpdklab
2024-03-25 12:05 ` dpdklab
2024-03-25 12:23 ` dpdklab
2024-03-25 12:27 ` dpdklab
2024-03-25 12:42 ` |SUCCESS| " dpdklab
2024-03-25 13:21 ` 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=66015cea.810a0220.3f55a.4dd9SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=rjarry@redhat.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).