Skip to content

Console Output

19:12:32 [2022-05-27T19:12:32.873Z] The recommended git tool is: git
19:12:58 [2022-05-27T19:12:58.600Z] using credential docker-jenkins-github-credentials
19:12:58 [2022-05-27T19:12:58.679Z] Cloning the remote Git repository
19:12:58 [2022-05-27T19:12:58.679Z] Cloning with configured refspecs honoured and without tags
19:12:58 [2022-05-27T19:12:58.872Z] Cloning repository https://github.com/moby/moby.git
19:12:59 [2022-05-27T19:12:59.285Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:12:59 [2022-05-27T19:12:59.852Z] Fetching upstream changes from https://github.com/moby/moby.git
19:12:59 [2022-05-27T19:12:59.852Z]  > git --version # timeout=10
19:12:59 [2022-05-27T19:12:59.890Z]  > git --version # 'git version 2.24.1.windows.2'
19:12:59 [2022-05-27T19:12:59.891Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:12:59 [2022-05-27T19:12:59.893Z]  > 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:15 [2022-05-27T19:13:15.730Z] Fetching without tags
19:13:16 [2022-05-27T19:13:16.416Z] Merging remotes/origin/master commit 69adaa894d829a6707427aef6aeb0a796b2fb385 into PR head commit 7493342926237289f759d86be0dc3a0b226f7730
19:13:15 [2022-05-27T19:13:15.454Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:13:15 [2022-05-27T19:13:15.499Z]  > git config --add remote.origin.fetch +refs/pull/43650/head:refs/remotes/origin/PR-43650 # timeout=10
19:13:15 [2022-05-27T19:13:15.539Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:13:15 [2022-05-27T19:13:15.651Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:13:15 [2022-05-27T19:13:15.768Z] Fetching upstream changes from https://github.com/moby/moby.git
19:13:15 [2022-05-27T19:13:15.768Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:15 [2022-05-27T19:13:15.770Z]  > 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:16 [2022-05-27T19:13:16.527Z]  > git config core.sparsecheckout # timeout=10
19:13:16 [2022-05-27T19:13:16.566Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:13:19 [2022-05-27T19:13:19.194Z] Merge succeeded, producing 7493342926237289f759d86be0dc3a0b226f7730
19:13:19 [2022-05-27T19:13:19.194Z] Checking out Revision 7493342926237289f759d86be0dc3a0b226f7730 (PR-43650)
19:13:18 [2022-05-27T19:13:18.897Z]  > git remote # timeout=10
19:13:18 [2022-05-27T19:13:18.951Z]  > git config --get remote.origin.url # timeout=10
19:13:18 [2022-05-27T19:13:18.989Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:13:18 [2022-05-27T19:13:18.990Z]  > git merge 69adaa894d829a6707427aef6aeb0a796b2fb385 # timeout=10
19:13:19 [2022-05-27T19:13:19.116Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:13:19 [2022-05-27T19:13:19.231Z]  > git config core.sparsecheckout # timeout=10
19:13:19 [2022-05-27T19:13:19.268Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:13:30 [2022-05-27T19:13:30.454Z] Commit message: "daemon/logger: Share buffers by sync.Pool"