Skip to content

Console Output

00:06:10 [2022-03-25T00:06:10.864Z] The recommended git tool is: git
00:06:34 [2022-03-25T00:06:34.589Z] using credential docker-jenkins-github-credentials
00:06:34 [2022-03-25T00:06:34.665Z] Cloning the remote Git repository
00:06:34 [2022-03-25T00:06:34.665Z] Cloning with configured refspecs honoured and without tags
00:06:34 [2022-03-25T00:06:34.852Z] Cloning repository https://github.com/moby/moby.git
00:06:35 [2022-03-25T00:06:35.234Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
00:06:36 [2022-03-25T00:06:36.174Z] Fetching upstream changes from https://github.com/moby/moby.git
00:06:36 [2022-03-25T00:06:36.174Z]  > git --version # timeout=10
00:06:36 [2022-03-25T00:06:36.222Z]  > git --version # 'git version 2.24.1.windows.2'
00:06:36 [2022-03-25T00:06:36.222Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:06:36 [2022-03-25T00:06:36.226Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43422/head:refs/remotes/origin/PR-43422 +refs/heads/master:refs/remotes/origin/master # timeout=10
00:06:56 [2022-03-25T00:06:56.574Z] Fetching without tags
00:06:57 [2022-03-25T00:06:57.277Z] Merging remotes/origin/master commit 56ea5881fe46c48e981fb7a1a228a0bf9bf8503a into PR head commit 7b277f62cce939fca8fec4edb8c4b719e492dbeb
00:06:56 [2022-03-25T00:06:56.269Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:06:56 [2022-03-25T00:06:56.330Z]  > git config --add remote.origin.fetch +refs/pull/43422/head:refs/remotes/origin/PR-43422 # timeout=10
00:06:56 [2022-03-25T00:06:56.376Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
00:06:56 [2022-03-25T00:06:56.492Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:06:56 [2022-03-25T00:06:56.609Z] Fetching upstream changes from https://github.com/moby/moby.git
00:06:56 [2022-03-25T00:06:56.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:06:56 [2022-03-25T00:06:56.611Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43422/head:refs/remotes/origin/PR-43422 +refs/heads/master:refs/remotes/origin/master # timeout=10
00:06:57 [2022-03-25T00:06:57.383Z]  > git config core.sparsecheckout # timeout=10
00:06:57 [2022-03-25T00:06:57.430Z]  > git checkout -f 7b277f62cce939fca8fec4edb8c4b719e492dbeb # timeout=10
00:07:01 [2022-03-25T00:07:01.331Z] Merge succeeded, producing 7b277f62cce939fca8fec4edb8c4b719e492dbeb
00:07:01 [2022-03-25T00:07:01.331Z] Checking out Revision 7b277f62cce939fca8fec4edb8c4b719e492dbeb (PR-43422)
00:07:00 [2022-03-25T00:07:00.976Z]  > git remote # timeout=10
00:07:01 [2022-03-25T00:07:01.052Z]  > git config --get remote.origin.url # timeout=10
00:07:01 [2022-03-25T00:07:01.099Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:07:01 [2022-03-25T00:07:01.101Z]  > git merge 56ea5881fe46c48e981fb7a1a228a0bf9bf8503a # timeout=10
00:07:01 [2022-03-25T00:07:01.238Z]  > git rev-parse "HEAD^{commit}" # timeout=10
00:07:01 [2022-03-25T00:07:01.365Z]  > git config core.sparsecheckout # timeout=10
00:07:01 [2022-03-25T00:07:01.420Z]  > git checkout -f 7b277f62cce939fca8fec4edb8c4b719e492dbeb # timeout=10
00:07:12 [2022-03-25T00:07:12.368Z] Commit message: "Remove comment that is no longer relevant"