Skip to content

Console Output

20:31:35 [2022-01-20T20:31:35.592Z] The recommended git tool is: git
20:32:00 [2022-01-20T20:32:00.698Z] using credential docker-jenkins-github-credentials
20:32:00 [2022-01-20T20:32:00.777Z] Cloning the remote Git repository
20:32:00 [2022-01-20T20:32:00.777Z] Cloning with configured refspecs honoured and without tags
20:32:00 [2022-01-20T20:32:00.974Z] Cloning repository https://github.com/moby/moby.git
20:32:01 [2022-01-20T20:32:01.383Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:32:02 [2022-01-20T20:32:02.104Z] Fetching upstream changes from https://github.com/moby/moby.git
20:32:02 [2022-01-20T20:32:02.104Z]  > git --version # timeout=10
20:32:02 [2022-01-20T20:32:02.146Z]  > git --version # 'git version 2.24.1.windows.2'
20:32:02 [2022-01-20T20:32:02.147Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:02 [2022-01-20T20:32:02.150Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43172/head:refs/remotes/origin/PR-43172 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:18 [2022-01-20T20:32:18.961Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:32:19 [2022-01-20T20:32:19.014Z]  > git config --add remote.origin.fetch +refs/pull/43172/head:refs/remotes/origin/PR-43172 # timeout=10
20:32:19 [2022-01-20T20:32:19.057Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:19 [2022-01-20T20:32:19.174Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:32:19 [2022-01-20T20:32:19.254Z] Fetching without tags
20:32:19 [2022-01-20T20:32:19.987Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:32:19 [2022-01-20T20:32:19.292Z] Fetching upstream changes from https://github.com/moby/moby.git
20:32:19 [2022-01-20T20:32:19.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:19 [2022-01-20T20:32:19.296Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43172/head:refs/remotes/origin/PR-43172 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:20 [2022-01-20T20:32:20.101Z]  > git config core.sparsecheckout # timeout=10
20:32:20 [2022-01-20T20:32:20.143Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:32:23 [2022-01-20T20:32:23.053Z] Merge succeeded, producing 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:32:23 [2022-01-20T20:32:23.053Z] Checking out Revision 839e2ecc1bee37225c19e4b8025dc36f3d613e40 (PR-43172)
20:32:22 [2022-01-20T20:32:22.729Z]  > git remote # timeout=10
20:32:22 [2022-01-20T20:32:22.796Z]  > git config --get remote.origin.url # timeout=10
20:32:22 [2022-01-20T20:32:22.837Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:22 [2022-01-20T20:32:22.838Z]  > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10
20:32:22 [2022-01-20T20:32:22.969Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:32:23 [2022-01-20T20:32:23.089Z]  > git config core.sparsecheckout # timeout=10
20:32:23 [2022-01-20T20:32:23.131Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:32:34 [2022-01-20T20:32:34.477Z] Commit message: "docs: remove HostConfig.LxcConf field from API docs"