Skip to content

Console Output

03:50:08 [2020-06-06T03:50:08.656Z] using credential docker-jenkins-github-credentials
03:50:08 [2020-06-06T03:50:08.675Z] Cloning the remote Git repository
03:50:08 [2020-06-06T03:50:08.675Z] Cloning with configured refspecs honoured and without tags
03:50:08 [2020-06-06T03:50:08.712Z] Cloning repository https://github.com/moby/moby.git
03:50:08 [2020-06-06T03:50:08.808Z]  > git init /home/ubuntu/workspace/moby_PR-40605 # timeout=10
03:50:09 [2020-06-06T03:50:09.021Z] Fetching upstream changes from https://github.com/moby/moby.git
03:50:09 [2020-06-06T03:50:09.022Z]  > git --version # timeout=10
03:50:09 [2020-06-06T03:50:09.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:50:09 [2020-06-06T03:50:09.043Z]  > git fetch --no-tags --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:50:29 [2020-06-06T03:50:29.198Z] Fetching without tags
03:50:29 [2020-06-06T03:50:29.466Z] Merging remotes/origin/master commit 5ffd6778244c912de94259c9cde487d270757e2a into PR head commit 7bc3b1affffb2ea99367238447ea0003b309c196
03:50:30 [2020-06-06T03:50:30.131Z] Merge succeeded, producing 7bc3b1affffb2ea99367238447ea0003b309c196
03:50:30 [2020-06-06T03:50:30.131Z] Checking out Revision 7bc3b1affffb2ea99367238447ea0003b309c196 (PR-40605)
03:50:29 [2020-06-06T03:50:29.129Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:50:29 [2020-06-06T03:50:29.148Z]  > git config --add remote.origin.fetch +refs/pull/40605/head:refs/remotes/origin/PR-40605 # timeout=10
03:50:29 [2020-06-06T03:50:29.167Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
03:50:29 [2020-06-06T03:50:29.184Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:50:29 [2020-06-06T03:50:29.202Z] Fetching upstream changes from https://github.com/moby/moby.git
03:50:29 [2020-06-06T03:50:29.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:50:29 [2020-06-06T03:50:29.204Z]  > git fetch --no-tags --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:50:29 [2020-06-06T03:50:29.474Z]  > git config core.sparsecheckout # timeout=10
03:50:29 [2020-06-06T03:50:29.496Z]  > git checkout -f 7bc3b1affffb2ea99367238447ea0003b309c196 # timeout=10
03:50:30 [2020-06-06T03:50:30.099Z]  > git merge 5ffd6778244c912de94259c9cde487d270757e2a # timeout=10
03:50:30 [2020-06-06T03:50:30.117Z]  > git rev-parse HEAD^{commit} # timeout=10
03:50:30 [2020-06-06T03:50:30.137Z]  > git config core.sparsecheckout # timeout=10
03:50:30 [2020-06-06T03:50:30.159Z]  > git checkout -f 7bc3b1affffb2ea99367238447ea0003b309c196 # timeout=10
03:50:33 [2020-06-06T03:50:33.942Z] Commit message: "Fixes #40591"