Still FAILED build of OpenSSL branch master with options -d --strict-warnings enable-trace

OpenSSL run-checker openssl at openssl.org
Fri Nov 8 22:52:40 UTC 2019


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 enable-trace

Commit log since last time:

5388f9862d Add "sections" to -help output
ab14d2af53 Add a test for EVP_PKEY_keymake() and EVP_PKEY_make()
46e2dd05ef Add EVP functionality to create domain params and keys by user data
54a0d4ceb2 Update INSTALL to document the changed '--api' and 'no-deprecated'
686923b198 include/openssl/asn1.h: Remove version dependent inclusion of <openssl/bn.h>
a3844061df Update the check surround the BN_zero() implementation
285a0db396 Update some inclusions of <openssl/macros.h>
9fd9951e4b include/openssl/opensslconf.h.in: remove spurious HEADER_FILE_H definition
00db8c60aa Update source files for pre-3.0 deprecation
936c2b9e93 Update source files for deprecation at 3.0
a6a4d0acd2 Change the logic and behaviour surrounding '--api' and 'no-deprecated'
ccd9e70d4e Strip much out of ssl.pod
98ca37e4aa Add L<ssl(7)> to all SSL pages
16f8a61830 Remove outdated info from man7/ssl
eee5f32f37 Test EVP_get_[digest|cipher]byname() use the namemap
7606bed904 Ensure EVP_get_digestbyname() and EVP_get_cipherbyname() know all aliases

Build log ended with (last 100 lines):

                             ^
../openssl/test/cmp_ctx_test.c:269:9: note: to match this '('
../openssl/include/openssl/cmp_util.h:37:31: note: expanded from macro 'OSSL_CMP_err'
#  define OSSL_CMP_err(msg)   OSSL_CMP_log(ERROR, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:22: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                     ^
../openssl/test/cmp_ctx_test.c:270:9: error: expected ')'
        OSSL_CMP_warn("this should be printed as CMP warning message");
        ^
../openssl/include/openssl/cmp_util.h:38:31: note: expanded from macro 'OSSL_CMP_warn'
clang  -I. -Iinclude -Iapps/include -I../openssl -I../openssl/include -I../openssl/apps/include -I. -Iinclude -Iapps/include -I../openssl -I../openssl/include -I../openssl/apps/include  -pthread -m64 -Wa,--noexecstack -Qunused-arguments -Wall -O0 -g -DDEBUG_UNUSED -DPEDANTIC -pedantic -Wno-long-long -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wswitch -Wsign-compare -Wshadow -Wformat -Wtype-limits -Wundef -Werror -Wmissing-prototypes -Wstrict-prototypes -Wno-unknown-warning-option -Wswitch-default -Wno-parentheses-equality -Wno-language-extension-token -Wno-extended-offsetof -Wconditional-uninitialized -Wincompatible-pointer-types-discards-qualifiers -Wmissing-variable-declarations   -MMD -MF test/cmp_hdr_test-bin-cmp_testlib.d.tmp -MT test/cmp_hdr_test-bin-cmp_testlib.o -c -o test/cmp_hdr_test-bin-cmp_testlib.o ../openssl/test/cmp_testlib.c
#  define OSSL_CMP_warn(msg)  OSSL_CMP_log(WARN, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:32: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                               ^
../openssl/include/openssl/cmp_util.h:35:30: note: expanded from macro 'OSSL_CMP_LOG_START'
                             OPENSSL_MSTR(OPENSSL_LINE) ":" OSSL_CMP_LOG_PREFIX
                             ^
../openssl/test/cmp_ctx_test.c:270:9: note: to match this '('
../openssl/include/openssl/cmp_util.h:38:31: note: expanded from macro 'OSSL_CMP_warn'
#  define OSSL_CMP_warn(msg)  OSSL_CMP_log(WARN, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:22: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                     ^
../openssl/test/cmp_ctx_test.c:271:9: error: expected ')'
        OSSL_CMP_debug("this should not be printed");
        ^
../openssl/include/openssl/cmp_util.h:40:31: note: expanded from macro 'OSSL_CMP_debug'
#  define OSSL_CMP_debug(msg) OSSL_CMP_log(DEBUG, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:32: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                               ^
../openssl/include/openssl/cmp_util.h:35:30: note: expanded from macro 'OSSL_CMP_LOG_START'
                             OPENSSL_MSTR(OPENSSL_LINE) ":" OSSL_CMP_LOG_PREFIX
                             ^
