Skip to content

Console Output

11:35:59 The recommended git tool is: git
11:36:01 using credential docker-jenkins-github-credentials
11:36:01 Cloning the remote Git repository
11:36:01 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:36:03 Fetching without tags
11:36:04 Merging remotes/origin/master commit acdafbc116ac2348dcf41055402dbb5ecfad8be2 into PR head commit d5df1f6629f7f31679837e57f28526268c7fcd10
11:36:04 Merge succeeded, producing d5df1f6629f7f31679837e57f28526268c7fcd10
11:36:04 Checking out Revision d5df1f6629f7f31679837e57f28526268c7fcd10 (PR-2930)
 > 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
 > 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
11:36:07 Commit message: "Support cgroupns option in containers.run/containers.create"
11:36:07 First time build. Skipping changelog.
 > git rev-list --no-walk 749783ef3bca5cb32f634d6da347970ab7ade94f # timeout=10