|FAILURE| pw139104-139106 [PATCH] [4/4] dispatcher: use alloca inste

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Apr 4 22:06:36 CEST 2024


Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/139106

_Testing issues_

Submitter: Tyler Retzlaff <roretzla at linux.microsoft.com>
Date: Thursday, April 04 2024 17:15:13 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:deedfb86a7a6e10064d3cccd593f62072de96e36

139104-139106 --> testing fail

Test environment and result as below:

+--------------------------------------+--------------------+
|             Environment              | dpdk_meson_compile |
+======================================+====================+
| Debian 12 with MUSDK                 | FAIL               |
+--------------------------------------+--------------------+
| Fedora 37 (ARM)                      | FAIL               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                   | FAIL               |
+--------------------------------------+--------------------+
| Fedora 38 (ARM)                      | FAIL               |
+--------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                | FAIL               |
+--------------------------------------+--------------------+
| Fedora 39 (ARM)                      | FAIL               |
+--------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                | FAIL               |
+--------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)             | FAIL               |
+--------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                | FAIL               |
+--------------------------------------+--------------------+
| Debian 12 (arm)                      | FAIL               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile   | FAIL               |
+--------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL               |
+--------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[176/3137] Linking static target lib/librte_metrics.a.
[177/3137] Linking target lib/librte_cmdline.so.24.1.
[178/3137] Generating symbol file 'lib/76b5a35@@rte_cmdline at sha/librte_cmdline.so.24.1.symbols'.
[179/3137] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.o'.
[180/3137] Generating metrics.sym_chk with a meson_exe.py custom command.
[181/3137] Linking target lib/librte_metrics.so.24.1.
[182/3137] Generating symbol file 'lib/76b5a35@@rte_metrics at sha/librte_metrics.so.24.1.symbols'.
[183/3137] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_hash_crc.c.o'.
[184/3137] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_fbk_hash.c.o'.
[185/3137] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.o'.
FAILED: lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.o
ccache clang -Ilib/76b5a35@@rte_hash at 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/log -I../lib/log -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 -Xclang -fcolor-diagnostics -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-missing-field-initialize
 rs -D_GNU_SOURCE -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.o' -MF 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.o.d' -o 'lib/76b5a35@@rte_hash at sta/hash_rte_thash.c.o' -c ../lib/hash/rte_thash.c
../lib/hash/rte_thash.c:773:24: error: implicit declaration of function 'alloca' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
uint32_t *tmp_tuple = alloca(tuple_len);
^
../lib/hash/rte_thash.c:773:12: error: incompatible integer to pointer conversion initializing 'uint32_t *' (aka 'unsigned int *') with an expression of type 'int' [-Werror,-Wint-conversion]
uint32_t *tmp_tuple = alloca(tuple_len);
^           ~~~~~~~~~~~~~~~~~
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.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

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

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

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

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

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

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12 (arm)
	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

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

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