Skip to content

Console Output

09:48:50 using credential docker-jenkins-github-credentials
09:48:50 Cloning the remote Git repository
09:48:50 Cloning with configured refspecs honoured and without tags
09:48:50 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2452 # 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/2452/head:refs/remotes/origin/PR-2452 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2452/head:refs/remotes/origin/PR-2452 # 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/2452/head:refs/remotes/origin/PR-2452 +refs/heads/master:refs/remotes/origin/master
09:48:51 Merging remotes/origin/master commit 1d8aa3019ec3299e1f76d2d92cd86790061fe96c into PR head commit 19171d0e1e81c1070f213a576e9a37ef0df1209d
09:48:51 Merge succeeded, producing 19171d0e1e81c1070f213a576e9a37ef0df1209d
09:48:51 Checking out Revision 19171d0e1e81c1070f213a576e9a37ef0df1209d (PR-2452)
09:48:51 Commit message: "remove hyphens in literals"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19171d0e1e81c1070f213a576e9a37ef0df1209d
 > git merge 1d8aa3019ec3299e1f76d2d92cd86790061fe96c # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19171d0e1e81c1070f213a576e9a37ef0df1209d