[openssl-commits] Build failed in Jenkins: master_make_errors #1887
openssl.sanity at gmail.com
openssl.sanity at gmail.com
Tue Jul 19 09:12:49 UTC 2016
See <https://openssl-sanity.cisco.com:8443/job/master_make_errors/1887/changes>
Changes:
[steve] Fix print of ASN.1 BIGNUM type.
[Richard Levitte] build.info: implement PROGRAM_NO_INST, and dito for ENGINES, SCRIPTS,
[Richard Levitte] Document the _NO_INST variants
[Richard Levitte] Adapt the build files to the new "install" hash table
[Richard Levitte] Use _NO_INST in some build.info files
[Richard Levitte] Don't make a difference between building test programs and other
[Matt Caswell] Reduce the scope of some variables in tls_process_client_key_exchange()
[Matt Caswell] Split out PSK preamble and RSA from process CKE code
[Matt Caswell] Split out DHE from process CKE code
[Matt Caswell] Split out ECDHE from process CKE code
[Matt Caswell] Split out GOST from process CKE code
[Matt Caswell] Remove the f_err lable from tls_process_client_key_exchange()
[Matt Caswell] Errors fix up following break up of CKE processing
[Matt Caswell] Fix bug with s2n et al macros
[Matt Caswell] Narrow the scope of local variables in
[Matt Caswell] Split out CKE construction PSK pre-amble and RSA into a separate
[Matt Caswell] Split out DHE CKE construction into a separate function
[Matt Caswell] Split out DHE CKE construction into a separate function
[Matt Caswell] Split out GOST CKE construction into a separate function
[Matt Caswell] Split out SRP CKE construction into a separate function
[Matt Caswell] Some tidy ups after the CKE construction refactor
[Matt Caswell] Fix up error codes after splitting up tls_construct_key_exchange()
[Matt Caswell] Refactor Identity Hint handling
[steve] Check and print out boolean type properly.
------------------------------------------
Started by upstream project "master_basic" build number 2001
originally caused by:
Started by an SCM change
Building on master in workspace <https://openssl-sanity.cisco.com:8443/job/master_make_errors/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/openssl/openssl.git
> git init <https://openssl-sanity.cisco.com:8443/job/master_make_errors/ws/> # timeout=10
Fetching upstream changes from https://github.com/openssl/openssl.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/openssl/openssl.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/openssl/openssl.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/openssl/openssl.git # timeout=10
Fetching upstream changes from https://github.com/openssl/openssl.git
> git -c core.askpass=true fetch --tags --progress https://github.com/openssl/openssl.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ad72d9fdf7709ddb97a58d7d45d755e6e0504b96 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ad72d9fdf7709ddb97a58d7d45d755e6e0504b96
> git rev-list 23dd09b5e96039300ba0196c122046d1d0b31af1 # timeout=10
[master_make_errors] $ /bin/sh -xe /tmp/hudson6266040624005599805.sh
+ ./config
Operating system: x86_64-whatever-linux2
Configuring for linux-x86_64
Configuring OpenSSL version 1.1.0-pre6-dev (0x0x10100006L)
no-asan [default] OPENSSL_NO_ASAN (skip dir)
no-crypto-mdebug [default] OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
no-crypto-mdebug-backtrace [default] OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
no-egd [default] OPENSSL_NO_EGD (skip dir)
no-fuzz-afl [default] OPENSSL_NO_FUZZ_AFL (skip dir)
no-fuzz-libfuzzer [default] OPENSSL_NO_FUZZ_LIBFUZZER (skip dir)
no-heartbeats [default] OPENSSL_NO_HEARTBEATS (skip dir)
no-md2 [default] OPENSSL_NO_MD2 (skip dir)
no-rc5 [default] OPENSSL_NO_RC5 (skip dir)
no-sctp [default] OPENSSL_NO_SCTP (skip dir)
no-ssl-trace [default] OPENSSL_NO_SSL_TRACE (skip dir)
no-ssl3 [default] OPENSSL_NO_SSL3 (skip dir)
no-ssl3-method [default] OPENSSL_NO_SSL3_METHOD (skip dir)
no-ubsan [default] OPENSSL_NO_UBSAN (skip dir)
no-unit-test [default] OPENSSL_NO_UNIT_TEST (skip dir)
no-weak-ssl-ciphers [default] OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir)
no-zlib [default]
no-zlib-dynamic [default]
Configuring for linux-x86_64
CC =gcc
CFLAG =-Wall -O3 -pthread -m64 -DL_ENDIAN -Wa,--noexecstack
SHARED_CFLAG =-fPIC
DEFINES =DSO_DLFCN HAVE_DLFCN_H NDEBUG OPENSSL_THREADS OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2 OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM ECP_NISTZ256_ASM POLY1305_ASM
LFLAG =
PLIB_LFLAG =
EX_LIBS =-ldl
APPS_OBJ =
CPUID_OBJ =x86_64cpuid.o
UPLINK_OBJ =
BN_ASM =asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o
EC_ASM =ecp_nistz256.o ecp_nistz256-x86_64.o
DES_ENC =des_enc.o fcrypt_b.o
AES_ENC =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o
BF_ENC =bf_enc.o
CAST_ENC =c_enc.o
RC4_ENC =rc4-x86_64.o rc4-md5-x86_64.o
RC5_ENC =rc5_enc.o
MD5_OBJ_ASM =md5-x86_64.o
SHA1_OBJ_ASM =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o sha1-mb-x86_64.o sha256-mb-x86_64.o
RMD160_OBJ_ASM=
CMLL_ENC =cmll-x86_64.o cmll_misc.o
MODES_OBJ =ghash-x86_64.o aesni-gcm-x86_64.o
PADLOCK_OBJ =e_padlock-x86_64.o
CHACHA_ENC =chacha-x86_64.o
POLY1305_OBJ =poly1305-x86_64.o
BLAKE2_OBJ =
PROCESSOR =
RANLIB =ranlib
ARFLAGS =
PERL =/usr/bin/perl
SIXTY_FOUR_BIT_LONG mode
Configured for linux-x86_64.
+ make depend
+ make errors
( cd .; /usr/bin/perl util/ck_errf.pl -strict */*.c */*/*.c )
FATAL: error discrepancy
ssl/statem/statem_clnt.c:271:ossl_statem_client_read_transition:read_state_machine
ssl/statem/statem_srvr.c:116:ossl_statem_server_read_transition:read_state_machine
ssl/statem/statem_srvr.c:217:ossl_statem_server_read_transition:read_state_machine
make: *** [errors] Error 1
Build step 'Execute shell' marked build as failure
More information about the openssl-commits
mailing list