Skip to content

Console Output

13:04:47 The recommended git tool is: git
13:04:47 using credential docker-jenkins-github-credentials
13:04:47 Cloning the remote Git repository
13:04:47 Cloning with configured refspecs honoured and without tags
13:04:48 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2838 # 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/2838/head:refs/remotes/origin/PR-2838 +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/2838/head:refs/remotes/origin/PR-2838 # 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/2838/head:refs/remotes/origin/PR-2838 +refs/heads/main:refs/remotes/origin/main # timeout=10
13:04:48 Merging remotes/origin/main commit 58aa62bb154a2ccea433cf475aefbd695fb5abc8 into PR head commit 2399c1a30ca6c61f087779766067508a5febafe1
13:04:48 Merge succeeded, producing 91c880849e261128e332acec022efd86302ac0c1
13:04:48 Checking out Revision 91c880849e261128e332acec022efd86302ac0c1 (PR-2838)
13:04:48 Commit message: "Merge commit '58aa62bb154a2ccea433cf475aefbd695fb5abc8' into HEAD"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2399c1a30ca6c61f087779766067508a5febafe1 # 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 58aa62bb154a2ccea433cf475aefbd695fb5abc8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91c880849e261128e332acec022efd86302ac0c1 # timeout=10
 > git rev-list --no-walk 2399c1a30ca6c61f087779766067508a5febafe1 # timeout=10