Skip to content

Console Output

13:31:59 The recommended git tool is: git
13:31:59 using credential docker-jenkins-github-credentials
13:31:59 Cloning the remote Git repository
13:31:59 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3126 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3126/head:refs/remotes/origin/PR-3126 +refs/heads/main:refs/remotes/origin/main # timeout=10
13:32:04 ERROR: Error cloning remote repo 'origin'
13:32:04 hudson.plugins.git.GitException: Command "git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3126/head:refs/remotes/origin/PR-3126 +refs/heads/main:refs/remotes/origin/main" returned status code 128:
13:32:04 stdout: 
13:32:04 stderr: remote: Internal Server Error
13:32:04 fatal: unable to access 'https://github.com/docker/docker-py.git/': The requested URL returned error: 500
13:32:04 
13:32:04 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639)
13:32:04 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2079)
13:32:04 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
13:32:04 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:601)
13:32:04 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:830)
13:32:04 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
13:32:04 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
13:32:04 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
13:32:04 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
13:32:04 	at hudson.remoting.Request$2.run(Request.java:376)
13:32:04 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
13:32:04 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
13:32:04 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
13:32:04 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
13:32:04 	at java.lang.Thread.run(Thread.java:829)
13:32:04 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-05e145a156d3fe7ef)
13:32:04 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
13:32:04 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
13:32:04 		at hudson.remoting.Channel.call(Channel.java:1001)
13:32:04 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
13:32:04 		at sun.reflect.GeneratedMethodAccessor939.invoke(Unknown Source)
13:32:04 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:32:04 		at java.lang.reflect.Method.invoke(Method.java:498)
13:32:04 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
13:32:04 		at com.sun.proxy.$Proxy483.execute(Unknown Source)
13:32:04 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1223)
13:32:04 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1301)
13:32:04 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
13:32:04 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
13:32:04 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
13:32:04 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
13:32:04 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13:32:04 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13:32:04 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
13:32:04 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
13:32:04 		at java.lang.Thread.run(Thread.java:748)