Skip to content

Console Output

07:34:15 [2022-04-28T07:34:15.381Z] The recommended git tool is: git
07:34:40 [2022-04-28T07:34:40.253Z] using credential docker-jenkins-github-credentials
07:34:40 [2022-04-28T07:34:40.331Z] Cloning the remote Git repository
07:34:40 [2022-04-28T07:34:40.331Z] Cloning with configured refspecs honoured and without tags
07:34:40 [2022-04-28T07:34:40.525Z] Cloning repository https://github.com/moby/moby.git
07:34:40 [2022-04-28T07:34:40.926Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
07:34:41 [2022-04-28T07:34:41.760Z] Fetching upstream changes from https://github.com/moby/moby.git
07:34:41 [2022-04-28T07:34:41.760Z]  > git --version # timeout=10
07:34:41 [2022-04-28T07:34:41.795Z]  > git --version # 'git version 2.24.1.windows.2'
07:34:41 [2022-04-28T07:34:41.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:34:41 [2022-04-28T07:34:41.798Z]  > 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:34:58 [2022-04-28T07:34:58.793Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:34:58 [2022-04-28T07:34:58.841Z]  > git config --add remote.origin.fetch +refs/pull/43536/head:refs/remotes/origin/PR-43536 # timeout=10
07:34:58 [2022-04-28T07:34:58.876Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:34:59 [2022-04-28T07:34:59.055Z] Fetching without tags
07:34:59 [2022-04-28T07:34:59.715Z] Merging remotes/origin/master commit 1f8d44babf18811ff9020de667bf6fda8d3c4401 into PR head commit 4cf904494e221d2a9846f4d720b6701a14215cb2
07:34:58 [2022-04-28T07:34:58.982Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:34:59 [2022-04-28T07:34:59.093Z] Fetching upstream changes from https://github.com/moby/moby.git
07:34:59 [2022-04-28T07:34:59.093Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:34:59 [2022-04-28T07:34:59.094Z]  > 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:34:59 [2022-04-28T07:34:59.826Z]  > git config core.sparsecheckout # timeout=10
07:34:59 [2022-04-28T07:34:59.861Z]  > git checkout -f 4cf904494e221d2a9846f4d720b6701a14215cb2 # timeout=10
07:35:02 [2022-04-28T07:35:02.416Z] Merge succeeded, producing 4cf904494e221d2a9846f4d720b6701a14215cb2
07:35:02 [2022-04-28T07:35:02.417Z] Checking out Revision 4cf904494e221d2a9846f4d720b6701a14215cb2 (PR-43536)
07:35:02 [2022-04-28T07:35:02.110Z]  > git remote # timeout=10
07:35:02 [2022-04-28T07:35:02.177Z]  > git config --get remote.origin.url # timeout=10
07:35:02 [2022-04-28T07:35:02.214Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:35:02 [2022-04-28T07:35:02.216Z]  > git merge 1f8d44babf18811ff9020de667bf6fda8d3c4401 # timeout=10
07:35:02 [2022-04-28T07:35:02.342Z]  > git rev-parse "HEAD^{commit}" # timeout=10
07:35:02 [2022-04-28T07:35:02.452Z]  > git config core.sparsecheckout # timeout=10
07:35:02 [2022-04-28T07:35:02.486Z]  > git checkout -f 4cf904494e221d2a9846f4d720b6701a14215cb2 # timeout=10
07:35:14 [2022-04-28T07:35:14.286Z] Commit message: "daemon: reloadMaxDownloadAttempts() remove validation"