New issue
Advanced search Search tips

Issue 596608 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 552587
Owner: ----
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug

Blocking:
issue 588518



Sign in to add a comment

Somewhat frequent "Exception interrupted" on the win_clang_x64_dbg try bot

Project Member Reported by thakis@chromium.org, Mar 21 2016

Issue description

I see somewhat frequent "step interrupted"s on
https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/
with stacks looking e.g. like so:

Traceback (most recent call last):
File
"/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/spread/pb.py",
line 516, in expressionReceived
method(*sexp[1:])
File
"/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/spread/pb.py",
line 828, in proto_message
self._recvMessage(self.localObjectForID, requestID, objectID, message,
answerRequired, netArgs, netKw)
File
"/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/spread/pb.py",
line 842, in _recvMessage
netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
File
"/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/spread/flavors.py",
line 114, in remoteMessageReceived
state = method(*args, **kw)
--- <exception caught here> ---
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/process/buildstep.py",
line 176, in remote_update
self.remoteUpdate(update)
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/process/metrics.py",
line 81, in wrapper
return func(*args, **kwargs)
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/process/buildstep.py",
line 362, in remoteUpdate
self.addStdout(update['stdout'])
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/process/buildstep.py",
line 333, in addStdout
self.logs['stdio'].addStdout(data)
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/status/logfile.py",
line 458, in addStdout
self.addEntry(STDOUT, text)
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/status/logfile.py",
line 454, in addEntry
w.logChunk(build, step, self, channel, text)
File "/home/chrome-bot/buildbot/build/scripts/master/chromium_step.py", line
868, in logChunk
self.outReceived(line)
File "/home/chrome-bot/buildbot/build/scripts/master/chromium_step.py", line
878, in outReceived
self.cursor['log'].addStdout(data)
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/status/logfile.py",
line 458, in addStdout
self.addEntry(STDOUT, text)
File
"/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/status/logfile.py",
line 414, in addEntry
assert not self.finished
exceptions.AssertionError: 


There are different examples:

https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/280/steps/steps/logs/err.text
https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/349/steps/steps/logs/err.text
https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/351/steps/steps/logs/err.text
https://build.chromium.org/p/tryserver.chromium.win/builders/win_clang_x64_dbg/builds/393
 
This is because these are experimental. i think there is a duplicate.
Mergedinto: 552587
Status: Duplicate (was: Untriaged)

Comment 3 by aga...@chromium.org, Apr 26 2016

Components: Infra>CQ
Labels: -Infra-CommitQueue

Sign in to add a comment