Skip to content

Console Output

23:07:38 [2022-03-25T23:07:38.924Z] The recommended git tool is: git
23:08:02 [2022-03-25T23:08:02.679Z] using credential docker-jenkins-github-credentials
23:08:02 [2022-03-25T23:08:02.755Z] Cloning the remote Git repository
23:08:02 [2022-03-25T23:08:02.755Z] Cloning with configured refspecs honoured and without tags
23:08:02 [2022-03-25T23:08:02.943Z] Cloning repository https://github.com/moby/moby.git
23:08:03 [2022-03-25T23:08:03.342Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
23:08:04 [2022-03-25T23:08:04.221Z] Fetching upstream changes from https://github.com/moby/moby.git
23:08:04 [2022-03-25T23:08:04.222Z]  > git --version # timeout=10
23:08:04 [2022-03-25T23:08:04.281Z]  > git --version # 'git version 2.24.1.windows.2'
23:08:04 [2022-03-25T23:08:04.281Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:08:04 [2022-03-25T23:08:04.285Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42064/head:refs/remotes/origin/PR-42064 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:08:22 [2022-03-25T23:08:22.209Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:08:22 [2022-03-25T23:08:22.280Z]  > git config --add remote.origin.fetch +refs/pull/42064/head:refs/remotes/origin/PR-42064 # timeout=10
23:08:22 [2022-03-25T23:08:22.341Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:08:22 [2022-03-25T23:08:22.569Z] Fetching without tags
23:08:23 [2022-03-25T23:08:23.305Z] Merging remotes/origin/master commit 0729fbd343eb45a16e47d93cf1bd431c16743dda into PR head commit 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd
23:08:22 [2022-03-25T23:08:22.471Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:08:22 [2022-03-25T23:08:22.602Z] Fetching upstream changes from https://github.com/moby/moby.git
23:08:22 [2022-03-25T23:08:22.603Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:08:22 [2022-03-25T23:08:22.604Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42064/head:refs/remotes/origin/PR-42064 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:08:23 [2022-03-25T23:08:23.410Z]  > git config core.sparsecheckout # timeout=10
23:08:23 [2022-03-25T23:08:23.466Z]  > git checkout -f 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd # timeout=10
23:08:27 [2022-03-25T23:08:27.188Z] Merge succeeded, producing 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd
23:08:27 [2022-03-25T23:08:27.189Z] Checking out Revision 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd (PR-42064)
23:08:26 [2022-03-25T23:08:26.754Z]  > git remote # timeout=10
23:08:26 [2022-03-25T23:08:26.859Z]  > git config --get remote.origin.url # timeout=10
23:08:26 [2022-03-25T23:08:26.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:08:26 [2022-03-25T23:08:26.924Z]  > git merge 0729fbd343eb45a16e47d93cf1bd431c16743dda # timeout=10
23:08:27 [2022-03-25T23:08:27.083Z]  > git rev-parse "HEAD^{commit}" # timeout=10
23:08:27 [2022-03-25T23:08:27.221Z]  > git config core.sparsecheckout # timeout=10
23:08:27 [2022-03-25T23:08:27.280Z]  > git checkout -f 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd # timeout=10
23:08:38 [2022-03-25T23:08:38.469Z] Commit message: "client: Ping(): add handling for swarm status headers"