Skip to content

Console Output

15:13:53 The recommended git tool is: git
15:13:55 using credential docker-jenkins-github-credentials
15:13:55 Cloning the remote Git repository
15:13:55 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-2963 # 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/2963/head:refs/remotes/origin/PR-2963 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:13:58 Fetching without tags
15:13:59 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 3cb37ad81abd05937d926c3b35676542193616a1
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2963/head:refs/remotes/origin/PR-2963 # 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/2963/head:refs/remotes/origin/PR-2963 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cb37ad81abd05937d926c3b35676542193616a1 # timeout=10
 > git remote # timeout=10
15:13:59 Merge succeeded, producing 3cb37ad81abd05937d926c3b35676542193616a1
15:13:59 Checking out Revision 3cb37ad81abd05937d926c3b35676542193616a1 (PR-2963)
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3cb37ad81abd05937d926c3b35676542193616a1 # timeout=10
15:14:03 Commit message: "Change `exit_code` to a callable that returns the exit code"