Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: '3.0-sgml' does not have a commit checked out #217

Open
sentry-io bot opened this issue Jun 16, 2021 · 0 comments
Open

error: '3.0-sgml' does not have a commit checked out #217

sentry-io bot opened this issue Jun 16, 2021 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Jun 16, 2021

Sentry Issue: DIST2SRC-UPDATE-78

GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git cherry-pick --keep-redundant-commits --strategy=recursive --strategy-option=theirs updates~5
  stdout: 'CONFLICT (add/add): Merge conflict in 4.2-sgml
Auto-merging 4.2-sgml
CONFLICT (add/add): Merge conflict in 4.1-sgml
Auto-merging 4.1-sgml
CONFLICT (add/add): Merge conflict in 4.0-sgml
Auto-merging 4.0-sgml
CONFLICT (add/add): Merge conflict in 3.1-sgml
Auto-merging 3.1-sgml
CONFLICT (add/add): Merge conflict in 3.0-sgml
Auto-merging 3.0-sgml'
  std...
  File "dist2src/core.py", line 186, in cherry_pick_base
    self.repo.git.cherry_pick(f"{from_branch}~{num_commits - 1}", **git_options)
  File "git/cmd.py", line 542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "git/cmd.py", line 1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "git/cmd.py", line 822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)

GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git add . -f
  stderr: 'error: '3.0-sgml' does not have a commit checked out
fatal: updating files failed'
(6 additional frame(s) were not displayed)
...
  File "dist2src/core.py", line 195, in cherry_pick_base
    self.stage(".")
  File "dist2src/core.py", line 152, in stage
    self.repo.git.add(add or ".", "-f", exclude)
  File "git/cmd.py", line 542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "git/cmd.py", line 1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "git/cmd.py", line 822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants