Skip to content

Console Output

14:50:44 [2021-04-27T14:50:44.949Z] The recommended git tool is: git
14:50:47 [2021-04-27T14:50:47.258Z] using credential docker-jenkins-github-credentials
14:50:47 [2021-04-27T14:50:47.264Z] Cloning the remote Git repository
14:50:47 [2021-04-27T14:50:47.264Z] Cloning with configured refspecs honoured and without tags
14:50:47 [2021-04-27T14:50:47.326Z] Cloning repository https://github.com/moby/moby.git
14:50:47 [2021-04-27T14:50:47.382Z]  > git init /home/ubuntu/workspace/moby_PR-42322 # timeout=10
14:50:47 [2021-04-27T14:50:47.650Z] Fetching upstream changes from https://github.com/moby/moby.git
14:50:47 [2021-04-27T14:50:47.650Z]  > git --version # timeout=10
14:50:47 [2021-04-27T14:50:47.673Z]  > git --version # 'git version 2.25.1'
14:50:47 [2021-04-27T14:50:47.673Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:50:47 [2021-04-27T14:50:47.680Z]  > 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:04 [2021-04-27T14:51:04.061Z] Fetching without tags
14:51:04 [2021-04-27T14:51:04.380Z] Merging remotes/origin/master commit bac90624965d430fec404bc82f0f282e3eca8c25 into PR head commit 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:03 [2021-04-27T14:51:03.995Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:04 [2021-04-27T14:51:04.013Z]  > git config --add remote.origin.fetch +refs/pull/42322/head:refs/remotes/origin/PR-42322 # timeout=10
14:51:04 [2021-04-27T14:51:04.024Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:51:04 [2021-04-27T14:51:04.044Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:51:04 [2021-04-27T14:51:04.064Z] Fetching upstream changes from https://github.com/moby/moby.git
14:51:04 [2021-04-27T14:51:04.064Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:04 [2021-04-27T14:51:04.065Z]  > 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:04 [2021-04-27T14:51:04.386Z]  > git config core.sparsecheckout # timeout=10
14:51:04 [2021-04-27T14:51:04.412Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:05 [2021-04-27T14:51:05.101Z] Merge succeeded, producing 9b7217fbd076c4652e5a3b042a2ea4bbe305157e
14:51:05 [2021-04-27T14:51:05.102Z] Checking out Revision 9b7217fbd076c4652e5a3b042a2ea4bbe305157e (PR-42322)
14:51:05 [2021-04-27T14:51:05.008Z]  > git remote # timeout=10
14:51:05 [2021-04-27T14:51:05.031Z]  > git config --get remote.origin.url # timeout=10
14:51:05 [2021-04-27T14:51:05.057Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:51:05 [2021-04-27T14:51:05.058Z]  > git merge bac90624965d430fec404bc82f0f282e3eca8c25 # timeout=10
14:51:05 [2021-04-27T14:51:05.087Z]  > git rev-parse HEAD^{commit} # timeout=10
14:51:05 [2021-04-27T14:51:05.104Z]  > git config core.sparsecheckout # timeout=10
14:51:05 [2021-04-27T14:51:05.120Z]  > git checkout -f 9b7217fbd076c4652e5a3b042a2ea4bbe305157e # timeout=10
14:51:09 [2021-04-27T14:51:09.472Z] Commit message: "fix port forwarding with ipv6.disable=1"