Skip to content

Console Output

18:23:29 [2020-02-28T18:23:29.334Z] using credential docker-jenkins-github-credentials
18:23:29 [2020-02-28T18:23:29.386Z] Cloning the remote Git repository
18:23:29 [2020-02-28T18:23:29.386Z] Cloning with configured refspecs honoured and without tags
18:23:29 [2020-02-28T18:23:29.425Z] Cloning repository https://github.com/moby/moby.git
18:23:29 [2020-02-28T18:23:29.427Z]  > git init /home/jenkins/workspace/moby_PR-40478 # timeout=10
18:23:29 [2020-02-28T18:23:29.461Z] Fetching upstream changes from https://github.com/moby/moby.git
18:23:29 [2020-02-28T18:23:29.463Z]  > git --version # timeout=10
18:23:29 [2020-02-28T18:23:29.480Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:23:29 [2020-02-28T18:23:29.493Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40478/head:refs/remotes/origin/PR-40478 +refs/heads/master:refs/remotes/origin/master
18:23:37 [2020-02-28T18:23:37.589Z] Fetching without tags
18:23:37 [2020-02-28T18:23:37.994Z] Merging remotes/origin/master commit 40b2b4b083064d56be6aeb74c04da6e4a8f73d59 into PR head commit ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:38 [2020-02-28T18:23:38.679Z] Merge succeeded, producing ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:38 [2020-02-28T18:23:38.680Z] Checking out Revision ce1ceeb25768cd402c662973fd1ae3caeee1ab05 (PR-40478)
18:23:37 [2020-02-28T18:23:37.468Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:23:37 [2020-02-28T18:23:37.486Z]  > git config --add remote.origin.fetch +refs/pull/40478/head:refs/remotes/origin/PR-40478 # timeout=10
18:23:37 [2020-02-28T18:23:37.503Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:23:37 [2020-02-28T18:23:37.561Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:23:37 [2020-02-28T18:23:37.625Z] Fetching upstream changes from https://github.com/moby/moby.git
18:23:37 [2020-02-28T18:23:37.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:23:37 [2020-02-28T18:23:37.628Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40478/head:refs/remotes/origin/PR-40478 +refs/heads/master:refs/remotes/origin/master
18:23:38 [2020-02-28T18:23:38.026Z]  > git config core.sparsecheckout # timeout=10
18:23:38 [2020-02-28T18:23:38.042Z]  > git checkout -f ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:38 [2020-02-28T18:23:38.590Z]  > git merge 40b2b4b083064d56be6aeb74c04da6e4a8f73d59 # timeout=10
18:23:38 [2020-02-28T18:23:38.650Z]  > git rev-parse HEAD^{commit} # timeout=10
18:23:38 [2020-02-28T18:23:38.712Z]  > git config core.sparsecheckout # timeout=10
18:23:38 [2020-02-28T18:23:38.730Z]  > git checkout -f ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:39 [2020-02-28T18:23:39.478Z] Commit message: "Add stats options to not prime the stats"