Skip to content

Console Output

01:37:05 using credential docker-jenkins-github-credentials
01:37:05 Cloning the remote Git repository
01:37:05 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/libcompose.git
 > git init /home/ubuntu/workspace/libcompose_PR-526 # timeout=10
Fetching upstream changes from https://github.com/docker/libcompose.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/pull/526/head:refs/remotes/origin/PR-526 +refs/heads/master:refs/remotes/origin/master
01:37:06 Fetching without tags
01:37:06 Merging remotes/origin/master commit 143e0f3f1ab9caa587b9821028c60d41d203de3e into PR head commit 32e4847bd4be3954733ad2fc2c60bb88a2b0d853
01:37:06 Merge succeeded, producing 32e4847bd4be3954733ad2fc2c60bb88a2b0d853
01:37:06 Checking out Revision 32e4847bd4be3954733ad2fc2c60bb88a2b0d853 (PR-526)
01:37:06 Commit message: "fix ability to use `go test ./...`, by changing the file suffix for the schema template (which is actually part of a different package)"
01:37:06 First time build. Skipping changelog.
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/526/head:refs/remotes/origin/PR-526 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10
Fetching upstream changes from https://github.com/docker/libcompose.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/libcompose.git +refs/pull/526/head:refs/remotes/origin/PR-526 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 32e4847bd4be3954733ad2fc2c60bb88a2b0d853
 > git merge 143e0f3f1ab9caa587b9821028c60d41d203de3e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 32e4847bd4be3954733ad2fc2c60bb88a2b0d853