|FAILURE| pw108584 [PATCH] vhost: fix external message handlers
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Mar 8 04:41:53 CET 2022
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/108584
_Testing issues_
Submitter: David Marchand <david.marchand at redhat.com>
Date: Monday, March 07 2022 18:11:01
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:2479a1e9a8886c93ba4c8a7aa2a35a04302f1aae
108584 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[420/3281] Generating rte_stack_def with a custom command.
[421/3281] Generating rte_stack_mingw with a custom command.
[422/3281] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_fd_man.c.o'.
[423/3281] Linking target lib/librte_stack.so.22.1.
[424/3281] Generating symbol file 'lib/76b5a35@@rte_stack at sha/librte_stack.so.22.1.symbols'.
[425/3281] Generating rte_vhost_def with a custom command.
[426/3281] Generating rte_vhost_mingw with a custom command.
[427/3281] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_iotlb.c.o'.
[428/3281] Compiling C object 'lib/76b5a35@@rte_vhost at sta/vhost_socket.c.o'.
FAILED: lib/76b5a35@@rte_vhost at sta/vhost_socket.c.o
clang -Ilib/76b5a35@@rte_vhost at sta -Ilib -I../lib -Ilib/vhost -I../lib/vhost -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DVHOST_CLANG_UNROLL_PRAGMA -fno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -MD -MQ 'lib/76b5a35@@rte_vhost at sta/vhost_socket.c.o' -MF 'lib/76b5a35@@rte_vhost at sta/vhost_socket.c.o.d' -o 'lib/76b5a35@@rte_vhost at sta/vhost_socket.c.o' -c ../lib/vhost/socket.c
In file included from ../lib/vhost/socket.c:22:
../lib/vhost/vhost_user.h:158:1: error: attribute '__packed__' is ignored, place it after "struct" to apply attribute to type declaration [-Werror,-Wignored-attributes]
__rte_packed struct vhu_msg_context {
^
../lib/eal/include/rte_common.h:86:37: note: expanded from macro '__rte_packed'
#define __rte_packed __attribute__((__packed__))
^
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/21423/
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