../openssl/test/cmp_ctx_test.c:271:9: note: to match this '('
../openssl/include/openssl/cmp_util.h:40:31: note: expanded from macro 'OSSL_CMP_debug'
#  define OSSL_CMP_debug(msg) OSSL_CMP_log(DEBUG, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:22: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                     ^
../openssl/test/cmp_ctx_test.c:273:9: error: expected ')'
        OSSL_CMP_debug("this should be printed as CMP debug message");
        ^
../openssl/include/openssl/cmp_util.h:40:31: note: expanded from macro 'OSSL_CMP_debug'
#  define OSSL_CMP_debug(msg) OSSL_CMP_log(DEBUG, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:32: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                               ^
../openssl/include/openssl/cmp_util.h:35:30: note: expanded from macro 'OSSL_CMP_LOG_START'
                             OPENSSL_MSTR(OPENSSL_LINE) ":" OSSL_CMP_LOG_PREFIX
                             ^
../openssl/test/cmp_ctx_test.c:273:9: note: to match this '('
../openssl/include/openssl/cmp_util.h:40:31: note: expanded from macro 'OSSL_CMP_debug'
#  define OSSL_CMP_debug(msg) OSSL_CMP_log(DEBUG, msg)
                              ^
../openssl/include/openssl/cmp_util.h:42:22: note: expanded from macro 'OSSL_CMP_log'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": %s\n", \
                     ^
../openssl/test/cmp_ctx_test.c:280:9: error: expected ')'
        OSSL_CMP_log2(INFO, "%s%c", "o", 'k');
        ^
../openssl/include/openssl/cmp_util.h:48:32: note: expanded from macro 'OSSL_CMP_log2'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": " fmt "\n", \
                               ^
../openssl/include/openssl/cmp_util.h:35:30: note: expanded from macro 'OSSL_CMP_LOG_START'
                             OPENSSL_MSTR(OPENSSL_LINE) ":" OSSL_CMP_LOG_PREFIX
                             ^
../openssl/test/cmp_ctx_test.c:280:9: note: to match this '('
../openssl/include/openssl/cmp_util.h:48:22: note: expanded from macro 'OSSL_CMP_log2'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": " fmt "\n", \
                     ^
../openssl/test/cmp_ctx_test.c:286:9: error: expected ')'
        OSSL_CMP_log2(INFO, "%s%c", "o", 'k');
        ^
../openssl/include/openssl/cmp_util.h:48:32: note: expanded from macro 'OSSL_CMP_log2'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": " fmt "\n", \
                               ^
../openssl/include/openssl/cmp_util.h:35:30: note: expanded from macro 'OSSL_CMP_LOG_START'
                             OPENSSL_MSTR(OPENSSL_LINE) ":" OSSL_CMP_LOG_PREFIX
                             ^
../openssl/test/cmp_ctx_test.c:286:9: note: to match this '('
../openssl/include/openssl/cmp_util.h:48:22: note: expanded from macro 'OSSL_CMP_log2'
    OSSL_TRACEV(CMP, (trc_out, OSSL_CMP_LOG_START#level ": " fmt "\n", \
                     ^
clang  -I. -Iinclude -Iapps/include -I../openssl -I../openssl/include -I../openssl/apps/include  -pthread -m64 -Wa,--noexecstack -Qunused-arguments -Wall -O0 -g -DDEBUG_UNUSED -DPEDANTIC -pedantic -Wno-long-long -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wswitch -Wsign-compare -Wshadow -Wformat -Wtype-limits -Wundef -Werror -Wmissing-prototypes -Wstrict-prototypes -Wno-unknown-warning-option -Wswitch-default -Wno-parentheses-equality -Wno-language-extension-token -Wno-extended-offsetof -Wconditional-uninitialized -Wincompatible-pointer-types-discards-qualifiers -Wmissing-variable-declarations   -MMD -MF test/cmp_status_test-bin-cmp_status_test.d.tmp -MT test/cmp_status_test-bin-cmp_status_test.o -c -o test/cmp_status_test-bin-cmp_status_test.o ../openssl/test/cmp_status_test.c
6 errors generated.
Makefile:21713: recipe for target 'test/cmp_ctx_test-bin-cmp_ctx_test.o' failed
make[1]: *** [test/cmp_ctx_test-bin-cmp_ctx_test.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/openssl/run-checker/enable-trace'
Makefile:1825: recipe for target 'all' failed
make: *** [all] Error 2


More information about the openssl-commits mailing list