Skip to content

Console Output

13:13:30 The recommended git tool is: git
13:13:30 using credential docker-jenkins-github-credentials
13:13:30 Cloning the remote Git repository
13:13:30 Cloning with configured refspecs honoured and without tags
13:13:31 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3064 # 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/3064/head:refs/remotes/origin/PR-3064 +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/3064/head:refs/remotes/origin/PR-3064 # 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/3064/head:refs/remotes/origin/PR-3064 +refs/heads/main:refs/remotes/origin/main # timeout=10
13:13:31 Merging remotes/origin/main commit 30022984f6445fbc322cbe97bb99aab1ddb1e4fd into PR head commit fb17241c1586a6ef6d20ebff1dacee87280f7df3
13:13:32 Merge succeeded, producing fb17241c1586a6ef6d20ebff1dacee87280f7df3
13:13:32 Checking out Revision fb17241c1586a6ef6d20ebff1dacee87280f7df3 (PR-3064)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb17241c1586a6ef6d20ebff1dacee87280f7df3 # 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 30022984f6445fbc322cbe97bb99aab1ddb1e4fd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb17241c1586a6ef6d20ebff1dacee87280f7df3 # timeout=10
13:13:35 Commit message: "Add support for Python 3.11"