Skip to content

Console Output

11:13:08 [2022-04-17T11:13:08.832Z] The recommended git tool is: git
11:13:11 [2022-04-17T11:13:11.967Z] using credential docker-jenkins-github-credentials
11:13:11 [2022-04-17T11:13:11.975Z] Cloning the remote Git repository
11:13:11 [2022-04-17T11:13:11.975Z] Cloning with configured refspecs honoured and without tags
11:13:11 [2022-04-17T11:13:11.628Z] Cloning repository https://github.com/moby/moby.git
11:13:11 [2022-04-17T11:13:11.688Z]  > git init /home/ubuntu/workspace/moby_PR-43449 # timeout=10
11:13:12 [2022-04-17T11:13:12.041Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:12 [2022-04-17T11:13:12.042Z]  > git --version # timeout=10
11:13:12 [2022-04-17T11:13:12.053Z]  > git --version # 'git version 2.17.1'
11:13:12 [2022-04-17T11:13:12.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:12 [2022-04-17T11:13:12.055Z]  > git fetch --no-tags --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:13:35 [2022-04-17T11:13:35.021Z] Fetching without tags
11:13:35 [2022-04-17T11:13:35.278Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:13:36 [2022-04-17T11:13:36.233Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:13:36 [2022-04-17T11:13:36.234Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:13:34 [2022-04-17T11:13:34.909Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:34 [2022-04-17T11:13:34.928Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:13:34 [2022-04-17T11:13:34.950Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:13:34 [2022-04-17T11:13:34.973Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:34 [2022-04-17T11:13:34.994Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:34 [2022-04-17T11:13:34.994Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:34 [2022-04-17T11:13:34.995Z]  > git fetch --no-tags --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:13:35 [2022-04-17T11:13:35.263Z]  > git config core.sparsecheckout # timeout=10
11:13:35 [2022-04-17T11:13:35.284Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:36 [2022-04-17T11:13:36.074Z]  > git remote # timeout=10
11:13:36 [2022-04-17T11:13:36.132Z]  > git config --get remote.origin.url # timeout=10
11:13:36 [2022-04-17T11:13:36.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:36 [2022-04-17T11:13:36.174Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:13:36 [2022-04-17T11:13:36.193Z]  > git rev-parse HEAD^{commit} # timeout=10
11:13:36 [2022-04-17T11:13:36.208Z]  > git config core.sparsecheckout # timeout=10
11:13:36 [2022-04-17T11:13:36.233Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:40 [2022-04-17T11:13:40.383Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"