Closed
Bug 1220638
Opened 8 years ago
Closed 8 years ago
B2g 2.5 Desktop Linux Builds fail with ERROR - The following files failed: 'moz-tt.tar.bz2'
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Assigned: catlee)
References
()
Details
Attachments
(1 file)
1.86 KB,
patch
|
Callek
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
CalledProcessError: Command '['hg', 'unbundle', '--traceback', 'https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/bundles/mozilla-b2g44_v2_5.hg']' returned non-zero exit status 255 -> https://treeherder.mozilla.org/logviewer.html#?job_id=1175&repo=mozilla-b2g44_v2_5 tested this and seems to be real 404
Comment 1•8 years ago
|
||
I'm not sure what the deal is with pulling bundles from ftp-ssl.m.o, or what's putting the bundles there (they haven't been updated since Oct 20). The bundles that dev services generates are up to date on https://hg.cdn.mozilla.net, including mozilla-b2g44_v2_5.
Assignee | ||
Comment 2•8 years ago
|
||
The real error is this: ERROR - The following files failed: 'moz-tt.tar.bz2' retry: Calling <function run_with_timeout at 0x7f2a49e2f7d0> with args: (['/tools/tooltool.py', '--url', 'http://tooltool.pvt.build.mozilla.org/build', '--overwrite', '-m', 'b2g/config/tooltool-manifests/linux64/releng.manifest', 'fetch', '-c', '/builds/tooltool_cache'], 300, None, None, False, True), kwargs: {}, attempt #2 Executing: ['/tools/tooltool.py', '--url', 'http://tooltool.pvt.build.mozilla.org/build', '--overwrite', '-m', 'b2g/config/tooltool-manifests/linux64/releng.manifest', 'fetch', '-c', '/builds/tooltool_cache'] INFO - File moz-tt.tar.bz2 not present in local cache folder /builds/tooltool_cache INFO - Attempting to fetch from 'http://tooltool.pvt.build.mozilla.org/build/'... INFO - ...failed to fetch 'moz-tt.tar.bz2' from http://tooltool.pvt.build.mozilla.org/build/ INFO - rm tree: gcc INFO - untarring "gcc.tar.xz" INFO - rm tree: gtk3 INFO - untarring "gtk3.tar.xz" INFO - rm tree: sccache INFO - untarring "sccache.tar.bz2" ERROR - The following files failed: 'moz-tt.tar.bz2'
Summary: B2g 2.5 Desktop Linux Builds fail with CalledProcessError: Command '['hg', 'unbundle', '--traceback', 'https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/bundles/mozilla-b2g44_v2_5.hg']' returned non-zero exit status 255 → B2g 2.5 Desktop Linux Builds fail with ERROR - The following files failed: 'moz-tt.tar.bz2'
Comment 3•8 years ago
|
||
The buildbot code which runs this tooltool fetch needs to fail after all the retries fail with an error string that matches one of these: https://github.com/mozilla/treeherder/blob/master/treeherder/log_parser/parsers.py#L378
Assignee | ||
Comment 4•8 years ago
|
||
We can turn off b2g desktop builds on 2.5
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → catlee
Assignee | ||
Comment 5•8 years ago
|
||
Attachment #8682080 -
Flags: review?(bugspam.Callek)
Comment 6•8 years ago
|
||
Comment on attachment 8682080 [details] [diff] [review] b2g-2.5-desktop-buildbot-configs.patch Review of attachment 8682080 [details] [diff] [review]: ----------------------------------------------------------------- this does the c#4 thing of just disabling...
Attachment #8682080 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Updated•8 years ago
|
Attachment #8682080 -
Flags: checked-in+
Comment 7•8 years ago
|
||
In production: https://hg.mozilla.org/build/buildbot-configs/rev/5bd76ab0b76f
Comment 8•8 years ago
|
||
In production: https://hg.mozilla.org/build/buildbot-configs/rev/fe55e58ec3a0
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•4 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•