Closed
Bug 822651
Opened 13 years ago
Closed 13 years ago
Desktop B2G localiser builds perma-red on fx-team
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: bhearsum)
References
Details
Attachments
(1 file)
|
708 bytes,
patch
|
mozilla
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
eg:
https://tbpl.mozilla.org/php/getParsedLog.php?id=18050739&tree=Fx-Team
https://tbpl.mozilla.org/php/getParsedLog.php?id=18050136&tree=Fx-Team
{
Attempting to initialize clone with bundles
command: START
command: hg init /builds/hg-shared/integration/fx-team
command: cwd: /builds/slave/fx-team-linux32-g-lz-ntly
command: output:
command: END (0.37s elapsed)
Trying to use bundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/fx-team.hg
command: START
command: hg unbundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/fx-team.hg
command: cwd: /builds/hg-shared/integration/fx-team
command: output:
abort: HTTP Error 404: Not Found
command: ERROR
Traceback (most recent call last):
File "/builds/slave/fx-team-linux32-g-lz-ntly/tools/buildfarm/utils/../../lib/python/util/commands.py", line 40, in run_cmd
return subprocess.check_call(cmd, **kwargs)
File "/usr/lib64/python2.6/subprocess.py", line 502, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['hg', 'unbundle', 'http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/fx-team.hg']' returned non-zero exit status 255
command: END (0.54s elapsed)
Problem unbundling/pulling from http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/fx-team.hg
Traceback (most recent call last):
File "/builds/slave/fx-team-linux32-g-lz-ntly/tools/buildfarm/utils/../../lib/python/util/hg.py", line 142, in clone
unbundle(bundle, dest)
File "/builds/slave/fx-team-linux32-g-lz-ntly/tools/buildfarm/utils/../../lib/python/util/hg.py", line 506, in unbundle
run_cmd(['hg', 'unbundle', bundle], cwd=dest)
File "/builds/slave/fx-team-linux32-g-lz-ntly/tools/buildfarm/utils/../../lib/python/util/commands.py", line 40, in run_cmd
return subprocess.check_call(cmd, **kwargs)
File "/usr/lib64/python2.6/subprocess.py", line 502, in check_call
raise CalledProcessError(retcode, cmd)
}
These builds are green on m-c.
Also - should the B2G builds be hidden or unhidden? (They are currently hidden on m-c)
| Reporter | ||
Updated•13 years ago
|
Blocks: 812836
Summary: Desktop B2G builds perma-red on fx-team → Desktop B2G localiser builds perma-red on fx-team
| Reporter | ||
Comment 1•13 years ago
|
||
Hidden on fx-team for now.
| Assignee | ||
Comment 2•13 years ago
|
||
That bundle error isn't the real issue. hgtool falls back from that just fine. The real problem is further down:
07:30:19 INFO - Cloning None/es-ES to /builds/hg-shared/builds/slave/fx-team-linux32-g-lz-ntly/gecko-l10n/None/es-ES.
07:30:19 INFO - mkdir: /builds/hg-shared/builds/slave/fx-team-linux32-g-lz-ntly/gecko-l10n/None
07:30:19 INFO - Running command: ['hg', '--config', 'ui.merge=internal:merge', 'clone', 'None/es-ES', '/builds/hg-shared/builds/slave/fx-team-linux32-g-lz-ntly/gecko-l10n/None/es-ES']
07:30:19 INFO - Copy/paste: hg --config ui.merge=internal:merge clone None/es-ES /builds/hg-shared/builds/slave/fx-team-linux32-g-lz-ntly/gecko-l10n/None/es-ES
07:30:19 ERROR - abort: repository None/es-ES not found!
07:30:19 ERROR - Automation Error: hg not responding
07:30:19 ERROR - Return code: 255
It looks like gecko_l10n_root is unset.
| Assignee | ||
Comment 3•13 years ago
|
||
| Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #2)
> That bundle error isn't the real issue.
Ah of course, bug 819359 again :-)
Updated•13 years ago
|
Attachment #693382 -
Flags: review?(aki) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 693382 [details] [diff] [review]
set gecko_l10n_root for project branches
Landed on default, will be fixed whenever the next reconfig is (today or tomorrow, most likely).
Attachment #693382 -
Flags: checked-in+
| Assignee | ||
Comment 7•13 years ago
|
||
Seems like this fix didn't work, nightlies are still burning.
| Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #7)
> Seems like this fix didn't work, nightlies are still burning.
Actually...it looks like the code on the masters wasn't updated prior to the reconfig, so this isn't actually in production yet.
| Assignee | ||
Comment 9•13 years ago
|
||
These are all green again. I unhid the builders.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•