Skip to content

Console Output

00:05:23 [2022-03-25T00:05:23.458Z] The recommended git tool is: git
00:05:48 [2022-03-25T00:05:48.993Z] using credential docker-jenkins-github-credentials
00:05:49 [2022-03-25T00:05:49.071Z] Cloning the remote Git repository
00:05:49 [2022-03-25T00:05:49.071Z] Cloning with configured refspecs honoured and without tags
00:05:49 [2022-03-25T00:05:49.274Z] Cloning repository https://github.com/moby/moby.git
00:05:49 [2022-03-25T00:05:49.683Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
00:05:50 [2022-03-25T00:05:50.735Z] Fetching upstream changes from https://github.com/moby/moby.git
00:05:50 [2022-03-25T00:05:50.736Z]  > git --version # timeout=10
00:05:50 [2022-03-25T00:05:50.782Z]  > git --version # 'git version 2.24.1.windows.2'
00:05:50 [2022-03-25T00:05:50.783Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:05:50 [2022-03-25T00:05:50.786Z]  > 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:14 [2022-03-25T00:06:14.745Z] Fetching without tags
00:06:15 [2022-03-25T00:06:15.775Z] Merging remotes/origin/master commit 56ea5881fe46c48e981fb7a1a228a0bf9bf8503a into PR head commit 7b277f62cce939fca8fec4edb8c4b719e492dbeb
00:06:14 [2022-03-25T00:06:14.427Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:06:14 [2022-03-25T00:06:14.493Z]  > git config --add remote.origin.fetch +refs/pull/43422/head:refs/remotes/origin/PR-43422 # timeout=10
00:06:14 [2022-03-25T00:06:14.540Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
00:06:14 [2022-03-25T00:06:14.662Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:06:14 [2022-03-25T00:06:14.786Z] Fetching upstream changes from https://github.com/moby/moby.git
00:06:14 [2022-03-25T00:06:14.786Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:06:14 [2022-03-25T00:06:14.788Z]  > 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:15 [2022-03-25T00:06:15.890Z]  > git config core.sparsecheckout # timeout=10
00:06:15 [2022-03-25T00:06:15.936Z]  > git checkout -f 7b277f62cce939fca8fec4edb8c4b719e492dbeb # timeout=10
00:06:18 [2022-03-25T00:06:18.824Z] Merge succeeded, producing 7b277f62cce939fca8fec4edb8c4b719e492dbeb
00:06:18 [2022-03-25T00:06:18.824Z] Checking out Revision 7b277f62cce939fca8fec4edb8c4b719e492dbeb (PR-43422)
00:06:18 [2022-03-25T00:06:18.467Z]  > git remote # timeout=10
00:06:18 [2022-03-25T00:06:18.542Z]  > git config --get remote.origin.url # timeout=10
00:06:18 [2022-03-25T00:06:18.589Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:06:18 [2022-03-25T00:06:18.591Z]  > git merge 56ea5881fe46c48e981fb7a1a228a0bf9bf8503a # timeout=10
00:06:18 [2022-03-25T00:06:18.737Z]  > git rev-parse "HEAD^{commit}" # timeout=10
00:06:18 [2022-03-25T00:06:18.862Z]  > git config core.sparsecheckout # timeout=10
00:06:18 [2022-03-25T00:06:18.907Z]  > git checkout -f 7b277f62cce939fca8fec4edb8c4b719e492dbeb # timeout=10
00:06:30 [2022-03-25T00:06:30.311Z] Commit message: "Remove comment that is no longer relevant"