Closed Bug 816977 Opened 13 years ago Closed 13 years ago

hgtool.py (/mozharness) should not use error strings with hgtool fallbacks

Categories

(Release Engineering :: Applications: MozharnessCore, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: mozilla)

Details

(Whiteboard: [mozharness][sheriff-want])

Attachments

(1 file)

eg: https://tbpl.mozilla.org/php/getParsedLog.php?id=17487727&tree=Firefox&full=1#error0 { 05:58:35 INFO - ##### 05:58:35 INFO - ##### Running checkout-gaia step. 05:58:35 INFO - ##### 05:58:35 INFO - Running command: ['hgtool.py', '--mirror', u'http://hg-internal.dmz.scl3.mozilla.com/integration/gaia-nightly', '--bundle', u'http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia-nightly.hg', u'http://hg.mozilla.org/integration/gaia-nightly', '/builds/slave/b2g-m-cen-unagi-dep/build/gaia'] 05:58:35 INFO - Copy/paste: hgtool.py --mirror http://hg-internal.dmz.scl3.mozilla.com/integration/gaia-nightly --bundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia-nightly.hg http://hg.mozilla.org/integration/gaia-nightly /builds/slave/b2g-m-cen-unagi-dep/build/gaia 05:58:35 INFO - Checking if share extension works 05:58:35 INFO - command: START 05:58:35 INFO - command: hg help share 05:58:35 INFO - command: cwd: /builds/slave/b2g-m-cen-unagi-dep 05:58:35 INFO - command: output: 05:58:36 INFO - command: END (0.38 elapsed) 05:58:36 INFO - Updating shared repo 05:58:36 INFO - Attempting to initialize clone with bundles 05:58:36 INFO - command: START 05:58:36 INFO - command: hg init /builds/hg-shared/integration/gaia-nightly 05:58:36 INFO - command: cwd: /builds/slave/b2g-m-cen-unagi-dep 05:58:36 INFO - command: output: 05:58:36 INFO - command: END (0.64s elapsed) 05:58:36 INFO - Trying to use bundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia-nightly.hg 05:58:36 INFO - command: START 05:58:36 INFO - command: hg unbundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/gaia-nightly.hg 05:58:36 INFO - command: cwd: /builds/hg-shared/integration/gaia-nightly 05:58:36 INFO - command: output: 05:58:37 ERROR - abort: HTTP Error 404: Not Found 05:58:37 ERROR - Automation Error: hg not responding } TBPL matches on both the "ERROR" log level prefix & also "abort:" (albeit the latter is currently "^abort:" so with the prefix wouldn't get caught). We should get mozharness to mark these as WARNING or INFO, rather than ERROR.
This might actually be caused by the bustage from bug 816793 instead
Aki, this caused issues with the otoro/unagi/panda multilocale builds today. What should we do?
As stated in IRC, this most likely caused confusion but not burning. We found some build bustage that actually cauesd the multilocale red. I'm going to fix this, but this shouldn't strictly block rolling out multilocale.
Assignee: nobody → aki
No longer blocks: 812836
We're really going by the exit code here, so we should be fine with this as a WARNING or even an INFO.
Attachment #687334 - Flags: review?(catlee)
Attachment #687334 - Flags: review?(catlee) → review+
Attachment #687334 - Flags: checked-in+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Component: Other → Mozharness
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: