Skip to content

Console Output

12:37:16 using credential docker-jenkins-github-credentials
12:37:16 Cloning the remote Git repository
12:37:16 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-2485 # 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/2485/head:refs/remotes/origin/PR-2485 +refs/heads/master:refs/remotes/origin/master
12:37:17 Fetching without tags
12:37:17 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 9d5d963b585a4df6502e9e561980a0673286d6b6
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2485/head:refs/remotes/origin/PR-2485 # 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/2485/head:refs/remotes/origin/PR-2485 +refs/heads/master:refs/remotes/origin/master
12:37:17 Merge succeeded, producing 9d5d963b585a4df6502e9e561980a0673286d6b6
12:37:17 Checking out Revision 9d5d963b585a4df6502e9e561980a0673286d6b6 (PR-2485)
12:37:17 Commit message: "Fix ImageCollectionTest.test_pull_multiple flakiness"
12:37:17 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d5d963b585a4df6502e9e561980a0673286d6b6
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d5d963b585a4df6502e9e561980a0673286d6b6
 > git rev-list --no-walk 39c1fbbc3dee43331ceaf475a6f1971d7f9c4dd6 # timeout=10