Skip to content

Console Output

17:00:54 using credential docker-jenkins-github-credentials
17:00:54 Cloning the remote Git repository
17:00:54 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-2733 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2733/head:refs/remotes/origin/PR-2733 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:00:57 Fetching without tags
17:00:57 Merging remotes/origin/master commit 3ec7fee7362eecfd7bcfd62edcfac3380422fb64 into PR head commit 91fb4345a49bc1cd2f0568de3874da1ee12ff456
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2733/head:refs/remotes/origin/PR-2733 # 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/2733/head:refs/remotes/origin/PR-2733 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91fb4345a49bc1cd2f0568de3874da1ee12ff456 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
17:00:57 Merge succeeded, producing 91fb4345a49bc1cd2f0568de3874da1ee12ff456
17:00:57 Checking out Revision 91fb4345a49bc1cd2f0568de3874da1ee12ff456 (PR-2733)
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 3ec7fee7362eecfd7bcfd62edcfac3380422fb64 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91fb4345a49bc1cd2f0568de3874da1ee12ff456 # timeout=10
17:01:01 Commit message: "empty commit to retrigger jenkins build"