Skip to content

Console Output

Pull request #7069 closed
16:23:04 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 14a272980e50e4b4b55bbe96e133336e10dc1a66
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0203f828fb7ec8eac) in /home/ubuntu/workspace/compose_bump-1.25.1-rc1
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_bump-1.25.1-rc1@tmp/f2605fe3-0fec-440d-a397-d9ee857df9a9/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:23:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:23:08 chowning workspace
[Pipeline] sh
16:23:08 + uname -m
[Pipeline] sh
16:23:08 + pwd
16:23:08 + id -u
16:23:08 + id -g
16:23:08 + docker run --rm -v /home/ubuntu/workspace/compose_bump-1.25.1-rc1:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:23:09 Removing all docker containers
[Pipeline] sh
16:23:09 + docker container ls -aq
[Pipeline] echo
16:23:09 Docker containers have been removed
[Pipeline] echo
16:23:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:23:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image for "alpine")
[Pipeline] checkout
16:23:10 using credential sf-release-bot.github.ssh
16:23:10 Cloning the remote Git repository
16:23:10 Cloning with configured refspecs honoured and without tags
16:23:10 ERROR: Error cloning remote repo 'origin'
16:23:10 hudson.plugins.git.GitException: Command "git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/bump-1.25.1-rc1:refs/remotes/origin/bump-1.25.1-rc1" returned status code 128:
16:23:10 stdout: 
16:23:10 stderr: Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
16:23:10 fatal: Couldn't find remote ref refs/heads/bump-1.25.1-rc1
16:23:10 
16:23:10 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
16:23:10 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1823)
16:23:10 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:72)
16:23:10 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:504)
16:23:10 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:717)
16:23:10 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
16:23:10 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
16:23:10 	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
16:23:10 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
16:23:10 	at hudson.remoting.Request$2.run(Request.java:369)
16:23:10 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
16:23:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
16:23:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
16:23:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
16:23:10 	at java.lang.Thread.run(Thread.java:834)
16:23:10 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0203f828fb7ec8eac)
16:23:10 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
16:23:10 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
16:23:10 		at hudson.remoting.Channel.call(Channel.java:957)
16:23:10 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
16:23:10 		at sun.reflect.GeneratedMethodAccessor613.invoke(Unknown Source)
16:23:10 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
16:23:10 		at java.lang.reflect.Method.invoke(Method.java:498)
16:23:10 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
16:23:10 		at com.sun.proxy.$Proxy470.execute(Unknown Source)
16:23:10 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
16:23:10 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
16:23:10 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
16:23:10 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
16:23:10 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
16:23:10 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
16:23:10 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
16:23:10 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16:23:10 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16:23:10 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16:23:10 		at java.lang.Thread.run(Thread.java:748)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_bump-1.25.1-rc1 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/bump-1.25.1-rc1:refs/remotes/origin/bump-1.25.1-rc1

GitHub has been notified of this commit’s build result

ERROR: Error cloning remote repo 'origin'
Finished: FAILURE