|FAILURE| pw138765 [PATCH] [v3] graph: expose node context as pointe
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Mar 25 12:08:23 CET 2024
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
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_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 |
+----------------------------------------+--------------------+
==== 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 at sta/graph_node.c.o'.
FAILED: lib/76b5a35@@rte_graph at sta/graph_node.c.o
ccache arm-linux-gnueabihf-gcc -Ilib/76b5a35@@rte_graph at 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 at sta/graph_node.c.o' -MF 'lib/76b5a35@@rte_graph at sta/graph_node.c.o.d' -o 'lib/76b5a35@@rte_graph at 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
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