automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:06 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-18  0:07 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-18  0:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-18  0:04 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-18  0:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-18  0:03 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-18  0:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:56 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:54 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:50 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:45 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:39 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:39 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:33 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | 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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 23:06 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 23:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 21:56 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 21:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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                 |
+---------------------+--------------------+----------------------+

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 21:54 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 21:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound
@ 2024-01-17 21:53 dpdklab
  0 siblings, 0 replies; 15+ messages in thread
From: dpdklab @ 2024-01-17 21:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Stephen Hemminger

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/135938

_Testing issues_

Submitter: Stephen Hemminger <stephen@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/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-01-18  0:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 23:06 |FAILURE| pw135933-135938 [PATCH] [v4,6/6] eal: replace out of bound dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2024-01-18  0:07 dpdklab
2024-01-18  0:04 dpdklab
2024-01-18  0:03 dpdklab
2024-01-17 23:56 dpdklab
2024-01-17 23:54 dpdklab
2024-01-17 23:50 dpdklab
2024-01-17 23:45 dpdklab
2024-01-17 23:39 dpdklab
2024-01-17 23:39 dpdklab
2024-01-17 23:33 dpdklab
2024-01-17 23:06 dpdklab
2024-01-17 21:56 dpdklab
2024-01-17 21:54 dpdklab
2024-01-17 21:53 dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).