Skip to content

Console Output

12:50:31 [2021-02-15T12:50:31.077Z] The recommended git tool is: git
12:50:34 [2021-02-15T12:50:34.243Z] using credential docker-jenkins-github-credentials
12:50:34 [2021-02-15T12:50:34.252Z] Cloning the remote Git repository
12:50:34 [2021-02-15T12:50:34.252Z] Cloning with configured refspecs honoured and without tags
12:50:34 [2021-02-15T12:50:34.706Z] Cloning repository https://github.com/moby/moby.git
12:50:34 [2021-02-15T12:50:34.771Z]  > git init /home/ubuntu/workspace/moby_PR-42020 # timeout=10
12:50:35 [2021-02-15T12:50:35.199Z] Fetching upstream changes from https://github.com/moby/moby.git
12:50:35 [2021-02-15T12:50:35.199Z]  > git --version # timeout=10
12:50:35 [2021-02-15T12:50:35.207Z]  > git --version # 'git version 2.7.4'
12:50:35 [2021-02-15T12:50:35.208Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:50:35 [2021-02-15T12:50:35.491Z]  > 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:56 [2021-02-15T12:50:56.092Z] Fetching without tags
12:50:56 [2021-02-15T12:50:56.514Z] Merging remotes/origin/master commit 01ae718aef64ff684501a8702f587af0ec034e71 into PR head commit 5c01d06f72e823d9e3203ff22083fc30768fa541
12:50:56 [2021-02-15T12:50:56.012Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:50:56 [2021-02-15T12:50:56.033Z]  > git config --add remote.origin.fetch +refs/pull/42020/head:refs/remotes/origin/PR-42020 # timeout=10
12:50:56 [2021-02-15T12:50:56.047Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:50:56 [2021-02-15T12:50:56.060Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:50:56 [2021-02-15T12:50:56.097Z] Fetching upstream changes from https://github.com/moby/moby.git
12:50:56 [2021-02-15T12:50:56.097Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:50:56 [2021-02-15T12:50:56.099Z]  > 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:56 [2021-02-15T12:50:56.525Z]  > git config core.sparsecheckout # timeout=10
12:50:56 [2021-02-15T12:50:56.562Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:50:57 [2021-02-15T12:50:57.563Z] Merge succeeded, producing 5c01d06f72e823d9e3203ff22083fc30768fa541
12:50:57 [2021-02-15T12:50:57.563Z] Checking out Revision 5c01d06f72e823d9e3203ff22083fc30768fa541 (PR-42020)
12:50:57 [2021-02-15T12:50:57.519Z]  > git remote # timeout=10
12:50:57 [2021-02-15T12:50:57.524Z]  > git config --get remote.origin.url # timeout=10
12:50:57 [2021-02-15T12:50:57.531Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:50:57 [2021-02-15T12:50:57.534Z]  > git merge 01ae718aef64ff684501a8702f587af0ec034e71 # timeout=10
12:50:57 [2021-02-15T12:50:57.550Z]  > git rev-parse HEAD^{commit} # timeout=10
12:50:57 [2021-02-15T12:50:57.568Z]  > git config core.sparsecheckout # timeout=10
12:50:57 [2021-02-15T12:50:57.572Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:51:02 [2021-02-15T12:51:02.098Z] Commit message: "builder: fix blobs releasing via leases after pull "