Skip to content

Console Output

14:33:50 [2022-03-07T14:33:50.194Z] The recommended git tool is: git
14:33:50 [2022-03-07T14:33:50.406Z] using credential docker-jenkins-github-credentials
14:33:50 [2022-03-07T14:33:50.480Z] Cloning the remote Git repository
14:33:50 [2022-03-07T14:33:50.480Z] Cloning with configured refspecs honoured and without tags
14:33:50 [2022-03-07T14:33:50.516Z] Cloning repository https://github.com/moby/moby.git
14:33:50 [2022-03-07T14:33:50.516Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:33:50 [2022-03-07T14:33:50.603Z] Fetching upstream changes from https://github.com/moby/moby.git
14:33:50 [2022-03-07T14:33:50.603Z]  > git --version # timeout=10
14:33:50 [2022-03-07T14:33:50.679Z]  > git --version # 'git version 2.24.1.windows.2'
14:33:50 [2022-03-07T14:33:50.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:33:50 [2022-03-07T14:33:50.682Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43342/head:refs/remotes/origin/PR-43342 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:34:09 [2022-03-07T14:34:09.815Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:34:10 [2022-03-07T14:34:10.235Z] Fetching without tags
14:34:11 [2022-03-07T14:34:11.439Z] Merging remotes/origin/master commit eb9e42a09ee123af1d95bf7d46dd738258fa2109 into PR head commit 8512cf076c57e2425501a00e6efc0495c94fee7b
14:34:09 [2022-03-07T14:34:09.885Z]  > git config --add remote.origin.fetch +refs/pull/43342/head:refs/remotes/origin/PR-43342 # timeout=10
14:34:09 [2022-03-07T14:34:09.968Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:34:10 [2022-03-07T14:34:10.113Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:34:10 [2022-03-07T14:34:10.271Z] Fetching upstream changes from https://github.com/moby/moby.git
14:34:10 [2022-03-07T14:34:10.272Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:34:10 [2022-03-07T14:34:10.274Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43342/head:refs/remotes/origin/PR-43342 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:34:11 [2022-03-07T14:34:11.478Z]  > git config core.sparsecheckout # timeout=10
14:34:11 [2022-03-07T14:34:11.551Z]  > git checkout -f 8512cf076c57e2425501a00e6efc0495c94fee7b # timeout=10
14:34:15 [2022-03-07T14:34:15.740Z] Merge succeeded, producing 8512cf076c57e2425501a00e6efc0495c94fee7b
14:34:15 [2022-03-07T14:34:15.740Z] Checking out Revision 8512cf076c57e2425501a00e6efc0495c94fee7b (PR-43342)
14:34:15 [2022-03-07T14:34:15.330Z]  > git remote # timeout=10
14:34:15 [2022-03-07T14:34:15.410Z]  > git config --get remote.origin.url # timeout=10
14:34:15 [2022-03-07T14:34:15.485Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:34:15 [2022-03-07T14:34:15.490Z]  > git merge eb9e42a09ee123af1d95bf7d46dd738258fa2109 # timeout=10
14:34:15 [2022-03-07T14:34:15.637Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:34:15 [2022-03-07T14:34:15.775Z]  > git config core.sparsecheckout # timeout=10
14:34:15 [2022-03-07T14:34:15.842Z]  > git checkout -f 8512cf076c57e2425501a00e6efc0495c94fee7b # timeout=10
14:34:16 [2022-03-07T14:34:16.208Z] Commit message: "client: TestNegotiateAPIVersion(), TestClientRedirect(): use sub-tests"