Skip to content

Console Output

18:23:29 [2020-02-28T18:23:29.176Z] using credential docker-jenkins-github-credentials
18:23:29 [2020-02-28T18:23:29.195Z] Cloning the remote Git repository
18:23:29 [2020-02-28T18:23:29.195Z] Cloning with configured refspecs honoured and without tags
18:23:29 [2020-02-28T18:23:29.207Z] Cloning repository https://github.com/moby/moby.git
18:23:29 [2020-02-28T18:23:29.230Z]  > git init /home/docker/workspace/moby_PR-40478 # timeout=10
18:23:29 [2020-02-28T18:23:29.245Z] Fetching upstream changes from https://github.com/moby/moby.git
18:23:29 [2020-02-28T18:23:29.246Z]  > git --version # timeout=10
18:23:29 [2020-02-28T18:23:29.251Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:23:29 [2020-02-28T18:23:29.252Z]  > 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:54 [2020-02-28T18:23:54.914Z] Fetching without tags
18:23:55 [2020-02-28T18:23:55.455Z] Merging remotes/origin/master commit 40b2b4b083064d56be6aeb74c04da6e4a8f73d59 into PR head commit ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:56 [2020-02-28T18:23:56.799Z] Merge succeeded, producing ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:56 [2020-02-28T18:23:56.800Z] Checking out Revision ce1ceeb25768cd402c662973fd1ae3caeee1ab05 (PR-40478)
18:23:54 [2020-02-28T18:23:54.872Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:23:54 [2020-02-28T18:23:54.879Z]  > git config --add remote.origin.fetch +refs/pull/40478/head:refs/remotes/origin/PR-40478 # timeout=10
18:23:54 [2020-02-28T18:23:54.884Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:23:54 [2020-02-28T18:23:54.902Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:23:54 [2020-02-28T18:23:54.922Z] Fetching upstream changes from https://github.com/moby/moby.git
18:23:54 [2020-02-28T18:23:54.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:23:54 [2020-02-28T18:23:54.924Z]  > 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:55 [2020-02-28T18:23:55.462Z]  > git config core.sparsecheckout # timeout=10
18:23:55 [2020-02-28T18:23:55.467Z]  > git checkout -f ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:56 [2020-02-28T18:23:56.755Z]  > git merge 40b2b4b083064d56be6aeb74c04da6e4a8f73d59 # timeout=10
18:23:56 [2020-02-28T18:23:56.787Z]  > git rev-parse HEAD^{commit} # timeout=10
18:23:56 [2020-02-28T18:23:56.809Z]  > git config core.sparsecheckout # timeout=10
18:23:56 [2020-02-28T18:23:56.814Z]  > git checkout -f ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:23:57 [2020-02-28T18:23:57.528Z] Commit message: "Add stats options to not prime the stats"