[ovs-build] Errored: openvswitch/ovs#7593 (branch-2.9 - ab1ec59)

Travis CI builds at travis-ci.org
Wed Jan 16 18:25:51 UTC 2019


Build Update for openvswitch/ovs
-------------------------------------

Build: #7593
Status: Errored

Duration: 1 hr, 47 mins, and 14 secs
Commit: ab1ec59 (branch-2.9)
Author: Terry Wilson
Message: Un-revert Work around Python/C JSON unicode differences

This fix was reverted because it depended on a small bit of code
in a patch that was reverted that changed some python/ovs testing
and build. The fix is still necessary.

The OVS C-based JSON parser operates on bytes, so the parser_feed
function returns the number of bytes that are processed. The pure
Python JSON parser currently operates on unicode, so it expects
that Parser.feed() returns a number of characters. This difference
leads to parsing errors when unicode characters are passed to the
C JSON parser from Python.

Acked-by: Lucas Alvares Gomes <lucasagomes at gmail.com>
Signed-off-by: Terry Wilson <twilson at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/d95a8d2b0bd6...ab1ec5907f3d

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

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&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/20190116/748e3276/attachment-0001.html>


More information about the build mailing list