Skip to content

Console Output

20:11:37 [2019-10-02T20:11:37.169Z] using credential docker-jenkins-github-credentials
20:11:37 [2019-10-02T20:11:37.246Z] Cloning the remote Git repository
20:11:37 [2019-10-02T20:11:37.246Z] Cloning with configured refspecs honoured and without tags
20:11:37 [2019-10-02T20:11:37.523Z] Cloning repository https://github.com/moby/moby.git
20:11:38 [2019-10-02T20:11:38.004Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:11:39 [2019-10-02T20:11:39.865Z] Fetching upstream changes from https://github.com/moby/moby.git
20:11:39 [2019-10-02T20:11:39.865Z]  > git --version # timeout=10
20:11:39 [2019-10-02T20:11:39.916Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:11:39 [2019-10-02T20:11:39.918Z]  > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39776/head:refs/remotes/origin/PR-39776 +refs/heads/master:refs/remotes/origin/master
20:11:59 [2019-10-02T20:11:59.893Z] Fetching without tags
20:12:00 [2019-10-02T20:12:00.572Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit c9a08afb96b18b6f76c1cdca33c02088db155454
20:11:59 [2019-10-02T20:11:59.485Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:11:59 [2019-10-02T20:11:59.585Z]  > git config --add remote.origin.fetch +refs/pull/39776/head:refs/remotes/origin/PR-39776 # timeout=10
20:11:59 [2019-10-02T20:11:59.642Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:11:59 [2019-10-02T20:11:59.770Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:11:59 [2019-10-02T20:11:59.895Z] Fetching upstream changes from https://github.com/moby/moby.git
20:11:59 [2019-10-02T20:11:59.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:11:59 [2019-10-02T20:11:59.896Z]  > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39776/head:refs/remotes/origin/PR-39776 +refs/heads/master:refs/remotes/origin/master
20:12:00 [2019-10-02T20:12:00.645Z]  > git config core.sparsecheckout # timeout=10
20:12:00 [2019-10-02T20:12:00.701Z]  > git checkout -f c9a08afb96b18b6f76c1cdca33c02088db155454
20:12:04 [2019-10-02T20:12:04.030Z] Merge succeeded, producing c9a08afb96b18b6f76c1cdca33c02088db155454
20:12:04 [2019-10-02T20:12:04.032Z] Checking out Revision c9a08afb96b18b6f76c1cdca33c02088db155454 (PR-39776)
20:12:03 [2019-10-02T20:12:03.515Z]  > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10
20:12:03 [2019-10-02T20:12:03.746Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:12:04 [2019-10-02T20:12:04.031Z]  > git config core.sparsecheckout # timeout=10
20:12:04 [2019-10-02T20:12:04.089Z]  > git checkout -f c9a08afb96b18b6f76c1cdca33c02088db155454
20:12:13 [2019-10-02T20:12:13.150Z] Commit message: "remove extra newline in docs"