On 17.11.2018 15:24, build...@apache.org wrote:
> The Buildbot has detected a new failure on builder apr-x64-macosx-trunk while 
> building . Full details are available at:
>     https://ci.apache.org/builders/apr-x64-macosx-trunk/builds/177
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this Build: svn-x64-macosx-dgvrs
>
> Build Reason: forced: by IRC user <brane_> on channel #apr: None
> Build Source Stamp: HEAD
> Blamelist: 
>
> BUILD FAILED: failed Build
>
> Sincerely,
>  -The Buildbot


This is a Python3 compatiblity bug in build/gen-build.py:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position
4731: ordinal not in range(128)

We shouldn't assume source files contain only ASCII.

-- Brane

Reply via email to