NEW 131188
layout_test_runner: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 in position 344: ordinal not in range(128)')
https://bugs.webkit.org/show_bug.cgi?id=131188
Summary layout_test_runner: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 ...
Joseph Pecoraro
Reported 2014-04-03 16:06:31 PDT
I occasionally see this error on build bots: worker/5: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 in position 344: ordinal not in range(128)') raised: File ".../OpenSource/Tools/Scripts/webkitpy/common/message_pool.py", line 255, in run worker.handle(message.name, message.src, *message.args) Can we just avoid ascii here? Or at least prevent the exception?
Attachments
Radar WebKit Bug Importer
Comment 1 2014-04-03 16:09:27 PDT
Joseph Pecoraro
Comment 2 2014-04-03 16:10:29 PDT
More details in the radar.
Joseph Pecoraro
Comment 3 2014-04-03 19:04:37 PDT
Windows bot just hit this: <http://build.webkit.org/builders/Apple%20Win%20Debug%20%28Build%29/builds/77916/steps/svn/logs/stdio> starting svn operation /usr/bin/svn update --non-interactive --no-auth-cache --revision 166758 in dir /home/buildbot/slave/win-debug/build (timeout 1200 secs) watching logfiles {} argv: ['/usr/bin/svn', 'update', '--non-interactive', '--no-auth-cache', '--revision', '166758'] error in RunProcess._startCommand Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/buildbot_slave-0.8.7p1-py2.6.egg/buildslave/runprocess.py", line 386, in start self._startCommand() File "/usr/lib/python2.6/site-packages/buildbot_slave-0.8.7p1-py2.6.egg/buildslave/runprocess.py", line 483, in _startCommand msg += " %s=%s\n" % (name, self.environ[name]) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 129: ordinal not in range(128)
Brent Fulgham
Comment 4 2014-04-04 10:43:05 PDT
This is probably due to: http://trac.buildbot.net/ticket/2385
Note You need to log in before you can comment on or make changes to this bug.