|FAILURE| pw117300-117305 [PATCH] [v7, 6/6] security: hide session structure

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Oct 4 14:10:48 CEST 2022


Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/117305

_Testing issues_

Submitter: Akhil Goyal <gakhil at marvell.com>
Date: Tuesday, October 04 2022 11:10:35 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fe1a5a9b42f33a4cbfea741d03179557c03acd18

117300-117305 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| RHEL 7              | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Arch Linux          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[2359/3342] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'.
[2360/3342] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_multicore.c.o'.
[2361/3342] Linking target drivers/librte_crypto_octeontx.so.23.0.
[2362/3342] Generating symbol file 'drivers/a715181@@rte_crypto_octeontx at sha/librte_crypto_octeontx.so.23.0.symbols'.
[2363/3342] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pmd.c.o'.
[2364/3342] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pmd_ops.c.o'.
FAILED: drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pmd_ops.c.o
ccache cc -Idrivers/a715181@@tmp_rte_crypto_scheduler at sta -Idrivers -I../drivers -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Ilib/cryptodev -I../lib/cryptodev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/reorder -I../lib/reorder -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.scheduler  -MD -MQ 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pmd_ops.c.o' -MF 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pmd_ops.c.o.d' -o 'drivers/a715181@@tmp_rte_crypto_scheduler at sta/crypto_scheduler_scheduler_pmd_ops.c.o' -c ../drivers/crypto/scheduler/scheduler_pmd_ops.c
../drivers/crypto/scheduler/scheduler_pmd_ops.c: In function 'scheduler_pmd_sym_session_configure':
../drivers/crypto/scheduler/scheduler_pmd_ops.c:488:4: error: missing braces around initializer [-Werror=missing-braces]
RTE_CRYPTODEV_SCHEDULER_MAX_NB_WORKERS] = { 0 };
^
../drivers/crypto/scheduler/scheduler_pmd_ops.c:488:4: error: (near initialization for 'configured_sess[0]') [-Werror=missing-braces]
../drivers/crypto/scheduler/scheduler_pmd_ops.c: In function 'scheduler_pmd_sym_session_clear':
../drivers/crypto/scheduler/scheduler_pmd_ops.c:550:4: error: missing braces around initializer [-Werror=missing-braces]
RTE_CRYPTODEV_SCHEDULER_MAX_NB_WORKERS] = { 0 };
^
../drivers/crypto/scheduler/scheduler_pmd_ops.c:550:4: error: (near initialization for 'deleted_sess[0]') [-Werror=missing-braces]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

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

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/23758/

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