|FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Jan 18 00:06:51 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 | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 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)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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