Skip to content

Console Output

13:32:30 [2022-04-04T13:32:30.859Z] The recommended git tool is: git
13:32:55 [2022-04-04T13:32:55.982Z] using credential docker-jenkins-github-credentials
13:32:56 [2022-04-04T13:32:56.061Z] Cloning the remote Git repository
13:32:56 [2022-04-04T13:32:56.061Z] Cloning with configured refspecs honoured and without tags
13:32:56 [2022-04-04T13:32:56.258Z] Cloning repository https://github.com/moby/moby.git
13:32:56 [2022-04-04T13:32:56.678Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
13:32:57 [2022-04-04T13:32:57.452Z] Fetching upstream changes from https://github.com/moby/moby.git
13:32:57 [2022-04-04T13:32:57.453Z]  > git --version # timeout=10
13:32:57 [2022-04-04T13:32:57.498Z]  > git --version # 'git version 2.24.1.windows.2'
13:32:57 [2022-04-04T13:32:57.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:32:57 [2022-04-04T13:32:57.501Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43457/head:refs/remotes/origin/PR-43457 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:15 [2022-04-04T13:33:15.361Z] Fetching without tags
13:33:16 [2022-04-04T13:33:16.101Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:33:15 [2022-04-04T13:33:15.039Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:15 [2022-04-04T13:33:15.097Z]  > git config --add remote.origin.fetch +refs/pull/43457/head:refs/remotes/origin/PR-43457 # timeout=10
13:33:15 [2022-04-04T13:33:15.148Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:15 [2022-04-04T13:33:15.272Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:15 [2022-04-04T13:33:15.398Z] Fetching upstream changes from https://github.com/moby/moby.git
13:33:15 [2022-04-04T13:33:15.398Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:15 [2022-04-04T13:33:15.400Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43457/head:refs/remotes/origin/PR-43457 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:16 [2022-04-04T13:33:16.214Z]  > git config core.sparsecheckout # timeout=10
13:33:16 [2022-04-04T13:33:16.259Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:33:19 [2022-04-04T13:33:19.168Z] Merge succeeded, producing a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:33:19 [2022-04-04T13:33:19.169Z] Checking out Revision a35b4ac54a5c8b7e822293ba62f198047a52a0aa (PR-43457)
13:33:18 [2022-04-04T13:33:18.809Z]  > git remote # timeout=10
13:33:18 [2022-04-04T13:33:18.894Z]  > git config --get remote.origin.url # timeout=10
13:33:18 [2022-04-04T13:33:18.943Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:18 [2022-04-04T13:33:18.945Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
13:33:19 [2022-04-04T13:33:19.081Z]  > git rev-parse "HEAD^{commit}" # timeout=10
13:33:19 [2022-04-04T13:33:19.203Z]  > git config core.sparsecheckout # timeout=10
13:33:19 [2022-04-04T13:33:19.251Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:33:30 [2022-04-04T13:33:30.660Z] Commit message: "daemon/config: Validate(): validate hosts"