Skip to content

Console Output

18:47:38 [2022-03-11T18:47:38.608Z] The recommended git tool is: git
18:47:41 [2022-03-11T18:47:41.018Z] using credential docker-jenkins-github-credentials
18:47:41 [2022-03-11T18:47:41.028Z] Cloning the remote Git repository
18:47:41 [2022-03-11T18:47:41.028Z] Cloning with configured refspecs honoured and without tags
18:47:40 [2022-03-11T18:47:40.079Z] Cloning repository https://github.com/moby/moby.git
18:47:40 [2022-03-11T18:47:40.142Z]  > git init /home/ubuntu/workspace/moby_PR-43358 # timeout=10
18:47:40 [2022-03-11T18:47:40.345Z] Fetching upstream changes from https://github.com/moby/moby.git
18:47:40 [2022-03-11T18:47:40.345Z]  > git --version # timeout=10
18:47:40 [2022-03-11T18:47:40.363Z]  > git --version # 'git version 2.17.1'
18:47:40 [2022-03-11T18:47:40.364Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:47:40 [2022-03-11T18:47:40.365Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43358/head:refs/remotes/origin/PR-43358 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:48:08 [2022-03-11T18:48:08.118Z] Fetching without tags
18:48:08 [2022-03-11T18:48:08.418Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit f9f549cbe445177c1f0f4b13173e3b049674a3a1
18:48:09 [2022-03-11T18:48:09.261Z] Merge succeeded, producing f9f549cbe445177c1f0f4b13173e3b049674a3a1
18:48:09 [2022-03-11T18:48:09.262Z] Checking out Revision f9f549cbe445177c1f0f4b13173e3b049674a3a1 (PR-43358)
18:48:08 [2022-03-11T18:48:08.023Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:48:08 [2022-03-11T18:48:08.053Z]  > git config --add remote.origin.fetch +refs/pull/43358/head:refs/remotes/origin/PR-43358 # timeout=10
18:48:08 [2022-03-11T18:48:08.077Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:48:08 [2022-03-11T18:48:08.101Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:48:08 [2022-03-11T18:48:08.122Z] Fetching upstream changes from https://github.com/moby/moby.git
18:48:08 [2022-03-11T18:48:08.122Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:48:08 [2022-03-11T18:48:08.140Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43358/head:refs/remotes/origin/PR-43358 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:48:08 [2022-03-11T18:48:08.424Z]  > git config core.sparsecheckout # timeout=10
18:48:08 [2022-03-11T18:48:08.434Z]  > git checkout -f f9f549cbe445177c1f0f4b13173e3b049674a3a1 # timeout=10
18:48:09 [2022-03-11T18:48:09.212Z]  > git remote # timeout=10
18:48:09 [2022-03-11T18:48:09.222Z]  > git config --get remote.origin.url # timeout=10
18:48:09 [2022-03-11T18:48:09.234Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:48:09 [2022-03-11T18:48:09.245Z]  > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10
18:48:09 [2022-03-11T18:48:09.255Z]  > git rev-parse HEAD^{commit} # timeout=10
18:48:09 [2022-03-11T18:48:09.263Z]  > git config core.sparsecheckout # timeout=10
18:48:09 [2022-03-11T18:48:09.268Z]  > git checkout -f f9f549cbe445177c1f0f4b13173e3b049674a3a1 # timeout=10
18:48:13 [2022-03-11T18:48:13.105Z] Commit message: "plugin: add EndpointResolver interface"