Skip to content

Console Output

14:54:02 [2021-04-27T14:54:02.623Z] The recommended git tool is: git
14:54:24 [2021-04-27T14:54:24.474Z] using credential docker-jenkins-github-credentials
14:54:24 [2021-04-27T14:54:24.549Z] Cloning the remote Git repository
14:54:24 [2021-04-27T14:54:24.549Z] Cloning with configured refspecs honoured and without tags
14:54:24 [2021-04-27T14:54:24.791Z] Cloning repository https://github.com/moby/moby.git
14:54:25 [2021-04-27T14:54:25.217Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:54:25 [2021-04-27T14:54:25.993Z] Fetching upstream changes from https://github.com/moby/moby.git
14:54:25 [2021-04-27T14:54:25.994Z]  > git --version # timeout=10
14:54:26 [2021-04-27T14:54:26.033Z]  > git --version # 'git version 2.24.1.windows.2'
14:54:26 [2021-04-27T14:54:26.034Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:54:26 [2021-04-27T14:54:26.036Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42322/head:refs/remotes/origin/PR-42322 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:54:44 [2021-04-27T14:54:44.965Z] Fetching without tags
14:54:45 [2021-04-27T14:54:45.661Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:54:44 [2021-04-27T14:54:44.683Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:54:44 [2021-04-27T14:54:44.732Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:54:44 [2021-04-27T14:54:44.772Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:54:44 [2021-04-27T14:54:44.885Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:54:45 [2021-04-27T14:54:45.000Z] Fetching upstream changes from https://github.com/moby/moby.git
14:54:45 [2021-04-27T14:54:45.000Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:54:45 [2021-04-27T14:54:45.002Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42322/head:refs/remotes/origin/PR-42322 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:54:45 [2021-04-27T14:54:45.768Z]  > git config core.sparsecheckout # timeout=10
14:54:45 [2021-04-27T14:54:45.814Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:54:48 [2021-04-27T14:54:48.587Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:54:48 [2021-04-27T14:54:48.587Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:54:48 [2021-04-27T14:54:48.149Z]  > git remote # timeout=10
14:54:48 [2021-04-27T14:54:48.227Z]  > git config --get remote.origin.url # timeout=10
14:54:48 [2021-04-27T14:54:48.262Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:54:48 [2021-04-27T14:54:48.264Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:54:48 [2021-04-27T14:54:48.474Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:54:48 [2021-04-27T14:54:48.620Z]  > git config core.sparsecheckout # timeout=10
14:54:48 [2021-04-27T14:54:48.657Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:55:01 [2021-04-27T14:55:01.869Z] Commit message: "fix port forwarding with ipv6.disable=1"