Skip to content

Console Output

15:56:01 using credential docker-jenkins-github-credentials
15:56:02 Cloning the remote Git repository
15:56:02 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-2480 # 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/2480/head:refs/remotes/origin/PR-2480 +refs/heads/master:refs/remotes/origin/master
15:56:04 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2480/head:refs/remotes/origin/PR-2480 # 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/2480/head:refs/remotes/origin/PR-2480 +refs/heads/master:refs/remotes/origin/master
15:56:04 Merging remotes/origin/master commit a9867c99126626aa97d94d31f0c2eca3bead4e8f into PR head commit 3f32848f6c7384844982aa87882f8ba4ea3cc083
15:56:04 Merge succeeded, producing 3f32848f6c7384844982aa87882f8ba4ea3cc083
15:56:04 Checking out Revision 3f32848f6c7384844982aa87882f8ba4ea3cc083 (PR-2480)
15:56:05 Commit message: "Merge branch 'master' into master"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f32848f6c7384844982aa87882f8ba4ea3cc083
 > git merge a9867c99126626aa97d94d31f0c2eca3bead4e8f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f32848f6c7384844982aa87882f8ba4ea3cc083