Skip to content

Console Output

15:44:50 [2021-09-15T15:44:50.776Z] The recommended git tool is: git
15:45:14 [2021-09-15T15:45:14.679Z] using credential docker-jenkins-github-credentials
15:45:14 [2021-09-15T15:45:14.754Z] Cloning the remote Git repository
15:45:14 [2021-09-15T15:45:14.754Z] Cloning with configured refspecs honoured and without tags
15:45:14 [2021-09-15T15:45:14.942Z] Cloning repository https://github.com/moby/moby.git
15:45:15 [2021-09-15T15:45:15.339Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:45:16 [2021-09-15T15:45:16.215Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:16 [2021-09-15T15:45:16.216Z]  > git --version # timeout=10
15:45:16 [2021-09-15T15:45:16.255Z]  > git --version # 'git version 2.24.1.windows.2'
15:45:16 [2021-09-15T15:45:16.256Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:16 [2021-09-15T15:45:16.258Z]  > 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:33 [2021-09-15T15:45:33.131Z] Fetching without tags
15:45:34 [2021-09-15T15:45:34.138Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:45:32 [2021-09-15T15:45:32.862Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:32 [2021-09-15T15:45:32.901Z]  > git config --add remote.origin.fetch +refs/pull/42842/head:refs/remotes/origin/PR-42842 # timeout=10
15:45:32 [2021-09-15T15:45:32.941Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:45:33 [2021-09-15T15:45:33.052Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:45:33 [2021-09-15T15:45:33.165Z] Fetching upstream changes from https://github.com/moby/moby.git
15:45:33 [2021-09-15T15:45:33.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:33 [2021-09-15T15:45:33.167Z]  > 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:34 [2021-09-15T15:45:34.243Z]  > git config core.sparsecheckout # timeout=10
15:45:36 [2021-09-15T15:45:36.901Z] Merge succeeded, producing b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:45:36 [2021-09-15T15:45:36.901Z] Checking out Revision b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 (PR-42842)
15:45:34 [2021-09-15T15:45:34.283Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:45:36 [2021-09-15T15:45:36.551Z]  > git remote # timeout=10
15:45:36 [2021-09-15T15:45:36.632Z]  > git config --get remote.origin.url # timeout=10
15:45:36 [2021-09-15T15:45:36.674Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:45:36 [2021-09-15T15:45:36.676Z]  > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10
15:45:36 [2021-09-15T15:45:36.792Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:45:36 [2021-09-15T15:45:36.933Z]  > git config core.sparsecheckout # timeout=10
15:45:36 [2021-09-15T15:45:36.973Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:45:48 [2021-09-15T15:45:48.651Z] Commit message: "libnetwork/overlay:remove unused peerInit function"