automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw63754[v2, 2/2] test/crypto: add more tests for mixed encypted-digest
@ 2020-01-24  9:36 sys_stv
  0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2020-01-24  9:36 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 2402 bytes --]

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/63754

_apply issues_

Submitter: Adam Dybkowski <adamx.dybkowski@intel.com>
Date: 2019-12-11 14:09:35
Reply_mail: 20191211140935.9503-3-adamx.dybkowski@intel.com
DPDK git baseline:
	Repo:dpdk-next-crypto, CommitID: 2b56021fa5fd35e046894ec1ee45dac6bd255744
	Repo:dpdk, CommitID: c465e6b94be343303303f26b95f3c2ae4969063e

*Repo: dpdk-next-crypto
1. Clang requires braces around initialization of subobject.
    2. Clang complains implicit conversion of enumeration type.
    
    Trapped issue with Clang version 8.0 and CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO
    was set.
    Error messages:
    rte_armv8_pmd.c:144:2: error: suggest braces around initialization of
     subobject [-Werror,-Wmissing-braces]
            NULL
            ^~~~
            {   }
--
Checking patch app/test/test_cryptodev.c...
error: while searching for:
process_crypto_request(uint8_t dev_id, struct rte_crypto_op *op)
{
	if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) {
		printf("Error sending packet for encryption");
		return NULL;
	}


error: patch failed: app/test/test_cryptodev.c:143
error: app/test/test_cryptodev.c: patch does not apply
Checking patch app/test/test_cryptodev_mixed_test_vectors.h...
error: while searching for:
			0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
			0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
--
		.len_bits = 128 << 3,
	},
	.ciphertext = {
		.data = {

error: patch failed: app/test/test_cryptodev_mixed_test_vectors.h:126
error: app/test/test_cryptodev_mixed_test_vectors.h: patch does not apply
*Repo: dpdk
Checking patch app/test/test_cryptodev.c...
error: while searching for:
process_crypto_request(uint8_t dev_id, struct rte_crypto_op *op)
{
	if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) {
		printf("Error sending packet for encryption");
		return NULL;
	}


error: patch failed: app/test/test_cryptodev.c:143
error: app/test/test_cryptodev.c: patch does not apply
Checking patch app/test/test_cryptodev_mixed_test_vectors.h...
error: while searching for:
			0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
			0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A, 0x5A,
--
		.len_bits = 128 << 3,
	},
	.ciphertext = {
		.data = {

error: patch failed: app/test/test_cryptodev_mixed_test_vectors.h:126
error: app/test/test_cryptodev_mixed_test_vectors.h: patch does not apply

DPDK STV team

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

* [dpdk-test-report]  |FAILURE| pw63754[v2, 2/2] test/crypto: add more tests for mixed encypted-digest
@ 2019-12-12  9:01 sys_stv
  0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2019-12-12  9:01 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 10565 bytes --]

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/63754

_Compilation issues_

Submitter: Adam Dybkowski <adamx.dybkowski@intel.com>
Date: 2019-12-11 14:09:35
Reply_mail: 20191211140935.9503-3-adamx.dybkowski@intel.com
DPDK git baseline: Repo:dpdk-next-crypto, CommitID: aef1d0733179afb56916e95058a4f1398b81af04

Makefile build Summary: 22 Builds Done, 21 Successful, 1 Failures

Meson build Summary: 8 Builds Done, 7 Successful, 1 Failures

               +==============================================+===========+==========+
               |                   Makefile                   |   Meson   | Document |
+----------------+------+-------+------+------------+-----------+-----------+----------+
| os             | gcc  | clang | icc  | gcc+shared | gcc+debug | gcc/clang | pdf/html |
+----------------+------+-------+------+------------+-----------+-----------+----------+
| UB1804-64      | pass | pass  | pass |            |           | pass      | pass     |
| UB1604-32      | pass |       |      |            |           | pass      |          |
| CENTOS77-64    | pass | pass  | pass | pass       | pass      | FAIL      |          |
| UB1604-64      | pass | pass  |      |            |           |           |          |
| FC30-64        | FAIL |       |      |            |           |           |          |
| WIN10-64       |      |       |      |            |           | pass      |          |
| UB1910-64      | pass |       |      |            |           |           |          |
| FC31-64        | pass | pass  |      |            |           | pass      |          |
| RHEL80-64      | pass |       |      |            |           |           |          |
| FreeBSD1201-64 | pass | FAIL  |      | pass       | pass      | pass      |          |
| RHEL77-64      | pass |       |      |            |           |           |          |
| SUSE15-64      | pass | pass  |      |            |           | pass      |          |
+----------------+------+-------+------+------------+-----------+-----------+----------+

Test environment and configuration as below:

** Makefile build **


OS: UB1804-64
	Kernel Version: 4.15.0-20-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 7.3.0-16ubuntu3) 7.3.0
	Clang Version: 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-icc
	x86_64-native-linuxapp-gcc


OS: UB1604-32
	Kernel Version: 4.4.0-131-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	i686-native-linuxapp-gcc


OS: CENTOS77-64
	Kernel Version: 3.10.0-1062.9.1.el7.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-gcc+shared
	x86_64-native-linuxapp-gcc+debug
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-icc


OS: UB1910-64
	Kernel Version: 5.3.0-18-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008
	Clang Version: 9.0.0-2 (tags/RELEASE_900/final)
	x86_64-native-linuxapp-gcc


OS: UB1604-64
	Kernel Version: 4.4.0-47-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc


OS: FC31-64
	Kernel Version: 5.3.14-300.fc31.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)
	Clang Version: 9.0.0 (Fedora 9.0.0-1.fc31)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang


