|FAILURE| pw121905-121910 [PATCH] [v5, 6/6] ethdev: add trace points for tm
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Jan 13 00:17:11 CET 2023
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/121910
_Testing issues_
Submitter: Ankur Dwivedi <adwivedi at marvell.com>
Date: Thursday, January 12 2023 11:21:40
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381
121905-121910 --> 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 | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:417:55: error: size of unnamed array is negative
417 | #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
| ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro '__RTE_TRACE_POINT'
51 | __VA_ARGS__ \
| ^~~~~~~~~~~
../lib/ethdev/rte_ethdev_trace_fp.h:510:1: note: in expansion of macro 'RTE_TRACE_POINT_FP'
510 | RTE_TRACE_POINT_FP(
| ^~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point_register.h:38:2: note: in expansion of macro 'RTE_BUILD_BUG_ON'
38 | RTE_BUILD_BUG_ON(sizeof(type) != sizeof(typeof(in))); \
| ^~~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:404:38: note: in expansion of macro '__rte_trace_point_emit'
404 | #define rte_trace_point_emit_u64(in) __rte_trace_point_emit(in, uint64_t)
| ^~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/rte_ethdev_trace_fp.h:516:2: note: in expansion of macro 'rte_trace_point_emit_u64'
516 | rte_trace_point_emit_u64(time->tv_nsec);
| ^~~~~~~~~~~~~~~~~~~~~~~~
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 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 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 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 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/24957/
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