[Buildbot] #3384: UnicodeDecodeError upon finishing BuildStep run

Buildbot trac trac at buildbot.net
Mon Nov 16 22:49:16 UTC 2015


#3384: UnicodeDecodeError upon finishing BuildStep run
-----------------------+------------------------
Reporter:  jollyroger  |       Owner:
    Type:  defect      |      Status:  new
Priority:  major       |   Milestone:  undecided
 Version:  0.8.12      |  Resolution:
Keywords:  buildstep   |
-----------------------+------------------------

Comment (by jollyroger):

 A possible fix here (at least in my case):

 /usr/lib/python2.7/dist-packages/buildbot/process/logobserver.py

 {{{
     def _get(self, chunks):
         if chunks is None or not chunks:
             return u''
         return ''.join(chunks).decode('utf8')
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3384#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list