OS: RHEL80-64
	Kernel Version: 4.18.0-80.el8.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
	Clang Version: 6.0.1 (tags/RELEASE_601/final)
	x86_64-native-linuxapp-gcc


OS: FreeBSD1201-64
	Kernel Version: 12.1-RELEASE
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.98-MHz K8-class CPU)
	GCC Version: gcc (FreeBSD Ports Collection) 9.2.0
	Clang Version: 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
	x86_64-native-bsdapp-clang
	x86_64-native-bsdapp-gcc+debug
	x86_64-native-bsdapp-gcc+shared
	x86_64-native-bsdapp-gcc


OS: RHEL77-64
	Kernel Version: 3.10.0-1062.9.1.el7.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-gcc


OS: SUSE15-64
	Kernel Version: 4.12.14-lp150.11-default
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (SUSE Linux) 7.3.1 20180323 [gcc-7-branch revision 258812]
	Clang Version: 5.0.1 (tags/RELEASE_501/final 312548)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang


** Meson build **


OS: UB1804-64
	Kernel Version: 4.15.0-20-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
	Clang Version: 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
	x86_64-native-linuxapp-doc
	./build-gcc-static
	./build-gcc-shared
	./build-clang-static
	./build-clang-shared
	./build-x86-default


OS: UB1604-32
	Kernel Version: 4.4.0-131-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	./build-gcc-static
	./build-gcc-shared
	./build-clang-static
	./build-clang-shared
	./build-x86-default


OS: CENTOS77-64
	Kernel Version: 3.10.0-1062.9.1.el7.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	./build-gcc-static
	./build-gcc-shared
	./build-clang-static
	./build-clang-shared
	./build-x86-default


OS: WIN10-64
	Kernel Version: N/A
	CPU info: N/A
	GCC Version: N/A
	Clang Version: Clang 8.0.0
	x86_64-windows-clang


OS: FC31-64
	Kernel Version: 5.3.14-300.fc31.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)
	Clang Version: 9.0.0 (Fedora 9.0.0-1.fc31)
	./build-gcc-static
	./build-gcc-shared
	./build-clang-static
	./build-clang-shared
	./build-x86-default


OS: FreeBSD1201-64
	Kernel Version: 12.1-RELEASE
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.97-MHz K8-class CPU)
	GCC Version: gcc (FreeBSD Ports Collection) 9.2.0
	Clang Version: 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
	./build-gcc-static
	./build-gcc-shared
	./build-clang-static
	./build-clang-shared
	./build-x86-default


