Skip to content

Console Output

16:46:30 using credential docker-jenkins-github-credentials
16:46:30 Cloning the remote Git repository
16:46:30 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1596 # 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/1596/head:refs/remotes/origin/PR-1596 +refs/heads/master:refs/remotes/origin/master
16:46:33 Fetching without tags
16:46:33 Merging remotes/origin/master commit 9b420b151111b1034ee45b102e6a743832f7a443 into PR head commit 348f24cae682e1dc465bfb10e872e8de2a36321d
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1596/head:refs/remotes/origin/PR-1596 # 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/1596/head:refs/remotes/origin/PR-1596 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 348f24cae682e1dc465bfb10e872e8de2a36321d
16:46:34 Merge succeeded, producing 73d721e260d8ad9022f0e76e99c7a6d2af4fc249
16:46:34 Checking out Revision 73d721e260d8ad9022f0e76e99c7a6d2af4fc249 (PR-1596)
16:46:34 Commit message: "Merge commit '9b420b151111b1034ee45b102e6a743832f7a443' into HEAD"
 > git merge 9b420b151111b1034ee45b102e6a743832f7a443 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73d721e260d8ad9022f0e76e99c7a6d2af4fc249
 > git rev-list --no-walk 348f24cae682e1dc465bfb10e872e8de2a36321d # timeout=10