[ovs-build] Failed: ovsrobot/ovs#3132 (series_206175 - b92a4ba)

Travis CI builds at travis-ci.org
Tue Oct 6 08:40:37 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #3132
Status: Failed

Duration: 43 mins and 28 secs
Commit: b92a4ba (series_206175)
Author: thomas.neuman at nutanix.com
Message: python: Catch OpenSSL errors during socket send

The Python socket util is able to catch and parse standard socket errors
over the course of the connection lifecycle, but the OpenSSL library
raises an altogether different class of exception. As a result, if the
caller is attempting to use the util in establishing an SSL connection,
these errors go uncaught when they arise; instead of returning an errno
to the caller, the exception bubbles back up. Therefore this patch amends
this issue by checking for an OpenSSL.SSL.Error in addition to the
standard socket.error, when running with OpenSSL support.

Signed-off-by: thomas-neuman <thomas.neuman at nutanix.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/a52c073b2fdf^...b92a4baf6239

View the full build log and details: https://travis-ci.org/github/ovsrobot/ovs/builds/733223072?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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://mail.openvswitch.org/pipermail/ovs-build/attachments/20201006/2cddc0eb/attachment-0001.html>


More information about the build mailing list