Skip to content

Console Output

23:03:38 [2022-03-25T23:03:38.140Z] The recommended git tool is: git
23:04:03 [2022-03-25T23:04:03.939Z] using credential docker-jenkins-github-credentials
23:04:04 [2022-03-25T23:04:04.018Z] Cloning the remote Git repository
23:04:04 [2022-03-25T23:04:04.018Z] Cloning with configured refspecs honoured and without tags
23:04:04 [2022-03-25T23:04:04.216Z] Cloning repository https://github.com/moby/moby.git
23:04:04 [2022-03-25T23:04:04.640Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
23:04:05 [2022-03-25T23:04:05.474Z] Fetching upstream changes from https://github.com/moby/moby.git
23:04:05 [2022-03-25T23:04:05.475Z]  > git --version # timeout=10
23:04:05 [2022-03-25T23:04:05.517Z]  > git --version # 'git version 2.24.1.windows.2'
23:04:05 [2022-03-25T23:04:05.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:04:05 [2022-03-25T23:04:05.521Z]  > 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:04:27 [2022-03-25T23:04:27.348Z] Fetching without tags
23:04:28 [2022-03-25T23:04:28.033Z] Merging remotes/origin/master commit 0729fbd343eb45a16e47d93cf1bd431c16743dda into PR head commit 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd
23:04:27 [2022-03-25T23:04:27.002Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:04:27 [2022-03-25T23:04:27.097Z]  > git config --add remote.origin.fetch +refs/pull/42064/head:refs/remotes/origin/PR-42064 # timeout=10
23:04:27 [2022-03-25T23:04:27.146Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:04:27 [2022-03-25T23:04:27.266Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:04:27 [2022-03-25T23:04:27.387Z] Fetching upstream changes from https://github.com/moby/moby.git
23:04:27 [2022-03-25T23:04:27.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:04:27 [2022-03-25T23:04:27.389Z]  > 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:04:28 [2022-03-25T23:04:28.146Z]  > git config core.sparsecheckout # timeout=10
23:04:28 [2022-03-25T23:04:28.188Z]  > git checkout -f 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd # timeout=10
23:04:31 [2022-03-25T23:04:31.357Z]  > git remote # timeout=10
23:04:31 [2022-03-25T23:04:31.696Z] Merge succeeded, producing 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd
23:04:31 [2022-03-25T23:04:31.697Z] Checking out Revision 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd (PR-42064)
23:04:31 [2022-03-25T23:04:31.430Z]  > git config --get remote.origin.url # timeout=10
23:04:31 [2022-03-25T23:04:31.474Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:04:31 [2022-03-25T23:04:31.476Z]  > git merge 0729fbd343eb45a16e47d93cf1bd431c16743dda # timeout=10
23:04:31 [2022-03-25T23:04:31.614Z]  > git rev-parse "HEAD^{commit}" # timeout=10
23:04:31 [2022-03-25T23:04:31.734Z]  > git config core.sparsecheckout # timeout=10
23:04:31 [2022-03-25T23:04:31.777Z]  > git checkout -f 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd # timeout=10
23:04:43 [2022-03-25T23:04:43.705Z] Commit message: "client: Ping(): add handling for swarm status headers"