Skip to content

Console Output

12:49:36 [2021-02-15T12:49:36.062Z] The recommended git tool is: git
12:49:36 [2021-02-15T12:49:36.098Z] using credential docker-jenkins-github-credentials
12:49:36 [2021-02-15T12:49:36.114Z] Cloning the remote Git repository
12:49:36 [2021-02-15T12:49:36.114Z] Cloning with configured refspecs honoured and without tags
12:49:36 [2021-02-15T12:49:36.121Z] Cloning repository https://github.com/moby/moby.git
12:49:36 [2021-02-15T12:49:36.121Z]  > git init /home/docker/workspace/moby_PR-42020 # timeout=10
12:49:36 [2021-02-15T12:49:36.130Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:36 [2021-02-15T12:49:36.130Z]  > git --version # timeout=10
12:49:36 [2021-02-15T12:49:36.133Z]  > git --version # 'git version 2.7.4'
12:49:36 [2021-02-15T12:49:36.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:36 [2021-02-15T12:49:36.134Z]  > 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:54 [2021-02-15T12:49:54.385Z] Fetching without tags
12:49:54 [2021-02-15T12:49:54.787Z] Merging remotes/origin/master commit 01ae718aef64ff684501a8702f587af0ec034e71 into PR head commit 5c01d06f72e823d9e3203ff22083fc30768fa541
12:49:55 [2021-02-15T12:49:55.583Z] Merge succeeded, producing 5c01d06f72e823d9e3203ff22083fc30768fa541
12:49:55 [2021-02-15T12:49:55.583Z] Checking out Revision 5c01d06f72e823d9e3203ff22083fc30768fa541 (PR-42020)
12:49:54 [2021-02-15T12:49:54.356Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:49:54 [2021-02-15T12:49:54.359Z]  > git config --add remote.origin.fetch +refs/pull/42020/head:refs/remotes/origin/PR-42020 # timeout=10
12:49:54 [2021-02-15T12:49:54.363Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:49:54 [2021-02-15T12:49:54.378Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:49:54 [2021-02-15T12:49:54.392Z] Fetching upstream changes from https://github.com/moby/moby.git
12:49:54 [2021-02-15T12:49:54.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:54 [2021-02-15T12:49:54.393Z]  > 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:54 [2021-02-15T12:49:54.793Z]  > git config core.sparsecheckout # timeout=10
12:49:54 [2021-02-15T12:49:54.796Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:49:55 [2021-02-15T12:49:55.541Z]  > git remote # timeout=10
12:49:55 [2021-02-15T12:49:55.548Z]  > git config --get remote.origin.url # timeout=10
12:49:55 [2021-02-15T12:49:55.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:49:55 [2021-02-15T12:49:55.551Z]  > git merge 01ae718aef64ff684501a8702f587af0ec034e71 # timeout=10
12:49:55 [2021-02-15T12:49:55.575Z]  > git rev-parse HEAD^{commit} # timeout=10
12:49:55 [2021-02-15T12:49:55.590Z]  > git config core.sparsecheckout # timeout=10
12:49:55 [2021-02-15T12:49:55.592Z]  > git checkout -f 5c01d06f72e823d9e3203ff22083fc30768fa541 # timeout=10
12:49:56 [2021-02-15T12:49:56.362Z] Commit message: "builder: fix blobs releasing via leases after pull "