[openssl-commits] Build failed in Jenkins: master_basic #1906

openssl.sanity at gmail.com openssl.sanity at gmail.com
Wed May 25 11:09:12 UTC 2016


See <https://openssl-sanity.cisco.com:8443/job/master_basic/1906/changes>

Changes:

[Richard Levitte] Configure: To allow file names with spaces, tokenize with respect for

[Richard Levitte] build.info files: add quotes around any spec that may contain spaces

------------------------------------------
[...truncated 924 lines...]
                                                        ^
include/openssl/lhash.h:119:25: warning: empty declaration [enabled by default]
 # define LHASH_OF(type) struct lhash_st_##type
                         ^
include/openssl/lhash.h:179:5: note: in expansion of macro ‘LHASH_OF’
     LHASH_OF(type)
     ^
crypto/include/internal/cryptlib.h:38:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(APP_INFO);
 ^
In file included from crypto/aes/aes_ige.c:10:0:
crypto/include/internal/cryptlib.h:39:23: error: storage class specified for parameter ‘MEM’
 typedef struct mem_st MEM;
                       ^
In file included from include/openssl/err.h:22:0,
                 from crypto/include/internal/cryptlib.h:26,
                 from crypto/aes/aes_ige.c:10:
include/openssl/lhash.h:119:25: warning: empty declaration [enabled by default]
 # define LHASH_OF(type) struct lhash_st_##type
                         ^
include/openssl/lhash.h:122:5: note: in expansion of macro ‘LHASH_OF’
     LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
crypto/include/internal/cryptlib.h:40:17: warning: type defaults to ‘int’ in declaration of ‘MEM’ [-Wimplicit-int]
 DEFINE_LHASH_OF(MEM);
                 ^
include/openssl/lhash.h:124:52: note: in definition of macro ‘DEFINE_LHASH_OF’
         lh_##type##_new(unsigned long (*hfn)(const type *), \
                                                    ^
include/openssl/lhash.h:124:57: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
         lh_##type##_new(unsigned long (*hfn)(const type *), \
                                                         ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:125:25: error: expected ‘;’, ‘,’ or ‘)’ before ‘int’
                         int (*cfn)(const type *, const type *)) \
                         ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:131:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:134:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
     static ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
                             ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:138:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
     static ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
                             ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:142:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
     static ossl_inline type *lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \
                             ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:147:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:151:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:155:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:159:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:163:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:167:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
include/openssl/lhash.h:171:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
     { \
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
crypto/include/internal/cryptlib.h:40:17: error: expected declaration specifiers or ‘...’ before ‘MEM’
 DEFINE_LHASH_OF(MEM);
                 ^
include/openssl/lhash.h:175:56: note: in definition of macro ‘DEFINE_LHASH_OF’
                                          void (*doall)(type *)) \
                                                        ^
include/openssl/lhash.h:119:25: warning: empty declaration [enabled by default]
 # define LHASH_OF(type) struct lhash_st_##type
                         ^
include/openssl/lhash.h:179:5: note: in expansion of macro ‘LHASH_OF’
     LHASH_OF(type)
     ^
crypto/include/internal/cryptlib.h:40:1: note: in expansion of macro ‘DEFINE_LHASH_OF’
 DEFINE_LHASH_OF(MEM);
 ^
In file included from crypto/aes/aes_ige.c:10:0:
crypto/include/internal/cryptlib.h:65:21: error: storage class specified for parameter ‘OPENSSL_ia32cap_P’
 extern unsigned int OPENSSL_ia32cap_P[];
                     ^
crypto/include/internal/cryptlib.h:67:12: error: storage class specified for parameter ‘OPENSSL_NONPIC_relocated’
 extern int OPENSSL_NONPIC_relocated;
            ^
In file included from crypto/aes/aes_ige.c:12:0:
include/openssl/aes.h:31:1: warning: empty declaration [enabled by default]
 struct aes_key_st {
 ^
include/openssl/aes.h:39:27: error: storage class specified for parameter ‘AES_KEY’
 typedef struct aes_key_st AES_KEY;
                           ^
include/openssl/aes.h:44:25: error: expected declaration specifiers or ‘...’ before ‘AES_KEY’
                         AES_KEY *key);
                         ^