OS: SUSE15-64
	Kernel Version: 4.12.14-lp150.11-default
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
	GCC Version: gcc (SUSE Linux) 7.3.1 20180323 [gcc-7-branch revision 258812]
	Clang Version: 5.0.1 (tags/RELEASE_501/final 312548)
	./build-gcc-static
	./build-gcc-shared
	./build-clang-static
	./build-clang-shared
	./build-x86-default


*Make Build Failed #1:
OS: FreeBSD1201-64
Target: x86_64-native-bsdapp-clang
  CC axgbe_ethdev.o
  CC isal_compress_pmd.o
  CC bbdev_null.o
  CC bbdev_turbo_software.o
/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/drivers/compress/isal/isal_compress_pmd.c:4:10  CC otx_cryptodev.o
: fatal error: 'isa-l.h' file not found
#include <isa-l.h>  SYMLINK-FILE include/fpga_lte_fec.h

         ^~~~~~~~~
  CC ark_ddm.o
  CC fpga_lte_fec.o
  CC ark_ethdev.o
1  PMDINFO otx_cryptodev.o.pmd.c
 error  CC otx_cryptodev.o.pmd.o
 generated.
gmake[6]: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/internal/rte.compile-pre.mk:116: isal_compress_pmd.o] Error 1
gmake[5]: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/rte.subdir.mk:37: isal] Error 2
gmake[4]: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/rte.subdir.mk:37: compress] Error 2
gmake[4]: *** Waiting for unfinished jobs....
  CC qat_comp_pmd.o
  CC bnx2x_rxtx.o
  LD otx_cryptodev.o
  PMDINFO axgbe_ethdev.o.pmd.c
--
  CC ef10_vpd.o
  CC medford_nic.o
  CC medford2_nic.o
  AR librte_pmd_sfc_efx.a
  INSTALL-LIB librte_pmd_sfc_efx.a
gmake[3]: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/rte.sdkbuild.mk:46: drivers] Error 2
gmake[2]: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/rte.sdkroot.mk:99: all] Error 2
gmake[1]: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/rte.sdkinstall.mk:61: pre_install] Error 2
gmake: *** [/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/mk/rte.sdkroot.mk:77: install] Error 2

*Meson Build Failed #1:
OS: CENTOS77-64
Target:./build-gcc-static
Compiler for C supports arguments -Wno-address-of-packed-member: NO 
Compiler for C supports arguments -Wno-packed-not-aligned: NO 
Compiler for C supports arguments -Wno-missing-field-initializers: YES 
Fetching value of define "__SSE4_2__" :  

config/x86/meson.build:22:1: ERROR: Problem encountered: SSE4.2 instruction set is required for DPDK.
Please set the machine type to "nehalem" or "corei7" or higher value

A full log can be found at /root/CENTOS77-64_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/build-clang-static/meson-logs/meson-log.txt
ninja -C ./build-clang-static
ninja: Entering directory `./build-clang-static'
--
Compiler for C supports arguments -Wno-address-of-packed-member: NO 
Compiler for C supports arguments -Wno-packed-not-aligned: NO 
Compiler for C supports arguments -Wno-missing-field-initializers: YES 
Fetching value of define "__SSE4_2__" :  

config/x86/meson.build:22:1: ERROR: Problem encountered: SSE4.2 instruction set is required for DPDK.
Please set the machine type to "nehalem" or "corei7" or higher value

A full log can be found at /root/CENTOS77-64_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d6cf5feca65546618dd7e2ca6d1fee1a/dpdk/build-clang-shared/meson-logs/meson-log.txt
ninja -C ./build-clang-shared
ninja: Entering directory `./build-clang-shared'

DPDK STV team

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

end of thread, other threads:[~2020-01-24  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  9:36 [dpdk-test-report] |FAILURE| pw63754[v2, 2/2] test/crypto: add more tests for mixed encypted-digest sys_stv
  -- strict thread matches above, loose matches on Subject: below --
2019-12-12  9:01 sys_stv

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).