Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created November 13, 2011 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchellh/fd8a0f229736d59c3329 to your computer and use it in GitHub Desktop.
Save mitchellh/fd8a0f229736d59c3329 to your computer and use it in GitHub Desktop.
2011-11-12 17:38:05-0800 [Broker,client] RunProcess._startCommand
2011-11-12 17:38:05-0800 [Broker,client] git reset --hard b62d7c317c0b39896169e0529540abdd817305f8
2011-11-12 17:38:05-0800 [Broker,client] in dir /Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/slave/vagrant-master/build (timeout 1200 secs)
2011-11-12 17:38:05-0800 [Broker,client] watching logfiles {}
2011-11-12 17:38:05-0800 [Broker,client] argv: ['git', 'reset', '--hard', u'b62d7c317c0b39896169e0529540abdd817305f8']
...
2011-11-12 17:38:05-0800 [-] unexpected error in processEnded
Traceback (most recent call last):
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/twisted/internet/process.py", line 914, in maybeCallProcessEnded
self.reapProcess()
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/twisted/internet/process.py", line 312, in reapProcess
self.processEnded(status)
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/twisted/internet/_baseprocess.py", line 48, in processEnded
self.maybeCallProcessEnded()
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/twisted/internet/process.py", line 916, in maybeCallProcessEnded
_BaseProcess.maybeCallProcessEnded(self)
--- <exception caught here> ---
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/twisted/internet/_baseprocess.py", line 60, in maybeCallProcessEnded
proto.processEnded(Failure(reason))
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/buildslave/runprocess.py", line 201, in processEnded
self.command.finished(sig, rc)
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/buildslave/runprocess.py", line 660, in finished
self._sendBuffers()
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/buildslave/runprocess.py", line 585, in _sendBuffers
self._sendMessage(msg)
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/buildslave/runprocess.py", line 555, in _sendMessage
msg = self._collapseMsg(msg)
File "/Users/mitchellh/code/personal/ruby/vagrant/test/buildbot/env/lib/python2.7/site-packages/buildslave/runprocess.py", line 542, in _collapseMsg
data = "".join(msg[log])
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1547: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment