|WARNING| pw138765 [PATCH] [v3] graph: expose node context as pointe

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Mar 25 12:24:09 CET 2024


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

_Testing issues_

Submitter: Robin Jarry <rjarry at 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/


More information about the test-report mailing list