Skip to content

Console Output

22:02:51 [2019-11-08T22:02:51.245Z] using credential docker-jenkins-github-credentials
22:02:51 [2019-11-08T22:02:51.300Z] Cloning the remote Git repository
22:02:51 [2019-11-08T22:02:51.300Z] Cloning with configured refspecs honoured and without tags
22:02:51 [2019-11-08T22:02:51.331Z] Cloning repository https://github.com/moby/moby.git
22:02:51 [2019-11-08T22:02:51.334Z]  > git init /home/jenkins/workspace/moby_PR-40101 # timeout=10
22:02:51 [2019-11-08T22:02:51.370Z] Fetching upstream changes from https://github.com/moby/moby.git
22:02:51 [2019-11-08T22:02:51.372Z]  > git --version # timeout=10
22:02:51 [2019-11-08T22:02:51.391Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:02:51 [2019-11-08T22:02:51.399Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40101/head:refs/remotes/origin/PR-40101 +refs/heads/master:refs/remotes/origin/master
22:03:00 [2019-11-08T22:03:00.538Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:03:00 [2019-11-08T22:03:00.559Z]  > git config --add remote.origin.fetch +refs/pull/40101/head:refs/remotes/origin/PR-40101 # timeout=10
22:03:00 [2019-11-08T22:03:00.578Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:03:00 [2019-11-08T22:03:00.646Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:03:00 [2019-11-08T22:03:00.688Z] Fetching without tags
22:03:01 [2019-11-08T22:03:01.149Z] Merging remotes/origin/master commit 36ffe9edc2b37a5154633f3fbc260217114039d4 into PR head commit b9af9eb95f41315638d09a93ee3fd32508389153
22:03:01 [2019-11-08T22:03:01.974Z] Merge succeeded, producing b9af9eb95f41315638d09a93ee3fd32508389153
22:03:01 [2019-11-08T22:03:01.975Z] Checking out Revision b9af9eb95f41315638d09a93ee3fd32508389153 (PR-40101)
22:03:00 [2019-11-08T22:03:00.719Z] Fetching upstream changes from https://github.com/moby/moby.git
22:03:00 [2019-11-08T22:03:00.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:03:00 [2019-11-08T22:03:00.723Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40101/head:refs/remotes/origin/PR-40101 +refs/heads/master:refs/remotes/origin/master
22:03:01 [2019-11-08T22:03:01.179Z]  > git config core.sparsecheckout # timeout=10
22:03:01 [2019-11-08T22:03:01.199Z]  > git checkout -f b9af9eb95f41315638d09a93ee3fd32508389153
22:03:01 [2019-11-08T22:03:01.856Z]  > git merge 36ffe9edc2b37a5154633f3fbc260217114039d4 # timeout=10
22:03:01 [2019-11-08T22:03:01.933Z]  > git rev-parse HEAD^{commit} # timeout=10
22:03:02 [2019-11-08T22:03:02.009Z]  > git config core.sparsecheckout # timeout=10
22:03:02 [2019-11-08T22:03:02.030Z]  > git checkout -f b9af9eb95f41315638d09a93ee3fd32508389153
22:03:02 [2019-11-08T22:03:02.891Z] Commit message: "logger/gelf: use no compression by default"