Skip to content

Console Output

14:59:05 [2020-12-15T14:59:05.200Z] using credential docker-jenkins-github-credentials
14:59:05 [2020-12-15T14:59:05.277Z] Cloning the remote Git repository
14:59:05 [2020-12-15T14:59:05.277Z] Cloning with configured refspecs honoured and without tags
14:59:05 [2020-12-15T14:59:05.307Z] Cloning repository https://github.com/moby/moby.git
14:59:05 [2020-12-15T14:59:05.307Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:59:05 [2020-12-15T14:59:05.354Z] Fetching upstream changes from https://github.com/moby/moby.git
14:59:05 [2020-12-15T14:59:05.354Z]  > git --version # timeout=10
14:59:05 [2020-12-15T14:59:05.401Z]  > git --version # 'git version 2.24.1.windows.2'
14:59:05 [2020-12-15T14:59:05.401Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:59:05 [2020-12-15T14:59:05.401Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:59:18 [2020-12-15T14:59:18.442Z] Fetching without tags
14:59:18 [2020-12-15T14:59:18.164Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:59:18 [2020-12-15T14:59:18.210Z]  > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10
14:59:18 [2020-12-15T14:59:18.242Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:59:18 [2020-12-15T14:59:18.351Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:59:18 [2020-12-15T14:59:18.461Z] Fetching upstream changes from https://github.com/moby/moby.git
14:59:18 [2020-12-15T14:59:18.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:59:18 [2020-12-15T14:59:18.476Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:59:19 [2020-12-15T14:59:19.661Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa
14:59:19 [2020-12-15T14:59:19.679Z]  > git config core.sparsecheckout # timeout=10
14:59:19 [2020-12-15T14:59:19.726Z]  > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10
14:59:22 [2020-12-15T14:59:22.454Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa
14:59:22 [2020-12-15T14:59:22.455Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800)
14:59:22 [2020-12-15T14:59:22.168Z]  > git remote # timeout=10
14:59:22 [2020-12-15T14:59:22.215Z]  > git config --get remote.origin.url # timeout=10
14:59:22 [2020-12-15T14:59:22.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:59:22 [2020-12-15T14:59:22.246Z]  > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10
14:59:22 [2020-12-15T14:59:22.371Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:59:22 [2020-12-15T14:59:22.480Z]  > git config core.sparsecheckout # timeout=10
14:59:22 [2020-12-15T14:59:22.527Z]  > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10
14:59:23 [2020-12-15T14:59:23.337Z] Commit message: "daemon: improve log messages during startup / shutdown"