|FAILURE| pw137363 [PATCH] lib/hash: add SipHash function

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed Feb 28 01:56:34 CET 2024


Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137363

_Testing issues_

Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Tuesday, February 27 2024 17:39:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137363 --> testing fail

Test environment and result as below:

+--------------------------+--------------+---------------------------+------------------------------+----------------+
|       Environment        | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE     | FAIL         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)          | SKIPPED      | FAIL                      | FAIL                         | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | SKIPPED                   | SKIPPED                      | FAIL           |
+--------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
../lib/hash/rte_siphash.c:46:42: error: operand of type 'const void' where arithmetic or pointer type is required
return (uint32_t)p[0]       | (uint32_t)p[1] << 8 |
^~~~
../lib/hash/rte_siphash.c:47:14: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:13: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
../lib/hash/rte_siphash.c:47:37: error: subscript of a pointer to void is a GNU extension [-Werror,-Wgnu-pointer-arith]
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
~^
../lib/hash/rte_siphash.c:47:36: error: operand of type 'const void' where arithmetic or pointer type is required
(uint32_t)p[2] << 16 | (uint32_t)p[3] << 24;
^~~~
9 errors generated.
[174/3119] Generating symbol file 'lib/76b5a35@@rte_net at sha/librte_net.so.24.1.symbols'.
[175/3119] Compiling C object 'lib/76b5a35@@rte_hash at sta/hash_rte_cuckoo_hash.c.o'.
[176/3119] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 11

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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

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

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