Closed
Bug 809438
Opened 12 years ago
Closed 12 years ago
mozharness' clobberer.py should log "Error contacting server" as ERROR not INFO
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: mozilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mozharness][sheriff-want])
Attachments
(1 file)
1.80 KB,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
eg:
https://tbpl.mozilla.org/php/getParsedLog.php?id=16822207&tree=Mozilla-Inbound
{
06:30:57 INFO - #####
06:30:57 INFO - ##### Running clobber step.
06:30:57 INFO - #####
06:30:57 INFO - Running command: ['/builds/slave/b2g-m-in-panda-dep/scripts/external_tools/clobberer.py', '-s', 'scripts', '-s', 'logs', '-s', 'buildprops.json', '-t', '168', 'http://clobberer.pvt.build.mozilla.org/index.php', u'mozilla-inbound', u'b2g_mozilla-inbound_panda_dep', u'b2g-m-in-panda-dep', u'bld-linux64-ec2-048', u'http://buildbot-master35.srv.releng.scl3.mozilla.com:8001/'] in /builds/slave
06:30:57 INFO - Copy/paste: /builds/slave/b2g-m-in-panda-dep/scripts/external_tools/clobberer.py -s scripts -s logs -s buildprops.json -t 168 http://clobberer.pvt.build.mozilla.org/index.php mozilla-inbound b2g_mozilla-inbound_panda_dep b2g-m-in-panda-dep bld-linux64-ec2-048 http://buildbot-master35.srv.releng.scl3.mozilla.com:8001/
06:30:57 INFO - Checking clobber URL: http://clobberer.pvt.build.mozilla.org/index.php?master=http%3A%2F%2Fbuildbot-master35.srv.releng.scl3.mozilla.com%3A8001%2F&slave=bld-linux64-ec2-048&builddir=b2g-m-in-panda-dep&branch=mozilla-inbound&buildername=b2g_mozilla-inbound_panda_dep
06:30:57 INFO - Error contacting server
06:30:57 ERROR - Return code: 1
06:30:57 FATAL - failed to clobber build
06:30:57 FATAL - Exiting 2
}
Even once TBPL matches against "ERROR|FATAL", this message isn't going to be helpful.
Instead we need something like:
{
06:30:57 ERROR - Error contacting server for clobberer information.
}
(or FATAL, don't mind)
Assignee | ||
Comment 1•12 years ago
|
||
There are several ways we can do this.
Assignee: nobody → aki
Attachment #679203 -
Flags: review?(rail)
Updated•12 years ago
|
Attachment #679203 -
Flags: review?(rail) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 679203 [details] [diff] [review]
create a clobberer error_list
http://hg.mozilla.org/build/mozharness/rev/7d01fcf91b1e
Attachment #679203 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Component: Other → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•