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: |FAILURE| pw138765 [PATCH] [v3] graph: expose node context as pointe
Date: Mon, 25 Mar 2024 05:27:23 -0700 (PDT)	[thread overview]
Message-ID: <66016dab.050a0220.545b5.964eSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240325100500.694748-2-rjarry@redhat.com>

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[503/2272] Generating pipeline.sym_chk with a meson_exe.py custom command.
[504/2272] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_node.c.o'.
FAILED: lib/76b5a35@@rte_graph@sta/graph_node.c.o
ccache arm-linux-gnueabihf-gcc -Ilib/76b5a35@@rte_graph@sta -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/telemetry/../metrics -I../lib/telemetry/../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 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -fPIC -march=armv8-a+simd -mfpu=auto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.graph -MD -MQ 'lib/76b5a35@@rte_graph@sta/graph_node.c.o' -MF 'lib/76b5a35@@rte_graph@sta/graph_node.c.o.d' -o 'lib/76b5a35@@rte_graph@sta/graph_node.c.o' -c ../lib/graph/node.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/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,
| ^~~~~~~~~~~~~
../lib/graph/node.c: In function '__rte_node_register':
../lib/eal/include/rte_common.h:530:42: error: static assertion failed: "(offsetof(struct rte_node, nodes) - offsetof(struct rte_node, ctx)) != RTE_CACHE_LINE_MIN_SIZE"
530 | #define RTE_BUILD_BUG_ON(condition) do { static_assert(!(condition), #condition); } while (0)
|                                          ^~~~~~~~~~~~~
../lib/graph/node.c:65:2: note: in expansion of macro 'RTE_BUILD_BUG_ON'
65 |  RTE_BUILD_BUG_ON((offsetof(struct rte_node, nodes) -
|  ^~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

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

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

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

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

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

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

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 12:27 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 ` |WARNING| " dpdklab
2024-03-25 11:16 ` |SUCCESS| " 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 [this message]
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=66016dab.050a0220.545b5.964eSMTPIN_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).