Skip to content

Console Output

19:12:46 [2022-05-27T19:12:46.892Z] The recommended git tool is: git
19:13:10 [2022-05-27T19:13:10.657Z] using credential docker-jenkins-github-credentials
19:13:10 [2022-05-27T19:13:10.734Z] Cloning the remote Git repository
19:13:10 [2022-05-27T19:13:10.734Z] Cloning with configured refspecs honoured and without tags
19:13:10 [2022-05-27T19:13:10.923Z] Cloning repository https://github.com/moby/moby.git
19:13:11 [2022-05-27T19:13:11.311Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:13:12 [2022-05-27T19:13:12.127Z] Fetching upstream changes from https://github.com/moby/moby.git
19:13:12 [2022-05-27T19:13:12.128Z]  > git --version # timeout=10
19:13:12 [2022-05-27T19:13:12.189Z]  > git --version # 'git version 2.24.1.windows.2'
19:13:12 [2022-05-27T19:13:12.190Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:12 [2022-05-27T19:13:12.193Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43650/head:refs/remotes/origin/PR-43650 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:13:30 [2022-05-27T19:13:30.421Z] Fetching without tags
19:13:30 [2022-05-27T19:13:30.033Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:13:30 [2022-05-27T19:13:30.102Z]  > git config --add remote.origin.fetch +refs/pull/43650/head:refs/remotes/origin/PR-43650 # timeout=10
19:13:30 [2022-05-27T19:13:30.174Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:13:30 [2022-05-27T19:13:30.319Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:13:31 [2022-05-27T19:13:31.383Z] Merging remotes/origin/master commit 69adaa894d829a6707427aef6aeb0a796b2fb385 into PR head commit 7493342926237289f759d86be0dc3a0b226f7730
19:13:30 [2022-05-27T19:13:30.459Z] Fetching upstream changes from https://github.com/moby/moby.git
19:13:30 [2022-05-27T19:13:30.459Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:30 [2022-05-27T19:13:30.461Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43650/head:refs/remotes/origin/PR-43650 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:13:31 [2022-05-27T19:13:31.491Z]  > git config core.sparsecheckout # timeout=10
19:13:31 [2022-05-27T19:13:31.561Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:13:35 [2022-05-27T19:13:35.433Z] Merge succeeded, producing 7493342926237289f759d86be0dc3a0b226f7730
19:13:35 [2022-05-27T19:13:35.433Z] Checking out Revision 7493342926237289f759d86be0dc3a0b226f7730 (PR-43650)
19:13:35 [2022-05-27T19:13:35.024Z]  > git remote # timeout=10
19:13:35 [2022-05-27T19:13:35.102Z]  > git config --get remote.origin.url # timeout=10
19:13:35 [2022-05-27T19:13:35.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:35 [2022-05-27T19:13:35.164Z]  > git merge 69adaa894d829a6707427aef6aeb0a796b2fb385 # timeout=10
19:13:35 [2022-05-27T19:13:35.315Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:13:35 [2022-05-27T19:13:35.468Z]  > git config core.sparsecheckout # timeout=10
19:13:35 [2022-05-27T19:13:35.532Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:13:46 [2022-05-27T19:13:46.662Z] Commit message: "daemon/logger: Share buffers by sync.Pool"