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

OpenSSL run-checker openssl at openssl.org
Tue Oct 29 21:43:03 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:

0a4d6c6748 Fix an s_server arbitrary file read issue on Windows
c549cb46e0 Fix a copy&paste error in the TLSv1.3 server side PSK documentation
2d3c5ee161 Clarify the description of the NULL argument in SSL_set1_host().
465a58b117 Allow EVP_PKEY_get0_RSA for RSA-PSS keys
aed8c47cbc Cleanup hardcoded cipher suite codepoints in s_server

Build log ended with (last 100 lines):

                             OPENSSL_MSTR(OPENSSL_LINE) ":" OSSL_CMP_LOG_PREFIX
                             ^
../openssl/test/cmp_ctx_test.c:268: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:269: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'
#  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:269: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:270: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:270: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:272: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:272: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:279: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:279: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:285: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:285: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  -Iinclude -Iapps/include -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/constant_time_test-bin-constant_time_test.d.tmp -MT test/constant_time_test-bin-constant_time_test.o -c -o test/constant_time_test-bin-constant_time_test.o ../openssl/test/constant_time_test.c
6 errors generated.
Makefile:21584: 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:1808: recipe for target 'all' failed
make: *** [all] Error 2


More information about the openssl-commits mailing list