Skip to content

Console Output

14:50:29 [2021-04-27T14:50:29.871Z] The recommended git tool is: git
14:50:32 [2021-04-27T14:50:32.166Z] using credential docker-jenkins-github-credentials
14:50:32 [2021-04-27T14:50:32.173Z] Cloning the remote Git repository
14:50:32 [2021-04-27T14:50:32.173Z] Cloning with configured refspecs honoured and without tags
14:50:32 [2021-04-27T14:50:32.064Z] Cloning repository https://github.com/moby/moby.git
14:50:32 [2021-04-27T14:50:32.131Z]  > git init /home/ubuntu/workspace/moby_PR-42322 # timeout=10
14:50:32 [2021-04-27T14:50:32.349Z] Fetching upstream changes from https://github.com/moby/moby.git
14:50:32 [2021-04-27T14:50:32.349Z]  > git --version # timeout=10
14:50:32 [2021-04-27T14:50:32.371Z]  > git --version # 'git version 2.17.1'
14:50:32 [2021-04-27T14:50:32.372Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:32 [2021-04-27T14:50:32.426Z]  > git fetch --no-tags --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:50:53 [2021-04-27T14:50:53.142Z] Fetching without tags
14:50:53 [2021-04-27T14:50:53.549Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:50:53 [2021-04-27T14:50:53.042Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:50:53 [2021-04-27T14:50:53.057Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:50:53 [2021-04-27T14:50:53.081Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:50:53 [2021-04-27T14:50:53.105Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:50:53 [2021-04-27T14:50:53.134Z] Fetching upstream changes from https://github.com/moby/moby.git
14:50:53 [2021-04-27T14:50:53.135Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:53 [2021-04-27T14:50:53.136Z]  > git fetch --no-tags --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:50:53 [2021-04-27T14:50:53.549Z]  > git config core.sparsecheckout # timeout=10
14:50:53 [2021-04-27T14:50:53.578Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:50:54 [2021-04-27T14:50:54.409Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:50:54 [2021-04-27T14:50:54.410Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:50:54 [2021-04-27T14:50:54.279Z]  > git remote # timeout=10
14:50:54 [2021-04-27T14:50:54.305Z]  > git config --get remote.origin.url # timeout=10
14:50:54 [2021-04-27T14:50:54.329Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:54 [2021-04-27T14:50:54.330Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:50:54 [2021-04-27T14:50:54.377Z]  > git rev-parse HEAD^{commit} # timeout=10
14:50:54 [2021-04-27T14:50:54.402Z]  > git config core.sparsecheckout # timeout=10
14:50:54 [2021-04-27T14:50:54.427Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:50:58 [2021-04-27T14:50:58.687Z] Commit message: "fix port forwarding with ipv6.disable=1"