Open
Bug 1717206
Opened 3 years ago
Updated 3 years ago
missing push log information
Categories
(Developer Services :: Mercurial: Pushlog, defect)
Developer Services
Mercurial: Pushlog
Tracking
(Not tracked)
NEW
People
(Reporter: imoraru, Unassigned)
Details
Attachments
(1 file)
148.18 KB,
image/jpeg
|
Details |
hit a mach error while pushing beta-sims and some information is missing from the push log and it does not show on try repo
push with missing info: https://hg.mozilla.org/try/rev/65ed17966704647d6790c3a2e48f1c732477ed10
error received in terminal:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=65ed17966704647d6790c3a2e48f1c732477ed10
remote: recorded changegroup in replication log in 0.090s
remote: could not complete push due to pushlog operational errors; please retry, and file a bug if the issue persists
temporary commit removed, repository restored
abort: push failed on remote
Error running mach:
['try', 'release', '-v', '91.0b12', '--tasks', 'release-sim', '--migration', 'central-to-beta', '--migration', 'early-to-late-beta']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file try| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
subprocess.CalledProcessError: Command '('/usr/local/bin/hg', 'push-to-try', '-m', 'staging release: 91.0b12\n\nPushed via `mach try release`')' returned non-zero exit status 255.
File "/home/iulian/mozilla-unified/tools/tryselect/mach_commands.py", line 480, in try_release
return self.run(**kwargs)
File "/home/iulian/mozilla-unified/tools/tryselect/mach_commands.py", line 194, in run
return mod.run(**kwargs)
File "/home/iulian/mozilla-unified/tools/tryselect/selectors/release.py", line 152, in run
return push_to_try(
File "/home/iulian/mozilla-unified/tools/tryselect/push.py", line 212, in push_to_try
vcs.push_to_try(commit_message)
File "/home/iulian/mozilla-unified/python/mozversioncontrol/mozversioncontrol/__init__.py", line 513, in push_to_try
subprocess.check_call(
File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd) ```
You need to log in
before you can comment on or make changes to this bug.
Description
•