Closed
Bug 827324
Opened 13 years ago
Closed 12 years ago
updates builder was unable to retry and succeed
Categories
(Release Engineering :: Release Automation, defect, P3)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
It seemed to have lost a push race, but just kept trying to push without resolving anything:
Executing: ['hg', 'push', '-e', 'ssh -l ffxbld -i /home/mock_mozilla/.ssh/ffxbld_dsa', '-f', 'ssh://hg.mozilla.org/build/tools']
pushing to ssh://hg.mozilla.org/build/tools
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 6 changes to 6 files (+1 heads)
remote: You may not push multiple heads to this repository.
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_singlehead hook exited with status 1
retry: Failed, sleeping 8 seconds before retrying
retry: Calling <function run_with_timeout at 0xf76348b4> with args: (['hg', 'push', '-e', 'ssh -l ffxbld -i /home/mock_mozilla/.ssh/ffxbld_dsa', '-f', 'ssh://hg.mozilla.org/build/tools'], 1260, None, None, False, True), kwargs: {}, attempt #5
Executing: ['hg', 'push', '-e', 'ssh -l ffxbld -i /home/mock_mozilla/.ssh/ffxbld_dsa', '-f', 'ssh://hg.mozilla.org/build/tools']
pushing to ssh://hg.mozilla.org/build/tools
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 6 changes to 6 files (+1 heads)
remote: You may not push multiple heads to this repository.
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_singlehead hook exited with status 1
retry: Giving up on <function run_with_timeout at 0xf76348b4>
I guess this is because it's using a really simply retry.py, not something that's wrapped in apply_and_push -- it has no logic to be able to resolve a push race, I think.
| Reporter | ||
Comment 1•13 years ago
|
||
hard to fix because updates isn't in a script. also not a common problem and easy to recover from. P3.
Priority: -- → P3
| Assignee | ||
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
Comment 2•12 years ago
|
||
To fix in bug 748798 since balrog won't completely kill this builder?
| Reporter | ||
Comment 3•12 years ago
|
||
I bet the updates builder will die before we ever hit this again.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•