Skip to content

Console Output

15:38:59 [2019-10-22T15:38:59.912Z] using credential docker-jenkins-github-credentials
15:38:59 [2019-10-22T15:38:59.920Z] Cloning the remote Git repository
15:38:59 [2019-10-22T15:38:59.920Z] Cloning with configured refspecs honoured and without tags
15:39:00 [2019-10-22T15:39:00.001Z] Cloning repository https://github.com/moby/moby.git
15:39:00 [2019-10-22T15:39:00.001Z]  > git init /home/ubuntu/workspace/moby_PR-38401 # timeout=10
15:39:00 [2019-10-22T15:39:00.017Z] Fetching upstream changes from https://github.com/moby/moby.git
15:39:00 [2019-10-22T15:39:00.017Z]  > git --version # timeout=10
15:39:00 [2019-10-22T15:39:00.021Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:39:00 [2019-10-22T15:39:00.022Z]  > 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:39:13 [2019-10-22T15:39:13.137Z] Fetching without tags
15:39:13 [2019-10-22T15:39:13.397Z] Merging remotes/origin/master commit a30990b3c8d0d42280fa501287859e1d2393a951 into PR head commit 73a7c369c6abce6117045332cd011c21db003cda
15:39:13 [2019-10-22T15:39:13.937Z] Merge succeeded, producing 73a7c369c6abce6117045332cd011c21db003cda
15:39:13 [2019-10-22T15:39:13.938Z] Checking out Revision 73a7c369c6abce6117045332cd011c21db003cda (PR-38401)
15:39:13 [2019-10-22T15:39:13.187Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:39:13 [2019-10-22T15:39:13.192Z]  > git config --add remote.origin.fetch +refs/pull/38401/head:refs/remotes/origin/PR-38401 # timeout=10
15:39:13 [2019-10-22T15:39:13.200Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:39:13 [2019-10-22T15:39:13.209Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:39:13 [2019-10-22T15:39:13.218Z] Fetching upstream changes from https://github.com/moby/moby.git
15:39:13 [2019-10-22T15:39:13.218Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:39:13 [2019-10-22T15:39:13.218Z]  > 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:39:13 [2019-10-22T15:39:13.477Z]  > git config core.sparsecheckout # timeout=10
15:39:13 [2019-10-22T15:39:13.482Z]  > git checkout -f 73a7c369c6abce6117045332cd011c21db003cda
15:39:14 [2019-10-22T15:39:14.002Z]  > git merge a30990b3c8d0d42280fa501287859e1d2393a951 # timeout=10
15:39:14 [2019-10-22T15:39:14.009Z]  > git rev-parse HEAD^{commit} # timeout=10
15:39:14 [2019-10-22T15:39:14.018Z]  > git config core.sparsecheckout # timeout=10
15:39:14 [2019-10-22T15:39:14.023Z]  > git checkout -f 73a7c369c6abce6117045332cd011c21db003cda
15:39:14 [2019-10-22T15:39:14.433Z] Commit message: "Run imageservice.Cleanup() also before daemon start"