Skip to content

Console Output

15:43:03 The recommended git tool is: git
15:43:03 using credential docker-jenkins-github-credentials
15:43:03 Cloning the remote Git repository
15:43:03 Cloning with configured refspecs honoured and without tags
15:43:04 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3010 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3010/head:refs/remotes/origin/PR-3010 +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/3010/head:refs/remotes/origin/PR-3010 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3010/head:refs/remotes/origin/PR-3010 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:43:04 Merging remotes/origin/master commit 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 into PR head commit 1bf7c5d6092f120b0e500916052212348e7dbef1
15:43:04 Merge succeeded, producing 1bf7c5d6092f120b0e500916052212348e7dbef1
15:43:04 Checking out Revision 1bf7c5d6092f120b0e500916052212348e7dbef1 (PR-3010)
15:43:04 Commit message: "build: fix variable name in Makefile"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1bf7c5d6092f120b0e500916052212348e7dbef1 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1bf7c5d6092f120b0e500916052212348e7dbef1 # timeout=10
 > git rev-list --no-walk fdf20a48cdae1d85246d8c97106a990850c25403 # timeout=10