Skip to content

Console Output

21:47:03 [2019-10-15T21:47:03.124Z] using credential docker-jenkins-github-credentials
21:47:03 [2019-10-15T21:47:03.135Z] Cloning the remote Git repository
21:47:03 [2019-10-15T21:47:03.135Z] Cloning with configured refspecs honoured and without tags
21:47:03 [2019-10-15T21:47:03.174Z] Cloning repository https://github.com/moby/moby.git
21:47:03 [2019-10-15T21:47:03.226Z]  > git init /home/ubuntu/workspace/moby_PR-40095 # timeout=10
21:47:03 [2019-10-15T21:47:03.705Z] Fetching upstream changes from https://github.com/moby/moby.git
21:47:03 [2019-10-15T21:47:03.705Z]  > git --version # timeout=10
21:47:03 [2019-10-15T21:47:03.738Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:47:03 [2019-10-15T21:47:03.791Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40095/head:refs/remotes/origin/PR-40095 +refs/heads/master:refs/remotes/origin/master
21:47:27 [2019-10-15T21:47:27.268Z] Fetching without tags
21:47:27 [2019-10-15T21:47:27.634Z] Merging remotes/origin/master commit f5bb374a0c6260721ac551b232e8eac02b7d2674 into PR head commit af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:28 [2019-10-15T21:47:28.735Z] Merge succeeded, producing af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:28 [2019-10-15T21:47:28.736Z] Checking out Revision af3f576b1bd24f21ba62c6e99030913c67bfefc5 (PR-40095)
21:47:27 [2019-10-15T21:47:27.169Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:47:27 [2019-10-15T21:47:27.180Z]  > git config --add remote.origin.fetch +refs/pull/40095/head:refs/remotes/origin/PR-40095 # timeout=10
21:47:27 [2019-10-15T21:47:27.205Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:47:27 [2019-10-15T21:47:27.239Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:47:27 [2019-10-15T21:47:27.270Z] Fetching upstream changes from https://github.com/moby/moby.git
21:47:27 [2019-10-15T21:47:27.271Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:47:27 [2019-10-15T21:47:27.271Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40095/head:refs/remotes/origin/PR-40095 +refs/heads/master:refs/remotes/origin/master
21:47:27 [2019-10-15T21:47:27.649Z]  > git config core.sparsecheckout # timeout=10
21:47:27 [2019-10-15T21:47:27.670Z]  > git checkout -f af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:28 [2019-10-15T21:47:28.681Z]  > git merge f5bb374a0c6260721ac551b232e8eac02b7d2674 # timeout=10
21:47:28 [2019-10-15T21:47:28.708Z]  > git rev-parse HEAD^{commit} # timeout=10
21:47:28 [2019-10-15T21:47:28.733Z]  > git config core.sparsecheckout # timeout=10
21:47:28 [2019-10-15T21:47:28.756Z]  > git checkout -f af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:30 [2019-10-15T21:47:30.229Z] Commit message: "Add flag to configure containerd healthcheck delay."