Skip to content

Console Output

14:10:02 The recommended git tool is: git
14:10:06 using credential docker-jenkins-github-credentials
14:10:06 Cloning the remote Git repository
14:10:06 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
14:10:07 ERROR: Error cloning remote repo 'origin'
14:10:07 hudson.plugins.git.GitException: Command "git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/20.10:refs/remotes/origin/20.10" returned status code 128:
14:10:07 stdout: 
14:10:07 stderr: fatal: unable to access 'https://github.com/docker/docker-ce-packaging.git/': Failed to connect to github.com port 443: Connection refused
14:10:07 
14:10:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639)
14:10:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2079)
14:10:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
14:10:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:601)
14:10:07 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:830)
14:10:07 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
14:10:07 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
14:10:07 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
14:10:07 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
14:10:07 	at hudson.remoting.Request$2.run(Request.java:376)
14:10:07 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
14:10:07 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
14:10:07 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
14:10:07 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
14:10:07 	at java.lang.Thread.run(Thread.java:829)
14:10:07 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-07ad3431c197beb8f)
14:10:07 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
14:10:07 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
14:10:07 		at hudson.remoting.Channel.call(Channel.java:1001)
14:10:07 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
14:10:07 		at sun.reflect.GeneratedMethodAccessor939.invoke(Unknown Source)
14:10:07 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:10:07 		at java.lang.reflect.Method.invoke(Method.java:498)
14:10:07 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
14:10:07 		at com.sun.proxy.$Proxy483.execute(Unknown Source)
14:10:07 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1223)
14:10:07 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1301)
14:10:07 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
14:10:07 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
14:10:07 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
14:10:07 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
14:10:07 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
14:10:07 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
14:10:07 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
14:10:07 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
14:10:07 		at java.lang.Thread.run(Thread.java:748)
 > git init /home/ubuntu/workspace/docker-ce-packaging_20.10 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.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-ce-packaging.git +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10