Skip to content

Console Output

03:52:31 [2020-06-06T03:52:31.144Z] using credential docker-jenkins-github-credentials
03:52:31 [2020-06-06T03:52:31.226Z] Cloning the remote Git repository
03:52:31 [2020-06-06T03:52:31.226Z] Cloning with configured refspecs honoured and without tags
03:52:31 [2020-06-06T03:52:31.424Z] Cloning repository https://github.com/moby/moby.git
03:52:31 [2020-06-06T03:52:31.837Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
03:52:32 [2020-06-06T03:52:32.472Z] Fetching upstream changes from https://github.com/moby/moby.git
03:52:32 [2020-06-06T03:52:32.472Z]  > git --version # timeout=10
03:52:32 [2020-06-06T03:52:32.515Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:52:32 [2020-06-06T03:52:32.518Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40605/head:refs/remotes/origin/PR-40605 +refs/heads/master:refs/remotes/origin/master # timeout=10
03:52:49 [2020-06-06T03:52:49.207Z] Fetching without tags
03:52:48 [2020-06-06T03:52:48.896Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:52:48 [2020-06-06T03:52:48.947Z]  > git config --add remote.origin.fetch +refs/pull/40605/head:refs/remotes/origin/PR-40605 # timeout=10
03:52:48 [2020-06-06T03:52:48.993Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
03:52:49 [2020-06-06T03:52:49.118Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:52:49 [2020-06-06T03:52:49.243Z] Fetching upstream changes from https://github.com/moby/moby.git
03:52:49 [2020-06-06T03:52:49.244Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:52:49 [2020-06-06T03:52:49.245Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40605/head:refs/remotes/origin/PR-40605 +refs/heads/master:refs/remotes/origin/master # timeout=10
03:52:49 [2020-06-06T03:52:49.961Z] Merging remotes/origin/master commit 5ffd6778244c912de94259c9cde487d270757e2a into PR head commit 7bc3b1affffb2ea99367238447ea0003b309c196
03:52:50 [2020-06-06T03:52:50.071Z]  > git config core.sparsecheckout # timeout=10
03:52:50 [2020-06-06T03:52:50.122Z]  > git checkout -f 7bc3b1affffb2ea99367238447ea0003b309c196 # timeout=10
03:52:53 [2020-06-06T03:52:53.346Z] Merge succeeded, producing 7bc3b1affffb2ea99367238447ea0003b309c196
03:52:53 [2020-06-06T03:52:53.346Z] Checking out Revision 7bc3b1affffb2ea99367238447ea0003b309c196 (PR-40605)
03:52:53 [2020-06-06T03:52:53.093Z]  > git merge 5ffd6778244c912de94259c9cde487d270757e2a # timeout=10
03:52:53 [2020-06-06T03:52:53.240Z]  > git rev-parse "HEAD^{commit}" # timeout=10
03:52:53 [2020-06-06T03:52:53.381Z]  > git config core.sparsecheckout # timeout=10
03:52:53 [2020-06-06T03:52:53.430Z]  > git checkout -f 7bc3b1affffb2ea99367238447ea0003b309c196 # timeout=10
03:53:09 [2020-06-06T03:53:09.216Z] Commit message: "Fixes #40591"