Skip to content

Console Output

18:47:19 [2022-03-11T18:47:19.356Z] The recommended git tool is: git
18:47:45 [2022-03-11T18:47:45.149Z] using credential docker-jenkins-github-credentials
18:47:45 [2022-03-11T18:47:45.228Z] Cloning the remote Git repository
18:47:45 [2022-03-11T18:47:45.228Z] Cloning with configured refspecs honoured and without tags
18:47:45 [2022-03-11T18:47:45.486Z] Cloning repository https://github.com/moby/moby.git
18:47:46 [2022-03-11T18:47:46.032Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
18:47:46 [2022-03-11T18:47:46.973Z] Fetching upstream changes from https://github.com/moby/moby.git
18:47:46 [2022-03-11T18:47:46.973Z]  > git --version # timeout=10
18:47:47 [2022-03-11T18:47:47.024Z]  > git --version # 'git version 2.24.1.windows.2'
18:47:47 [2022-03-11T18:47:47.025Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:47:47 [2022-03-11T18:47:47.029Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43358/head:refs/remotes/origin/PR-43358 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:48:11 [2022-03-11T18:48:11.113Z] Fetching without tags
18:48:11 [2022-03-11T18:48:11.860Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit f9f549cbe445177c1f0f4b13173e3b049674a3a1
18:48:10 [2022-03-11T18:48:10.781Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:48:10 [2022-03-11T18:48:10.847Z]  > git config --add remote.origin.fetch +refs/pull/43358/head:refs/remotes/origin/PR-43358 # timeout=10
18:48:10 [2022-03-11T18:48:10.897Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:48:11 [2022-03-11T18:48:11.019Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:48:11 [2022-03-11T18:48:11.147Z] Fetching upstream changes from https://github.com/moby/moby.git
18:48:11 [2022-03-11T18:48:11.147Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:48:11 [2022-03-11T18:48:11.149Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43358/head:refs/remotes/origin/PR-43358 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:48:11 [2022-03-11T18:48:11.966Z]  > git config core.sparsecheckout # timeout=10
18:48:12 [2022-03-11T18:48:12.017Z]  > git checkout -f f9f549cbe445177c1f0f4b13173e3b049674a3a1 # timeout=10
18:48:15 [2022-03-11T18:48:15.791Z] Merge succeeded, producing f9f549cbe445177c1f0f4b13173e3b049674a3a1
18:48:15 [2022-03-11T18:48:15.791Z] Checking out Revision f9f549cbe445177c1f0f4b13173e3b049674a3a1 (PR-43358)
18:48:15 [2022-03-11T18:48:15.372Z]  > git remote # timeout=10
18:48:15 [2022-03-11T18:48:15.453Z]  > git config --get remote.origin.url # timeout=10
18:48:15 [2022-03-11T18:48:15.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:48:15 [2022-03-11T18:48:15.552Z]  > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10
18:48:15 [2022-03-11T18:48:15.697Z]  > git rev-parse "HEAD^{commit}" # timeout=10
18:48:15 [2022-03-11T18:48:15.821Z]  > git config core.sparsecheckout # timeout=10
18:48:15 [2022-03-11T18:48:15.874Z]  > git checkout -f f9f549cbe445177c1f0f4b13173e3b049674a3a1 # timeout=10
18:48:27 [2022-03-11T18:48:27.514Z] Commit message: "plugin: add EndpointResolver interface"