Skip to content

Console Output

15:49:11 [2020-08-11T15:49:11.774Z] using credential sf-release-bot.github.ssh
15:49:11 [2020-08-11T15:49:11.785Z] Cloning the remote Git repository
15:49:11 [2020-08-11T15:49:11.785Z] Cloning with configured refspecs honoured and without tags
15:49:11 [2020-08-11T15:49:11.805Z] Cloning repository git@github.com:docker/compose.git
15:49:11 [2020-08-11T15:49:11.862Z]  > git init /home/ubuntu/workspace/compose_PR-7549 # timeout=10
15:49:12 [2020-08-11T15:49:12.093Z] Fetching upstream changes from git@github.com:docker/compose.git
15:49:12 [2020-08-11T15:49:12.093Z]  > git --version # timeout=10
15:49:12 [2020-08-11T15:49:12.103Z] using GIT_SSH to set credentials docker-jenkins user on github.com
15:49:12 [2020-08-11T15:49:12.128Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7549/head:refs/remotes/origin/PR-7549 # timeout=10
15:49:14 [2020-08-11T15:49:14.076Z] Fetching without tags
15:49:14 [2020-08-11T15:49:14.329Z] Checking out Revision d2ca639836e9726756b7f9f9d3d58b8f59b9d24a (PR-7549)
15:49:14 [2020-08-11T15:49:14.035Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
15:49:14 [2020-08-11T15:49:14.045Z]  > git config --add remote.origin.fetch +refs/pull/7549/head:refs/remotes/origin/PR-7549 # timeout=10
15:49:14 [2020-08-11T15:49:14.063Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
15:49:14 [2020-08-11T15:49:14.080Z] Fetching upstream changes from git@github.com:docker/compose.git
15:49:14 [2020-08-11T15:49:14.080Z] using GIT_SSH to set credentials docker-jenkins user on github.com
15:49:14 [2020-08-11T15:49:14.085Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7549/head:refs/remotes/origin/PR-7549 # timeout=10
15:49:14 [2020-08-11T15:49:14.338Z]  > git config core.sparsecheckout # timeout=10
15:49:14 [2020-08-11T15:49:14.353Z]  > git checkout -f d2ca639836e9726756b7f9f9d3d58b8f59b9d24a # timeout=10
15:49:17 [2020-08-11T15:49:17.898Z] Commit message: "Fixing imprecise timing in timeparse module."