Skip to content

Console Output

22:22:06 using credential docker-jenkins-github-credentials
22:22:06 Cloning the remote Git repository
22:22:06 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-2486 # 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/2486/head:refs/remotes/origin/PR-2486 +refs/heads/master:refs/remotes/origin/master
22:22:08 Fetching without tags
22:22:09 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit cfa2407c12ee98dc24870268f007267acbfca749
22:22:09 Merge succeeded, producing cfa2407c12ee98dc24870268f007267acbfca749
22:22:09 Checking out Revision cfa2407c12ee98dc24870268f007267acbfca749 (PR-2486)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2486/head:refs/remotes/origin/PR-2486 # 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/2486/head:refs/remotes/origin/PR-2486 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cfa2407c12ee98dc24870268f007267acbfca749
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cfa2407c12ee98dc24870268f007267acbfca749
22:22:10 Commit message: "tar entry sise must be computed from utf-8 encoded content"