Skip to content

Console Output

14:50:52 [2021-04-27T14:50:52.744Z] The recommended git tool is: git
14:50:56 [2021-04-27T14:50:56.608Z] using credential docker-jenkins-github-credentials
14:50:56 [2021-04-27T14:50:56.617Z] Cloning the remote Git repository
14:50:56 [2021-04-27T14:50:56.617Z] Cloning with configured refspecs honoured and without tags
14:50:56 [2021-04-27T14:50:56.657Z] Cloning repository https://github.com/moby/moby.git
14:50:56 [2021-04-27T14:50:56.730Z]  > git init /home/ubuntu/workspace/moby_PR-42322 # timeout=10
14:50:57 [2021-04-27T14:50:57.548Z] Fetching upstream changes from https://github.com/moby/moby.git
14:50:57 [2021-04-27T14:50:57.548Z]  > git --version # timeout=10
14:50:57 [2021-04-27T14:50:57.555Z]  > git --version # 'git version 2.25.1'
14:50:57 [2021-04-27T14:50:57.556Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:57 [2021-04-27T14:50:57.640Z]  > 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:51:18 [2021-04-27T14:51:18.353Z] Fetching without tags
14:51:18 [2021-04-27T14:51:18.751Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:18 [2021-04-27T14:51:18.280Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:18 [2021-04-27T14:51:18.287Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:51:18 [2021-04-27T14:51:18.301Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:51:18 [2021-04-27T14:51:18.324Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:18 [2021-04-27T14:51:18.361Z] Fetching upstream changes from https://github.com/moby/moby.git
14:51:18 [2021-04-27T14:51:18.362Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:18 [2021-04-27T14:51:18.364Z]  > 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:51:18 [2021-04-27T14:51:18.760Z]  > git config core.sparsecheckout # timeout=10
14:51:18 [2021-04-27T14:51:18.768Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:19 [2021-04-27T14:51:19.856Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:19 [2021-04-27T14:51:19.856Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:51:19 [2021-04-27T14:51:19.813Z]  > git remote # timeout=10
14:51:19 [2021-04-27T14:51:19.819Z]  > git config --get remote.origin.url # timeout=10
14:51:19 [2021-04-27T14:51:19.833Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:19 [2021-04-27T14:51:19.835Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:51:19 [2021-04-27T14:51:19.848Z]  > git rev-parse HEAD^{commit} # timeout=10
14:51:19 [2021-04-27T14:51:19.859Z]  > git config core.sparsecheckout # timeout=10
14:51:19 [2021-04-27T14:51:19.867Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:24 [2021-04-27T14:51:24.452Z] Commit message: "fix port forwarding with ipv6.disable=1"