Skip to content

Console Output

09:52:50 [2021-07-02T09:52:50.052Z] The recommended git tool is: git
09:53:14 [2021-07-02T09:53:14.221Z] using credential docker-jenkins-github-credentials
09:53:14 [2021-07-02T09:53:14.296Z] Cloning the remote Git repository
09:53:14 [2021-07-02T09:53:14.296Z] Cloning with configured refspecs honoured and without tags
09:53:14 [2021-07-02T09:53:14.488Z] Cloning repository https://github.com/moby/moby.git
09:53:14 [2021-07-02T09:53:14.889Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:53:16 [2021-07-02T09:53:16.013Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:16 [2021-07-02T09:53:16.013Z]  > git --version # timeout=10
09:53:16 [2021-07-02T09:53:16.067Z]  > git --version # 'git version 2.24.1.windows.2'
09:53:16 [2021-07-02T09:53:16.068Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:16 [2021-07-02T09:53:16.071Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42550/head:refs/remotes/origin/PR-42550 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:53:32 [2021-07-02T09:53:32.338Z] Fetching without tags
09:53:33 [2021-07-02T09:53:33.025Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:53:31 [2021-07-02T09:53:31.992Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:53:32 [2021-07-02T09:53:32.070Z]  > git config --add remote.origin.fetch +refs/pull/42550/head:refs/remotes/origin/PR-42550 # timeout=10
09:53:32 [2021-07-02T09:53:32.123Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:53:32 [2021-07-02T09:53:32.250Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:53:32 [2021-07-02T09:53:32.373Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:32 [2021-07-02T09:53:32.373Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:32 [2021-07-02T09:53:32.375Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42550/head:refs/remotes/origin/PR-42550 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:53:33 [2021-07-02T09:53:33.132Z]  > git config core.sparsecheckout # timeout=10
09:53:33 [2021-07-02T09:53:33.190Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:53:36 [2021-07-02T09:53:36.327Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:53:36 [2021-07-02T09:53:36.327Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:53:35 [2021-07-02T09:53:35.956Z]  > git remote # timeout=10
09:53:36 [2021-07-02T09:53:36.041Z]  > git config --get remote.origin.url # timeout=10
09:53:36 [2021-07-02T09:53:36.094Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:36 [2021-07-02T09:53:36.095Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:53:36 [2021-07-02T09:53:36.233Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:53:36 [2021-07-02T09:53:36.361Z]  > git config core.sparsecheckout # timeout=10
09:53:36 [2021-07-02T09:53:36.415Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:53:47 [2021-07-02T09:53:47.735Z] Commit message: "daemon/images: fix shared size computation for filtered requests"