Skip to content

Console Output

20:57:45 [2021-12-24T20:57:45.624Z] The recommended git tool is: git
20:58:11 [2021-12-24T20:58:11.286Z] using credential docker-jenkins-github-credentials
20:58:11 [2021-12-24T20:58:11.365Z] Cloning the remote Git repository
20:58:11 [2021-12-24T20:58:11.365Z] Cloning with configured refspecs honoured and without tags
20:58:11 [2021-12-24T20:58:11.568Z] Cloning repository https://github.com/moby/moby.git
20:58:11 [2021-12-24T20:58:11.977Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:58:12 [2021-12-24T20:58:12.908Z] Fetching upstream changes from https://github.com/moby/moby.git
20:58:12 [2021-12-24T20:58:12.908Z]  > git --version # timeout=10
20:58:12 [2021-12-24T20:58:12.960Z]  > git --version # 'git version 2.24.1.windows.2'
20:58:12 [2021-12-24T20:58:12.960Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:58:12 [2021-12-24T20:58:12.963Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43100/head:refs/remotes/origin/PR-43100 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:58:31 [2021-12-24T20:58:31.486Z] Fetching without tags
20:58:32 [2021-12-24T20:58:32.227Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 5cbc08ce57a54f8532516812efb0e5297c06c2b7
20:58:31 [2021-12-24T20:58:31.151Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:58:31 [2021-12-24T20:58:31.217Z]  > git config --add remote.origin.fetch +refs/pull/43100/head:refs/remotes/origin/PR-43100 # timeout=10
20:58:31 [2021-12-24T20:58:31.266Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:58:31 [2021-12-24T20:58:31.393Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:58:31 [2021-12-24T20:58:31.523Z] Fetching upstream changes from https://github.com/moby/moby.git
20:58:31 [2021-12-24T20:58:31.524Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:58:31 [2021-12-24T20:58:31.526Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43100/head:refs/remotes/origin/PR-43100 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:58:32 [2021-12-24T20:58:32.343Z]  > git config core.sparsecheckout # timeout=10
20:58:32 [2021-12-24T20:58:32.395Z]  > git checkout -f 5cbc08ce57a54f8532516812efb0e5297c06c2b7 # timeout=10
20:58:35 [2021-12-24T20:58:35.109Z]  > git remote # timeout=10
20:58:35 [2021-12-24T20:58:35.184Z]  > git config --get remote.origin.url # timeout=10
20:58:35 [2021-12-24T20:58:35.233Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:58:35 [2021-12-24T20:58:35.235Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
20:58:36 [2021-12-24T20:58:36.040Z] Merge succeeded, producing b2dd30b17e8a77d35f14548a2702fa6b8f7e57c0
20:58:36 [2021-12-24T20:58:36.040Z] Checking out Revision b2dd30b17e8a77d35f14548a2702fa6b8f7e57c0 (PR-43100)
20:58:35 [2021-12-24T20:58:35.946Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:58:36 [2021-12-24T20:58:36.077Z]  > git config core.sparsecheckout # timeout=10
20:58:36 [2021-12-24T20:58:36.126Z]  > git checkout -f b2dd30b17e8a77d35f14548a2702fa6b8f7e57c0 # timeout=10
20:58:47 [2021-12-24T20:58:47.281Z] Commit message: "Merge commit '10aecb0e652d346130a37e5b4383eca28f594c21' into HEAD"