Skip to content

Console Output

21:23:15 using credential docker-jenkins-github-credentials
21:23:15 Cloning the remote Git repository
21:23:15 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2549 # 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/2549/head:refs/remotes/origin/PR-2549 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:23:16 Fetching without tags
21:23:16 Merging remotes/origin/master commit 030af62dca982e62ed418314c857da1f90ce4282 into PR head commit daa9e2f1c289959c232e41bbc6e914b06f220d90
21:23:16 Merge succeeded, producing daa9e2f1c289959c232e41bbc6e914b06f220d90
21:23:16 Checking out Revision daa9e2f1c289959c232e41bbc6e914b06f220d90 (PR-2549)
21:23:16 Commit message: "Fix tests to support both log plugin feedbacks"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2549/head:refs/remotes/origin/PR-2549 # 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/2549/head:refs/remotes/origin/PR-2549 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f daa9e2f1c289959c232e41bbc6e914b06f220d90 # timeout=10
 > git merge 030af62dca982e62ed418314c857da1f90ce4282 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f daa9e2f1c289959c232e41bbc6e914b06f220d90 # timeout=10