Skip to content

Console Output

09:32:30 using credential docker-jenkins-github-credentials
09:32:30 Cloning the remote Git repository
09:32:30 Cloning with configured refspecs honoured and without tags
09:32:31 Fetching without tags
09:32:31 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit b1376cef6a18174da03c098e86a34049b9273559
09:32:31 Merge succeeded, producing b1376cef6a18174da03c098e86a34049b9273559
09:32:31 Checking out Revision b1376cef6a18174da03c098e86a34049b9273559 (PR-2602)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2602 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2602/head:refs/remotes/origin/PR-2602 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2602/head:refs/remotes/origin/PR-2602 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2602/head:refs/remotes/origin/PR-2602 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1376cef6a18174da03c098e86a34049b9273559 # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1376cef6a18174da03c098e86a34049b9273559 # timeout=10
09:32:31 Commit message: "check for unset field in context Host get"