Skip to content

Console Output

21:42:49 using credential docker-jenkins-github-credentials
21:42:49 Cloning the remote Git repository
21:42:49 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-2440 # 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/2440/head:refs/remotes/origin/PR-2440 +refs/heads/master:refs/remotes/origin/master
21:42:50 Fetching without tags
21:42:50 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit e0a94aa5c7382859b91bf47f143e39f5f42552e6
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2440/head:refs/remotes/origin/PR-2440 # 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/2440/head:refs/remotes/origin/PR-2440 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e0a94aa5c7382859b91bf47f143e39f5f42552e6
21:42:50 Merge succeeded, producing e0a94aa5c7382859b91bf47f143e39f5f42552e6
21:42:50 Checking out Revision e0a94aa5c7382859b91bf47f143e39f5f42552e6 (PR-2440)
21:42:50 Commit message: "Flake8."
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e0a94aa5c7382859b91bf47f143e39f5f42552e6