|FAILURE| pw117504 [PATCH] eal: non-temporal memcpy

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Oct 6 23:26:04 CEST 2022


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

_Testing issues_

Submitter: Morten Brørup <mb at smartsharesystems.com>
Date: Thursday, October 06 2022 20:34:26 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117504 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
217 | __rte_experimental
|                   ^
|                   ;
218 | static __rte_always_inline
| ~~~~~~
../lib/eal/include/generic/rte_memcpy.h:220:36: error: "GCC_VERSION" is not defined, evaluates to 0 [-Werror=undef]
220 | #if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION >= 100000)
|                                    ^~~~~~~~~~~
../lib/eal/include/generic/rte_memcpy.h:218:8: error: type defaults to 'int' in declaration of '__rte_always_inline' [-Werror=implicit-int]
218 | static __rte_always_inline
|        ^~~~~~~~~~~~~~~~~~~
../lib/eal/include/generic/rte_memcpy.h:223:1: error: 'nonnull' attribute only applies to function types [-Werror=attributes]
223 | void rte_memcpy_ex(void * __rte_restrict dst, const void * __rte_restrict src, size_t len,
| ^~~~
../lib/eal/include/generic/rte_memcpy.h:223:1: error: expected ',' or ';' before 'void'
../lib/eal/include/generic/rte_memcpy.h:218:8: error: '__rte_always_inline' defined but not used [-Werror=unused-variable]
218 | static __rte_always_inline
|        ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

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

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

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