Skip to content

Console Output

21:23:37 [2022-03-05T21:23:37.435Z] The recommended git tool is: git
21:23:37 [2022-03-05T21:23:37.659Z] using credential docker-jenkins-github-credentials
21:23:37 [2022-03-05T21:23:37.739Z] Cloning the remote Git repository
21:23:37 [2022-03-05T21:23:37.739Z] Cloning with configured refspecs honoured and without tags
21:23:37 [2022-03-05T21:23:37.778Z] Cloning repository https://github.com/moby/moby.git
21:23:37 [2022-03-05T21:23:37.778Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
21:23:37 [2022-03-05T21:23:37.946Z] Fetching upstream changes from https://github.com/moby/moby.git
21:23:37 [2022-03-05T21:23:37.947Z]  > git --version # timeout=10
21:23:38 [2022-03-05T21:23:38.059Z]  > git --version # 'git version 2.24.1.windows.2'
21:23:38 [2022-03-05T21:23:38.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:23:38 [2022-03-05T21:23:38.065Z]  > 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:23:54 [2022-03-05T21:23:54.916Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:23:55 [2022-03-05T21:23:55.014Z]  > git config --add remote.origin.fetch +refs/pull/43334/head:refs/remotes/origin/PR-43334 # timeout=10
21:23:55 [2022-03-05T21:23:55.132Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:23:55 [2022-03-05T21:23:55.444Z] Fetching without tags
21:23:56 [2022-03-05T21:23:56.506Z] Merging remotes/origin/master commit 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 into PR head commit 0759f013a418e8bee58fc3619486e56d8e7be77c
21:23:55 [2022-03-05T21:23:55.308Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:23:55 [2022-03-05T21:23:55.482Z] Fetching upstream changes from https://github.com/moby/moby.git
21:23:55 [2022-03-05T21:23:55.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:23:55 [2022-03-05T21:23:55.486Z]  > 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:23:56 [2022-03-05T21:23:56.544Z]  > git config core.sparsecheckout # timeout=10
21:23:56 [2022-03-05T21:23:56.646Z]  > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10
21:24:02 [2022-03-05T21:24:02.695Z] Merge succeeded, producing 0759f013a418e8bee58fc3619486e56d8e7be77c
21:24:02 [2022-03-05T21:24:02.695Z] Checking out Revision 0759f013a418e8bee58fc3619486e56d8e7be77c (PR-43334)
21:24:02 [2022-03-05T21:24:02.096Z]  > git remote # timeout=10
21:24:02 [2022-03-05T21:24:02.220Z]  > git config --get remote.origin.url # timeout=10
21:24:02 [2022-03-05T21:24:02.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:24:02 [2022-03-05T21:24:02.349Z]  > git merge 85f1bfc6f727b0ac27b2d9d58b75884f02653ac9 # timeout=10
21:24:02 [2022-03-05T21:24:02.550Z]  > git rev-parse "HEAD^{commit}" # timeout=10
21:24:02 [2022-03-05T21:24:02.734Z]  > git config core.sparsecheckout # timeout=10
21:24:02 [2022-03-05T21:24:02.845Z]  > git checkout -f 0759f013a418e8bee58fc3619486e56d8e7be77c # timeout=10
21:24:03 [2022-03-05T21:24:03.728Z] Commit message: "api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)"