Skip to content

Console Output

15:43:10 [2021-09-15T15:43:10.163Z] The recommended git tool is: git
15:43:13 [2021-09-15T15:43:13.516Z] using credential docker-jenkins-github-credentials
15:43:13 [2021-09-15T15:43:13.523Z] Cloning the remote Git repository
15:43:13 [2021-09-15T15:43:13.523Z] Cloning with configured refspecs honoured and without tags
15:43:13 [2021-09-15T15:43:13.423Z] Cloning repository https://github.com/moby/moby.git
15:43:13 [2021-09-15T15:43:13.477Z]  > git init /home/ubuntu/workspace/moby_PR-42842 # timeout=10
15:43:13 [2021-09-15T15:43:13.753Z] Fetching upstream changes from https://github.com/moby/moby.git
15:43:13 [2021-09-15T15:43:13.754Z]  > git --version # timeout=10
15:43:13 [2021-09-15T15:43:13.782Z]  > git --version # 'git version 2.25.1'
15:43:13 [2021-09-15T15:43:13.782Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:43:13 [2021-09-15T15:43:13.784Z]  > 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:43:33 [2021-09-15T15:43:33.002Z] Fetching without tags
15:43:33 [2021-09-15T15:43:33.328Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:43:32 [2021-09-15T15:43:32.926Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:43:32 [2021-09-15T15:43:32.937Z]  > git config --add remote.origin.fetch +refs/pull/42842/head:refs/remotes/origin/PR-42842 # timeout=10
15:43:32 [2021-09-15T15:43:32.951Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:43:32 [2021-09-15T15:43:32.968Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:43:32 [2021-09-15T15:43:32.994Z] Fetching upstream changes from https://github.com/moby/moby.git
15:43:32 [2021-09-15T15:43:32.994Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:43:32 [2021-09-15T15:43:32.996Z]  > 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:43:33 [2021-09-15T15:43:33.326Z]  > git config core.sparsecheckout # timeout=10
15:43:33 [2021-09-15T15:43:33.345Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:43:34 [2021-09-15T15:43:34.153Z] Merge succeeded, producing b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:43:34 [2021-09-15T15:43:34.153Z] Checking out Revision b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 (PR-42842)
15:43:34 [2021-09-15T15:43:34.005Z]  > git remote # timeout=10
15:43:34 [2021-09-15T15:43:34.032Z]  > git config --get remote.origin.url # timeout=10
15:43:34 [2021-09-15T15:43:34.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:43:34 [2021-09-15T15:43:34.106Z]  > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10
15:43:34 [2021-09-15T15:43:34.125Z]  > git rev-parse HEAD^{commit} # timeout=10
15:43:34 [2021-09-15T15:43:34.145Z]  > git config core.sparsecheckout # timeout=10
15:43:34 [2021-09-15T15:43:34.161Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:43:39 [2021-09-15T15:43:39.016Z] Commit message: "libnetwork/overlay:remove unused peerInit function"