Skip to content

Console Output

20:31:44 [2022-01-20T20:31:44.307Z] The recommended git tool is: git
20:32:09 [2022-01-20T20:32:09.309Z] using credential docker-jenkins-github-credentials
20:32:09 [2022-01-20T20:32:09.387Z] Cloning the remote Git repository
20:32:09 [2022-01-20T20:32:09.387Z] Cloning with configured refspecs honoured and without tags
20:32:09 [2022-01-20T20:32:09.588Z] Cloning repository https://github.com/moby/moby.git
20:32:10 [2022-01-20T20:32:10.000Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:32:10 [2022-01-20T20:32:10.734Z] Fetching upstream changes from https://github.com/moby/moby.git
20:32:10 [2022-01-20T20:32:10.734Z]  > git --version # timeout=10
20:32:10 [2022-01-20T20:32:10.774Z]  > git --version # 'git version 2.24.1.windows.2'
20:32:10 [2022-01-20T20:32:10.775Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:10 [2022-01-20T20:32:10.778Z]  > 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:27 [2022-01-20T20:32:27.724Z] Fetching without tags
20:32:27 [2022-01-20T20:32:27.426Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:32:27 [2022-01-20T20:32:27.484Z]  > git config --add remote.origin.fetch +refs/pull/43172/head:refs/remotes/origin/PR-43172 # timeout=10
20:32:27 [2022-01-20T20:32:27.526Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:27 [2022-01-20T20:32:27.642Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:32:27 [2022-01-20T20:32:27.761Z] Fetching upstream changes from https://github.com/moby/moby.git
20:32:27 [2022-01-20T20:32:27.762Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:27 [2022-01-20T20:32:27.763Z]  > 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:28 [2022-01-20T20:32:28.629Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:32:28 [2022-01-20T20:32:28.742Z]  > git config core.sparsecheckout # timeout=10
20:32:28 [2022-01-20T20:32:28.784Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:32:31 [2022-01-20T20:32:31.637Z] Merge succeeded, producing 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:32:31 [2022-01-20T20:32:31.637Z] Checking out Revision 839e2ecc1bee37225c19e4b8025dc36f3d613e40 (PR-43172)
20:32:31 [2022-01-20T20:32:31.311Z]  > git remote # timeout=10
20:32:31 [2022-01-20T20:32:31.376Z]  > git config --get remote.origin.url # timeout=10
20:32:31 [2022-01-20T20:32:31.417Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:31 [2022-01-20T20:32:31.419Z]  > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10
20:32:31 [2022-01-20T20:32:31.554Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:32:31 [2022-01-20T20:32:31.673Z]  > git config core.sparsecheckout # timeout=10
20:32:31 [2022-01-20T20:32:31.715Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:32:43 [2022-01-20T20:32:43.270Z] Commit message: "docs: remove HostConfig.LxcConf field from API docs"