Skip to content

Console Output

18:24:34 [2020-02-28T18:24:34.116Z] using credential docker-jenkins-github-credentials
18:24:34 [2020-02-28T18:24:34.128Z] Cloning the remote Git repository
18:24:34 [2020-02-28T18:24:34.128Z] Cloning with configured refspecs honoured and without tags
18:24:33 [2020-02-28T18:24:33.729Z] Cloning repository https://github.com/moby/moby.git
18:24:33 [2020-02-28T18:24:33.780Z]  > git init /home/ubuntu/workspace/moby_PR-40478 # timeout=10
18:24:33 [2020-02-28T18:24:33.894Z] Fetching upstream changes from https://github.com/moby/moby.git
18:24:33 [2020-02-28T18:24:33.895Z]  > git --version # timeout=10
18:24:33 [2020-02-28T18:24:33.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:24:33 [2020-02-28T18:24:33.910Z]  > 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:24:50 [2020-02-28T18:24:50.352Z] Fetching without tags
18:24:50 [2020-02-28T18:24:50.288Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:24:50 [2020-02-28T18:24:50.315Z]  > git config --add remote.origin.fetch +refs/pull/40478/head:refs/remotes/origin/PR-40478 # timeout=10
18:24:50 [2020-02-28T18:24:50.321Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:24:50 [2020-02-28T18:24:50.331Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:24:50 [2020-02-28T18:24:50.347Z] Fetching upstream changes from https://github.com/moby/moby.git
18:24:50 [2020-02-28T18:24:50.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:24:50 [2020-02-28T18:24:50.348Z]  > 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:24:50 [2020-02-28T18:24:50.761Z] Merging remotes/origin/master commit 40b2b4b083064d56be6aeb74c04da6e4a8f73d59 into PR head commit ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:24:51 [2020-02-28T18:24:51.706Z] Merge succeeded, producing ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:24:51 [2020-02-28T18:24:51.707Z] Checking out Revision ce1ceeb25768cd402c662973fd1ae3caeee1ab05 (PR-40478)
18:24:50 [2020-02-28T18:24:50.760Z]  > git config core.sparsecheckout # timeout=10
18:24:50 [2020-02-28T18:24:50.765Z]  > git checkout -f ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:24:51 [2020-02-28T18:24:51.665Z]  > git merge 40b2b4b083064d56be6aeb74c04da6e4a8f73d59 # timeout=10
18:24:51 [2020-02-28T18:24:51.680Z]  > git rev-parse HEAD^{commit} # timeout=10
18:24:51 [2020-02-28T18:24:51.701Z]  > git config core.sparsecheckout # timeout=10
18:24:51 [2020-02-28T18:24:51.719Z]  > git checkout -f ce1ceeb25768cd402c662973fd1ae3caeee1ab05
18:24:53 [2020-02-28T18:24:53.002Z] Commit message: "Add stats options to not prime the stats"