[openssl-commits] Still FAILED build of OpenSSL branch master with options no-ec

OpenSSL run-checker openssl at openssl.org
Tue Jan 31 00:41:11 UTC 2017


Platform and configuration command:

$ uname -a
Linux test 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ec

Commit log since last time:

787ebca Update macros.
91410d4 fix style issues
cdf516d Fix TLS 1.2 and no sigalgs.
d8979bd Use PSS for simple test so TLS 1.3 handhake is successful.
a92e710 Add tests for client and server signature type
54b7f2a Add test support for TLS signature types.
a593cff Update documentation
377c5e9 make update
4d43ee2 Replace TLS_SIGALGS with SIGALG_LOOKUP
8a43a42 Support TLS 1.3 signature scheme names.
edbfba1 Extend TLS 1.3 signature table.
018031f Use shared signature algorithm list to find type.
42ef7ae Add SSL_get_peer_signature_type_nid() function.
5554fac Store peer signature type.
b2eb699 More complete PSS support.
98c792d Use uint16_t for signature scheme.
968ae5b use RSA_PSS_SALTLEN_DIGEST constant
1f04f23 Expand comment in tls_process_hello_req()
1b8bacf Add a TODO around validating the ticket age
40f805a Various style fixes following review feedback
61c3264 Remove unneccessary comments
fed60a7 Use for loop in WPACKET_fill_lengths instead of do...while
34f7245 Move the SSL3_CK_CIPHERSUITE_FLAG out of public header
3ae6b5f Add a test for the PSK kex modes extension
1a9f457 If we have no suitable PSK kex modes then don't attempt to resume
1a3392c Fix <= TLS1.2 break
3425434 Add a test for WPACKET_fill_lengths()
e463cb3 Enable wpacket test on shared builds
2c0980d Make calls to SSL_renegotiate() error out for TLSv1.3
ddf6ec0 Make the "ticket" function return codes clearer
1f5b44e Miscellaneous style tweaks based on feedback received
6df55ca Ensure the al variable is properly ininitialised in all code paths
9ac6244 Ensure the age_add variable is properly initialised
7949581 Re-enable resumption for TLS1.3 CT tests
a23bb15 Add testing of TLSv1.3 resumption in test_tls13messages
1c361b4 Add a capability for TLSProxy to wait for a session before killing s_client
93fa7e8 Re-enable test_ssl_new resumption tests for TLSv1.3
dd1e75b Remove a TLS1.3 TODO that is now completed
b05e4ce Re-enable TLSv1.3 session resumption related tests in sslapitest
59db06f Update create_ssl_connection() to make sure its gets a session
4b7ffd8 Re-enable ALPN resumption tests where we are using TLSv1.3
534a43f Always ensure that session->cipher is set
4086b42 Tweak a comment
0819129 Use the correct session resumption mechanism
128ae27 Move session version consistency check
b3ad72c Set the kex modes on the client too.
0247086 Implement server side of PSK extension construction
1053a6e Implement Server side of PSK extension parsing
71c94d3 Make sure we also cleanse the finished key
f4bbb37 Provide a key_share extension finaliser
4ff65f7 Add support for client side parsing of the PSK extension
fc24f0b Add support for the age_add field
ec15acb Construct the client side psk extension for TLSv1.3
a2b7e65 Provide a new WPACKET function for filling in all the lengths
be62b22 Update the s_client -sess_out feature to work for TLSv1.3
f05bcf0 Never send a session id in TLS1.3
e7a28df Add a TODO around handling of SSL_get_session() and SSL_get1_session()
de1df7e Process incoming NewSessionTicket messages on the client side
30f05b1 Create the NewSessionTicket message in TLSv1.3
b2f7e8c Add support for the psk_key_exchange_modes extension
cc2455b Move TLSv1.3 Session Ticket processing into the state machine
cda6b99 Disable requests for renegotiation in TLSv1.3
c7f4778 Move state machine knowledge out of the record layer
0386aad Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flag
9799748 ChangeCipherSpec is not allowed in TLSv1.3
26967dc Remove annoying and pointless pause.

Build log ended with (last 100 lines):

    #          got: '-1'
    #     expected: '0'
    
    #   Failed test 'comparing p to dp'
    #   at ../../openssl/test/recipes/tconversion.pl line 88.
    #          got: '-1'
    #     expected: '0'
    
    #   Failed test 'comparing p to pp'
    #   at ../../openssl/test/recipes/tconversion.pl line 88.
    #          got: '-1'
    #     expected: '0'
    # Looks like you failed 9 tests of 10.

