Skip to content

Console Output

22:02:51 [2019-11-08T22:02:51.514Z] using credential docker-jenkins-github-credentials
22:02:51 [2019-11-08T22:02:51.589Z] Cloning the remote Git repository
22:02:51 [2019-11-08T22:02:51.589Z] Cloning with configured refspecs honoured and without tags
22:02:51 [2019-11-08T22:02:51.618Z] Cloning repository https://github.com/moby/moby.git
22:02:51 [2019-11-08T22:02:51.619Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:02:51 [2019-11-08T22:02:51.684Z] Fetching upstream changes from https://github.com/moby/moby.git
22:02:51 [2019-11-08T22:02:51.685Z]  > git --version # timeout=10
22:02:51 [2019-11-08T22:02:51.732Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:02:51 [2019-11-08T22:02:51.734Z]  > git fetch --no-tags --force --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:06 [2019-11-08T22:03:06.327Z] Fetching without tags
22:03:07 [2019-11-08T22:03:07.109Z] Merging remotes/origin/master commit 36ffe9edc2b37a5154633f3fbc260217114039d4 into PR head commit b9af9eb95f41315638d09a93ee3fd32508389153
22:03:05 [2019-11-08T22:03:05.999Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:03:06 [2019-11-08T22:03:06.055Z]  > git config --add remote.origin.fetch +refs/pull/40101/head:refs/remotes/origin/PR-40101 # timeout=10
22:03:06 [2019-11-08T22:03:06.109Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:03:06 [2019-11-08T22:03:06.232Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:03:06 [2019-11-08T22:03:06.355Z] Fetching upstream changes from https://github.com/moby/moby.git
22:03:06 [2019-11-08T22:03:06.355Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:03:06 [2019-11-08T22:03:06.356Z]  > git fetch --no-tags --force --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:07 [2019-11-08T22:03:07.137Z]  > git config core.sparsecheckout # timeout=10
22:03:07 [2019-11-08T22:03:07.186Z]  > git checkout -f b9af9eb95f41315638d09a93ee3fd32508389153
22:03:10 [2019-11-08T22:03:10.616Z] Merge succeeded, producing b9af9eb95f41315638d09a93ee3fd32508389153
22:03:10 [2019-11-08T22:03:10.617Z] Checking out Revision b9af9eb95f41315638d09a93ee3fd32508389153 (PR-40101)
22:03:10 [2019-11-08T22:03:10.345Z]  > git merge 36ffe9edc2b37a5154633f3fbc260217114039d4 # timeout=10
22:03:10 [2019-11-08T22:03:10.519Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:03:10 [2019-11-08T22:03:10.645Z]  > git config core.sparsecheckout # timeout=10
22:03:10 [2019-11-08T22:03:10.696Z]  > git checkout -f b9af9eb95f41315638d09a93ee3fd32508389153
22:03:10 [2019-11-08T22:03:10.990Z] Commit message: "logger/gelf: use no compression by default"