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

OpenSSL run-checker openssl at openssl.org
Mon Nov 11 22:41:54 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:

1903a9b77a Fix L<xxx(1)> links to be L<openssl-xxx(1)>
db30f43242 Workaround for Windows-based GOST implementations
a8f6d2642d Rename providers/common/provlib.c to nid_to_name.c
0ddf74bf1c Final cleanup after move to leaner EVP_PKEY methods
7b97581b90 Configuration: make Solaris builds with gcc recognise GNU ld
287e1a7eac bss_dgram.c: fix unaligned access
fd4a6e7d1e RSA generation: Use more bits of 1/sqrt(2)
db5cf86535 Fix a -Warray-bounds gcc warning in OPENSSL_DIR_read
d1c1fb2d41 conf_def.c: Avoid calling strlen() in a loop
26b7cc0d20 Cleanup include/openssl/opensslv.h.in
310553591c Add ssl_ctx_test to test suite.
eb173822b2 Add AES SIV ciphers to default provider
1427d33cee Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}

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'
#  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
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_status_test-bin-cmp_testlib.d.tmp -MT test/cmp_status_test-bin-cmp_testlib.o -c -o test/cmp_status_test-bin-cmp_testlib.o ../openssl/test/cmp_testlib.c
6 errors generated.
Makefile:21745: 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:1837: recipe for target 'all' failed
make: *** [all] Error 2


More information about the openssl-commits mailing list