Skip to content

Console Output

14:53:00 [2021-04-27T14:53:00.140Z] The recommended git tool is: git
14:53:22 [2021-04-27T14:53:22.144Z] using credential docker-jenkins-github-credentials
14:53:22 [2021-04-27T14:53:22.220Z] Cloning the remote Git repository
14:53:22 [2021-04-27T14:53:22.220Z] Cloning with configured refspecs honoured and without tags
14:53:22 [2021-04-27T14:53:22.433Z] Cloning repository https://github.com/moby/moby.git
14:53:22 [2021-04-27T14:53:22.834Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:53:23 [2021-04-27T14:53:23.640Z] Fetching upstream changes from https://github.com/moby/moby.git
14:53:23 [2021-04-27T14:53:23.641Z]  > git --version # timeout=10
14:53:23 [2021-04-27T14:53:23.686Z]  > git --version # 'git version 2.24.1.windows.2'
14:53:23 [2021-04-27T14:53:23.686Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:53:23 [2021-04-27T14:53:23.690Z]  > 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:53:39 [2021-04-27T14:53:39.789Z] Fetching without tags
14:53:40 [2021-04-27T14:53:40.530Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:53:39 [2021-04-27T14:53:39.462Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:53:39 [2021-04-27T14:53:39.528Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:53:39 [2021-04-27T14:53:39.575Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:53:39 [2021-04-27T14:53:39.694Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:53:39 [2021-04-27T14:53:39.826Z] Fetching upstream changes from https://github.com/moby/moby.git
14:53:39 [2021-04-27T14:53:39.826Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:53:39 [2021-04-27T14:53:39.829Z]  > 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:53:40 [2021-04-27T14:53:40.637Z]  > git config core.sparsecheckout # timeout=10
14:53:40 [2021-04-27T14:53:40.683Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:53:43 [2021-04-27T14:53:43.502Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:53:43 [2021-04-27T14:53:43.502Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:53:43 [2021-04-27T14:53:43.160Z]  > git remote # timeout=10
14:53:43 [2021-04-27T14:53:43.229Z]  > git config --get remote.origin.url # timeout=10
14:53:43 [2021-04-27T14:53:43.276Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:53:43 [2021-04-27T14:53:43.278Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:53:43 [2021-04-27T14:53:43.417Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:53:43 [2021-04-27T14:53:43.536Z]  > git config core.sparsecheckout # timeout=10
14:53:43 [2021-04-27T14:53:43.590Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:53:55 [2021-04-27T14:53:55.256Z] Commit message: "fix port forwarding with ipv6.disable=1"