Still FAILED build of OpenSSL branch master with options -d enable-fuzz-afl no-shared no-module

2021-05-03 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=afl-clang-fast ../openssl/config -d enable-fuzz-afl no-shared no-module

Commit log since last time:

d1a770414a acvp-test: disable the ACVP testing code by default
045a893091 ssl:  fix possible ref counting fields use before init.
dd28d1c4d3 man: s_server: fix text repetition in -alpn description
f4407385f5 APPS: Document the core of the opt_ API
c0f4400c40 Use OCSP-specific error code for clarity
39da327294 Simplify AppVeyor configuration
535130c39d Add -latomic to threads enabled 32bit linux builds
38e12964a6 Fix no-fips-securitychecks test failure
91034b68b3 apps/ca,req,x509: Switch to EVP_DigestSignInit_ex
4489655c23 Fix typo in OSSL_DECODER_CTX_set_input_structure
b7f7a15f6a STORE: Fix the repeated prompting of passphrase
b594a22717 SM2 signatures work correctly only with SM3 digests
2c181ac5a6 sm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
c230e938c7 CORE: Rework the pre-population of the namemap
e73fc81345 STORE: Use the 'expect' param to limit the amount of decoders used
38230e3011 acvp: fix the no-acvp_test build
455f254252 Update OSSL_STORE_attach() documentation to indicate it increases 
the ref_count of the passed in bio
857c223bf7 Fix memory leak in load_key_certs_crls() when using stdin.
e9d62da6c3 Fix CRL app so that stdin works.
9ac653d81a Document the API breaking constification changes
0b31c36797 Remove dated term and fixed typo anther
c7d848e220 remove end of line whitespace
b536880c45 Add library context and property query support into the PKCS12 API

Build log ended with (last 100 lines):

../../../../../enable-fuzz-afl/util/wrap.pl 
../../../../../enable-fuzz-afl/apps/openssl cmp -config ../Mock/test.cnf 
-section 'Mock enrollment' -certout 
../../../../../enable-fuzz-afl/test-runs/test_cmp_http/test.cert.pem -proxy '' 
-no_proxy 127.0.0.1 -cmd ir -newkey new.key -newkeypass 'pass:' -popo -1 
-certout 
../../../../../enable-fuzz-afl/test-runs/test_cmp_http/test.certout_popo5.pem 
-out_trusted root.crt => 0
not ok 47 - popo NONE
# --
#   Failed test 'popo NONE'
#   at ../openssl/test/recipes/80-test_cmp_http.t line 145.
Warning: certificate from 'trusted.crt' with subject '/O=openssl_cmp' is not a 
CA cert
# cmp_main:../openssl/apps/cmp.c:2582:CMP info: using section(s) 'Mock 
enrollment' of OpenSSL configuration file '../Mock/test.cnf'
# opt_str:../openssl/apps/cmp.c:2191:CMP warning: -proxy option argument is 
empty string, resetting option
# setup_client_ctx:../openssl/apps/cmp.c:1891:CMP info: will contact 
http://127.0.0.1:1700/pkix/
# send_receive_check:../openssl/crypto/cmp/cmp_client.c:167:CMP info: sending IR
# send_receive_check:../openssl/crypto/cmp/cmp_client.c:187:CMP info: received 
IP
# send_receive_check:../openssl/crypto/cmp/cmp_client.c:167:CMP info: sending 
CERTCONF
# send_receive_check:../openssl/crypto/cmp/cmp_client.c:187:CMP info: received 
PKICONF
# save_free_certs:../openssl/apps/cmp.c:1941:CMP info: received 1 enrolled 
certificate(s), saving to file 
'../../../../../enable-fuzz-afl/test-runs/test_cmp_http/test.certout_popo6.pem'
../../../../../enable-fuzz-afl/util/wrap.pl 
../../../../../enable-fuzz-afl/apps/openssl cmp -config ../Mock/test.cnf 
-section 'Mock enrollment' -certout 
../../../../../enable-fuzz-afl/test-runs/test_cmp_http/test.cert.pem -proxy '' 
-no_proxy 127.0.0.1 -cmd ir -newkey new.key -newkeypass 'pass:' -popo 2 
-certout 
../../../../../enable-fuzz-afl/test-runs/test_cmp_http/test.certout_popo6.pem 
-out_trusted root.crt => 0
not ok 48 - popo KEYENC not supported
# --
# Looks like you failed 3 tests of 92.
not ok 5 - CMP app CLI Mock enrollment
# --
# 
#   Failed test 'CMP app CLI Mock enrollment
# '
#   at 
/home/openssl/run-checker/enable-fuzz-afl/../openssl/util/perl/OpenSSL/Test.pm 
line 1335.
Killing mock server with pid=671765
# Looks like you failed 3 tests of 5.80-test_cmp_http.t . 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/5 subtests 

