Skip to content

Console Output

14:50:41 [2021-04-27T14:50:41.399Z] The recommended git tool is: git
14:50:45 [2021-04-27T14:50:45.092Z] using credential docker-jenkins-github-credentials
14:50:45 [2021-04-27T14:50:45.100Z] Cloning the remote Git repository
14:50:45 [2021-04-27T14:50:45.100Z] Cloning with configured refspecs honoured and without tags
14:50:45 [2021-04-27T14:50:45.184Z] Cloning repository https://github.com/moby/moby.git
14:50:45 [2021-04-27T14:50:45.362Z]  > git init /home/ubuntu/workspace/moby_PR-42322 # timeout=10
14:50:45 [2021-04-27T14:50:45.635Z] Fetching upstream changes from https://github.com/moby/moby.git
14:50:45 [2021-04-27T14:50:45.636Z]  > git --version # timeout=10
14:50:45 [2021-04-27T14:50:45.660Z]  > git --version # 'git version 2.17.1'
14:50:45 [2021-04-27T14:50:45.660Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:45 [2021-04-27T14:50:45.662Z]  > 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:13 [2021-04-27T14:51:13.459Z] Fetching without tags
14:51:13 [2021-04-27T14:51:13.818Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:13 [2021-04-27T14:51:13.362Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:13 [2021-04-27T14:51:13.376Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:51:13 [2021-04-27T14:51:13.395Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:51:13 [2021-04-27T14:51:13.427Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:13 [2021-04-27T14:51:13.464Z] Fetching upstream changes from https://github.com/moby/moby.git
14:51:13 [2021-04-27T14:51:13.464Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:13 [2021-04-27T14:51:13.465Z]  > 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:13 [2021-04-27T14:51:13.828Z]  > git config core.sparsecheckout # timeout=10
14:51:13 [2021-04-27T14:51:13.859Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:14 [2021-04-27T14:51:14.591Z]  > git remote # timeout=10
14:51:14 [2021-04-27T14:51:14.616Z]  > git config --get remote.origin.url # timeout=10
14:51:14 [2021-04-27T14:51:14.639Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:14 [2021-04-27T14:51:14.640Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:51:14 [2021-04-27T14:51:14.708Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:14 [2021-04-27T14:51:14.708Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:51:14 [2021-04-27T14:51:14.677Z]  > git rev-parse HEAD^{commit} # timeout=10
14:51:14 [2021-04-27T14:51:14.711Z]  > git config core.sparsecheckout # timeout=10
14:51:14 [2021-04-27T14:51:14.735Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:19 [2021-04-27T14:51:19.559Z] Commit message: "fix port forwarding with ipv6.disable=1"