automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw123849-123870 [PATCH] [v5, 22/22] hash: convert RTE_LOGTYPE_HASH to dynamic type
@ 2023-02-19 21:06 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-02-19 21:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Stephen Hemminger

[-- Attachment #1: Type: text/plain, Size: 4281 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/123870

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, February 14 2023 02:19:08 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:39d469a7eb4f157923be73aea0b0cc1015860ca7

123849-123870 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| 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): ====
[163/2099] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_vt100.c.o'.
[164/2099] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_os_unix.c.o'.
[165/2099] Linking static target lib/librte_cmdline.a.
[166/2099] Generating cmdline.sym_chk with a meson_exe.py custom command.
[167/2099] Compiling C object 'lib/76b5a35@@rte_metrics@sta/metrics_rte_metrics.c.o'.
[168/2099] Compiling C object 'lib/76b5a35@@rte_metrics@sta/metrics_rte_metrics_telemetry.c.o'.
[169/2099] Linking target lib/librte_cmdline.so.23.1.
[170/2099] Generating symbol file 'lib/76b5a35@@rte_cmdline@sha/librte_cmdline.so.23.1.symbols'.
[171/2099] Linking static target lib/librte_metrics.a.
[172/2099] Generating metrics.sym_chk with a meson_exe.py custom command.
[173/2099] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
FAILED: lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o
ccache arm-linux-gnueabihf-gcc -Ilib/76b5a35@@rte_hash@sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -fPIC -march=armv8-a -mfpu=neon -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o' -MF 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o.d' -o 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o' -c ../lib/hash/rte_cuckoo_hash.c
In file included from ../lib/hash/rte_cuckoo_hash.h:43,
from ../lib/hash/rte_cuckoo_hash.c:32:
../lib/hash/rte_hash_crc.h:32:16: error: 'crc32_alg' defined but not used [-Werror=unused-variable]
32 | static uint8_t crc32_alg = CRC32_SW;
|                ^~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-19 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19 21:06 |FAILURE| pw123849-123870 [PATCH] [v5, 22/22] hash: convert RTE_LOGTYPE_HASH to dynamic type dpdklab

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).