-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
servo-mac7 is constantly having git errors #18228
Copy link
Copy link
Closed
Labels
Description
I've been seeing a bunch recently, and I'm pretty sure they're all caused by the same machine:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1445, in unwindGenerator
return _inlineCallbacks(None, gen, Deferred())
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks
result = g.send(result)
File "/usr/local/lib/python2.7/dist-packages/buildbot/process/buildstep.py", line 322, in startStep
result = yield self.run()
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1445, in unwindGenerator
return _inlineCallbacks(None, gen, Deferred())
--- <exception caught here> ---
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks
result = g.send(result)
File "/home/servo/buildbot/master/factories.py", line 39, in run
got_rev, rev
exceptions.Exception: Actual commit (43d3376e5d70cab93405d8ba7753beedad8c8370) differs from requested commit (89690d234c015d64bd4bfe1b3012e5608d0d2347)
Reactions are currently unavailable