Skip to content

Console Output

12:49:36 [2021-02-15T12:49:36.221Z] The recommended git tool is: git
12:49:37 [2021-02-15T12:49:37.855Z] using credential docker-jenkins-github-credentials
12:49:37 [2021-02-15T12:49:37.862Z] Cloning the remote Git repository
12:49:37 [2021-02-15T12:49:37.862Z] Cloning with configured refspecs honoured and without tags
12:49:37 [2021-02-15T12:49:37.909Z] Cloning repository https://github.com/moby/moby.git
12:49:37 [2021-02-15T12:49:37.960Z]  > git init /home/ubuntu/workspace/moby_PR-42020 # timeout=10
12:49:38 [2021-02-15T12:49:38.178Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:38 [2021-02-15T12:49:38.179Z]  > git --version # timeout=10
12:49:38 [2021-02-15T12:49:38.182Z]  > git --version # 'git version 2.17.1'
12:49:38 [2021-02-15T12:49:38.182Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:38 [2021-02-15T12:49:38.183Z]  > 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:49:50 [2021-02-15T12:49:50.443Z] Fetching without tags
12:49:50 [2021-02-15T12:49:50.427Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:49:50 [2021-02-15T12:49:50.430Z]  > git config --add remote.origin.fetch +refs/pull/42020/head:refs/remotes/origin/PR-42020 # timeout=10
12:49:50 [2021-02-15T12:49:50.433Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:49:50 [2021-02-15T12:49:50.439Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:49:50 [2021-02-15T12:49:50.447Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:50 [2021-02-15T12:49:50.447Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:50 [2021-02-15T12:49:50.447Z]  > 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:49:50 [2021-02-15T12:49:50.693Z] Merging remotes/origin/master commit 01ae718aef64ff684501a8702f587af0ec034e71 into PR head commit 5c01d06f72e823d9e3203ff22083fc30768fa541
12:49:51 [2021-02-15T12:49:51.215Z] Merge succeeded, producing 5c01d06f72e823d9e3203ff22083fc30768fa541
12:49:51 [2021-02-15T12:49:51.215Z] Checking out Revision 5c01d06f72e823d9e3203ff22083fc30768fa541 (PR-42020)
12:49:50 [2021-02-15T12:49:50.701Z]  > git config core.sparsecheckout # timeout=10
12:49:50 [2021-02-15T12:49:50.704Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:49:51 [2021-02-15T12:49:51.197Z]  > git remote # timeout=10
12:49:51 [2021-02-15T12:49:51.200Z]  > git config --get remote.origin.url # timeout=10
12:49:51 [2021-02-15T12:49:51.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:51 [2021-02-15T12:49:51.204Z]  > git merge 01ae718aef64ff684501a8702f587af0ec034e71 # timeout=10
12:49:51 [2021-02-15T12:49:51.212Z]  > git rev-parse HEAD^{commit} # timeout=10
12:49:51 [2021-02-15T12:49:51.218Z]  > git config core.sparsecheckout # timeout=10
12:49:51 [2021-02-15T12:49:51.220Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:49:54 [2021-02-15T12:49:54.921Z] Commit message: "builder: fix blobs releasing via leases after pull "