Closed
Bug 793646
Opened 12 years ago
Closed 12 years ago
Add TBPL support for '^remoteFailed:' type failures (eg twisted.internet.error.ConnectionLost)
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sheriff-want])
Attachments
(1 file)
(deleted),
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
eg:
========= Started Reboot Device interrupted (results: 4, elapsed: 12 mins, 28 secs) (at 2012-09-24 02:54:55.141819) =========
python /builds/sut_tools/reboot.py 10.250.51.60
in dir /builds/tegra-220/test/. (timeout 1800 secs)
watching logfiles {}
argv: ['python', '/builds/sut_tools/reboot.py', '10.250.51.60']
environment:
HOME=/Users/cltbld
PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
PWD=/builds/tegra-220/test
SUT_IP=10.250.51.60
SUT_NAME=tegra-220
__CF_USER_TEXT_ENCODING=0x1F5:0:0
closing stdin
using PTY: False
remoteFailed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
========= Finished Reboot Device interrupted (results: 4, elapsed: 12 mins, 28 secs) (at 2012-09-24 03:07:23.946770) =========
https://tbpl.mozilla.org/php/getParsedLog.php?id=15474629&tree=Mozilla-Inbound
Assignee | ||
Updated•12 years ago
|
Whiteboard: [sheriff-want]
Assignee | ||
Comment 1•12 years ago
|
||
Bah, it's in buildbot, so guess easier to patch on the TBPL side:
http://hg.mozilla.org/build/buildbot/file/128fd2247f85/master/buildbot/process/buildstep.py#l369
Component: Release Engineering: Automation (General) → Tinderboxpushlog
Product: mozilla.org → Webtools
QA Contact: catlee
Summary: s/remoteFailed:/Automation Error:/ for twisted.internet.error.ConnectionLost type failures, so TBPL's parser can recognise them → Add TBPL support for '^remoteFailed:' type failures (eg twisted.internet.error.ConnectionLost)
Version: other → Trunk
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #664009 -
Flags: review?(philringnalda)
Comment 3•12 years ago
|
||
Comment on attachment 664009 [details] [diff] [review]
Patch v1
Might as well.
Attachment #664009 -
Flags: review?(philringnalda) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Thank you for the review :-)
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/6477d37ac6ef
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Webtools → Tree Management
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•