Skip to content

Console Output

11:13:25 [2022-04-17T11:13:25.161Z] The recommended git tool is: git
11:13:27 [2022-04-17T11:13:27.618Z] using credential docker-jenkins-github-credentials
11:13:27 [2022-04-17T11:13:27.626Z] Cloning the remote Git repository
11:13:27 [2022-04-17T11:13:27.626Z] Cloning with configured refspecs honoured and without tags
11:13:27 [2022-04-17T11:13:27.642Z] Cloning repository https://github.com/moby/moby.git
11:13:27 [2022-04-17T11:13:27.688Z]  > git init /home/ubuntu/workspace/moby_PR-43449 # timeout=10
11:13:28 [2022-04-17T11:13:28.267Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:28 [2022-04-17T11:13:28.268Z]  > git --version # timeout=10
11:13:28 [2022-04-17T11:13:28.301Z]  > git --version # 'git version 2.25.1'
11:13:28 [2022-04-17T11:13:28.302Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:28 [2022-04-17T11:13:28.352Z]  > 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:13:44 [2022-04-17T11:13:44.833Z] Fetching without tags
11:13:44 [2022-04-17T11:13:44.759Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:44 [2022-04-17T11:13:44.770Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:13:44 [2022-04-17T11:13:44.793Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:13:44 [2022-04-17T11:13:44.820Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:44 [2022-04-17T11:13:44.838Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:44 [2022-04-17T11:13:44.838Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:44 [2022-04-17T11:13:44.899Z]  > 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:13:45 [2022-04-17T11:13:45.156Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:13:45 [2022-04-17T11:13:45.836Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:13:45 [2022-04-17T11:13:45.836Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:13:45 [2022-04-17T11:13:45.166Z]  > git config core.sparsecheckout # timeout=10
11:13:45 [2022-04-17T11:13:45.197Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:45 [2022-04-17T11:13:45.756Z]  > git remote # timeout=10
11:13:45 [2022-04-17T11:13:45.766Z]  > git config --get remote.origin.url # timeout=10
11:13:45 [2022-04-17T11:13:45.777Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:45 [2022-04-17T11:13:45.815Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:13:45 [2022-04-17T11:13:45.828Z]  > git rev-parse HEAD^{commit} # timeout=10
11:13:45 [2022-04-17T11:13:45.839Z]  > git config core.sparsecheckout # timeout=10
11:13:45 [2022-04-17T11:13:45.853Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:50 [2022-04-17T11:13:50.270Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"