Skip to content

Console Output

10:11:18 using credential docker-jenkins-github-credentials
10:11:18 Cloning the remote Git repository
10:11:18 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2316 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2316/head:refs/remotes/origin/PR-2316 +refs/heads/master:refs/remotes/origin/master
10:11:20 Fetching without tags
10:11:20 Merging remotes/origin/master commit e6f9e5e283b35ca7ab58bf4f6bbd5b78cdd2b259 into PR head commit 76852f82baacec21e19fce07ea76230b85418e2f
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2316/head:refs/remotes/origin/PR-2316 # 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/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2316/head:refs/remotes/origin/PR-2316 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76852f82baacec21e19fce07ea76230b85418e2f
10:11:21 Merge succeeded, producing 76852f82baacec21e19fce07ea76230b85418e2f
10:11:21 Checking out Revision 76852f82baacec21e19fce07ea76230b85418e2f (PR-2316)
10:11:21 Commit message: "Give an example for --reserve-memory"
 > git merge e6f9e5e283b35ca7ab58bf4f6bbd5b78cdd2b259 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76852f82baacec21e19fce07ea76230b85418e2f
 > git rev-list --no-walk 76852f82baacec21e19fce07ea76230b85418e2f # timeout=10