Skip to content

Console Output

15:43:22 [2021-09-15T15:43:22.465Z] The recommended git tool is: git
15:43:26 [2021-09-15T15:43:26.083Z] using credential docker-jenkins-github-credentials
15:43:26 [2021-09-15T15:43:26.094Z] Cloning the remote Git repository
15:43:26 [2021-09-15T15:43:26.094Z] Cloning with configured refspecs honoured and without tags
15:43:26 [2021-09-15T15:43:26.132Z] Cloning repository https://github.com/moby/moby.git
15:43:26 [2021-09-15T15:43:26.215Z]  > git init /home/ubuntu/workspace/moby_PR-42842 # timeout=10
15:43:26 [2021-09-15T15:43:26.621Z] Fetching upstream changes from https://github.com/moby/moby.git
15:43:26 [2021-09-15T15:43:26.621Z]  > git --version # timeout=10
15:43:26 [2021-09-15T15:43:26.643Z]  > git --version # 'git version 2.25.1'
15:43:26 [2021-09-15T15:43:26.644Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:43:26 [2021-09-15T15:43:26.778Z]  > 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:46 [2021-09-15T15:43:46.112Z] Fetching without tags
15:43:46 [2021-09-15T15:43:46.466Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:43:46 [2021-09-15T15:43:46.060Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:43:46 [2021-09-15T15:43:46.073Z]  > git config --add remote.origin.fetch +refs/pull/42842/head:refs/remotes/origin/PR-42842 # timeout=10
15:43:46 [2021-09-15T15:43:46.081Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:43:46 [2021-09-15T15:43:46.095Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:43:46 [2021-09-15T15:43:46.114Z] Fetching upstream changes from https://github.com/moby/moby.git
15:43:46 [2021-09-15T15:43:46.115Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:43:46 [2021-09-15T15:43:46.117Z]  > 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:46 [2021-09-15T15:43:46.473Z]  > git config core.sparsecheckout # timeout=10
15:43:46 [2021-09-15T15:43:46.478Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:43:47 [2021-09-15T15:43:47.685Z] Merge succeeded, producing b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:43:47 [2021-09-15T15:43:47.685Z] Checking out Revision b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 (PR-42842)
15:43:47 [2021-09-15T15:43:47.636Z]  > git remote # timeout=10
15:43:47 [2021-09-15T15:43:47.648Z]  > git config --get remote.origin.url # timeout=10
15:43:47 [2021-09-15T15:43:47.657Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:43:47 [2021-09-15T15:43:47.659Z]  > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10
15:43:47 [2021-09-15T15:43:47.671Z]  > git rev-parse HEAD^{commit} # timeout=10
15:43:47 [2021-09-15T15:43:47.686Z]  > git config core.sparsecheckout # timeout=10
15:43:47 [2021-09-15T15:43:47.691Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:43:52 [2021-09-15T15:43:52.496Z] Commit message: "libnetwork/overlay:remove unused peerInit function"