Skip to content

Instantly share code, notes, and snippets.

@plaurin84
Last active May 5, 2021 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plaurin84/b445f1a5cfa51a978f7576ce94062916 to your computer and use it in GitHub Desktop.
Save plaurin84/b445f1a5cfa51a978f7576ce94062916 to your computer and use it in GitHub Desktop.
zuul-merger
2021-05-05 16:00:28,242 INFO zuul.Merger: Updating local repository gitea/box/shim-openbmc
2021-05-05 16:00:28,459 ERROR zuul.BaseMergeServer: Exception while running job
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/zuul/lib/gearworker.py", line 88, in _run
self.jobs[job.name](job)
File "/usr/local/lib/python3.7/site-packages/zuul/merger/server.py", line 188, in fileschanges
zuul_event_id=zuul_event_id)
File "/usr/local/lib/python3.7/site-packages/zuul/merger/merger.py", line 978, in getFilesChanges
return repo.getFilesChanges(branch, tosha, zuul_event_id=zuul_event_id)
File "/usr/local/lib/python3.7/site-packages/zuul/merger/merger.py", line 584, in getFilesChanges
for cmt in repo.iter_commits(commit_diff, no_merges=True):
File "/usr/local/lib/python3.7/site-packages/git/objects/commit.py", line 277, in _iter_from_process_or_stream
finalize_process(proc_or_stream)
File "/usr/local/lib/python3.7/site-packages/git/util.py", line 328, in finalize_process
proc.wait(**kwargs)
File "/usr/local/lib/python3.7/site-packages/git/cmd.py", line 408, in wait
raise GitCommandError(self.args, status, errstr)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git rev-list --no-merges 0000000000000000000000000000000000000000..d37445c45090f5128abe5c15524a8996d76a23ca --
stderr: 'fatal: Invalid revision range 0000000000000000000000000000000000000000..d37445c45090f5128abe5c15524a8996d76a23ca
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment