Skip to content

Console Output

11:15:31 [2022-04-17T11:15:31.102Z] The recommended git tool is: git
11:15:56 [2022-04-17T11:15:56.448Z] using credential docker-jenkins-github-credentials
11:15:56 [2022-04-17T11:15:56.527Z] Cloning the remote Git repository
11:15:56 [2022-04-17T11:15:56.527Z] Cloning with configured refspecs honoured and without tags
11:15:56 [2022-04-17T11:15:56.726Z] Cloning repository https://github.com/moby/moby.git
11:15:57 [2022-04-17T11:15:57.162Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:15:58 [2022-04-17T11:15:58.049Z] Fetching upstream changes from https://github.com/moby/moby.git
11:15:58 [2022-04-17T11:15:58.049Z]  > git --version # timeout=10
11:15:58 [2022-04-17T11:15:58.104Z]  > git --version # 'git version 2.24.1.windows.2'
11:15:58 [2022-04-17T11:15:58.105Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:15:58 [2022-04-17T11:15:58.108Z]  > 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:16 [2022-04-17T11:16:16.117Z] Fetching without tags
11:16:16 [2022-04-17T11:16:16.980Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:16:15 [2022-04-17T11:16:15.798Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:16:15 [2022-04-17T11:16:15.858Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:16:15 [2022-04-17T11:16:15.907Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:16:16 [2022-04-17T11:16:16.031Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:16:16 [2022-04-17T11:16:16.155Z] Fetching upstream changes from https://github.com/moby/moby.git
11:16:16 [2022-04-17T11:16:16.155Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:16 [2022-04-17T11:16:16.157Z]  > 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:17 [2022-04-17T11:16:17.093Z]  > git config core.sparsecheckout # timeout=10
11:16:17 [2022-04-17T11:16:17.140Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:16:20 [2022-04-17T11:16:20.609Z]  > git remote # timeout=10
11:16:20 [2022-04-17T11:16:20.704Z]  > git config --get remote.origin.url # timeout=10
11:16:20 [2022-04-17T11:16:20.757Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:16:20 [2022-04-17T11:16:20.759Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:16:20 [2022-04-17T11:16:20.930Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:16:21 [2022-04-17T11:16:21.029Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:16:21 [2022-04-17T11:16:21.029Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:16:21 [2022-04-17T11:16:21.067Z]  > git config core.sparsecheckout # timeout=10
11:16:21 [2022-04-17T11:16:21.115Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:16:32 [2022-04-17T11:16:32.253Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"