Skip to content

Console Output

11:38:07 The recommended git tool is: git
11:38:07 using credential docker-jenkins-github-credentials
11:38:07 Cloning the remote Git repository
11:38:07 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-2930 # 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/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:38:08 Fetching without tags
11:38:08 Merging remotes/origin/master commit acdafbc116ac2348dcf41055402dbb5ecfad8be2 into PR head commit d5df1f6629f7f31679837e57f28526268c7fcd10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2930/head:refs/remotes/origin/PR-2930 # 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/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5df1f6629f7f31679837e57f28526268c7fcd10 # timeout=10
11:38:08 Merge succeeded, producing d5df1f6629f7f31679837e57f28526268c7fcd10
11:38:08 Checking out Revision d5df1f6629f7f31679837e57f28526268c7fcd10 (PR-2930)
11:38:08 Commit message: "Support cgroupns option in containers.run/containers.create"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge acdafbc116ac2348dcf41055402dbb5ecfad8be2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5df1f6629f7f31679837e57f28526268c7fcd10 # timeout=10