Closed Bug 1648849 Opened 4 years ago Closed 4 years ago

mach try chooser fails to push refs to 'hg::ssh://hg.mozilla.org/try'

Categories

(Developer Infrastructure :: Try, defect)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: lougenia, Unassigned)

References

(Blocks 1 open bug)

Details

mach try chooser fails with the following details:

subprocess.CalledProcessError: Command '('/usr/local/bin/git', 'push', 'hg::ssh://hg.mozilla.org/try', '+HEAD:refs/heads/branches/default/tip')' returned non-zero exit status 1.

File "/Users/lougeniabailey/src/gecko/tools/tryselect/mach_commands.py", line 334, in try_chooser
return self.run(**kwargs)
File "/Users/lougeniabailey/src/gecko/tools/tryselect/mach_commands.py", line 185, in run
return mod.run(**kwargs)
File "/Users/lougeniabailey/src/gecko/tools/tryselect/selectors/chooser/init.py", line 72, in run
return push_to_try('chooser', message.format(msg=msg),
File "/Users/lougeniabailey/src/gecko/tools/tryselect/push.py", line 182, in push_to_try
vcs.push_to_try(commit_message)
File "/Users/lougeniabailey/src/gecko/python/mozversioncontrol/mozversioncontrol/init.py", line 562, in push_to_try
subprocess.check_call((self._tool, 'push', 'hg::ssh://hg.mozilla.org/try',
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)

Summary: mach try chooser fail to push refs to 'hg::ssh://hg.mozilla.org/try' → mach try chooser fails to push refs to 'hg::ssh://hg.mozilla.org/try'

The actual error message about what's happening would be before all you pasted.

(In reply to Mike Hommey [:glandium] from comment #1)

The actual error message about what's happening would be before all you pasted.

Apologies, I was trying to push something before the code freeze and got a little distracted. But I'm going to make this bug as invalid as I was trying to push to the try server while it was closed for infrastructure issues.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.