Bug 131188 - layout_test_runner: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 in position 344: ordinal not in range(128)')
Summary: layout_test_runner: UnicodeDecodeError(''ascii' codec can't decode byte 0xe2 ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-03 16:06 PDT by Joseph Pecoraro
Modified: 2014-04-04 10:43 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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?
Comment 1 Radar WebKit Bug Importer 2014-04-03 16:09:27 PDT
<rdar://problem/16518583>
Comment 2 Joseph Pecoraro 2014-04-03 16:10:29 PDT
More details in the radar.
Comment 3 Joseph Pecoraro 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)
Comment 4 Brent Fulgham 2014-04-04 10:43:05 PDT
This is probably due to: http://trac.buildbot.net/ticket/2385