Moe
08/02/2023, 1:01 PMCloning into Repo....
and it goes into pending for 8 hours or so before failing. Anyone experience this before?Jake Kaplan
08/02/2023, 3:37 PMMoe
08/02/2023, 4:19 PMraise RuntimeError(
RuntimeError: Failed to clone repository
Jake Kaplan
08/02/2023, 4:27 PMexcept subprocess.CalledProcessError as exc:
# Hide the command used to avoid leaking the access token
exc_chain = None if access_token else exc
raise RuntimeError(
f"Failed to clone repository {repository!r} with exit code"
f" {exc.returncode}."
) from exc_chain
Moe
08/02/2023, 4:28 PMraise RuntimeError(
RuntimeError: Failed to clone repository '<https://gitlab.com/...>' with exit code 128.