|FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Mar 9 02:43:38 CET 2023


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

_Testing issues_

Submitter: Kevin O'Sullivan <kevin.osullivan at intel.com>
Date: Wednesday, March 08 2023 12:12:58 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:813d0eead31deb75b774524ad21e99136fbad331

124855-124856 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[750/3176] Linking static target drivers/librte_common_mlx5.a.
[751/3176] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[752/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_device.c.o'.
[753/3176] Linking target drivers/librte_common_mlx5.so.23.1.
[754/3176] Generating symbol file 'drivers/a715181@@rte_common_mlx5 at sha/librte_common_mlx5.so.23.1.symbols'.
[755/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_logs.c.o'.
[756/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat at sta -Idrivers -I../drivers -Idrivers/common/qat -I../drivers/common/qat -I../drivers/common/qat/qat_adf -I../drivers/common/qat/../../crypto/qat -I../drivers/common/qat/../../compress/qat -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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/pci -I../lib/pci -Ilib/cryptodev -I../lib/cryptodev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/compressdev -I../lib/compressdev -Ilib/security -I../lib/security -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 -DBUILD_QAT_SYM -DBUILD_QAT_ASYM -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.qat -MD -MQ 'drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat at sta/common_qat_qat_qp.c.o' -c ../drivers/common/qat/qat_qp.c
../drivers/common/qat/qat_qp.c: In function 'qat_cq_get_fw_cipher_crc_cap':
../drivers/common/qat/qat_qp.c:980:9: error: missing braces around initializer [-Werror=missing-braces]
struct icp_qat_fw_la_bulk_req cipher_crc_cap_msg = {0};
^
../drivers/common/qat/qat_qp.c:980:9: error: (near initialization for 'cipher_crc_cap_msg.comn_hdr') [-Werror=missing-braces]
../drivers/common/qat/qat_qp.c:981:9: error: missing braces around initializer [-Werror=missing-braces]
struct icp_qat_fw_comn_resp response = {0};
^
../drivers/common/qat/qat_qp.c:981:9: error: (near initialization for 'response.comn_hdr') [-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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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)

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

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

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)

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

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

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

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