Skip to content

Console Output

15:45:21 [2019-10-22T15:45:21.581Z] using credential docker-jenkins-github-credentials
15:45:21 [2019-10-22T15:45:21.658Z] Cloning the remote Git repository
15:45:21 [2019-10-22T15:45:21.658Z] Cloning with configured refspecs honoured and without tags
15:45:21 [2019-10-22T15:45:21.849Z] Cloning repository https://github.com/moby/moby.git
15:45:22 [2019-10-22T15:45:22.228Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:45:24 [2019-10-22T15:45:24.524Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:24 [2019-10-22T15:45:24.524Z]  > git --version # timeout=10
15:45:24 [2019-10-22T15:45:24.577Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:24 [2019-10-22T15:45:24.579Z]  > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/38401/head:refs/remotes/origin/PR-38401 +refs/heads/master:refs/remotes/origin/master
15:45:42 [2019-10-22T15:45:42.468Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:42 [2019-10-22T15:45:42.577Z]  > git config --add remote.origin.fetch +refs/pull/38401/head:refs/remotes/origin/PR-38401 # timeout=10
15:45:42 [2019-10-22T15:45:42.629Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:45:42 [2019-10-22T15:45:42.855Z] Fetching without tags
15:45:43 [2019-10-22T15:45:43.633Z] Merging remotes/origin/master commit a30990b3c8d0d42280fa501287859e1d2393a951 into PR head commit 73a7c369c6abce6117045332cd011c21db003cda
15:45:42 [2019-10-22T15:45:42.753Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:42 [2019-10-22T15:45:42.885Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:42 [2019-10-22T15:45:42.885Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:42 [2019-10-22T15:45:42.887Z]  > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/38401/head:refs/remotes/origin/PR-38401 +refs/heads/master:refs/remotes/origin/master
15:45:43 [2019-10-22T15:45:43.735Z]  > git config core.sparsecheckout # timeout=10
15:45:43 [2019-10-22T15:45:43.785Z]  > git checkout -f 73a7c369c6abce6117045332cd011c21db003cda
15:45:46 [2019-10-22T15:45:46.989Z] Merge succeeded, producing 73a7c369c6abce6117045332cd011c21db003cda
15:45:46 [2019-10-22T15:45:46.990Z] Checking out Revision 73a7c369c6abce6117045332cd011c21db003cda (PR-38401)
15:45:46 [2019-10-22T15:45:46.609Z]  > git merge a30990b3c8d0d42280fa501287859e1d2393a951 # timeout=10
15:45:46 [2019-10-22T15:45:46.772Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:45:47 [2019-10-22T15:45:47.018Z]  > git config core.sparsecheckout # timeout=10
15:45:47 [2019-10-22T15:45:47.066Z]  > git checkout -f 73a7c369c6abce6117045332cd011c21db003cda
15:45:56 [2019-10-22T15:45:56.613Z] Commit message: "Run imageservice.Cleanup() also before daemon start"