Skip to content

Console Output

15:44:44 [2021-09-15T15:44:44.427Z] The recommended git tool is: git
15:45:11 [2021-09-15T15:45:11.374Z] using credential docker-jenkins-github-credentials
15:45:11 [2021-09-15T15:45:11.451Z] Cloning the remote Git repository
15:45:11 [2021-09-15T15:45:11.452Z] Cloning with configured refspecs honoured and without tags
15:45:11 [2021-09-15T15:45:11.648Z] Cloning repository https://github.com/moby/moby.git
15:45:12 [2021-09-15T15:45:12.055Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:45:12 [2021-09-15T15:45:12.961Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:12 [2021-09-15T15:45:12.961Z]  > git --version # timeout=10
15:45:13 [2021-09-15T15:45:13.006Z]  > git --version # 'git version 2.24.1.windows.2'
15:45:13 [2021-09-15T15:45:13.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:13 [2021-09-15T15:45:13.009Z]  > 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:28 [2021-09-15T15:45:28.725Z] Fetching without tags
15:45:29 [2021-09-15T15:45:29.447Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:45:28 [2021-09-15T15:45:28.428Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:28 [2021-09-15T15:45:28.477Z]  > git config --add remote.origin.fetch +refs/pull/42842/head:refs/remotes/origin/PR-42842 # timeout=10
15:45:28 [2021-09-15T15:45:28.525Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:45:28 [2021-09-15T15:45:28.642Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:28 [2021-09-15T15:45:28.762Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:28 [2021-09-15T15:45:28.762Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:28 [2021-09-15T15:45:28.764Z]  > 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:29 [2021-09-15T15:45:29.559Z]  > git config core.sparsecheckout # timeout=10
15:45:29 [2021-09-15T15:45:29.605Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:45:32 [2021-09-15T15:45:32.192Z] Merge succeeded, producing b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:45:32 [2021-09-15T15:45:32.193Z] Checking out Revision b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 (PR-42842)
15:45:31 [2021-09-15T15:45:31.836Z]  > git remote # timeout=10
15:45:31 [2021-09-15T15:45:31.906Z]  > git config --get remote.origin.url # timeout=10
15:45:31 [2021-09-15T15:45:31.950Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:31 [2021-09-15T15:45:31.951Z]  > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10
15:45:32 [2021-09-15T15:45:32.095Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:45:32 [2021-09-15T15:45:32.229Z]  > git config core.sparsecheckout # timeout=10
15:45:32 [2021-09-15T15:45:32.272Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:45:43 [2021-09-15T15:45:43.867Z] Commit message: "libnetwork/overlay:remove unused peerInit function"