Skip to content

Console Output

05:01:19 [2020-11-06T05:01:19.667Z] using credential docker-jenkins-github-credentials
05:01:19 [2020-11-06T05:01:19.743Z] Cloning the remote Git repository
05:01:19 [2020-11-06T05:01:19.743Z] Cloning with configured refspecs honoured and without tags
05:01:19 [2020-11-06T05:01:19.935Z] Cloning repository https://github.com/moby/moby.git
05:01:20 [2020-11-06T05:01:20.332Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
05:01:21 [2020-11-06T05:01:21.207Z] Fetching upstream changes from https://github.com/moby/moby.git
05:01:21 [2020-11-06T05:01:21.207Z]  > git --version # timeout=10
05:01:21 [2020-11-06T05:01:21.254Z]  > git --version # 'git version 2.24.1.windows.2'
05:01:21 [2020-11-06T05:01:21.255Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:01:21 [2020-11-06T05:01:21.257Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41641/head:refs/remotes/origin/PR-41641 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:01:38 [2020-11-06T05:01:38.064Z] Fetching without tags
05:01:38 [2020-11-06T05:01:38.804Z] Merging remotes/origin/master commit 761066faf1b880a2976aa94b628b5c703189fe3f into PR head commit 51f5b1279d6cfff2bb97351aee84e82397a71644
05:01:37 [2020-11-06T05:01:37.747Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:01:37 [2020-11-06T05:01:37.804Z]  > git config --add remote.origin.fetch +refs/pull/41641/head:refs/remotes/origin/PR-41641 # timeout=10
05:01:37 [2020-11-06T05:01:37.853Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:01:37 [2020-11-06T05:01:37.974Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
05:01:38 [2020-11-06T05:01:38.099Z] Fetching upstream changes from https://github.com/moby/moby.git
05:01:38 [2020-11-06T05:01:38.099Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:01:38 [2020-11-06T05:01:38.101Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41641/head:refs/remotes/origin/PR-41641 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:01:38 [2020-11-06T05:01:38.910Z]  > git config core.sparsecheckout # timeout=10
05:01:38 [2020-11-06T05:01:38.957Z]  > git checkout -f 51f5b1279d6cfff2bb97351aee84e82397a71644 # timeout=10
05:01:42 [2020-11-06T05:01:42.236Z] Merge succeeded, producing 51f5b1279d6cfff2bb97351aee84e82397a71644
05:01:42 [2020-11-06T05:01:42.236Z] Checking out Revision 51f5b1279d6cfff2bb97351aee84e82397a71644 (PR-41641)
05:01:41 [2020-11-06T05:01:41.855Z]  > git remote # timeout=10
05:01:41 [2020-11-06T05:01:41.931Z]  > git config --get remote.origin.url # timeout=10
05:01:41 [2020-11-06T05:01:41.986Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
05:01:41 [2020-11-06T05:01:41.989Z]  > git merge 761066faf1b880a2976aa94b628b5c703189fe3f # timeout=10
05:01:42 [2020-11-06T05:01:42.125Z]  > git rev-parse "HEAD^{commit}" # timeout=10
05:01:42 [2020-11-06T05:01:42.269Z]  > git config core.sparsecheckout # timeout=10
05:01:42 [2020-11-06T05:01:42.337Z]  > git checkout -f 51f5b1279d6cfff2bb97351aee84e82397a71644 # timeout=10
05:01:58 [2020-11-06T05:01:58.411Z] Commit message: "Don't set image on containerd container."