Skip to content

Console Output

11:13:14 [2022-04-17T11:13:14.660Z] The recommended git tool is: git
11:13:17 [2022-04-17T11:13:17.714Z] using credential docker-jenkins-github-credentials
11:13:17 [2022-04-17T11:13:17.723Z] Cloning the remote Git repository
11:13:17 [2022-04-17T11:13:17.723Z] Cloning with configured refspecs honoured and without tags
11:13:16 [2022-04-17T11:13:16.914Z] Cloning repository https://github.com/moby/moby.git
11:13:16 [2022-04-17T11:13:16.977Z]  > git init /home/ubuntu/workspace/moby_PR-43449 # timeout=10
11:13:17 [2022-04-17T11:13:17.306Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:17 [2022-04-17T11:13:17.306Z]  > git --version # timeout=10
11:13:17 [2022-04-17T11:13:17.347Z]  > git --version # 'git version 2.17.1'
11:13:17 [2022-04-17T11:13:17.348Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:17 [2022-04-17T11:13:17.350Z]  > 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:42 [2022-04-17T11:13:42.375Z] Fetching without tags
11:13:42 [2022-04-17T11:13:42.668Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:13:42 [2022-04-17T11:13:42.268Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:42 [2022-04-17T11:13:42.297Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:13:42 [2022-04-17T11:13:42.321Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:13:42 [2022-04-17T11:13:42.342Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:42 [2022-04-17T11:13:42.379Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:42 [2022-04-17T11:13:42.379Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:42 [2022-04-17T11:13:42.381Z]  > 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:42 [2022-04-17T11:13:42.675Z]  > git config core.sparsecheckout # timeout=10
11:13:42 [2022-04-17T11:13:42.693Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:43 [2022-04-17T11:13:43.677Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:13:43 [2022-04-17T11:13:43.677Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:13:43 [2022-04-17T11:13:43.559Z]  > git remote # timeout=10
11:13:43 [2022-04-17T11:13:43.585Z]  > git config --get remote.origin.url # timeout=10
11:13:43 [2022-04-17T11:13:43.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:43 [2022-04-17T11:13:43.616Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:13:43 [2022-04-17T11:13:43.649Z]  > git rev-parse HEAD^{commit} # timeout=10
11:13:43 [2022-04-17T11:13:43.680Z]  > git config core.sparsecheckout # timeout=10
11:13:43 [2022-04-17T11:13:43.704Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:48 [2022-04-17T11:13:48.320Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"