Skip to content

Console Output

00:32:40 The recommended git tool is: git
00:32:42 using credential docker-jenkins-github-credentials
00:32:42 Cloning the remote Git repository
00:32:42 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3031 # 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/3031/head:refs/remotes/origin/PR-3031 +refs/heads/main:refs/remotes/origin/main # timeout=10
00:32:45 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3031/head:refs/remotes/origin/PR-3031 # 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/3031/head:refs/remotes/origin/PR-3031 +refs/heads/main:refs/remotes/origin/main # timeout=10
00:32:45 Merging remotes/origin/main commit 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 into PR head commit aabf25fb7335314ed43fe1705be7a086946f06ba
00:32:45 Merge succeeded, producing aabf25fb7335314ed43fe1705be7a086946f06ba
00:32:45 Checking out Revision aabf25fb7335314ed43fe1705be7a086946f06ba (PR-3031)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aabf25fb7335314ed43fe1705be7a086946f06ba # 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 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aabf25fb7335314ed43fe1705be7a086946f06ba # timeout=10
00:32:49 Commit message: "Merge branch 'main' into feature_floating_docker_logs"
 > git rev-list --no-walk aabf25fb7335314ed43fe1705be7a086946f06ba # timeout=10