Skip to content

Console Output

21:46:54 [2019-10-15T21:46:54.721Z] using credential docker-jenkins-github-credentials
21:46:54 [2019-10-15T21:46:54.731Z] Cloning the remote Git repository
21:46:54 [2019-10-15T21:46:54.731Z] Cloning with configured refspecs honoured and without tags
21:46:55 [2019-10-15T21:46:55.098Z] Cloning repository https://github.com/moby/moby.git
21:46:55 [2019-10-15T21:46:55.142Z]  > git init /home/ubuntu/workspace/moby_PR-40095 # timeout=10
21:46:55 [2019-10-15T21:46:55.370Z] Fetching upstream changes from https://github.com/moby/moby.git
21:46:55 [2019-10-15T21:46:55.371Z]  > git --version # timeout=10
21:46:55 [2019-10-15T21:46:55.381Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:46:55 [2019-10-15T21:46:55.383Z]  > 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:14 [2019-10-15T21:47:14.981Z] Fetching without tags
21:47:15 [2019-10-15T21:47:15.394Z] Merging remotes/origin/master commit f5bb374a0c6260721ac551b232e8eac02b7d2674 into PR head commit af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:14 [2019-10-15T21:47:14.957Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:47:14 [2019-10-15T21:47:14.979Z]  > git config --add remote.origin.fetch +refs/pull/40095/head:refs/remotes/origin/PR-40095 # timeout=10
21:47:14 [2019-10-15T21:47:14.997Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:47:15 [2019-10-15T21:47:15.012Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:47:15 [2019-10-15T21:47:15.030Z] Fetching upstream changes from https://github.com/moby/moby.git
21:47:15 [2019-10-15T21:47:15.031Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:47:15 [2019-10-15T21:47:15.032Z]  > 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:15 [2019-10-15T21:47:15.444Z]  > git config core.sparsecheckout # timeout=10
21:47:15 [2019-10-15T21:47:15.463Z]  > git checkout -f af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:17 [2019-10-15T21:47:17.340Z] Merge succeeded, producing af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:17 [2019-10-15T21:47:17.341Z] Checking out Revision af3f576b1bd24f21ba62c6e99030913c67bfefc5 (PR-40095)
21:47:17 [2019-10-15T21:47:17.332Z]  > git merge f5bb374a0c6260721ac551b232e8eac02b7d2674 # timeout=10
21:47:17 [2019-10-15T21:47:17.357Z]  > git rev-parse HEAD^{commit} # timeout=10
21:47:17 [2019-10-15T21:47:17.374Z]  > git config core.sparsecheckout # timeout=10
21:47:17 [2019-10-15T21:47:17.388Z]  > git checkout -f af3f576b1bd24f21ba62c6e99030913c67bfefc5
21:47:18 [2019-10-15T21:47:18.349Z] Commit message: "Add flag to configure containerd healthcheck delay."