Skip to content

Console Output

13:32:37 using credential docker-jenkins-github-credentials
13:32:37 Cloning the remote Git repository
13:32:37 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-2650 # 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/2650/head:refs/remotes/origin/PR-2650 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:32:38 Fetching without tags
13:32:38 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit c7c5b551fcbbdcbf33eabf51007d0f9494637edb
13:32:38 Merge succeeded, producing c7c5b551fcbbdcbf33eabf51007d0f9494637edb
13:32:38 Checking out Revision c7c5b551fcbbdcbf33eabf51007d0f9494637edb (PR-2650)
13:32:38 Commit message: "set engine version for unit tests to avoid querying the engine"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2650/head:refs/remotes/origin/PR-2650 # 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/2650/head:refs/remotes/origin/PR-2650 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7c5b551fcbbdcbf33eabf51007d0f9494637edb # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c7c5b551fcbbdcbf33eabf51007d0f9494637edb # timeout=10