Skip to content

Console Output

14:24:15 [2022-01-25T14:24:15.036Z] The recommended git tool is: git
14:24:42 [2022-01-25T14:24:42.419Z] using credential docker-jenkins-github-credentials
14:24:42 [2022-01-25T14:24:42.505Z] Cloning the remote Git repository
14:24:42 [2022-01-25T14:24:42.505Z] Cloning with configured refspecs honoured and without tags
14:24:42 [2022-01-25T14:24:42.722Z] Cloning repository https://github.com/moby/moby.git
14:24:43 [2022-01-25T14:24:43.175Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:24:43 [2022-01-25T14:24:43.975Z] Fetching upstream changes from https://github.com/moby/moby.git
14:24:43 [2022-01-25T14:24:43.975Z]  > git --version # timeout=10
14:24:44 [2022-01-25T14:24:44.027Z]  > git --version # 'git version 2.24.1.windows.2'
14:24:44 [2022-01-25T14:24:44.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:24:44 [2022-01-25T14:24:44.031Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43187/head:refs/remotes/origin/PR-43187 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:25:01 [2022-01-25T14:25:01.200Z] Fetching without tags
14:25:00 [2022-01-25T14:25:00.850Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:25:00 [2022-01-25T14:25:00.914Z]  > git config --add remote.origin.fetch +refs/pull/43187/head:refs/remotes/origin/PR-43187 # timeout=10
14:25:00 [2022-01-25T14:25:00.970Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:25:01 [2022-01-25T14:25:01.105Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:25:01 [2022-01-25T14:25:01.243Z] Fetching upstream changes from https://github.com/moby/moby.git
14:25:01 [2022-01-25T14:25:01.244Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:25:01 [2022-01-25T14:25:01.245Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43187/head:refs/remotes/origin/PR-43187 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:25:02 [2022-01-25T14:25:02.063Z] Merging remotes/origin/master commit 559ff0ac661c1ca27bb17765629f6166d90ff499 into PR head commit b36d896fceba189f86cb9d57679c7559a63721e5
14:25:02 [2022-01-25T14:25:02.190Z]  > git config core.sparsecheckout # timeout=10
14:25:02 [2022-01-25T14:25:02.242Z]  > git checkout -f b36d896fceba189f86cb9d57679c7559a63721e5 # timeout=10
14:25:04 [2022-01-25T14:25:04.891Z]  > git remote # timeout=10
14:25:04 [2022-01-25T14:25:04.968Z]  > git config --get remote.origin.url # timeout=10
14:25:05 [2022-01-25T14:25:05.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:25:05 [2022-01-25T14:25:05.022Z]  > git merge 559ff0ac661c1ca27bb17765629f6166d90ff499 # timeout=10
14:25:05 [2022-01-25T14:25:05.269Z] Merge succeeded, producing b36d896fceba189f86cb9d57679c7559a63721e5
14:25:05 [2022-01-25T14:25:05.269Z] Checking out Revision b36d896fceba189f86cb9d57679c7559a63721e5 (PR-43187)
14:25:05 [2022-01-25T14:25:05.174Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:25:05 [2022-01-25T14:25:05.311Z]  > git config core.sparsecheckout # timeout=10
14:25:05 [2022-01-25T14:25:05.365Z]  > git checkout -f b36d896fceba189f86cb9d57679c7559a63721e5 # timeout=10
14:25:17 [2022-01-25T14:25:17.590Z] Commit message: "layer: remove OS from layerstore"