Skip to content

Console Output

23:04:06 [2022-03-25T23:04:06.487Z] The recommended git tool is: git
23:04:31 [2022-03-25T23:04:31.950Z] using credential docker-jenkins-github-credentials
23:04:32 [2022-03-25T23:04:32.028Z] Cloning the remote Git repository
23:04:32 [2022-03-25T23:04:32.028Z] Cloning with configured refspecs honoured and without tags
23:04:32 [2022-03-25T23:04:32.225Z] Cloning repository https://github.com/moby/moby.git
23:04:32 [2022-03-25T23:04:32.645Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
23:04:33 [2022-03-25T23:04:33.502Z] Fetching upstream changes from https://github.com/moby/moby.git
23:04:33 [2022-03-25T23:04:33.503Z]  > git --version # timeout=10
23:04:33 [2022-03-25T23:04:33.550Z]  > git --version # 'git version 2.24.1.windows.2'
23:04:33 [2022-03-25T23:04:33.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:04:33 [2022-03-25T23:04:33.554Z]  > 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:51 [2022-03-25T23:04:51.278Z] Fetching without tags
23:04:52 [2022-03-25T23:04:52.035Z] Merging remotes/origin/master commit 0729fbd343eb45a16e47d93cf1bd431c16743dda into PR head commit 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd
23:04:50 [2022-03-25T23:04:50.928Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:04:50 [2022-03-25T23:04:50.992Z]  > git config --add remote.origin.fetch +refs/pull/42064/head:refs/remotes/origin/PR-42064 # timeout=10
23:04:51 [2022-03-25T23:04:51.050Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:04:51 [2022-03-25T23:04:51.183Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:04:51 [2022-03-25T23:04:51.314Z] Fetching upstream changes from https://github.com/moby/moby.git
23:04:51 [2022-03-25T23:04:51.314Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:04:51 [2022-03-25T23:04:51.316Z]  > 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:52 [2022-03-25T23:04:52.147Z]  > git config core.sparsecheckout # timeout=10
23:04:52 [2022-03-25T23:04:52.198Z]  > git checkout -f 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd # timeout=10
23:04:55 [2022-03-25T23:04:55.957Z] Merge succeeded, producing 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd
23:04:55 [2022-03-25T23:04:55.957Z] Checking out Revision 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd (PR-42064)
23:04:55 [2022-03-25T23:04:55.587Z]  > git remote # timeout=10
23:04:55 [2022-03-25T23:04:55.663Z]  > git config --get remote.origin.url # timeout=10
23:04:55 [2022-03-25T23:04:55.717Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:04:55 [2022-03-25T23:04:55.719Z]  > git merge 0729fbd343eb45a16e47d93cf1bd431c16743dda # timeout=10
23:04:55 [2022-03-25T23:04:55.865Z]  > git rev-parse "HEAD^{commit}" # timeout=10
23:04:55 [2022-03-25T23:04:55.993Z]  > git config core.sparsecheckout # timeout=10
23:04:56 [2022-03-25T23:04:56.042Z]  > git checkout -f 1e645fb70f84bfb93f56d1792fba6b1a8126e1fd # timeout=10
23:05:07 [2022-03-25T23:05:07.330Z] Commit message: "client: Ping(): add handling for swarm status headers"