Skip to content

Console Output

20:30:12 [2019-10-02T20:30:12.716Z] using credential docker-jenkins-github-credentials
20:30:12 [2019-10-02T20:30:12.791Z] Cloning the remote Git repository
20:30:12 [2019-10-02T20:30:12.791Z] Cloning with configured refspecs honoured and without tags
20:30:12 [2019-10-02T20:30:12.813Z] Cloning repository https://github.com/moby/moby.git
20:30:12 [2019-10-02T20:30:12.816Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:30:12 [2019-10-02T20:30:12.885Z] Fetching upstream changes from https://github.com/moby/moby.git
20:30:12 [2019-10-02T20:30:12.886Z]  > git --version # timeout=10
20:30:12 [2019-10-02T20:30:12.937Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:12 [2019-10-02T20:30:12.939Z]  > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39983/head:refs/remotes/origin/PR-39983 +refs/heads/master:refs/remotes/origin/master
20:30:27 [2019-10-02T20:30:27.100Z] Fetching without tags
20:30:27 [2019-10-02T20:30:27.785Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:26 [2019-10-02T20:30:26.781Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:26 [2019-10-02T20:30:26.832Z]  > git config --add remote.origin.fetch +refs/pull/39983/head:refs/remotes/origin/PR-39983 # timeout=10
20:30:26 [2019-10-02T20:30:26.883Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:30:27 [2019-10-02T20:30:27.003Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:27 [2019-10-02T20:30:27.122Z] Fetching upstream changes from https://github.com/moby/moby.git
20:30:27 [2019-10-02T20:30:27.122Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:27 [2019-10-02T20:30:27.124Z]  > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39983/head:refs/remotes/origin/PR-39983 +refs/heads/master:refs/remotes/origin/master
20:30:27 [2019-10-02T20:30:27.807Z]  > git config core.sparsecheckout # timeout=10
20:30:27 [2019-10-02T20:30:27.860Z]  > git checkout -f 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:31 [2019-10-02T20:30:31.772Z] Merge succeeded, producing 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:31 [2019-10-02T20:30:31.773Z] Checking out Revision 6ca3ec88ae9e1435abbed665ec598c00058659da (PR-39983)
20:30:31 [2019-10-02T20:30:31.539Z]  > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10
20:30:31 [2019-10-02T20:30:31.673Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:30:31 [2019-10-02T20:30:31.795Z]  > git config core.sparsecheckout # timeout=10
20:30:31 [2019-10-02T20:30:31.851Z]  > git checkout -f 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:32 [2019-10-02T20:30:32.233Z] Commit message: "builder: remove legacy build's session handling"