Skip to content

Console Output

16:04:14 using credential docker-jenkins-github-credentials
16:04:14 Cloning the remote Git repository
16:04:14 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-2519 # 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/2519/head:refs/remotes/origin/PR-2519 +refs/heads/master:refs/remotes/origin/master
16:04:15 Fetching without tags
16:04:15 Merging remotes/origin/master commit 030af62dca982e62ed418314c857da1f90ce4282 into PR head commit bff3b75b7a0ac643a23b6d69963553276a0bd8c9
16:04:15 Merge succeeded, producing bff3b75b7a0ac643a23b6d69963553276a0bd8c9
16:04:15 Checking out Revision bff3b75b7a0ac643a23b6d69963553276a0bd8c9 (PR-2519)
16:04:15 Commit message: "Open .dockerignore as utf-8"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2519/head:refs/remotes/origin/PR-2519 # 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/2519/head:refs/remotes/origin/PR-2519 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bff3b75b7a0ac643a23b6d69963553276a0bd8c9
 > git merge 030af62dca982e62ed418314c857da1f90ce4282 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bff3b75b7a0ac643a23b6d69963553276a0bd8c9