Skip to content

Console Output

11:15:35 [2022-04-17T11:15:35.119Z] The recommended git tool is: git
11:16:01 [2022-04-17T11:16:01.708Z] using credential docker-jenkins-github-credentials
11:16:01 [2022-04-17T11:16:01.785Z] Cloning the remote Git repository
11:16:01 [2022-04-17T11:16:01.785Z] Cloning with configured refspecs honoured and without tags
11:16:01 [2022-04-17T11:16:01.978Z] Cloning repository https://github.com/moby/moby.git
11:16:02 [2022-04-17T11:16:02.386Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:16:03 [2022-04-17T11:16:03.746Z] Fetching upstream changes from https://github.com/moby/moby.git
11:16:03 [2022-04-17T11:16:03.746Z]  > git --version # timeout=10
11:16:03 [2022-04-17T11:16:03.797Z]  > git --version # 'git version 2.24.1.windows.2'
11:16:03 [2022-04-17T11:16:03.798Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:03 [2022-04-17T11:16:03.802Z]  > 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:22 [2022-04-17T11:16:22.367Z] Fetching without tags
11:16:23 [2022-04-17T11:16:23.117Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:16:22 [2022-04-17T11:16:22.028Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:16:22 [2022-04-17T11:16:22.098Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:16:22 [2022-04-17T11:16:22.155Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:16:22 [2022-04-17T11:16:22.277Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:16:22 [2022-04-17T11:16:22.403Z] Fetching upstream changes from https://github.com/moby/moby.git
11:16:22 [2022-04-17T11:16:22.404Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:22 [2022-04-17T11:16:22.405Z]  > 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:23 [2022-04-17T11:16:23.222Z]  > git config core.sparsecheckout # timeout=10
11:16:23 [2022-04-17T11:16:23.278Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:16:26 [2022-04-17T11:16:26.981Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:16:26 [2022-04-17T11:16:26.981Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:16:26 [2022-04-17T11:16:26.610Z]  > git remote # timeout=10
11:16:26 [2022-04-17T11:16:26.688Z]  > git config --get remote.origin.url # timeout=10
11:16:26 [2022-04-17T11:16:26.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:26 [2022-04-17T11:16:26.746Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:16:26 [2022-04-17T11:16:26.890Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:16:27 [2022-04-17T11:16:27.015Z]  > git config core.sparsecheckout # timeout=10
11:16:27 [2022-04-17T11:16:27.069Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:16:38 [2022-04-17T11:16:38.510Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"