Skip to content

Console Output

13:32:27 [2022-04-04T13:32:27.294Z] The recommended git tool is: git
13:32:52 [2022-04-04T13:32:52.641Z] using credential docker-jenkins-github-credentials
13:32:52 [2022-04-04T13:32:52.721Z] Cloning the remote Git repository
13:32:52 [2022-04-04T13:32:52.721Z] Cloning with configured refspecs honoured and without tags
13:32:52 [2022-04-04T13:32:52.918Z] Cloning repository https://github.com/moby/moby.git
13:32:53 [2022-04-04T13:32:53.337Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
13:32:54 [2022-04-04T13:32:54.151Z] Fetching upstream changes from https://github.com/moby/moby.git
13:32:54 [2022-04-04T13:32:54.152Z]  > git --version # timeout=10
13:32:54 [2022-04-04T13:32:54.199Z]  > git --version # 'git version 2.24.1.windows.2'
13:32:54 [2022-04-04T13:32:54.200Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:32:54 [2022-04-04T13:32:54.202Z]  > 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:32 [2022-04-04T13:33:32.862Z] Fetching without tags
13:33:33 [2022-04-04T13:33:33.570Z] Merging remotes/origin/master commit 83970db5efb46bf61b2b239e8039400c67a7c7b7 into PR head commit a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:33:32 [2022-04-04T13:33:32.560Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:32 [2022-04-04T13:33:32.622Z]  > git config --add remote.origin.fetch +refs/pull/43457/head:refs/remotes/origin/PR-43457 # timeout=10
13:33:32 [2022-04-04T13:33:32.665Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:32 [2022-04-04T13:33:32.781Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:32 [2022-04-04T13:33:32.902Z] Fetching upstream changes from https://github.com/moby/moby.git
13:33:32 [2022-04-04T13:33:32.902Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:32 [2022-04-04T13:33:32.904Z]  > 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:33 [2022-04-04T13:33:33.683Z]  > git config core.sparsecheckout # timeout=10
13:33:33 [2022-04-04T13:33:33.725Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:33:36 [2022-04-04T13:33:36.698Z] Merge succeeded, producing a35b4ac54a5c8b7e822293ba62f198047a52a0aa
13:33:36 [2022-04-04T13:33:36.699Z] Checking out Revision a35b4ac54a5c8b7e822293ba62f198047a52a0aa (PR-43457)
13:33:36 [2022-04-04T13:33:36.357Z]  > git remote # timeout=10
13:33:36 [2022-04-04T13:33:36.428Z]  > git config --get remote.origin.url # timeout=10
13:33:36 [2022-04-04T13:33:36.470Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:36 [2022-04-04T13:33:36.472Z]  > git merge 83970db5efb46bf61b2b239e8039400c67a7c7b7 # timeout=10
13:33:36 [2022-04-04T13:33:36.610Z]  > git rev-parse "HEAD^{commit}" # timeout=10
13:33:36 [2022-04-04T13:33:36.737Z]  > git config core.sparsecheckout # timeout=10
13:33:36 [2022-04-04T13:33:36.782Z]  > git checkout -f a35b4ac54a5c8b7e822293ba62f198047a52a0aa # timeout=10
13:33:48 [2022-04-04T13:33:48.870Z] Commit message: "daemon/config: Validate(): validate hosts"