Skip to content

Console Output

14:50:41 [2021-04-27T14:50:41.432Z] The recommended git tool is: git
14:50:45 [2021-04-27T14:50:45.489Z] using credential docker-jenkins-github-credentials
14:50:45 [2021-04-27T14:50:45.496Z] Cloning the remote Git repository
14:50:45 [2021-04-27T14:50:45.496Z] Cloning with configured refspecs honoured and without tags
14:50:45 [2021-04-27T14:50:45.407Z] Cloning repository https://github.com/moby/moby.git
14:50:45 [2021-04-27T14:50:45.464Z]  > git init /home/ubuntu/workspace/moby_PR-42322 # timeout=10
14:50:45 [2021-04-27T14:50:45.737Z] Fetching upstream changes from https://github.com/moby/moby.git
14:50:45 [2021-04-27T14:50:45.737Z]  > git --version # timeout=10
14:50:45 [2021-04-27T14:50:45.754Z]  > git --version # 'git version 2.17.1'
14:50:45 [2021-04-27T14:50:45.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:45 [2021-04-27T14:50:45.756Z]  > 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:51:07 [2021-04-27T14:51:07.151Z] Fetching without tags
14:51:07 [2021-04-27T14:51:07.517Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:07 [2021-04-27T14:51:07.047Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:07 [2021-04-27T14:51:07.058Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:51:07 [2021-04-27T14:51:07.087Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:51:07 [2021-04-27T14:51:07.116Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:07 [2021-04-27T14:51:07.148Z] Fetching upstream changes from https://github.com/moby/moby.git
14:51:07 [2021-04-27T14:51:07.148Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:07 [2021-04-27T14:51:07.149Z]  > 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:51:07 [2021-04-27T14:51:07.518Z]  > git config core.sparsecheckout # timeout=10
14:51:07 [2021-04-27T14:51:07.542Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:08 [2021-04-27T14:51:08.312Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:08 [2021-04-27T14:51:08.313Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:51:08 [2021-04-27T14:51:08.229Z]  > git remote # timeout=10
14:51:08 [2021-04-27T14:51:08.238Z]  > git config --get remote.origin.url # timeout=10
14:51:08 [2021-04-27T14:51:08.261Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:08 [2021-04-27T14:51:08.283Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:51:08 [2021-04-27T14:51:08.297Z]  > git rev-parse HEAD^{commit} # timeout=10
14:51:08 [2021-04-27T14:51:08.307Z]  > git config core.sparsecheckout # timeout=10
14:51:08 [2021-04-27T14:51:08.316Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:12 [2021-04-27T14:51:12.386Z] Commit message: "fix port forwarding with ipv6.disable=1"