Skip to content

Console Output

20:04:38 [2019-10-02T20:04:38.119Z] using credential docker-jenkins-github-credentials
20:04:38 [2019-10-02T20:04:38.128Z] Cloning the remote Git repository
20:04:38 [2019-10-02T20:04:38.128Z] Cloning with configured refspecs honoured and without tags
20:04:38 [2019-10-02T20:04:38.122Z] Cloning repository https://github.com/moby/moby.git
20:04:38 [2019-10-02T20:04:38.123Z]  > git init /home/ubuntu/workspace/moby_PR-39776 # timeout=10
20:04:38 [2019-10-02T20:04:38.135Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:38 [2019-10-02T20:04:38.135Z]  > git --version # timeout=10
20:04:38 [2019-10-02T20:04:38.140Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:38 [2019-10-02T20:04:38.141Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39776/head:refs/remotes/origin/PR-39776 +refs/heads/master:refs/remotes/origin/master
20:04:51 [2019-10-02T20:04:51.034Z] Fetching without tags
20:04:51 [2019-10-02T20:04:51.372Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit c9a08afb96b18b6f76c1cdca33c02088db155454
20:04:51 [2019-10-02T20:04:51.895Z] Merge succeeded, producing c9a08afb96b18b6f76c1cdca33c02088db155454
20:04:51 [2019-10-02T20:04:51.896Z] Checking out Revision c9a08afb96b18b6f76c1cdca33c02088db155454 (PR-39776)
20:04:50 [2019-10-02T20:04:50.992Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:50 [2019-10-02T20:04:50.996Z]  > git config --add remote.origin.fetch +refs/pull/39776/head:refs/remotes/origin/PR-39776 # timeout=10
20:04:51 [2019-10-02T20:04:51.005Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:51 [2019-10-02T20:04:51.020Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:51 [2019-10-02T20:04:51.028Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:51 [2019-10-02T20:04:51.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:51 [2019-10-02T20:04:51.028Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39776/head:refs/remotes/origin/PR-39776 +refs/heads/master:refs/remotes/origin/master
20:04:51 [2019-10-02T20:04:51.366Z]  > git config core.sparsecheckout # timeout=10
20:04:51 [2019-10-02T20:04:51.376Z]  > git checkout -f c9a08afb96b18b6f76c1cdca33c02088db155454
20:04:51 [2019-10-02T20:04:51.872Z]  > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10
20:04:51 [2019-10-02T20:04:51.882Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:51 [2019-10-02T20:04:51.890Z]  > git config core.sparsecheckout # timeout=10
20:04:51 [2019-10-02T20:04:51.905Z]  > git checkout -f c9a08afb96b18b6f76c1cdca33c02088db155454
20:04:52 [2019-10-02T20:04:52.409Z] Commit message: "remove extra newline in docs"