|FAILURE| pw123144-123153 [PATCH] [v1, 10/10] examples/fips_validation: add extra space in JSON buffer
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Feb 6 22:30:19 CET 2023
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/123153
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Monday, February 06 2023 14:46:02
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:796b031608d8d52e040f83304c676d3cda5af617
123144-123153 --> testing fail
Test environment and result as below:
+--------------------------------------+----------------+--------------------+----------------------+
| Environment | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+======================================+================+====================+======================+
| Ubuntu 20.04 ARM Clang Native | PASS | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | PASS | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+--------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13 | SKIPPED | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye | SKIPPED | PASS | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | SKIPPED | FAIL | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | SKIPPED | FAIL | SKIPPED |
+--------------------------------------+----------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../examples/fips_validation/fips_validation_sha.c:52:18: error: invalid application of 'sizeof' to an incomplete type 'struct plain_hash_size_conversion []'
for (i = 0; i < RTE_DIM(phsc); i++) {
^~~~~~~~~~~~~
../lib/eal/include/rte_common.h:857:28: note: expanded from macro 'RTE_DIM'
#define RTE_DIM(a) (sizeof (a) / sizeof ((a)[0]))
^~~
../examples/fips_validation/fips_validation_sha.c:69:18: error: invalid application of 'sizeof' to an incomplete type 'struct plain_hash_size_conversion []'
for (i = 0; i < RTE_DIM(phsc); i++) {
^~~~~~~~~~~~~
../lib/eal/include/rte_common.h:857:28: note: expanded from macro 'RTE_DIM'
#define RTE_DIM(a) (sizeof (a) / sizeof ((a)[0]))
^~~
../examples/fips_validation/fips_validation_sha.c:78:11: error: invalid application of 'sizeof' to an incomplete type 'struct plain_hash_size_conversion []'
if (i == RTE_DIM(phsc))
^~~~~~~~~~~~~
../lib/eal/include/rte_common.h:857:28: note: expanded from macro 'RTE_DIM'
#define RTE_DIM(a) (sizeof (a) / sizeof ((a)[0]))
^~~
5 errors generated.
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
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25224/
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