Skip to content

Console Output

23:39:38 using credential docker-jenkins-github-credentials
23:39:38 Cloning the remote Git repository
23:39:38 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-2636 # 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/2636/head:refs/remotes/origin/PR-2636 +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/2636/head:refs/remotes/origin/PR-2636 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:39:39 Fetching without tags
23:39:39 Merging remotes/origin/master commit b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 into PR head commit b37a25d70b7d483cc0fbc78fb6863636ca84cbb3
23:39:39 Merge succeeded, producing b37a25d70b7d483cc0fbc78fb6863636ca84cbb3
23:39:39 Checking out Revision b37a25d70b7d483cc0fbc78fb6863636ca84cbb3 (PR-2636)
23:39:39 Commit message: "Fix pulling with container create api"
 > 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/2636/head:refs/remotes/origin/PR-2636 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b37a25d70b7d483cc0fbc78fb6863636ca84cbb3 # timeout=10
 > git merge b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b37a25d70b7d483cc0fbc78fb6863636ca84cbb3 # timeout=10