Skip to content

Console Output

12:09:25 using credential docker-jenkins-github-credentials
12:09:25 Cloning the remote Git repository
12:09:25 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-2553 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2553/head:refs/remotes/origin/PR-2553 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:09:27 Fetching without tags
12:09:28 Merging remotes/origin/master commit 9a24df5cdd03c679dc929735e4766e19ff1c2bdb into PR head commit a07b5ee16c1368a5873cfa08e5f407cbe7d275f5
12:09:28 Merge succeeded, producing a07b5ee16c1368a5873cfa08e5f407cbe7d275f5
12:09:28 Checking out Revision a07b5ee16c1368a5873cfa08e5f407cbe7d275f5 (PR-2553)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2553/head:refs/remotes/origin/PR-2553 # 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/2553/head:refs/remotes/origin/PR-2553 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a07b5ee16c1368a5873cfa08e5f407cbe7d275f5 # timeout=10
 > git merge 9a24df5cdd03c679dc929735e4766e19ff1c2bdb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a07b5ee16c1368a5873cfa08e5f407cbe7d275f5 # timeout=10
12:09:32 Commit message: "fix docker build error when dockerfile contains unicode character."