thoth-station / s2i-minimal-notebook

A minimal Jupyter Notebook S2I image
GNU General Public License v3.0
8 stars 32 forks source link

New patch release #608

Closed harshad16 closed 1 year ago

harshad16 commented 1 year ago

Hey, Kebechet!

Create a new patch release, please.

harshad16 commented 1 year ago
error: failed to push some refs to 'https://github.com/thoth-station/s2i-minimal-notebook'
2022-11-18 20:20:51,048   1 DEBUG    kebechet.managers.manager:110: Running pipenv command 'pipenv --version'
2022-11-18 20:20:53,126   1 ERROR    kebechet:237: An error occurred during run of manager {'configuration': {'assignees': ['sesheta'], 'labels': ['bot'], 'changelog_file': True}} <class 'kebechet.managers.version.version.VersionManager'> for 'thoth-station/s2i-minimal-notebook', skipping
Traceback (most recent call last):
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/abstract.py", line 107, in wrapper
    return function(*args, **kwargs)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/services/github/pull_request.py", line 163, in create
    created_pr = github_repo.create_pull(
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Repository.py", line 1390, in create_pull
    return self.__create_pull_1(*args, **kwds)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Repository.py", line 1421, in __create_pull_1
    return self.__create_pull(
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Repository.py", line 1434, in __create_pull
    headers, data = self._requester.requestJsonAndCheck(
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Requester.py", line 353, in requestJsonAndCheck
    return self.__check(
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/github/Requester.py", line 378, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 422 {"message": "Validation Failed", "errors": [{"resource": "PullRequest", "field": "head", "code": "invalid"}], "documentation_url": "https://docs.github.com/rest/reference/pulls#create-a-pull-request"}

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/user/kebechet/kebechet_runners.py", line 235, in run
    instance.run(**manager_configuration)
  File "/home/user/kebechet/managers/version/version.py", line 391, in run
    self._create_pr_for_trigger_release(
  File "/home/user/kebechet/managers/version/version.py", line 158, in _create_pr_for_trigger_release
    pr = self.create_pr(
  File "/home/user/kebechet/managers/manager.py", line 163, in create_pr
    return self.project.create_pr(
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/abstract.py", line 117, in wrapper
    __check_for_internal_failure(ex)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/abstract.py", line 59, in __check_for_internal_failure
    raise ex
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/abstract.py", line 107, in wrapper
    return function(*args, **kwargs)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/read_only.py", line 73, in readonly_func
    return func(self, *args, **kwargs)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/utils.py", line 199, in indirectly_called
    return specialized_function(self, *args, **kwargs)
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/abstract.py", line 119, in wrapper
    __check_for_internal_failure(__wrap_exception(ex))
  File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.8/site-packages/ogr/abstract.py", line 59, in __check_for_internal_failure
    raise ex
ogr.exceptions.GithubAPIException
2022-11-18 20:20:53,212   1 INFO     kebechet:271: Finished management for 'thoth-station/s2i-minimal-notebook'