Skip to content

Console Output

19:54:56 The recommended git tool is: git
19:54:56 using credential docker-jenkins-github-credentials
19:54:56 Cloning the remote Git repository
19:54:56 Cloning with configured refspecs honoured and without tags
19:54:56 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2573 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2573/head:refs/remotes/origin/PR-2573 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2573/head:refs/remotes/origin/PR-2573 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2573/head:refs/remotes/origin/PR-2573 +refs/heads/main:refs/remotes/origin/main # timeout=10
19:54:57 Merging remotes/origin/main commit 3ee3a2486fe75ed858f8a3defe0fc79b2743d5df into PR head commit 60ceeeff9ffaab5312854f4f8a69b439ba34f4c9
19:54:57 Merge succeeded, producing c8f3b97cee4b5f23493bf38c83806c981af2969e
19:54:57 Checking out Revision c8f3b97cee4b5f23493bf38c83806c981af2969e (PR-2573)
19:54:57 Commit message: "Merge commit '3ee3a2486fe75ed858f8a3defe0fc79b2743d5df' into HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60ceeeff9ffaab5312854f4f8a69b439ba34f4c9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 3ee3a2486fe75ed858f8a3defe0fc79b2743d5df # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8f3b97cee4b5f23493bf38c83806c981af2969e # timeout=10