Skip to content

Console Output

09:53:48 [2021-07-02T09:53:48.068Z] The recommended git tool is: git
09:54:11 [2021-07-02T09:54:11.687Z] using credential docker-jenkins-github-credentials
09:54:11 [2021-07-02T09:54:11.762Z] Cloning the remote Git repository
09:54:11 [2021-07-02T09:54:11.763Z] Cloning with configured refspecs honoured and without tags
09:54:11 [2021-07-02T09:54:11.940Z] Cloning repository https://github.com/moby/moby.git
09:54:12 [2021-07-02T09:54:12.330Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:54:13 [2021-07-02T09:54:13.113Z] Fetching upstream changes from https://github.com/moby/moby.git
09:54:13 [2021-07-02T09:54:13.113Z]  > git --version # timeout=10
09:54:13 [2021-07-02T09:54:13.160Z]  > git --version # 'git version 2.24.1.windows.2'
09:54:13 [2021-07-02T09:54:13.160Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:13 [2021-07-02T09:54:13.160Z]  > 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:54:32 [2021-07-02T09:54:32.770Z] Fetching without tags
09:54:33 [2021-07-02T09:54:33.505Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:54:32 [2021-07-02T09:54:32.467Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:32 [2021-07-02T09:54:32.530Z]  > git config --add remote.origin.fetch +refs/pull/42550/head:refs/remotes/origin/PR-42550 # timeout=10
09:54:32 [2021-07-02T09:54:32.561Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:54:32 [2021-07-02T09:54:32.686Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:32 [2021-07-02T09:54:32.795Z] Fetching upstream changes from https://github.com/moby/moby.git
09:54:32 [2021-07-02T09:54:32.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:32 [2021-07-02T09:54:32.795Z]  > 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:54:33 [2021-07-02T09:54:33.593Z]  > git config core.sparsecheckout # timeout=10
09:54:33 [2021-07-02T09:54:33.640Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:54:36 [2021-07-02T09:54:36.714Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:54:36 [2021-07-02T09:54:36.714Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:54:36 [2021-07-02T09:54:36.366Z]  > git remote # timeout=10
09:54:36 [2021-07-02T09:54:36.428Z]  > git config --get remote.origin.url # timeout=10
09:54:36 [2021-07-02T09:54:36.460Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:36 [2021-07-02T09:54:36.475Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:54:36 [2021-07-02T09:54:36.616Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:54:36 [2021-07-02T09:54:36.741Z]  > git config core.sparsecheckout # timeout=10
09:54:36 [2021-07-02T09:54:36.772Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:54:48 [2021-07-02T09:54:48.239Z] Commit message: "daemon/images: fix shared size computation for filtered requests"