Skip to content

Console Output

14:17:01 using credential docker-jenkins-github-credentials
14:17:01 Cloning the remote Git repository
14:17:01 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-2512 # 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/2512/head:refs/remotes/origin/PR-2512 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:17:03 Fetching without tags
14:17:04 Merging remotes/origin/master commit cceae0c38490050368837d0ff5e3444c221b4c91 into PR head commit 60d11677bcb5ac9380bc779cffe0d26e19d5f117
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2512/head:refs/remotes/origin/PR-2512 # 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/2512/head:refs/remotes/origin/PR-2512 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
14:17:04 Merge succeeded, producing 60d11677bcb5ac9380bc779cffe0d26e19d5f117
14:17:04 Checking out Revision 60d11677bcb5ac9380bc779cffe0d26e19d5f117 (PR-2512)
 > git checkout -f 60d11677bcb5ac9380bc779cffe0d26e19d5f117 # timeout=10
 > git merge cceae0c38490050368837d0ff5e3444c221b4c91 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d11677bcb5ac9380bc779cffe0d26e19d5f117 # timeout=10
14:17:07 Commit message: "Makefile: set DOCKER_TEST_API_VERSION to v1.39"