Skip to content

Console Output

07:32:33 [2022-04-28T07:32:33.639Z] The recommended git tool is: git
07:32:35 [2022-04-28T07:32:35.986Z] using credential docker-jenkins-github-credentials
07:32:35 [2022-04-28T07:32:35.999Z] Cloning the remote Git repository
07:32:35 [2022-04-28T07:32:35.999Z] Cloning with configured refspecs honoured and without tags
07:32:36 [2022-04-28T07:32:36.018Z] Cloning repository https://github.com/moby/moby.git
07:32:36 [2022-04-28T07:32:36.085Z]  > git init /home/ubuntu/workspace/moby_PR-43536 # timeout=10
07:32:36 [2022-04-28T07:32:36.344Z] Fetching upstream changes from https://github.com/moby/moby.git
07:32:36 [2022-04-28T07:32:36.344Z]  > git --version # timeout=10
07:32:36 [2022-04-28T07:32:36.354Z]  > git --version # 'git version 2.25.1'
07:32:36 [2022-04-28T07:32:36.355Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:32:36 [2022-04-28T07:32:36.358Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43536/head:refs/remotes/origin/PR-43536 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:32:52 [2022-04-28T07:32:52.938Z] Fetching without tags
07:32:53 [2022-04-28T07:32:53.102Z] Merging remotes/origin/master commit 1f8d44babf18811ff9020de667bf6fda8d3c4401 into PR head commit 4cf904494e221d2a9846f4d720b6701a14215cb2
07:32:52 [2022-04-28T07:32:52.888Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:32:52 [2022-04-28T07:32:52.895Z]  > git config --add remote.origin.fetch +refs/pull/43536/head:refs/remotes/origin/PR-43536 # timeout=10
07:32:52 [2022-04-28T07:32:52.910Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:32:52 [2022-04-28T07:32:52.923Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:32:52 [2022-04-28T07:32:52.941Z] Fetching upstream changes from https://github.com/moby/moby.git
07:32:52 [2022-04-28T07:32:52.941Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:32:52 [2022-04-28T07:32:52.942Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43536/head:refs/remotes/origin/PR-43536 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:32:53 [2022-04-28T07:32:53.112Z]  > git config core.sparsecheckout # timeout=10
07:32:53 [2022-04-28T07:32:53.122Z]  > git checkout -f 4cf904494e221d2a9846f4d720b6701a14215cb2 # timeout=10
07:32:53 [2022-04-28T07:32:53.751Z] Merge succeeded, producing 4cf904494e221d2a9846f4d720b6701a14215cb2
07:32:53 [2022-04-28T07:32:53.752Z] Checking out Revision 4cf904494e221d2a9846f4d720b6701a14215cb2 (PR-43536)
07:32:53 [2022-04-28T07:32:53.697Z]  > git remote # timeout=10
07:32:53 [2022-04-28T07:32:53.710Z]  > git config --get remote.origin.url # timeout=10
07:32:53 [2022-04-28T07:32:53.726Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:32:53 [2022-04-28T07:32:53.727Z]  > git merge 1f8d44babf18811ff9020de667bf6fda8d3c4401 # timeout=10
07:32:53 [2022-04-28T07:32:53.742Z]  > git rev-parse HEAD^{commit} # timeout=10
07:32:53 [2022-04-28T07:32:53.753Z]  > git config core.sparsecheckout # timeout=10
07:32:53 [2022-04-28T07:32:53.760Z]  > git checkout -f 4cf904494e221d2a9846f4d720b6701a14215cb2 # timeout=10
07:32:58 [2022-04-28T07:32:58.190Z] Commit message: "daemon: reloadMaxDownloadAttempts() remove validation"