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

OpenSSL run-checker openssl at openssl.org
Mon May 25 07:04:10 UTC 2020


Platform and configuration command:

$ uname -a
Linux run 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-dsa

Commit log since last time:

9c47a3386d Fix coverity issues in EC after #11807
6e15b81c34 Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/crmf.h
5e5bc836fb Re-introduce legacy EVP_PKEY types for provided keys
aa2cb51da0 GOST external tests
712e8debb5 Fix the parameter types of the CRYPTO_EX_dup function type.
2de64666a0 Adjust length of some strncpy() calls
e12813d0d3 Prevent use after free of global_engine_lock
4d55122ee7 Coverity 1463571: Null pointer dereferences (FORWARD_NULL)
3f17066f5d Coverity 1463574: Null pointer dereferences (REVERSE_INULL)
e5cb3453fb Coverity 1463576: Error handling issues (CHECKED_RETURN)
084b7bec0f Coverity 1463258: Incorrect expression (EVALUATION_ORDER)

Build log ended with (last 100 lines):

<scratch space>:198:1: note: expanded from here
der_oid_id_dsa_with_sha384
^
../openssl/providers/common/der/der_dsa_sig.c:30:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha384'
../openssl/providers/common/der/der_dsa_sig.c:17:33: note: expanded from macro 'MD_CASE'
        precompiled_sz = sizeof(der_oid_id_dsa_with_##name);     \
                                ^
<scratch space>:199:1: note: expanded from here
der_oid_id_dsa_with_sha384
^
../openssl/providers/common/der/der_dsa_sig.c:31:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha512'
        MD_CASE(sha512);
        ^
../openssl/providers/common/der/der_dsa_sig.c:16:23: note: expanded from macro 'MD_CASE'
        precompiled = der_oid_id_dsa_with_##name;                \
                      ^
<scratch space>:201:1: note: expanded from here
der_oid_id_dsa_with_sha512
^
../openssl/providers/common/der/der_dsa_sig.c:31:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha512'
../openssl/providers/common/der/der_dsa_sig.c:17:33: note: expanded from macro 'MD_CASE'
        precompiled_sz = sizeof(der_oid_id_dsa_with_##name);     \
                                ^
<scratch space>:202:1: note: expanded from here
der_oid_id_dsa_with_sha512
^
../openssl/providers/common/der/der_dsa_sig.c:32:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_224'
        MD_CASE(sha3_224);
        ^
../openssl/providers/common/der/der_dsa_sig.c:16:23: note: expanded from macro 'MD_CASE'
        precompiled = der_oid_id_dsa_with_##name;                \
                      ^
<scratch space>:204:1: note: expanded from here
der_oid_id_dsa_with_sha3_224
^
../openssl/providers/common/der/der_dsa_sig.c:32:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_224'
../openssl/providers/common/der/der_dsa_sig.c:17:33: note: expanded from macro 'MD_CASE'
        precompiled_sz = sizeof(der_oid_id_dsa_with_##name);     \
                                ^
<scratch space>:205:1: note: expanded from here
der_oid_id_dsa_with_sha3_224
^
../openssl/providers/common/der/der_dsa_sig.c:33:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_256'
        MD_CASE(sha3_256);
        ^
../openssl/providers/common/der/der_dsa_sig.c:16:23: note: expanded from macro 'MD_CASE'
        precompiled = der_oid_id_dsa_with_##name;                \
                      ^
<scratch space>:3:1: note: expanded from here
der_oid_id_dsa_with_sha3_256
^
../openssl/providers/common/der/der_dsa_sig.c:33:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_256'
../openssl/providers/common/der/der_dsa_sig.c:17:33: note: expanded from macro 'MD_CASE'
        precompiled_sz = sizeof(der_oid_id_dsa_with_##name);     \
                                ^
<scratch space>:4:1: note: expanded from here
der_oid_id_dsa_with_sha3_256
^
../openssl/providers/common/der/der_dsa_sig.c:34:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_384'
        MD_CASE(sha3_384);
        ^
../openssl/providers/common/der/der_dsa_sig.c:16:23: note: expanded from macro 'MD_CASE'
        precompiled = der_oid_id_dsa_with_##name;                \
                      ^
<scratch space>:6:1: note: expanded from here
der_oid_id_dsa_with_sha3_384
^
../openssl/providers/common/der/der_dsa_sig.c:34:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_384'
../openssl/providers/common/der/der_dsa_sig.c:17:33: note: expanded from macro 'MD_CASE'
        precompiled_sz = sizeof(der_oid_id_dsa_with_##name);     \
                                ^
<scratch space>:7:1: note: expanded from here
der_oid_id_dsa_with_sha3_384
^
../openssl/providers/common/der/der_dsa_sig.c:35:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_512'
        MD_CASE(sha3_512);
        ^
../openssl/providers/common/der/der_dsa_sig.c:16:23: note: expanded from macro 'MD_CASE'
        precompiled = der_oid_id_dsa_with_##name;                \
                      ^
<scratch space>:9:1: note: expanded from here
der_oid_id_dsa_with_sha3_512
^
../openssl/providers/common/der/der_dsa_sig.c:35:9: error: use of undeclared identifier 'der_oid_id_dsa_with_sha3_512'
../openssl/providers/common/der/der_dsa_sig.c:17:33: note: expanded from macro 'MD_CASE'
        precompiled_sz = sizeof(der_oid_id_dsa_with_##name);     \
                                ^
<scratch space>:10:1: note: expanded from here
der_oid_id_dsa_with_sha3_512
^
../openssl/providers/common/der/der_dsa_sig.c:40:12: error: implicit declaration of function 'DER_w_begin_sequence' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    return DER_w_begin_sequence(pkt, tag)
           ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Makefile:21555: recipe for target 'providers/common/der/libnonfips-lib-der_dsa_sig.o' failed
make[1]: *** [providers/common/der/libnonfips-lib-der_dsa_sig.o] Error 1
make[1]: Leaving directory '/home/openssl/run-checker/no-dsa'
Makefile:2989: recipe for target 'build_sw' failed
make: *** [build_sw] Error 2


More information about the openssl-commits mailing list