Skip to content

Console Output

12:49:36 [2021-02-15T12:49:36.333Z] The recommended git tool is: git
12:49:39 [2021-02-15T12:49:39.127Z] using credential docker-jenkins-github-credentials
12:49:39 [2021-02-15T12:49:39.135Z] Cloning the remote Git repository
12:49:39 [2021-02-15T12:49:39.135Z] Cloning with configured refspecs honoured and without tags
12:49:39 [2021-02-15T12:49:39.164Z] Cloning repository https://github.com/moby/moby.git
12:49:39 [2021-02-15T12:49:39.233Z]  > git init /home/ubuntu/workspace/moby_PR-42020 # timeout=10
12:49:39 [2021-02-15T12:49:39.511Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:39 [2021-02-15T12:49:39.511Z]  > git --version # timeout=10
12:49:39 [2021-02-15T12:49:39.531Z]  > git --version # 'git version 2.17.1'
12:49:39 [2021-02-15T12:49:39.532Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:39 [2021-02-15T12:49:39.534Z]  > git fetch --no-tags --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:50:02 [2021-02-15T12:50:02.096Z] Fetching without tags
12:50:02 [2021-02-15T12:50:02.004Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:50:02 [2021-02-15T12:50:02.013Z]  > git config --add remote.origin.fetch +refs/pull/42020/head:refs/remotes/origin/PR-42020 # timeout=10
12:50:02 [2021-02-15T12:50:02.040Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:50:02 [2021-02-15T12:50:02.067Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:50:02 [2021-02-15T12:50:02.101Z] Fetching upstream changes from https://github.com/moby/moby.git
12:50:02 [2021-02-15T12:50:02.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:50:02 [2021-02-15T12:50:02.103Z]  > git fetch --no-tags --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:50:02 [2021-02-15T12:50:02.467Z] Merging remotes/origin/master commit 01ae718aef64ff684501a8702f587af0ec034e71 into PR head commit 5c01d06f72e823d9e3203ff22083fc30768fa541
12:50:03 [2021-02-15T12:50:03.344Z] Merge succeeded, producing 5c01d06f72e823d9e3203ff22083fc30768fa541
12:50:03 [2021-02-15T12:50:03.344Z] Checking out Revision 5c01d06f72e823d9e3203ff22083fc30768fa541 (PR-42020)
12:50:02 [2021-02-15T12:50:02.483Z]  > git config core.sparsecheckout # timeout=10
12:50:02 [2021-02-15T12:50:02.508Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:50:03 [2021-02-15T12:50:03.238Z]  > git remote # timeout=10
12:50:03 [2021-02-15T12:50:03.261Z]  > git config --get remote.origin.url # timeout=10
12:50:03 [2021-02-15T12:50:03.278Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:50:03 [2021-02-15T12:50:03.280Z]  > git merge 01ae718aef64ff684501a8702f587af0ec034e71 # timeout=10
12:50:03 [2021-02-15T12:50:03.308Z]  > git rev-parse HEAD^{commit} # timeout=10
12:50:03 [2021-02-15T12:50:03.352Z]  > git config core.sparsecheckout # timeout=10
12:50:03 [2021-02-15T12:50:03.361Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:50:07 [2021-02-15T12:50:07.540Z] Commit message: "builder: fix blobs releasing via leases after pull "