|FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Jan 17 22:53:33 CET 2024
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938
_Testing issues_
Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Wednesday, January 17 2024 18:20:00
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:d4af9a82063e4c39568191eaa12955d3ca39581a
135933-135938 --> testing fail
Test environment and result as below:
+---------------------+--------------------+
| Environment | dpdk_meson_compile |
+=====================+====================+
| Windows Server 2022 | PASS |
+---------------------+--------------------+
| FreeBSD 13 | FAIL |
+---------------------+--------------------+
| Windows Server 2019 | PASS |
+---------------------+--------------------+
==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
In file included from ../drivers/net/failsafe/failsafe_eal.c:10:
In file included from ../drivers/net/failsafe/failsafe_private.h:15:
../lib/ethdev/ethdev_driver.h:1664:2: error: implicit declaration of function 'static_assert' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
RTE_BUILD_BUG_ON(sizeof(*new_link) != sizeof(uint64_t));
^
../lib/eal/include/rte_common.h:499:39: note: expanded from macro 'RTE_BUILD_BUG_ON'
#define RTE_BUILD_BUG_ON(condition) { static_assert(!(condition), #condition); }
^
In file included from ../drivers/net/failsafe/failsafe_eal.c:10:
In file included from ../drivers/net/failsafe/failsafe_private.h:15:
../lib/ethdev/ethdev_driver.h:1688:2: error: implicit declaration of function 'static_assert' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
RTE_BUILD_BUG_ON(sizeof(*link) != sizeof(uint64_t));
^
../lib/eal/include/rte_common.h:499:39: note: expanded from macro 'RTE_BUILD_BUG_ON'
#define RTE_BUILD_BUG_ON(condition) { static_assert(!(condition), #condition); }
^
2 errors generated.
[946/1814] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_vf_representor.c.o
[947/1814] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: OS Build 20348.2031
Compiler: MSVC VS-Preview
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28887/
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