Skip to content

Console Output

19:26:04 [2019-10-13T19:26:04.925Z] using credential docker-jenkins-github-credentials
19:26:04 [2019-10-13T19:26:04.934Z] Cloning the remote Git repository
19:26:04 [2019-10-13T19:26:04.934Z] Cloning with configured refspecs honoured and without tags
19:26:04 [2019-10-13T19:26:04.654Z] Cloning repository https://github.com/moby/moby.git
19:26:04 [2019-10-13T19:26:04.696Z]  > git init /home/ubuntu/workspace/moby_PR-40081 # timeout=10
19:26:04 [2019-10-13T19:26:04.917Z] Fetching upstream changes from https://github.com/moby/moby.git
19:26:04 [2019-10-13T19:26:04.918Z]  > git --version # timeout=10
19:26:04 [2019-10-13T19:26:04.929Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:26:04 [2019-10-13T19:26:04.931Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master
19:26:24 [2019-10-13T19:26:24.329Z] Fetching without tags
19:26:24 [2019-10-13T19:26:24.767Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303
19:26:24 [2019-10-13T19:26:24.210Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:26:24 [2019-10-13T19:26:24.232Z]  > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10
19:26:24 [2019-10-13T19:26:24.255Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:26:24 [2019-10-13T19:26:24.270Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:26:24 [2019-10-13T19:26:24.288Z] Fetching upstream changes from https://github.com/moby/moby.git
19:26:24 [2019-10-13T19:26:24.289Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:26:24 [2019-10-13T19:26:24.290Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master
19:26:24 [2019-10-13T19:26:24.734Z]  > git config core.sparsecheckout # timeout=10
19:26:24 [2019-10-13T19:26:24.742Z]  > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303
19:26:26 [2019-10-13T19:26:26.755Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303
19:26:26 [2019-10-13T19:26:26.756Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081)
19:26:26 [2019-10-13T19:26:26.672Z]  > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10
19:26:26 [2019-10-13T19:26:26.707Z]  > git rev-parse HEAD^{commit} # timeout=10
19:26:26 [2019-10-13T19:26:26.725Z]  > git config core.sparsecheckout # timeout=10
19:26:26 [2019-10-13T19:26:26.740Z]  > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303
19:26:28 [2019-10-13T19:26:28.227Z] Commit message: "pkg/plugins: use constants for http methods"