Skip to content

Console Output

09:53:26 [2021-07-02T09:53:26.256Z] The recommended git tool is: git
09:53:49 [2021-07-02T09:53:49.419Z] using credential docker-jenkins-github-credentials
09:53:49 [2021-07-02T09:53:49.491Z] Cloning the remote Git repository
09:53:49 [2021-07-02T09:53:49.491Z] Cloning with configured refspecs honoured and without tags
09:53:49 [2021-07-02T09:53:49.672Z] Cloning repository https://github.com/moby/moby.git
09:53:50 [2021-07-02T09:53:50.057Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:53:50 [2021-07-02T09:53:50.780Z] Fetching upstream changes from https://github.com/moby/moby.git
09:53:50 [2021-07-02T09:53:50.780Z]  > git --version # timeout=10
09:53:50 [2021-07-02T09:53:50.830Z]  > git --version # 'git version 2.24.1.windows.2'
09:53:50 [2021-07-02T09:53:50.831Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:53:50 [2021-07-02T09:53:50.834Z]  > 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:07 [2021-07-02T09:54:07.755Z] Fetching without tags
09:54:08 [2021-07-02T09:54:08.428Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:54:07 [2021-07-02T09:54:07.451Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:07 [2021-07-02T09:54:07.506Z]  > git config --add remote.origin.fetch +refs/pull/42550/head:refs/remotes/origin/PR-42550 # timeout=10
09:54:07 [2021-07-02T09:54:07.550Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:54:07 [2021-07-02T09:54:07.671Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:54:07 [2021-07-02T09:54:07.787Z] Fetching upstream changes from https://github.com/moby/moby.git
09:54:07 [2021-07-02T09:54:07.787Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:07 [2021-07-02T09:54:07.789Z]  > 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:08 [2021-07-02T09:54:08.528Z]  > git config core.sparsecheckout # timeout=10
09:54:08 [2021-07-02T09:54:08.572Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:54:11 [2021-07-02T09:54:11.599Z] Merge succeeded, producing af3e5568fcca17bacb7d27d1bbff0b68bb855b83
09:54:11 [2021-07-02T09:54:11.599Z] Checking out Revision af3e5568fcca17bacb7d27d1bbff0b68bb855b83 (PR-42550)
09:54:11 [2021-07-02T09:54:11.203Z]  > git remote # timeout=10
09:54:11 [2021-07-02T09:54:11.277Z]  > git config --get remote.origin.url # timeout=10
09:54:11 [2021-07-02T09:54:11.316Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:54:11 [2021-07-02T09:54:11.321Z]  > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10
09:54:11 [2021-07-02T09:54:11.489Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:54:11 [2021-07-02T09:54:11.630Z]  > git config core.sparsecheckout # timeout=10
09:54:11 [2021-07-02T09:54:11.670Z]  > git checkout -f af3e5568fcca17bacb7d27d1bbff0b68bb855b83 # timeout=10
09:54:22 [2021-07-02T09:54:22.734Z] Commit message: "daemon/images: fix shared size computation for filtered requests"