Skip to content

Console Output

15:42:01 [2021-09-15T15:42:01.467Z] The recommended git tool is: git
15:42:02 [2021-09-15T15:42:02.905Z] using credential docker-jenkins-github-credentials
15:42:02 [2021-09-15T15:42:02.913Z] Cloning the remote Git repository
15:42:02 [2021-09-15T15:42:02.913Z] Cloning with configured refspecs honoured and without tags
15:42:02 [2021-09-15T15:42:02.972Z] Cloning repository https://github.com/moby/moby.git
15:42:03 [2021-09-15T15:42:03.018Z]  > git init /home/ubuntu/workspace/moby_PR-42842 # timeout=10
15:42:03 [2021-09-15T15:42:03.042Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:03 [2021-09-15T15:42:03.042Z]  > git --version # timeout=10
15:42:03 [2021-09-15T15:42:03.045Z]  > git --version # 'git version 2.17.1'
15:42:03 [2021-09-15T15:42:03.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:03 [2021-09-15T15:42:03.047Z]  > git fetch --no-tags --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:42:14 [2021-09-15T15:42:14.954Z] Fetching without tags
15:42:15 [2021-09-15T15:42:15.209Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:42:15 [2021-09-15T15:42:15.740Z] Merge succeeded, producing b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6
15:42:15 [2021-09-15T15:42:15.741Z] Checking out Revision b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 (PR-42842)
15:42:14 [2021-09-15T15:42:14.940Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:14 [2021-09-15T15:42:14.943Z]  > git config --add remote.origin.fetch +refs/pull/42842/head:refs/remotes/origin/PR-42842 # timeout=10
15:42:14 [2021-09-15T15:42:14.946Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:42:14 [2021-09-15T15:42:14.951Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:14 [2021-09-15T15:42:14.956Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:14 [2021-09-15T15:42:14.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:14 [2021-09-15T15:42:14.957Z]  > git fetch --no-tags --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:42:15 [2021-09-15T15:42:15.213Z]  > git config core.sparsecheckout # timeout=10
15:42:15 [2021-09-15T15:42:15.215Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:42:15 [2021-09-15T15:42:15.723Z]  > git remote # timeout=10
15:42:15 [2021-09-15T15:42:15.725Z]  > git config --get remote.origin.url # timeout=10
15:42:15 [2021-09-15T15:42:15.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:15 [2021-09-15T15:42:15.731Z]  > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10
15:42:15 [2021-09-15T15:42:15.737Z]  > git rev-parse HEAD^{commit} # timeout=10
15:42:15 [2021-09-15T15:42:15.742Z]  > git config core.sparsecheckout # timeout=10
15:42:15 [2021-09-15T15:42:15.746Z]  > git checkout -f b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 # timeout=10
15:42:19 [2021-09-15T15:42:19.600Z] Commit message: "libnetwork/overlay:remove unused peerInit function"