Skip to content

Console Output

15:40:10 [2019-10-22T15:40:10.303Z] using credential docker-jenkins-github-credentials
15:40:10 [2019-10-22T15:40:10.316Z] Cloning the remote Git repository
15:40:10 [2019-10-22T15:40:10.316Z] Cloning with configured refspecs honoured and without tags
15:40:10 [2019-10-22T15:40:10.424Z] Cloning repository https://github.com/moby/moby.git
15:40:10 [2019-10-22T15:40:10.467Z]  > git init /home/ubuntu/workspace/moby_PR-38401 # timeout=10
15:40:10 [2019-10-22T15:40:10.695Z] Fetching upstream changes from https://github.com/moby/moby.git
15:40:10 [2019-10-22T15:40:10.696Z]  > git --version # timeout=10
15:40:10 [2019-10-22T15:40:10.703Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:40:10 [2019-10-22T15:40:10.709Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38401/head:refs/remotes/origin/PR-38401 +refs/heads/master:refs/remotes/origin/master
15:40:29 [2019-10-22T15:40:29.658Z] Fetching without tags
15:40:30 [2019-10-22T15:40:30.052Z] Merging remotes/origin/master commit a30990b3c8d0d42280fa501287859e1d2393a951 into PR head commit 73a7c369c6abce6117045332cd011c21db003cda
15:40:29 [2019-10-22T15:40:29.592Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:40:29 [2019-10-22T15:40:29.611Z]  > git config --add remote.origin.fetch +refs/pull/38401/head:refs/remotes/origin/PR-38401 # timeout=10
15:40:29 [2019-10-22T15:40:29.632Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:40:29 [2019-10-22T15:40:29.654Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:40:29 [2019-10-22T15:40:29.672Z] Fetching upstream changes from https://github.com/moby/moby.git
15:40:29 [2019-10-22T15:40:29.672Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:40:29 [2019-10-22T15:40:29.673Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38401/head:refs/remotes/origin/PR-38401 +refs/heads/master:refs/remotes/origin/master
15:40:30 [2019-10-22T15:40:30.067Z]  > git config core.sparsecheckout # timeout=10
15:40:30 [2019-10-22T15:40:30.078Z]  > git checkout -f 73a7c369c6abce6117045332cd011c21db003cda
15:40:31 [2019-10-22T15:40:31.962Z] Merge succeeded, producing 73a7c369c6abce6117045332cd011c21db003cda
15:40:31 [2019-10-22T15:40:31.963Z] Checking out Revision 73a7c369c6abce6117045332cd011c21db003cda (PR-38401)
15:40:31 [2019-10-22T15:40:31.881Z]  > git merge a30990b3c8d0d42280fa501287859e1d2393a951 # timeout=10
15:40:31 [2019-10-22T15:40:31.953Z]  > git rev-parse HEAD^{commit} # timeout=10
15:40:31 [2019-10-22T15:40:31.971Z]  > git config core.sparsecheckout # timeout=10
15:40:31 [2019-10-22T15:40:31.987Z]  > git checkout -f 73a7c369c6abce6117045332cd011c21db003cda
15:40:33 [2019-10-22T15:40:33.339Z] Commit message: "Run imageservice.Cleanup() also before daemon start"