Skip to content

Console Output

19:12:36 [2022-05-27T19:12:36.958Z] The recommended git tool is: git
19:13:00 [2022-05-27T19:13:00.795Z] using credential docker-jenkins-github-credentials
19:13:00 [2022-05-27T19:13:00.869Z] Cloning the remote Git repository
19:13:00 [2022-05-27T19:13:00.869Z] Cloning with configured refspecs honoured and without tags
19:13:01 [2022-05-27T19:13:01.055Z] Cloning repository https://github.com/moby/moby.git
19:13:01 [2022-05-27T19:13:01.445Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:13:01 [2022-05-27T19:13:01.977Z] Fetching upstream changes from https://github.com/moby/moby.git
19:13:01 [2022-05-27T19:13:01.977Z]  > git --version # timeout=10
19:13:02 [2022-05-27T19:13:02.024Z]  > git --version # 'git version 2.24.1.windows.2'
19:13:02 [2022-05-27T19:13:02.024Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:02 [2022-05-27T19:13:02.040Z]  > 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:20 [2022-05-27T19:13:20.073Z] Fetching without tags
19:13:19 [2022-05-27T19:13:19.755Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:13:19 [2022-05-27T19:13:19.802Z]  > git config --add remote.origin.fetch +refs/pull/43650/head:refs/remotes/origin/PR-43650 # timeout=10
19:13:19 [2022-05-27T19:13:19.849Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:13:19 [2022-05-27T19:13:19.974Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:13:20 [2022-05-27T19:13:20.099Z] Fetching upstream changes from https://github.com/moby/moby.git
19:13:20 [2022-05-27T19:13:20.099Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:20 [2022-05-27T19:13:20.099Z]  > 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:20 [2022-05-27T19:13:20.794Z] Merging remotes/origin/master commit 69adaa894d829a6707427aef6aeb0a796b2fb385 into PR head commit 7493342926237289f759d86be0dc3a0b226f7730
19:13:20 [2022-05-27T19:13:20.891Z]  > git config core.sparsecheckout # timeout=10
19:13:20 [2022-05-27T19:13:20.938Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:13:24 [2022-05-27T19:13:24.612Z] Merge succeeded, producing 7493342926237289f759d86be0dc3a0b226f7730
19:13:24 [2022-05-27T19:13:24.612Z] Checking out Revision 7493342926237289f759d86be0dc3a0b226f7730 (PR-43650)
19:13:24 [2022-05-27T19:13:24.267Z]  > git remote # timeout=10
19:13:24 [2022-05-27T19:13:24.329Z]  > git config --get remote.origin.url # timeout=10
19:13:24 [2022-05-27T19:13:24.376Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:24 [2022-05-27T19:13:24.376Z]  > git merge 69adaa894d829a6707427aef6aeb0a796b2fb385 # timeout=10
19:13:24 [2022-05-27T19:13:24.501Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:13:24 [2022-05-27T19:13:24.642Z]  > git config core.sparsecheckout # timeout=10
19:13:24 [2022-05-27T19:13:24.688Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:13:35 [2022-05-27T19:13:35.923Z] Commit message: "daemon/logger: Share buffers by sync.Pool"