Skip to content

Console Output

00:21:32 [2022-05-28T00:21:32.079Z] The recommended git tool is: git
00:21:57 [2022-05-28T00:21:57.145Z] using credential docker-jenkins-github-credentials
00:21:57 [2022-05-28T00:21:57.225Z] Cloning the remote Git repository
00:21:57 [2022-05-28T00:21:57.225Z] Cloning with configured refspecs honoured and without tags
00:21:57 [2022-05-28T00:21:57.426Z] Cloning repository https://github.com/moby/moby.git
00:21:57 [2022-05-28T00:21:57.850Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
00:21:58 [2022-05-28T00:21:58.440Z] Fetching upstream changes from https://github.com/moby/moby.git
00:21:58 [2022-05-28T00:21:58.440Z]  > git --version # timeout=10
00:21:58 [2022-05-28T00:21:58.502Z]  > git --version # 'git version 2.24.1.windows.2'
00:21:58 [2022-05-28T00:21:58.503Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:21:58 [2022-05-28T00:21:58.506Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43651/head:refs/remotes/origin/PR-43651 +refs/heads/master:refs/remotes/origin/master # timeout=10
00:22:15 [2022-05-28T00:22:15.468Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:22:15 [2022-05-28T00:22:15.545Z]  > git config --add remote.origin.fetch +refs/pull/43651/head:refs/remotes/origin/PR-43651 # timeout=10
00:22:15 [2022-05-28T00:22:15.603Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
00:22:15 [2022-05-28T00:22:15.850Z] Fetching without tags
00:22:16 [2022-05-28T00:22:16.613Z] Merging remotes/origin/master commit 69adaa894d829a6707427aef6aeb0a796b2fb385 into PR head commit 3cadb1f63fb9327a0d677532a50e18a84d59d839
00:22:15 [2022-05-28T00:22:15.738Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:22:15 [2022-05-28T00:22:15.887Z] Fetching upstream changes from https://github.com/moby/moby.git
00:22:15 [2022-05-28T00:22:15.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:22:15 [2022-05-28T00:22:15.887Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43651/head:refs/remotes/origin/PR-43651 +refs/heads/master:refs/remotes/origin/master # timeout=10
00:22:16 [2022-05-28T00:22:16.726Z]  > git config core.sparsecheckout # timeout=10
00:22:16 [2022-05-28T00:22:16.789Z]  > git checkout -f 3cadb1f63fb9327a0d677532a50e18a84d59d839 # timeout=10
00:22:20 [2022-05-28T00:22:20.569Z] Merge succeeded, producing 3cadb1f63fb9327a0d677532a50e18a84d59d839
00:22:20 [2022-05-28T00:22:20.569Z] Checking out Revision 3cadb1f63fb9327a0d677532a50e18a84d59d839 (PR-43651)
00:22:20 [2022-05-28T00:22:20.156Z]  > git remote # timeout=10
00:22:20 [2022-05-28T00:22:20.231Z]  > git config --get remote.origin.url # timeout=10
00:22:20 [2022-05-28T00:22:20.294Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:22:20 [2022-05-28T00:22:20.296Z]  > git merge 69adaa894d829a6707427aef6aeb0a796b2fb385 # timeout=10
00:22:20 [2022-05-28T00:22:20.448Z]  > git rev-parse "HEAD^{commit}" # timeout=10
00:22:20 [2022-05-28T00:22:20.606Z]  > git config core.sparsecheckout # timeout=10
00:22:20 [2022-05-28T00:22:20.665Z]  > git checkout -f 3cadb1f63fb9327a0d677532a50e18a84d59d839 # timeout=10
00:22:32 [2022-05-28T00:22:32.212Z] Commit message: "update gotestsum to v1.8.1"