[openssl-commits] Build failed in Jenkins: master_make_errors #43
address not configured yet
osslsanity at gmail.com
Thu May 11 13:18:06 UTC 2017
See <http://ec2-52-37-178-53.us-west-2.compute.amazonaws.com:8080/job/master_make_errors/43/display/redirect?page=changes>
Changes:
[steve] Add EVP_DigestSign and EVP_DigesVerify
[steve] make update
[matt] Reject unknown warning alerts in TLSv1.3
[matt] Fix some alert codes
[matt] Verify that there is no trailing data after the extensions block
[matt] Fix more alert codes
[matt] Ensure we fail with a decode error alert if the server sends and empty
[matt] Send an illegal parameter alert if the update type in a KeyUpdate is
[matt] Check that a TLSv1.3 encrypted message has an app data content type
[matt] TLSv1.3 alerts cannot be fragmented and only one per record
[matt] TLSv1.3 alert and handshake messages can never be 0 length
[matt] Send a missing_extension alert if key_share/supported groups not present
[matt] Add some checks for trailing data after extension blocks
[matt] Add some extra comments following alert changes
------------------------------------------
Started by upstream project "master_basic" build number 45
originally caused by:
Started by an SCM change
Building in workspace <http://ec2-52-37-178-53.us-west-2.compute.amazonaws.com:8080/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 <http://ec2-52-37-178-53.us-west-2.compute.amazonaws.com:8080/job/master_make_errors/ws/> # timeout=10
Fetching upstream changes from https://github.com/openssl/openssl.git
> git --version # timeout=10
> git 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 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 9010b7bc6ec7ffc6713ad5710d846b197c0ca697 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9010b7bc6ec7ffc6713ad5710d846b197c0ca697
> git rev-list 4f2a569535953b43f7d55ac6df60458dce326221 # timeout=10
[master_make_errors] $ /bin/sh -xe /tmp/jenkins5112193752828713519.sh
+ ./config
Operating system: x86_64-whatever-linux2
Configuring OpenSSL version 1.1.1-dev (0x10101000L)
no-aria [default] OPENSSL_NO_ARIA (skip dir)
no-asan [default] OPENSSL_NO_ASAN
no-crypto-mdebug [default] OPENSSL_NO_CRYPTO_MDEBUG
no-crypto-mdebug-backtrace [default] OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128
no-egd [default] OPENSSL_NO_EGD
no-external-tests [default] OPENSSL_NO_EXTERNAL_TESTS
no-fuzz-afl [default] OPENSSL_NO_FUZZ_AFL
no-fuzz-libfuzzer [default] OPENSSL_NO_FUZZ_LIBFUZZER
no-heartbeats [default] OPENSSL_NO_HEARTBEATS
no-md2 [default] OPENSSL_NO_MD2 (skip dir)
no-msan [default] OPENSSL_NO_MSAN
no-rc5 [default] OPENSSL_NO_RC5 (skip dir)
no-sctp [default] OPENSSL_NO_SCTP
no-ssl-trace [default] OPENSSL_NO_SSL_TRACE
no-ssl3 [default] OPENSSL_NO_SSL3
no-ssl3-method [default] OPENSSL_NO_SSL3_METHOD
no-tls13downgrade [default] OPENSSL_NO_TLS13DOWNGRADE
no-tls1_3 [default] OPENSSL_NO_TLS1_3
no-ubsan [default] OPENSSL_NO_UBSAN
no-unit-test [default] OPENSSL_NO_UNIT_TEST
no-weak-ssl-ciphers [default] OPENSSL_NO_WEAK_SSL_CIPHERS
no-zlib [default]
no-zlib-dynamic [default]
Configuring for linux-x86_64
PERL =/usr/bin/perl
PERLVERSION =5.18.2 for x86_64-linux-gnu-thread-multi
HASHBANGPERL =/usr/bin/env perl
CC =gcc
CFLAG =-Wall -O3 -pthread -m64 -DL_ENDIAN -Wa,--noexecstack
CXX =g++
CXXFLAG =-Wall -O3 -pthread -m64 -DL_ENDIAN -Wa,--noexecstack
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 RC4_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM ECP_NISTZ256_ASM PADLOCK_ASM POLY1305_ASM
EX_LIBS =-ldl
+ make depend
+ make errors
( cd .; /usr/bin/perl util/ck_errf.pl -strict */*.c */*/*.c )
( cd .; /usr/bin/perl util/mkerr.pl -recurse -write )
!! ERROR: SSL reason code 205 assigned twice (collision at SSL_R_NO_CHANGE_FOLLOWING_HRR)
There were errors, failing...
make: *** [errors] Error 1
Build step 'Execute shell' marked build as failure
More information about the openssl-commits
mailing list