Skip to content

Console Output

13:33:37 [2022-04-04T13:33:37.732Z] The recommended git tool is: git
13:34:03 [2022-04-04T13:34:03.393Z] using credential docker-jenkins-github-credentials
13:34:03 [2022-04-04T13:34:03.472Z] Cloning the remote Git repository
13:34:03 [2022-04-04T13:34:03.472Z] Cloning with configured refspecs honoured and without tags
13:34:03 [2022-04-04T13:34:03.669Z] Cloning repository https://github.com/moby/moby.git
13:34:04 [2022-04-04T13:34:04.080Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
13:34:04 [2022-04-04T13:34:04.908Z] Fetching upstream changes from https://github.com/moby/moby.git
13:34:04 [2022-04-04T13:34:04.908Z]  > git --version # timeout=10
13:34:04 [2022-04-04T13:34:04.952Z]  > git --version # 'git version 2.24.1.windows.2'
13:34:04 [2022-04-04T13:34:04.953Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:04 [2022-04-04T13:34:04.955Z]  > 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:34:22 [2022-04-04T13:34:22.232Z] Fetching without tags
13:34:22 [2022-04-04T13:34:22.972Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:34:21 [2022-04-04T13:34:21.921Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:34:21 [2022-04-04T13:34:21.986Z]  > git config --add remote.origin.fetch +refs/pull/43457/head:refs/remotes/origin/PR-43457 # timeout=10
13:34:22 [2022-04-04T13:34:22.031Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:34:22 [2022-04-04T13:34:22.148Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:34:22 [2022-04-04T13:34:22.270Z] Fetching upstream changes from https://github.com/moby/moby.git
13:34:22 [2022-04-04T13:34:22.270Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:22 [2022-04-04T13:34:22.273Z]  > 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:34:23 [2022-04-04T13:34:23.085Z]  > git config core.sparsecheckout # timeout=10
13:34:23 [2022-04-04T13:34:23.129Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:34:26 [2022-04-04T13:34:26.266Z] Merge succeeded, producing a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:34:26 [2022-04-04T13:34:26.267Z] Checking out Revision a35b4ac54a5c8b7e822293ba62f198047a52a0aa (PR-43457)
13:34:25 [2022-04-04T13:34:25.928Z]  > git remote # timeout=10
13:34:25 [2022-04-04T13:34:25.995Z]  > git config --get remote.origin.url # timeout=10
13:34:26 [2022-04-04T13:34:26.039Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:26 [2022-04-04T13:34:26.042Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
13:34:26 [2022-04-04T13:34:26.183Z]  > git rev-parse "HEAD^{commit}" # timeout=10
13:34:26 [2022-04-04T13:34:26.303Z]  > git config core.sparsecheckout # timeout=10
13:34:26 [2022-04-04T13:34:26.346Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:34:38 [2022-04-04T13:34:38.080Z] Commit message: "daemon/config: Validate(): validate hosts"