Skip to content

Console Output

15:44:22 [2021-09-15T15:44:22.210Z] The recommended git tool is: git
15:44:47 [2021-09-15T15:44:47.097Z] using credential docker-jenkins-github-credentials
15:44:47 [2021-09-15T15:44:47.176Z] Cloning the remote Git repository
15:44:47 [2021-09-15T15:44:47.176Z] Cloning with configured refspecs honoured and without tags
15:44:47 [2021-09-15T15:44:47.369Z] Cloning repository https://github.com/moby/moby.git
15:44:47 [2021-09-15T15:44:47.775Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:44:48 [2021-09-15T15:44:48.731Z] Fetching upstream changes from https://github.com/moby/moby.git
15:44:48 [2021-09-15T15:44:48.731Z]  > git --version # timeout=10
15:44:48 [2021-09-15T15:44:48.768Z]  > git --version # 'git version 2.24.1.windows.2'
15:44:48 [2021-09-15T15:44:48.769Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:44:48 [2021-09-15T15:44:48.772Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42842/head:refs/remotes/origin/PR-42842 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:45:03 [2021-09-15T15:45:03.687Z] Fetching without tags
15:45:04 [2021-09-15T15:45:04.501Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:45:03 [2021-09-15T15:45:03.428Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:03 [2021-09-15T15:45:03.472Z]  > git config --add remote.origin.fetch +refs/pull/42842/head:refs/remotes/origin/PR-42842 # timeout=10
15:45:03 [2021-09-15T15:45:03.506Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:45:03 [2021-09-15T15:45:03.614Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:03 [2021-09-15T15:45:03.724Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:03 [2021-09-15T15:45:03.724Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:03 [2021-09-15T15:45:03.726Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42842/head:refs/remotes/origin/PR-42842 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:45:04 [2021-09-15T15:45:04.614Z]  > git config core.sparsecheckout # timeout=10
15:45:04 [2021-09-15T15:45:04.651Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:45:07 [2021-09-15T15:45:07.133Z] Merge succeeded, producing b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:45:07 [2021-09-15T15:45:07.133Z] Checking out Revision b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 (PR-42842)
15:45:06 [2021-09-15T15:45:06.830Z]  > git remote # timeout=10
15:45:06 [2021-09-15T15:45:06.898Z]  > git config --get remote.origin.url # timeout=10
15:45:06 [2021-09-15T15:45:06.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:06 [2021-09-15T15:45:06.935Z]  > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10
15:45:07 [2021-09-15T15:45:07.048Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:45:07 [2021-09-15T15:45:07.170Z]  > git config core.sparsecheckout # timeout=10
15:45:07 [2021-09-15T15:45:07.206Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:45:18 [2021-09-15T15:45:18.313Z] Commit message: "libnetwork/overlay:remove unused peerInit function"