Skip to content

Console Output

23:24:27 [2022-03-25T23:24:27.628Z] The recommended git tool is: git
23:24:53 [2022-03-25T23:24:53.298Z] using credential docker-jenkins-github-credentials
23:24:53 [2022-03-25T23:24:53.377Z] Cloning the remote Git repository
23:24:53 [2022-03-25T23:24:53.377Z] Cloning with configured refspecs honoured and without tags
23:24:53 [2022-03-25T23:24:53.576Z] Cloning repository https://github.com/moby/moby.git
23:24:53 [2022-03-25T23:24:53.985Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
23:24:54 [2022-03-25T23:24:54.774Z] Fetching upstream changes from https://github.com/moby/moby.git
23:24:54 [2022-03-25T23:24:54.774Z]  > git --version # timeout=10
23:24:54 [2022-03-25T23:24:54.828Z]  > git --version # 'git version 2.24.1.windows.2'
23:24:54 [2022-03-25T23:24:54.829Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:24:54 [2022-03-25T23:24:54.832Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43369/head:refs/remotes/origin/PR-43369 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:25:12 [2022-03-25T23:25:12.934Z] Fetching without tags
23:25:13 [2022-03-25T23:25:13.960Z] Merging remotes/origin/master commit 070726194d3e29f19697ffa954234df38ffa7ec4 into PR head commit a768652fd66f60cb23d0cdea7e72624c2ca97d2f
23:25:12 [2022-03-25T23:25:12.613Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:25:12 [2022-03-25T23:25:12.675Z]  > git config --add remote.origin.fetch +refs/pull/43369/head:refs/remotes/origin/PR-43369 # timeout=10
23:25:12 [2022-03-25T23:25:12.725Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:25:12 [2022-03-25T23:25:12.847Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:25:12 [2022-03-25T23:25:12.973Z] Fetching upstream changes from https://github.com/moby/moby.git
23:25:12 [2022-03-25T23:25:12.974Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:25:12 [2022-03-25T23:25:12.976Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43369/head:refs/remotes/origin/PR-43369 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:25:14 [2022-03-25T23:25:14.075Z]  > git config core.sparsecheckout # timeout=10
23:25:14 [2022-03-25T23:25:14.127Z]  > git checkout -f a768652fd66f60cb23d0cdea7e72624c2ca97d2f # timeout=10
23:25:17 [2022-03-25T23:25:17.264Z]  > git remote # timeout=10
23:25:17 [2022-03-25T23:25:17.371Z]  > git config --get remote.origin.url # timeout=10
23:25:17 [2022-03-25T23:25:17.419Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:25:17 [2022-03-25T23:25:17.421Z]  > git merge 070726194d3e29f19697ffa954234df38ffa7ec4 # timeout=10
23:25:19 [2022-03-25T23:25:19.626Z] Merge succeeded, producing 32241145bef60ebe54652731ff452e6eca758a24
23:25:19 [2022-03-25T23:25:19.626Z] Checking out Revision 32241145bef60ebe54652731ff452e6eca758a24 (PR-43369)
23:25:19 [2022-03-25T23:25:19.505Z]  > git rev-parse "HEAD^{commit}" # timeout=10
23:25:19 [2022-03-25T23:25:19.664Z]  > git config core.sparsecheckout # timeout=10
23:25:19 [2022-03-25T23:25:19.711Z]  > git checkout -f 32241145bef60ebe54652731ff452e6eca758a24 # timeout=10
23:25:31 [2022-03-25T23:25:31.234Z] Commit message: "Merge commit '070726194d3e29f19697ffa954234df38ffa7ec4' into HEAD"