Skip to content

Console Output

12:53:52 [2021-02-15T12:53:52.093Z] The recommended git tool is: git
12:54:13 [2021-02-15T12:54:13.900Z] using credential docker-jenkins-github-credentials
12:54:13 [2021-02-15T12:54:13.976Z] Cloning the remote Git repository
12:54:13 [2021-02-15T12:54:13.976Z] Cloning with configured refspecs honoured and without tags
12:54:14 [2021-02-15T12:54:14.229Z] Cloning repository https://github.com/moby/moby.git
12:54:14 [2021-02-15T12:54:14.686Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
12:54:15 [2021-02-15T12:54:15.679Z] Fetching upstream changes from https://github.com/moby/moby.git
12:54:15 [2021-02-15T12:54:15.679Z]  > git --version # timeout=10
12:54:15 [2021-02-15T12:54:15.721Z]  > git --version # 'git version 2.24.1.windows.2'
12:54:15 [2021-02-15T12:54:15.721Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:54:15 [2021-02-15T12:54:15.724Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42020/head:refs/remotes/origin/PR-42020 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:54:32 [2021-02-15T12:54:32.454Z] Fetching without tags
12:54:32 [2021-02-15T12:54:32.147Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:54:32 [2021-02-15T12:54:32.207Z]  > git config --add remote.origin.fetch +refs/pull/42020/head:refs/remotes/origin/PR-42020 # timeout=10
12:54:32 [2021-02-15T12:54:32.252Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:54:32 [2021-02-15T12:54:32.369Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:54:32 [2021-02-15T12:54:32.487Z] Fetching upstream changes from https://github.com/moby/moby.git
12:54:32 [2021-02-15T12:54:32.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:54:32 [2021-02-15T12:54:32.489Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42020/head:refs/remotes/origin/PR-42020 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:54:33 [2021-02-15T12:54:33.820Z] Merging remotes/origin/master commit 01ae718aef64ff684501a8702f587af0ec034e71 into PR head commit 5c01d06f72e823d9e3203ff22083fc30768fa541
12:54:33 [2021-02-15T12:54:33.927Z]  > git config core.sparsecheckout # timeout=10
12:54:33 [2021-02-15T12:54:33.971Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:54:36 [2021-02-15T12:54:36.590Z] Merge succeeded, producing 5c01d06f72e823d9e3203ff22083fc30768fa541
12:54:36 [2021-02-15T12:54:36.590Z] Checking out Revision 5c01d06f72e823d9e3203ff22083fc30768fa541 (PR-42020)
12:54:36 [2021-02-15T12:54:36.217Z]  > git remote # timeout=10
12:54:36 [2021-02-15T12:54:36.306Z]  > git config --get remote.origin.url # timeout=10
12:54:36 [2021-02-15T12:54:36.349Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:54:36 [2021-02-15T12:54:36.351Z]  > git merge 01ae718aef64ff684501a8702f587af0ec034e71 # timeout=10
12:54:36 [2021-02-15T12:54:36.489Z]  > git rev-parse "HEAD^{commit}" # timeout=10
12:54:36 [2021-02-15T12:54:36.623Z]  > git config core.sparsecheckout # timeout=10
12:54:36 [2021-02-15T12:54:36.666Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:54:48 [2021-02-15T12:54:48.606Z] Commit message: "builder: fix blobs releasing via leases after pull "