Skip to content

Console Output

16:05:06 [2022-02-18T16:05:06.649Z] The recommended git tool is: git
16:05:32 [2022-02-18T16:05:32.444Z] using credential docker-jenkins-github-credentials
16:05:32 [2022-02-18T16:05:32.522Z] Cloning the remote Git repository
16:05:32 [2022-02-18T16:05:32.522Z] Cloning with configured refspecs honoured and without tags
16:05:32 [2022-02-18T16:05:32.728Z] Cloning repository https://github.com/moby/moby.git
16:05:33 [2022-02-18T16:05:33.141Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:05:34 [2022-02-18T16:05:34.167Z] Fetching upstream changes from https://github.com/moby/moby.git
16:05:34 [2022-02-18T16:05:34.167Z]  > git --version # timeout=10
16:05:34 [2022-02-18T16:05:34.225Z]  > git --version # 'git version 2.24.1.windows.2'
16:05:34 [2022-02-18T16:05:34.226Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:05:34 [2022-02-18T16:05:34.229Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43183/head:refs/remotes/origin/PR-43183 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:05:53 [2022-02-18T16:05:53.314Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:05:53 [2022-02-18T16:05:53.678Z] Fetching without tags
16:05:54 [2022-02-18T16:05:54.517Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 79ea1b16b1579147aa366282444bd22d7c44be96
16:05:53 [2022-02-18T16:05:53.391Z]  > git config --add remote.origin.fetch +refs/pull/43183/head:refs/remotes/origin/PR-43183 # timeout=10
16:05:53 [2022-02-18T16:05:53.450Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:05:53 [2022-02-18T16:05:53.583Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:05:53 [2022-02-18T16:05:53.717Z] Fetching upstream changes from https://github.com/moby/moby.git
16:05:53 [2022-02-18T16:05:53.718Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:05:53 [2022-02-18T16:05:53.721Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43183/head:refs/remotes/origin/PR-43183 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:05:54 [2022-02-18T16:05:54.633Z]  > git config core.sparsecheckout # timeout=10
16:05:54 [2022-02-18T16:05:54.695Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:05:58 [2022-02-18T16:05:58.171Z] Merge succeeded, producing 79ea1b16b1579147aa366282444bd22d7c44be96
16:05:58 [2022-02-18T16:05:58.171Z] Checking out Revision 79ea1b16b1579147aa366282444bd22d7c44be96 (PR-43183)
16:05:57 [2022-02-18T16:05:57.765Z]  > git remote # timeout=10
16:05:57 [2022-02-18T16:05:57.853Z]  > git config --get remote.origin.url # timeout=10
16:05:57 [2022-02-18T16:05:57.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:05:57 [2022-02-18T16:05:57.915Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
16:05:58 [2022-02-18T16:05:58.070Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:05:58 [2022-02-18T16:05:58.210Z]  > git config core.sparsecheckout # timeout=10
16:05:58 [2022-02-18T16:05:58.269Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:06:09 [2022-02-18T16:06:09.927Z] Commit message: "distribution/xfer: un-export DoFunc type"