Skip to content

Console Output

01:26:54 using credential docker-jenkins-github-credentials
01:26:54 Cloning the remote Git repository
01:26:54 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-2458 # 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/2458/head:refs/remotes/origin/PR-2458 +refs/heads/master:refs/remotes/origin/master
01:26:54 Fetching without tags
01:26:55 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit b931b1d9b624ea53030d5888e29464f83ce88d40
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2458/head:refs/remotes/origin/PR-2458 # 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/2458/head:refs/remotes/origin/PR-2458 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b931b1d9b624ea53030d5888e29464f83ce88d40
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
01:26:55 Merge succeeded, producing b931b1d9b624ea53030d5888e29464f83ce88d40
01:26:55 Checking out Revision b931b1d9b624ea53030d5888e29464f83ce88d40 (PR-2458)
01:26:55 Commit message: "Save multiple images into single tar file from ImageCollection"
01:26:55 First time build. Skipping changelog.
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b931b1d9b624ea53030d5888e29464f83ce88d40
 > git rev-list --no-walk 6cf2afd516e183fe960ab13b2acfae7e67221f97 # timeout=10