include/openssl/aes.h:46:25: error: expected declaration specifiers or ‘...’ before ‘AES_KEY’
                         AES_KEY *key);
                         ^
include/openssl/aes.h:49:24: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                  const AES_KEY *key);
                        ^
include/openssl/aes.h:49:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                  const AES_KEY *key);
                                ^
include/openssl/aes.h:51:24: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                  const AES_KEY *key);
                        ^
include/openssl/aes.h:51:32: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                  const AES_KEY *key);
                                ^
include/openssl/aes.h:54:28: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                      const AES_KEY *key, const int enc);
                            ^
include/openssl/aes.h:54:36: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                      const AES_KEY *key, const int enc);
                                    ^
include/openssl/aes.h:56:43: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                      size_t length, const AES_KEY *key,
                                           ^
include/openssl/aes.h:56:51: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                      size_t length, const AES_KEY *key,
                                                   ^
include/openssl/aes.h:59:46: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                         size_t length, const AES_KEY *key,
                                              ^
include/openssl/aes.h:59:54: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                         size_t length, const AES_KEY *key,
                                                      ^
include/openssl/aes.h:62:44: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                       size_t length, const AES_KEY *key,
                                            ^
include/openssl/aes.h:62:52: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                       size_t length, const AES_KEY *key,
                                                    ^
include/openssl/aes.h:65:44: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                       size_t length, const AES_KEY *key,
                                            ^
include/openssl/aes.h:65:52: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                       size_t length, const AES_KEY *key,
                                                    ^
include/openssl/aes.h:68:46: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                         size_t length, const AES_KEY *key,
                                              ^
include/openssl/aes.h:68:54: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                         size_t length, const AES_KEY *key,
                                                      ^
include/openssl/aes.h:72:43: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                      size_t length, const AES_KEY *key,
                                           ^
include/openssl/aes.h:72:51: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                      size_t length, const AES_KEY *key,
                                                   ^
include/openssl/aes.h:76:46: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                         size_t length, const AES_KEY *key,
                                              ^
include/openssl/aes.h:76:54: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                         size_t length, const AES_KEY *key,
                                                      ^
include/openssl/aes.h:80:18: error: expected declaration specifiers or ‘...’ before ‘AES_KEY’
 int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
                  ^
include/openssl/aes.h:83:20: error: expected declaration specifiers or ‘...’ before ‘AES_KEY’
 int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
                    ^
In file included from crypto/aes/aes_ige.c:13:0:
crypto/aes/aes_locl.h:30:22: error: storage class specified for parameter ‘u32’
 typedef unsigned int u32;
                      ^
crypto/aes/aes_locl.h:32:24: error: storage class specified for parameter ‘u16’
 typedef unsigned short u16;
                        ^
crypto/aes/aes_locl.h:33:23: error: storage class specified for parameter ‘u8’
 typedef unsigned char u8;
                       ^
crypto/aes/aes_ige.c:18:3: error: storage class specified for parameter ‘aes_block_t’
 } aes_block_t;
   ^
crypto/aes/aes_ige.c:38:43: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                      size_t length, const AES_KEY *key,
                                           ^
crypto/aes/aes_ige.c:38:51: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                      size_t length, const AES_KEY *key,
                                                   ^
crypto/aes/aes_ige.c:167:46: warning: type defaults to ‘int’ in declaration of ‘AES_KEY’ [-Wimplicit-int]
                         size_t length, const AES_KEY *key,
                                              ^
crypto/aes/aes_ige.c:167:54: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
                         size_t length, const AES_KEY *key,
                                                      ^
In file included from crypto/include/internal/cryptlib.h:25:0,
                 from crypto/aes/aes_ige.c:10:
include/openssl/bio.h:672:1: error: old-style parameter declarations in prototyped function definition
 DEPRECATEDIN_1_1_0(struct hostent *BIO_gethostbyname(const char *name))
 ^
crypto/aes/aes_ige.c:281:1: error: expected ‘{’ at end of input
 }
 ^
crypto/aes/aes_ige.c:281:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
make: *** [crypto/aes/aes_ige.o] Error 1
Build step 'Execute shell' marked build as failure


More information about the openssl-commits mailing list