Still FAILED build of OpenSSL branch master with options -d --strict-warnings no-asm

OpenSSL run-checker openssl at openssl.org
Mon Apr 26 01:21:56 UTC 2021


Platform and configuration command:

$ uname -a
Linux run 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-asm

Commit log since last time:

d830526c71 APPS: Improve diagnostics for string options and options expecting int >= 0
1ae33400bf APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()
a70936a845 TEST: correct test/recipes/30-test_evp_data/evppkey_ecdh.txt
3d80b5e611 STORE: Simplify error filtering in der2obj_decode()
521a0bf6a1 crypto/store/ossl_result.c: Better filtering of errors
e36a4dc476 EVP: evp_keymgmt_util_try_import() should clean up on failed import
f58f7ec939 Don't remove $(TARFILE) when cleaning
45e72d1f27 test: separate some DES based tests out to permit a no-des build to work
e98a182e51 test: fix test_evp_kdf when DES is disabled.
582043dae7 Runchecker fix for the no-autoerrinit build
9c11e8ec1f Runchecker: fix failure with no-autoalginit option by disabling FIPS
94dc4282c3 Runchecker: fix TLS curves test failure with no-tls1_3 option
da671c4184 Runchecker: fix no-ec2m build which was trying to validate the e2cm curves
5af6e154d0 Trivial shortcuts for EVP_PKEY_eq()
0ba8bc0583 Remove obsolete comment
2de02e7dca Added Perl installation instructions to NOTES-PERL.md for HPE NonStop.
75f036c6c5 BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.
ef203432f7 apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() function
078fa35c7b Remove an unused parameter
1f3b58d841 Some compilers define __STDC_VERSION__ in c++
ef7ae35910 Read a REQUEST not RESPONSE in ocsp responder
64c609e71e test_sslextension: skip tests that cannot work with no-tls1_2
bf6aeeb481 http/http_lib.c: Include stdio.h for sscanf()
b5644c2a09 Force public key to be included unless explicitly excluded with -no_public
309c6fbace Add RUN_ONCE support to zlib init
1fac270501 Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
db6b1266ab Fix potential NULL dereference in ossl_ec_key_dup()
59088414bc Removed dead code in linebuffer_ctrl()
6b2978406d e_os.h: Include wspiapi.h to improve Windows backward compatibility
fc5245a92e add Changelog item for TLS1.3 FFDHE work
ed82976b43 Prepare for 3.0 alpha 16
b07412ef80 Prepare for release of 3.0 alpha 15
f5afac4bda Update copyright year
d97f087063 Fix build failure with MSVC
cd28d129b6 Avoid the need for Configure time 128-bit int detection
af9fb19a47 Fix typos
16df436df2 Add missing argname for keymgmt_gettable_params and keymgmt_settable_params prototypes

Build log ended with (last 100 lines):

PBKDF2 : (KAT_KDF) : Pass
SSHKDF : (KAT_KDF) : Pass
KBKDF : (KAT_KDF) : Pass
HKDF : (KAT_KDF) : Pass
SSKDF : (KAT_KDF) : Pass
X963KDF : (KAT_KDF) : Pass
X942KDF : (KAT_KDF) : Pass
HASH : (DRBG) : Pass
CTR : (DRBG) : Pass
HMAC : (DRBG) : Pass
DH : (KAT_KA) : Pass
ECDH : (KAT_KA) : Pass
RSA_Encrypt : (KAT_AsymmetricCipher) : Pass
RSA_Decrypt : (KAT_AsymmetricCipher) : Pass
RSA_Decrypt : (KAT_AsymmetricCipher) : Pass
INSTALL PASSED
make depend && make _tests
make[1]: Entering directory '/home/openssl/run-checker/no-asm'
make[1]: Leaving directory '/home/openssl/run-checker/no-asm'
make[1]: Entering directory '/home/openssl/run-checker/no-asm'
( SRCTOP=../openssl \
  BLDTOP=. \
  PERL="/usr/bin/perl" \
  FIPSKEY="f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813" \
  EXE_EXT= \
  /usr/bin/perl ../openssl/test/run_tests.pl  )
01-test_abort.t .................... ok
01-test_fipsmodule_cnf.t ........... ok
01-test_sanity.t ................... ok
01-test_symbol_presence.t .......... ok
01-test_test.t ..................... ok
02-test_errstr.t ................... ok
02-test_internal_context.t ......... ok
02-test_internal_ctype.t ........... ok
02-test_internal_keymgmt.t ......... ok
02-test_internal_provider.t ........ ok
02-test_lhash.t .................... ok
02-test_ordinals.t ................. ok
02-test_sparse_array.t ............. ok
02-test_stack.t .................... ok
03-test_exdata.t ................... ok
03-test_fipsinstall.t .............. ok
03-test_internal_asn1.t ............ ok
03-test_internal_asn1_dsa.t ........ ok
03-test_internal_bn.t .............. ok
03-test_internal_chacha.t .......... ok
03-test_internal_curve448.t ........ ok
03-test_internal_ec.t .............. ok
03-test_internal_ffc.t ............. ok
03-test_internal_mdc2.t ............ ok
03-test_internal_modes.t ........... ok
03-test_internal_namemap.t ......... ok
03-test_internal_poly1305.t ........ ok
03-test_internal_rsa_sp800_56b.t ... ok
03-test_internal_siphash.t ......... ok
03-test_internal_sm2.t ............. ok
03-test_internal_sm4.t ............. ok
03-test_internal_ssl_cert_table.t .. ok
03-test_internal_x509.t ............ ok
03-test_params_api.t ............... ok
03-test_property.t ................. ok
03-test_ui.t ....................... ok
04-test_asn1_decode.t .............. ok
04-test_asn1_encode.t .............. ok
04-test_asn1_string_table.t ........ ok
04-test_bio_callback.t ............. ok
04-test_bioprint.t ................. ok
04-test_conf.t ..................... ok
04-test_encoder_decoder.t .......... ok
04-test_encoder_decoder_legacy.t ... ok
04-test_err.t ...................... ok
04-test_hexstring.t ................ ok
04-test_param_build.t .............. ok
04-test_params.t ................... ok
04-test_params_conversion.t ........ ok
04-test_pem_read_depr.t ............ ok
04-test_pem_reading.t .............. ok
04-test_provider.t ................. ok
04-test_provider_fallback.t ........ ok
05-test_bf.t ....................... ok
05-test_cast.t ..................... ok
05-test_cmac.t ..................... ok
05-test_des.t ...................... ok
05-test_hmac.t ..................... ok
05-test_idea.t ..................... ok
05-test_rand.t ..................... ok
05-test_rc2.t ...................... ok
05-test_rc4.t ...................... ok
05-test_rc5.t ...................... skipped: rc5 is not supported by this OpenSSL build
06-test_algorithmid.t .............. ok
06-test_rdrand_sanity.t ............ ok
10-test_bn.t ....................... ok
10-test_exp.t ...................... ok
15-test_dh.t ....................... ok
15-test_dsa.t ...................... ok
15-test_dsaparam.t ................. ok
15-test_ec.t ....................... ok
15-test_ecdsa.t .................... ok
make: *** [Makefile:3286: tests] Terminated
make[1]: *** [Makefile:3289: _tests] Terminated


More information about the openssl-commits mailing list