[openssl-commits] Still Failing: openssl/openssl#10076 (OpenSSL_1_1_0-stable - 70b9063)

Travis CI builds at travis-ci.org
Sat Apr 8 18:50:54 UTC 2017


Build Update for openssl/openssl
-------------------------------------

Build: #10076
Status: Still Failing

Duration: 13 minutes and 0 seconds
Commit: 70b9063 (OpenSSL_1_1_0-stable)
Author: Andy Polyakov
Message: e_os.h: omit PRIu64.

PRIu64 is error-prone with BIO_printf, so introduce and stick to custom
platform-neutral macro. 'll' allows to print 64-bit values on *all*
supported platforms, but it's problematic with -Wformat -Werror. Hence
use 'l' in identifiable LP64 cases.

Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3148)

View the changeset: https://github.com/openssl/openssl/compare/74c29dc6eac1...70b9063cd249

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/220086742

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170408/4cd8c2d8/attachment.html>


More information about the openssl-commits mailing list