Skip to content

Console Output

11:15:22 [2022-04-17T11:15:22.986Z] The recommended git tool is: git
11:15:47 [2022-04-17T11:15:47.913Z] using credential docker-jenkins-github-credentials
11:15:47 [2022-04-17T11:15:47.991Z] Cloning the remote Git repository
11:15:47 [2022-04-17T11:15:47.992Z] Cloning with configured refspecs honoured and without tags
11:15:48 [2022-04-17T11:15:48.190Z] Cloning repository https://github.com/moby/moby.git
11:15:48 [2022-04-17T11:15:48.593Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:15:49 [2022-04-17T11:15:49.709Z] Fetching upstream changes from https://github.com/moby/moby.git
11:15:49 [2022-04-17T11:15:49.710Z]  > git --version # timeout=10
11:15:49 [2022-04-17T11:15:49.759Z]  > git --version # 'git version 2.24.1.windows.2'
11:15:49 [2022-04-17T11:15:49.759Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:15:49 [2022-04-17T11:15:49.763Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43449/head:refs/remotes/origin/PR-43449 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:16:07 [2022-04-17T11:16:07.542Z] Fetching without tags
11:16:08 [2022-04-17T11:16:08.397Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:16:07 [2022-04-17T11:16:07.202Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:16:07 [2022-04-17T11:16:07.270Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:16:07 [2022-04-17T11:16:07.322Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:16:07 [2022-04-17T11:16:07.449Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:16:07 [2022-04-17T11:16:07.580Z] Fetching upstream changes from https://github.com/moby/moby.git
11:16:07 [2022-04-17T11:16:07.580Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:07 [2022-04-17T11:16:07.582Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43449/head:refs/remotes/origin/PR-43449 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:16:08 [2022-04-17T11:16:08.508Z]  > git config core.sparsecheckout # timeout=10
11:16:08 [2022-04-17T11:16:08.557Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:16:12 [2022-04-17T11:16:12.333Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:16:12 [2022-04-17T11:16:12.333Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:16:11 [2022-04-17T11:16:11.920Z]  > git remote # timeout=10
11:16:12 [2022-04-17T11:16:12.025Z]  > git config --get remote.origin.url # timeout=10
11:16:12 [2022-04-17T11:16:12.074Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:12 [2022-04-17T11:16:12.076Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:16:12 [2022-04-17T11:16:12.245Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:16:12 [2022-04-17T11:16:12.369Z]  > git config core.sparsecheckout # timeout=10
11:16:12 [2022-04-17T11:16:12.417Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:16:24 [2022-04-17T11:16:24.028Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"