Skip to content

Console Output

10:33:38 using credential sf-release-bot.github.ssh
10:33:38 Cloning the remote Git repository
10:33:38 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7099 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7099/head:refs/remotes/origin/PR-7099
10:33:40 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7099/head:refs/remotes/origin/PR-7099 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7099/head:refs/remotes/origin/PR-7099
10:33:40 Checking out Revision 3357180b72ede79a0420eddc7dad5c2605294aff (PR-7099)
10:33:40 Commit message: "Implement -f / --file argument in container-script"
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3357180b72ede79a0420eddc7dad5c2605294aff