* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:06 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:06 UTC (permalink / raw)
To: Test Report
Cc: Kevin O'Sullivan, dpdklab, David Marchand, Thomas Monjalon,
Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 1:56 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 1:56 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
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)
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 Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 1:43 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 1:43 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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@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@sha/librte_common_mlx5.so.23.1.symbols'.
[755/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[756/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 1:00 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 1:00 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:58 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:58 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:57 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:57 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:57 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:57 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:54 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:54 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:53 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:53 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:50 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:50 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+===============================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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 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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:48 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:48 UTC (permalink / raw)
To: Test Report
Cc: Kevin O'Sullivan, dpdklab, David Marchand, Thomas Monjalon,
Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+===============================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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
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 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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:37 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:37 UTC (permalink / raw)
To: Test Report
Cc: Kevin O'Sullivan, dpdklab, David Marchand, Thomas Monjalon,
Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+===============================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Debian Buster | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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 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 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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:34 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:34 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
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)
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
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
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 Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:34 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:34 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:34 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:34 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+===============================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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 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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:33 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:33 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+===============================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+-------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:33 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:33 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:31 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:31 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:19 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:19 UTC (permalink / raw)
To: Test Report
Cc: Kevin O'Sullivan, dpdklab, David Marchand, Thomas Monjalon,
Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:18 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:18 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+===============================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+-------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[729/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[730/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
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
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)
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:18 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:18 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
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
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-09 0:00 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-09 0:00 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-08 23:57 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-08 23:57 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-08 23:53 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-08 23:53 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.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/25642/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-08 23:45 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-08 23:45 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-08 23:42 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-08 23:42 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-08 23:42 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-08 23:42 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 |
+------------------+--------------------+
| CentOS Stream 8 | PASS |
+------------------+--------------------+
| Ubuntu 22.04 | PASS |
+------------------+--------------------+
| Debian Buster | PASS |
+------------------+--------------------+
| CentOS Stream 9 | PASS |
+------------------+--------------------+
| RHEL 7 | FAIL |
+------------------+--------------------+
| Debian Bullseye | PASS |
+------------------+--------------------+
| RHEL8 | PASS |
+------------------+--------------------+
| Ubuntu 20.04 | 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@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@sha/librte_common_mlx5.so.23.1.symbols'.
[755/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[756/3176] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
* |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check
@ 2023-03-08 23:30 dpdklab
0 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2023-03-08 23:30 UTC (permalink / raw)
To: Test Report
Cc: dpdklab, David Marchand, Thomas Monjalon, Kevin O'Sullivan
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124856
_Testing issues_
Submitter: Kevin O'Sullivan <kevin.osullivan@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 | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native | PASS | SKIPPED | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[728/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[729/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_mlx5@sta/common_mlx5_linux_mlx5_glue.c.o'.
[730/3148] Linking static target drivers/libtmp_rte_common_mlx5.a.
[731/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_common_qat@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@sta/common_qat_qat_qp.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@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
[732/3148] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[733/3148] Generating rte_common_mlx5.pmd.c with a custom command.
[734/3148] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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
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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-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)
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/
^ permalink raw reply [flat|nested] 28+ messages in thread
end of thread, other threads:[~2023-03-09 1:56 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 0:06 |FAILURE| pw124855-124856 [PATCH] [2/2] crypto/qat: added cipher-crc cap check dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-03-09 1:56 dpdklab
2023-03-09 1:43 dpdklab
2023-03-09 1:00 dpdklab
2023-03-09 0:58 dpdklab
2023-03-09 0:57 dpdklab
2023-03-09 0:57 dpdklab
2023-03-09 0:54 dpdklab
2023-03-09 0:53 dpdklab
2023-03-09 0:50 dpdklab
2023-03-09 0:48 dpdklab
2023-03-09 0:37 dpdklab
2023-03-09 0:34 dpdklab
2023-03-09 0:34 dpdklab
2023-03-09 0:34 dpdklab
2023-03-09 0:33 dpdklab
2023-03-09 0:33 dpdklab
2023-03-09 0:31 dpdklab
2023-03-09 0:19 dpdklab
2023-03-09 0:18 dpdklab
2023-03-09 0:18 dpdklab
2023-03-09 0:00 dpdklab
2023-03-08 23:57 dpdklab
2023-03-08 23:53 dpdklab
2023-03-08 23:45 dpdklab
2023-03-08 23:42 dpdklab
2023-03-08 23:42 dpdklab
2023-03-08 23:30 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).