On Tue, Sep 11, 2018 at 07:39:39AM +1000, Ian Wienand wrote:
On Mon, Sep 10, 2018 at 05:13:35AM +0000, zuul@openstack.org wrote:
Build failed.
- publish-openstack-releasenotes http://logs.openstack.org/c8/c89ca61fdcaf603a10750b289228b7f9a3597290/tag/pu... : FAILURE in 4m 03s
The line that is causing this is
- Add OSC plugin support for the “Networking Service Function Chaining” ...
see if you can find the unicode :)
I did replicate it by mostly doing what the gate does; make a python2 vitualenv and install everything, then run
./env/bin/sphinx-build -a -E -W -d releasenotes/build/doctrees/ \ -b html releasenotes/source/ releasenotes/build/html/
In the gate, it doesn't use "tox -e releasenotes" ... which passes because it's python3 and everything is unicode already.
I think this is a reno problem, and I've proposed
https://review.openstack.org/601432 Use unicode for debug string
Thanks Ian! Yours Tony.