#   Failed test 'sid conversions'
#   at ../../openssl/test/recipes/25-test_sid.t line 24.
# Looks like you failed 1 test of 2.
../../openssl/test/recipes/25-test_sid.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
../../openssl/test/recipes/25-test_verify.t ........... ok
../../openssl/test/recipes/25-test_x509.t ............. ok
../../openssl/test/recipes/30-test_afalg.t ............ ok
../../openssl/test/recipes/30-test_engine.t ........... ok
../../openssl/test/recipes/30-test_evp.t .............. ok
../../openssl/test/recipes/30-test_evp_extra.t ........ ok
../../openssl/test/recipes/30-test_pbelu.t ............ ok
../../openssl/test/recipes/30-test_pkey_meth.t ........ ok
../../openssl/test/recipes/40-test_rehash.t ........... ok
../../openssl/test/recipes/70-test_asyncio.t .......... ok
../../openssl/test/recipes/70-test_bad_dtls.t ......... ok
../../openssl/test/recipes/70-test_clienthello.t ...... ok
../../openssl/test/recipes/70-test_key_share.t ........ skipped: test_key_share needs TLS1.3 enabled
../../openssl/test/recipes/70-test_packet.t ........... ok
../../openssl/test/recipes/70-test_renegotiation.t .... ok
../../openssl/test/recipes/70-test_sslcbcpadding.t .... ok
../../openssl/test/recipes/70-test_sslcertstatus.t .... ok
../../openssl/test/recipes/70-test_sslextension.t ..... ok
../../openssl/test/recipes/70-test_sslmessages.t ...... ok
../../openssl/test/recipes/70-test_sslrecords.t ....... ok
../../openssl/test/recipes/70-test_sslsessiontick.t ... ok
../../openssl/test/recipes/70-test_sslsigalgs.t ....... ok
../../openssl/test/recipes/70-test_sslsignature.t ..... ok
../../openssl/test/recipes/70-test_sslskewith0p.t ..... ok
../../openssl/test/recipes/70-test_sslversions.t ...... skipped: test_sslversions needs TLS1.3, TLS1.2 and TLS1.1 enabled
../../openssl/test/recipes/70-test_sslvertol.t ........ ok
../../openssl/test/recipes/70-test_tls13kexmodes.t .... skipped: test_tls13kexmodes needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tls13messages.t .... skipped: test_tls13messages needs TLSv1.3 enabled
../../openssl/test/recipes/70-test_tlsextms.t ......... ok
../../openssl/test/recipes/70-test_verify_extra.t ..... ok
../../openssl/test/recipes/70-test_wpacket.t .......... ok
../../openssl/test/recipes/80-test_ca.t ............... ok
../../openssl/test/recipes/80-test_cipherlist.t ....... ok
../../openssl/test/recipes/80-test_cms.t .............. ok
../../openssl/test/recipes/80-test_ct.t ............... skipped: ct and ec are not supported by this OpenSSL build
../../openssl/test/recipes/80-test_dane.t ............. skipped: test_dane uses ec which is not supported by this OpenSSL build
../../openssl/test/recipes/80-test_dtls.t ............. ok
../../openssl/test/recipes/80-test_dtls_mtu.t ......... ok
../../openssl/test/recipes/80-test_dtlsv1listen.t ..... ok
../../openssl/test/recipes/80-test_ocsp.t ............. ok
../../openssl/test/recipes/80-test_pkcs12.t ........... ok
../../openssl/test/recipes/80-test_ssl_new.t .......... ok
../../openssl/test/recipes/80-test_ssl_old.t .......... ok
../../openssl/test/recipes/80-test_ssl_test_ctx.t ..... ok
../../openssl/test/recipes/80-test_sslcorrupt.t ....... ok
../../openssl/test/recipes/80-test_tsa.t .............. ok
../../openssl/test/recipes/80-test_x509aux.t .......... skipped: test_dane uses ec which is not supported by this OpenSSL build
../../openssl/test/recipes/90-test_async.t ............ ok
../../openssl/test/recipes/90-test_bio_enc.t .......... ok
../../openssl/test/recipes/90-test_bioprint.t ......... ok
../../openssl/test/recipes/90-test_constant_time.t .... ok
../../openssl/test/recipes/90-test_external.t ......... skipped: No external tests in this configuration
../../openssl/test/recipes/90-test_fuzz.t ............. ok
../../openssl/test/recipes/90-test_gmdiff.t ........... ok
../../openssl/test/recipes/90-test_ige.t .............. ok
../../openssl/test/recipes/90-test_memleak.t .......... ok
../../openssl/test/recipes/90-test_overhead.t ......... skipped: Only supported in no-shared builds
../../openssl/test/recipes/90-test_p5_crpt2.t ......... ok
../../openssl/test/recipes/90-test_secmem.t ........... ok
../../openssl/test/recipes/90-test_shlibload.t ........ ok
../../openssl/test/recipes/90-test_srp.t .............. ok
../../openssl/test/recipes/90-test_sslapi.t ........... ok
../../openssl/test/recipes/90-test_threads.t .......... ok
../../openssl/test/recipes/90-test_tls13encryption.t .. skipped: tls13encryption is not supported in this build
../../openssl/test/recipes/90-test_tls13secrets.t ..... skipped: tls13secrets is not supported in this build
../../openssl/test/recipes/90-test_v3name.t ........... ok

Test Summary Report
-------------------
../../openssl/test/recipes/25-test_sid.t            (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=105, Tests=549, 136 wallclock secs ( 1.11 usr  0.14 sys + 36.06 cusr  4.24 csys = 41.55 CPU)
Result: FAIL
Failed 1/105 test programs. 1/549 subtests failed.
Makefile:157: recipe for target '_tests' failed
make[1]: *** [_tests] Error 255
make[1]: Leaving directory '/home/openssl/run-checker/no-ec'
Makefile:155: recipe for target 'tests' failed
make: *** [tests] Error 2


More information about the openssl-commits mailing list