Skip to content

Console Output

14:49:32 [2021-04-27T14:49:32.208Z] The recommended git tool is: git
14:49:32 [2021-04-27T14:49:32.245Z] using credential docker-jenkins-github-credentials
14:49:32 [2021-04-27T14:49:32.261Z] Cloning the remote Git repository
14:49:32 [2021-04-27T14:49:32.261Z] Cloning with configured refspecs honoured and without tags
14:49:32 [2021-04-27T14:49:32.268Z] Cloning repository https://github.com/moby/moby.git
14:49:32 [2021-04-27T14:49:32.269Z]  > git init /home/docker/workspace/moby_PR-42322 # timeout=10
14:49:32 [2021-04-27T14:49:32.281Z] Fetching upstream changes from https://github.com/moby/moby.git
14:49:32 [2021-04-27T14:49:32.281Z]  > git --version # timeout=10
14:49:32 [2021-04-27T14:49:32.283Z]  > git --version # 'git version 2.7.4'
14:49:32 [2021-04-27T14:49:32.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:49:32 [2021-04-27T14:49:32.285Z]  > 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:49:50 [2021-04-27T14:49:50.253Z] Fetching without tags
14:49:50 [2021-04-27T14:49:50.680Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:49:51 [2021-04-27T14:49:51.483Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:49:51 [2021-04-27T14:49:51.483Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:49:50 [2021-04-27T14:49:50.223Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:49:50 [2021-04-27T14:49:50.227Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:49:50 [2021-04-27T14:49:50.230Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:49:50 [2021-04-27T14:49:50.245Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:49:50 [2021-04-27T14:49:50.260Z] Fetching upstream changes from https://github.com/moby/moby.git
14:49:50 [2021-04-27T14:49:50.260Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:49:50 [2021-04-27T14:49:50.261Z]  > 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:49:50 [2021-04-27T14:49:50.687Z]  > git config core.sparsecheckout # timeout=10
14:49:50 [2021-04-27T14:49:50.690Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:49:51 [2021-04-27T14:49:51.445Z]  > git remote # timeout=10
14:49:51 [2021-04-27T14:49:51.448Z]  > git config --get remote.origin.url # timeout=10
14:49:51 [2021-04-27T14:49:51.451Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:49:51 [2021-04-27T14:49:51.452Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:49:51 [2021-04-27T14:49:51.475Z]  > git rev-parse HEAD^{commit} # timeout=10
14:49:51 [2021-04-27T14:49:51.490Z]  > git config core.sparsecheckout # timeout=10
14:49:51 [2021-04-27T14:49:51.493Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:49:52 [2021-04-27T14:49:52.141Z] Commit message: "fix port forwarding with ipv6.disable=1"