* [dpdk-test-report] |FAILURE| pw17684 [PATCH] use generated flags for SSE and AVX checks
@ 2016-12-06 5:28 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2016-12-06 5:28 UTC (permalink / raw)
To: test-report; +Cc: thomas.monjalon
[-- Attachment #1: Type: text/plain, Size: 18839 bytes --]
Test-Label: Intel Per-patch compilation check
Test-Status: FAILURE
http://www.dpdk.org/dev/patchwork/patch/17684
Submitter: Thomas Monjalon <thomas.monjalon@6wind.com>
Date: Mon, 5 Dec 2016 16:34:18 +0100
DPDK git baseline: Repo:dpdk, Branch:master, CommitID:5d8f0baf69ea1462c8cc32729c789f7278bf3dc2
Patch17684-17684 --> compile error
Build Summary: 18 Builds Done, 17 Successful, 1 Failures
Test environment and configuration as below:
OS: FreeBSD10.3_64
Kernel Version:10.3-RELEASE
CPU info:CPU: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.97-MHz K8-class CPU)
GCC Version:gcc (FreeBSD Ports Collection) 4.8.5
Clang Version:3.4.1
x86_64-native-bsdapp-clang
x86_64-native-bsdapp-gcc
OS: RHEL7.2_64
Kernel Version:3.10.0-327.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-4)
Clang Version:3.4.2
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
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.4) 5.4.0 20160609
Clang Version:3.8.0
i686-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
x86_64-native-linuxapp-gcc
OS: CentOS7_64
Kernel Version:3.10.0-327.el7.x86_64
CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Clang Version:3.4.2
i686-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
x86_64-native-linuxapp-gcc
OS: FC24_64
Kernel Version:4.8.6-201.fc24.x86_64
CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version:gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version:3.8.0
x86_64-native-linuxapp-gcc
i686-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
x86_64-native-linuxapp-gcc-debug
Failed Build #1:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-clang
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:36:14: error: unknown type name 'rte_ymm_t'; did you mean 'rte_xmm_t'?
static const rte_ymm_t ymm_match_mask = {
^~~~~~~~~
rte_xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:89:3: note: 'rte_xmm_t' declared here
} rte_xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:42:3: warning: excess elements in array initializer
RTE_ACL_NODE_MATCH,
^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl.h:66:28: note: expanded from macro 'RTE_ACL_NODE_MATCH'
#define RTE_ACL_NODE_MATCH (4U << RTE_ACL_TYPE_SHIFT)
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:49:14: error: unknown type name 'rte_ymm_t'; did you mean 'rte_xmm_t'?
static const rte_ymm_t ymm_index_mask = {
^~~~~~~~~
rte_xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:89:3: note: 'rte_xmm_t' declared here
} rte_xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:55:3: warning: excess elements in array initializer
RTE_ACL_NODE_INDEX,
^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run.h:51:28: note: expanded from macro 'RTE_ACL_NODE_INDEX'
#define RTE_ACL_NODE_INDEX ((uint32_t)~RTE_ACL_NODE_TYPE)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:62:14: error: unknown type name 'rte_ymm_t'; did you mean 'rte_xmm_t'?
static const rte_ymm_t ymm_shuffle_input = {
^~~~~~~~~
rte_xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:89:3: note: 'rte_xmm_t' declared here
} rte_xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:65:3: warning: excess elements in array initializer
0x00000000, 0x04040404, 0x08080808, 0x0c0c0c0c,
^~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:69:14: error: unknown type name 'rte_ymm_t'; did you mean 'rte_xmm_t'?
static const rte_ymm_t ymm_ones_16 = {
^~~~~~~~~
rte_xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:89:3: note: 'rte_xmm_t' declared here
} rte_xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:72:3: warning: excess elements in array initializer
1, 1, 1, 1, 1, 1, 1, 1,
^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:76:14: error: unknown type name 'rte_ymm_t'; did you mean 'rte_xmm_t'?
static const rte_ymm_t ymm_range_base = {
^~~~~~~~~
rte_xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:89:3: note: 'rte_xmm_t' declared here
} rte_xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:79:3: warning: excess elements in array initializer
0xffffff00, 0xffffff04, 0xffffff08, 0xffffff0c,
^~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:89:46: error: unknown type name 'ymm_t'; did you mean 'xmm_t'?
static inline __attribute__((always_inline)) ymm_t
^~~~~
xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:77:17: note: 'xmm_t' declared here
typedef __m128i xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:90:13: error: unknown type name 'ymm_t'; did you mean 'xmm_t'?
transition8(ymm_t next_input, const uint64_t *trans, ymm_t *tr_lo, ymm_t *tr_hi)
^~~~~
xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:77:17: note: 'xmm_t' declared here
typedef __m128i xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:90:54: error: unknown type name 'ymm_t'; did you mean 'xmm_t'?
transition8(ymm_t next_input, const uint64_t *trans, ymm_t *tr_lo, ymm_t *tr_hi)
^~~~~
xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:77:17: note: 'xmm_t' declared here
typedef __m128i xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:90:68: error: unknown type name 'ymm_t'; did you mean 'xmm_t'?
transition8(ymm_t next_input, const uint64_t *trans, ymm_t *tr_lo, ymm_t *tr_hi)
^~~~~
xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:77:17: note: 'xmm_t' declared here
typedef __m128i xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:93:2: error: unknown type name 'ymm_t'; did you mean 'xmm_t'?
ymm_t addr;
^~~~~
xmm_t
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_vect.h:77:17: note: 'xmm_t' declared here
typedef __m128i xmm_t;
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_xor_si256' is invalid in C99 [-Wimplicit-function-declaration]
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:80:6: note: expanded from macro 'ACL_TR_CALC_ADDR'
t = _##P##_xor_si##S(index_mask, index_mask); \
^
<scratch space>:152:1: note: expanded from here
_mm256_xor_si256
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:52: error: no member named 'y' in 'union rte_xmm'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
~~~~~~~~~~~~~~ ^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:80:23: note: expanded from macro 'ACL_TR_CALC_ADDR'
t = _##P##_xor_si##S(index_mask, index_mask); \
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_shuffle_epi8' is invalid in C99 [-Wimplicit-function-declaration]
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:81:7: note: expanded from macro 'ACL_TR_CALC_ADDR'
in = _##P##_shuffle_epi8(next_input, shuffle_input); \
^
<scratch space>:152:1: note: expanded from here
_mm256_shuffle_epi8
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:99:21: error: no member named 'y' in 'union rte_xmm'
ymm_shuffle_input.y, ymm_ones_16.y, ymm_range_base.y,
~~~~~~~~~~~~~~~~~ ^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:81:39: note: expanded from macro 'ACL_TR_CALC_ADDR'
in = _##P##_shuffle_epi8(next_input, shuffle_input); \
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_andnot_si256' is invalid in C99 [-Wimplicit-function-declaration]
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:84:14: note: expanded from macro 'ACL_TR_CALC_ADDR'
node_type = _##P##_andnot_si##S(index_mask, tr_lo); \
^
<scratch space>:152:1: note: expanded from here
_mm256_andnot_si256
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:52: error: no member named 'y' in 'union rte_xmm'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
~~~~~~~~~~~~~~ ^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:84:34: note: expanded from macro 'ACL_TR_CALC_ADDR'
node_type = _##P##_andnot_si##S(index_mask, tr_lo); \
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_and_si256' is invalid in C99 [-Wimplicit-function-declaration]
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:85:9: note: expanded from macro 'ACL_TR_CALC_ADDR'
addr = _##P##_and_si##S(index_mask, tr_lo); \
^
<scratch space>:152:1: note: expanded from here
_mm256_and_si256
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:52: error: no member named 'y' in 'union rte_xmm'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
~~~~~~~~~~~~~~ ^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:85:26: note: expanded from macro 'ACL_TR_CALC_ADDR'
addr = _##P##_and_si##S(index_mask, tr_lo); \
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_cmpeq_epi32' is invalid in C99 [-Wimplicit-function-declaration]
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:88:12: note: expanded from macro 'ACL_TR_CALC_ADDR'
dfa_msk = _##P##_cmpeq_epi32(node_type, t); \
^
<scratch space>:152:1: note: expanded from here
_mm256_cmpeq_epi32
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: error: assigning to 'typeof (addr)' (aka '__m128i') from incompatible type 'int'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:88:10: note: expanded from macro 'ACL_TR_CALC_ADDR'
dfa_msk = _##P##_cmpeq_epi32(node_type, t); \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_srli_epi32' is invalid in C99 [-Wimplicit-function-declaration]
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:91:6: note: expanded from macro 'ACL_TR_CALC_ADDR'
r = _##P##_srli_epi32(in, 30); \
^
<scratch space>:152:1: note: expanded from here
_mm256_srli_epi32
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: error: assigning to 'typeof (addr)' (aka '__m128i') from incompatible type 'int'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:91:4: note: expanded from macro 'ACL_TR_CALC_ADDR'
r = _##P##_srli_epi32(in, 30); \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_add_epi8' is invalid in C99 [-Wimplicit-function-declaration]
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:92:6: note: expanded from macro 'ACL_TR_CALC_ADDR'
r = _##P##_add_epi8(r, range_base); \
^
<scratch space>:152:1: note: expanded from here
_mm256_add_epi8
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:99:54: error: no member named 'y' in 'union rte_xmm'
ymm_shuffle_input.y, ymm_ones_16.y, ymm_range_base.y,
~~~~~~~~~~~~~~ ^
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:92:25: note: expanded from macro 'ACL_TR_CALC_ADDR'
r = _##P##_add_epi8(r, range_base); \
^
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: error: assigning to 'typeof (addr)' (aka '__m128i') from incompatible type 'int'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:93:4: note: expanded from macro 'ACL_TR_CALC_ADDR'
t = _##P##_srli_epi32(in, 24); \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: error: assigning to 'typeof (addr)' (aka '__m128i') from incompatible type 'int'
ACL_TR_CALC_ADDR(mm256, 256, addr, ymm_index_mask.y, next_input,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:94:4: note: expanded from macro 'ACL_TR_CALC_ADDR'
r = _##P##_shuffle_epi8(tr_hi, r); \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.c:35:
/home/patchWorkOrg/compilation/lib/librte_acl/acl_run_avx2.h:98:2: warning: implicit declaration of function '_mm256_sub_epi32' is invalid in C99 [-Wimplicit-function-declaration]
/home/patchWorkOrg/compilation/lib/librte_acl/acl_vect.h:96:12: note: expanded from macro 'ACL_TR_CALC_ADDR'
dfa_ofs = _##P##_sub_epi32(t, r); \
^
<scratch space>:152:1: note: expanded from here
_mm256_sub_epi32
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
13 warnings and 20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'acl_run_avx2.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'librte_acl' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'lib' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:126: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:101: recipe for target 'install' failed
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-06 5:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06 5:28 [dpdk-test-report] |FAILURE| pw17684 [PATCH] use generated flags for SSE and AVX checks 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).