Skip to content

Console Output

21:23:49 [2022-03-05T21:23:49.987Z] The recommended git tool is: git
21:23:50 [2022-03-05T21:23:50.202Z] using credential docker-jenkins-github-credentials
21:23:50 [2022-03-05T21:23:50.278Z] Cloning the remote Git repository
21:23:50 [2022-03-05T21:23:50.278Z] Cloning with configured refspecs honoured and without tags
21:23:50 [2022-03-05T21:23:50.314Z] Cloning repository https://github.com/moby/moby.git
21:23:50 [2022-03-05T21:23:50.315Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
21:23:50 [2022-03-05T21:23:50.381Z] Fetching upstream changes from https://github.com/moby/moby.git
21:23:50 [2022-03-05T21:23:50.381Z]  > git --version # timeout=10
21:23:50 [2022-03-05T21:23:50.430Z]  > git --version # 'git version 2.24.1.windows.2'
21:23:50 [2022-03-05T21:23:50.431Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:23:50 [2022-03-05T21:23:50.434Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:24:06 [2022-03-05T21:24:06.483Z] Fetching without tags
21:24:07 [2022-03-05T21:24:07.210Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c
21:24:06 [2022-03-05T21:24:06.169Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:24:06 [2022-03-05T21:24:06.219Z]  > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10
21:24:06 [2022-03-05T21:24:06.273Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:24:06 [2022-03-05T21:24:06.399Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:24:06 [2022-03-05T21:24:06.519Z] Fetching upstream changes from https://github.com/moby/moby.git
21:24:06 [2022-03-05T21:24:06.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:24:06 [2022-03-05T21:24:06.522Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43334/head:refs/remotes/origin/PR-43334 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:24:07 [2022-03-05T21:24:07.246Z]  > git config core.sparsecheckout # timeout=10
21:24:07 [2022-03-05T21:24:07.293Z]  > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10
21:24:10 [2022-03-05T21:24:10.981Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c
21:24:10 [2022-03-05T21:24:10.981Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334)
21:24:10 [2022-03-05T21:24:10.657Z]  > git remote # timeout=10
21:24:10 [2022-03-05T21:24:10.707Z]  > git config --get remote.origin.url # timeout=10
21:24:10 [2022-03-05T21:24:10.768Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:24:10 [2022-03-05T21:24:10.771Z]  > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10
21:24:10 [2022-03-05T21:24:10.896Z]  > git rev-parse "HEAD^{commit}" # timeout=10
21:24:11 [2022-03-05T21:24:11.017Z]  > git config core.sparsecheckout # timeout=10
21:24:11 [2022-03-05T21:24:11.066Z]  > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10
21:24:11 [2022-03-05T21:24:11.620Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)"