Skip to content

RuntimeError: Error 255 when pulling COMMIT_HASH from try #5898

@sentry

Description

@sentry

Sentry Issue: BUGBUG-KBQ

RuntimeError: Error 255 when pulling d4aeaa05337312fd8c49214d5dd6f3b70a5cf89d from try
(8 additional frame(s) were not displayed)
...
  File "__init__.py", line 393, in <lambda>
    self._add_action_func(lambda rs: rs.outcome.result())
  File "concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
  File "concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "__init__.py", line 473, in __call__
    result = fn(*args, **kwargs)
  File "bugbug/repository.py", line 1549, in trigger_pull
    raise RuntimeError(

This is related to https://treeherder.mozilla.org/jobs?repo=try&revision=850cc8a428e4bcb44cc914984448808fb156db85&selectedTaskRun=bu48gDi7TESvF4o-SN1hZw.0:

Traceback (most recent call last):
  File "rq/worker/base.py", line 1463, in perform_job
    return_value = job.perform()
  File "rq/job.py", line 1318, in perform
    self._result = self._execute()
  File "rq/job.py", line 1378, in _execute
    result = self.func(*self.args, **self.kwargs)
  File "bugbug_http/models.py", line 242, in schedule_tests
    repository.pull(REPO_DIR, branch, rev, update=False)
  File "bugbug/repository.py", line 1557, in pull
    trigger_pull()
  File "__init__.py", line 331, in wrapped_f
    return copy(f, *args, **kw)
  File "__init__.py", line 470, in __call__
    do = self.iter(retry_state=retry_state)
  File "__init__.py", line 371, in iter
    result = action(retry_state)
  File "__init__.py", line 393, in <lambda>
    self._add_action_func(lambda rs: rs.outcome.result())
  File "concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
  File "concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "__init__.py", line 473, in __call__
    result = fn(*args, **kwargs)
  File "bugbug/repository.py", line 1549, in trigger_pull
    raise RuntimeError(
RuntimeError: Error 255 when pulling 850cc8a428e4bcb44cc914984448808fb156db85 from try

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions