Skip to content

Console Output

16:04:50 [2022-02-18T16:04:50.582Z] The recommended git tool is: git
16:05:15 [2022-02-18T16:05:15.671Z] using credential docker-jenkins-github-credentials
16:05:15 [2022-02-18T16:05:15.749Z] Cloning the remote Git repository
16:05:15 [2022-02-18T16:05:15.749Z] Cloning with configured refspecs honoured and without tags
16:05:15 [2022-02-18T16:05:15.950Z] Cloning repository https://github.com/moby/moby.git
16:05:16 [2022-02-18T16:05:16.364Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:05:17 [2022-02-18T16:05:17.158Z] Fetching upstream changes from https://github.com/moby/moby.git
16:05:17 [2022-02-18T16:05:17.158Z]  > git --version # timeout=10
16:05:17 [2022-02-18T16:05:17.210Z]  > git --version # 'git version 2.24.1.windows.2'
16:05:17 [2022-02-18T16:05:17.212Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:05:17 [2022-02-18T16:05:17.215Z]  > 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:35 [2022-02-18T16:05:35.337Z] Fetching without tags
16:05:36 [2022-02-18T16:05:36.093Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 79ea1b16b1579147aa366282444bd22d7c44be96
16:05:35 [2022-02-18T16:05:35.001Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:05:35 [2022-02-18T16:05:35.076Z]  > git config --add remote.origin.fetch +refs/pull/43183/head:refs/remotes/origin/PR-43183 # timeout=10
16:05:35 [2022-02-18T16:05:35.125Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:05:35 [2022-02-18T16:05:35.248Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:05:35 [2022-02-18T16:05:35.376Z] Fetching upstream changes from https://github.com/moby/moby.git
16:05:35 [2022-02-18T16:05:35.377Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:05:35 [2022-02-18T16:05:35.379Z]  > 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:36 [2022-02-18T16:05:36.206Z]  > git config core.sparsecheckout # timeout=10
16:05:36 [2022-02-18T16:05:36.254Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:05:39 [2022-02-18T16:05:39.817Z] Merge succeeded, producing 79ea1b16b1579147aa366282444bd22d7c44be96
16:05:39 [2022-02-18T16:05:39.817Z] Checking out Revision 79ea1b16b1579147aa366282444bd22d7c44be96 (PR-43183)
16:05:39 [2022-02-18T16:05:39.458Z]  > git remote # timeout=10
16:05:39 [2022-02-18T16:05:39.532Z]  > git config --get remote.origin.url # timeout=10
16:05:39 [2022-02-18T16:05:39.582Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:05:39 [2022-02-18T16:05:39.584Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
16:05:39 [2022-02-18T16:05:39.730Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:05:39 [2022-02-18T16:05:39.854Z]  > git config core.sparsecheckout # timeout=10
16:05:39 [2022-02-18T16:05:39.903Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:05:51 [2022-02-18T16:05:51.009Z] Commit message: "distribution/xfer: un-export DoFunc type"