[openssl-commits] Still Failing: openssl/openssl#1109 (master - 412a963)

Travis CI builds at travis-ci.org
Wed Jan 13 17:27:55 UTC 2016


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

Build: #1109
Status: Still Failing

Duration: 41 minutes and 46 seconds
Commit: 412a963 (master)
Author: Richard Levitte
Message: Pipes on VMS do not work well with binary data, use an intermediary file

VMS being a record oriented operating system, it's uncertain how the
'pipe' passes binary data from one process to another.  Experience
shows that we get in trouble, and it's probably due to the pipe in
itself being opened in text mode (variable length records).

It's safer to pass data via an intermediary file instead.

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/4034c38b25b4...412a963c5869

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

--

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/20160113/3c332419/attachment-0001.html>


More information about the openssl-commits mailing list