# 80-test_cms.t .. ok
80-test_cmsapi.t ... ok
80-test_ct.t ... ok
80-test_dane.t . ok
80-test_dtls.t . ok
80-test_dtls_mtu.t . ok
80-test_dtlsv1listen.t . ok
80-test_http.t . ok
80-test_ocsp.t . ok
80-test_pkcs12.t ... ok
80-test_ssl_new.t .. ok
80-test_ssl_old.t .. ok
80-test_ssl_test_ctx.t . ok
80-test_sslcorrupt.t ... ok
80-test_tsa.t .. ok
80-test_x509aux.t .. ok
81-test_cmp_cli.t 

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

2021-05-03 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-des

Commit log since last time:

d1a770414a acvp-test: disable the ACVP testing code by default
045a893091 ssl:  fix possible ref counting fields use before init.
dd28d1c4d3 man: s_server: fix text repetition in -alpn description
f4407385f5 APPS: Document the core of the opt_ API
c0f4400c40 Use OCSP-specific error code for clarity
39da327294 Simplify AppVeyor configuration
535130c39d Add -latomic to threads enabled 32bit linux builds
38e12964a6 Fix no-fips-securitychecks test failure
91034b68b3 apps/ca,req,x509: Switch to EVP_DigestSignInit_ex
4489655c23 Fix typo in OSSL_DECODER_CTX_set_input_structure
b7f7a15f6a STORE: Fix the repeated prompting of passphrase
b594a22717 SM2 signatures work correctly only with SM3 digests
2c181ac5a6 sm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
c230e938c7 CORE: Rework the pre-population of the namemap
e73fc81345 STORE: Use the 'expect' param to limit the amount of decoders used
38230e3011 acvp: fix the no-acvp_test build
455f254252 Update OSSL_STORE_attach() documentation to indicate it increases 
the ref_count of the passed in bio
857c223bf7 Fix memory leak in load_key_certs_crls() when using stdin.
e9d62da6c3 Fix CRL app so that stdin works.
9ac653d81a Document the API breaking constification changes
0b31c36797 Remove dated term and fixed typo anther
c7d848e220 remove end of line whitespace
b536880c45 Add library context and property query support into the PKCS12 API

Build log ended with (last 100 lines):

70-test_tls13cookie.t .. ok
70-test_tls13downgrade.t ... ok
70-test_tls13hrr.t . ok
70-test_tls13kexmodes.t  ok
70-test_tls13messages.t  ok
70-test_tls13psk.t . ok
70-test_tlsextms.t . ok
70-test_verify_extra.t . ok
70-test_wpacket.t .. ok
71-test_ssl_ctx.t .. ok
80-test_ca.t ... ok
80-test_cipherbytes.t .. ok
80-test_cipherlist.t ... ok
80-test_ciphername.t ... ok

# 
Killing mock server with pid=295230680-test_cmp_http.t . ok

# 80-test_cms.t .. ok
80-test_cmsapi.t ... ok
80-test_ct.t ... ok
80-test_dane.t . ok
80-test_dtls.t . ok
80-test_dtls_mtu.t . ok
80-test_dtlsv1listen.t . ok
80-test_http.t . ok
80-test_ocsp.t . ok

pkcs12: Unknown cipher: descert
pkcs12: Use -help for summary.
../../util/wrap.pl ../../apps/openssl pkcs12 -export -in 
../../../openssl/test/certs/v3-certs-RC2.p12 -passin 'pass:v3-certs' -provider 
default -provider legacy -nokeys -passout 'pass:v3-certs' -descert -out 
out3.p12 => 1
not ok 7 - test_pkcs12_passcerts_legacy
# --
#   Failed test 'test_pkcs12_passcerts_legacy'
#   at ../openssl/test/recipes/80-test_pkcs12.t line 102.
# Looks like you failed 1 test of 7.80-test_pkcs12.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests 
(less 1 skipped subtest: 5 okay)
80-test_ssl_new.t .. ok
80-test_ssl_old.t .. ok
80-test_ssl_test_ctx.t . ok
80-test_sslcorrupt.t ... ok
80-test_tsa.t .. ok
80-test_x509aux.t .. ok
81-test_cmp_cli.t .. ok
90-test_asn1_time.t  ok
90-test_async.t  ok
90-test_bio_enc.t .. ok
90-test_bio_memleak.t .. ok
90-test_constant_time.t  ok
90-test_fatalerr.t . ok
90-test_fipsload.t . skipped: Test is disabled with disabled 
fips
90-test_gmdiff.t ... ok
90-test_gost.t . ok
90-test_ige.t .. ok
90-test_includes.t . ok
90-test_memleak.t .. ok
90-test_overhead.t . ok
90-test_secmem.t ... ok
90-test_shlibload.t  ok
90-test_srp.t .. ok
90-test_sslapi.t ... ok
90-test_sslbuffers.t ... ok
90-test_store.t  ok
90-test_sysdefault.t ... ok
90-test_threads.t .. ok
90-test_time_offset.t .. ok
90-test_tls13ccs.t . ok
90-test_tls13encryption.t .. ok
90-test_tls13secrets.t . ok
90-test_v3name.t ... ok
91-test_pkey_check.t ... ok
95-test_external_gost_engine.t . skipped: No external tests in this 
configuration
95-test_external_krb5.t  skipped: No external tests in this 
configuration
95-test_external_pyca.t