Skip to content

Console Output

11:13:19 [2022-04-17T11:13:19.238Z] The recommended git tool is: git
11:13:21 [2022-04-17T11:13:21.410Z] using credential docker-jenkins-github-credentials
11:13:21 [2022-04-17T11:13:21.419Z] Cloning the remote Git repository
11:13:21 [2022-04-17T11:13:21.419Z] Cloning with configured refspecs honoured and without tags
11:13:21 [2022-04-17T11:13:21.454Z] Cloning repository https://github.com/moby/moby.git
11:13:21 [2022-04-17T11:13:21.513Z]  > git init /home/ubuntu/workspace/moby_PR-43449 # timeout=10
11:13:21 [2022-04-17T11:13:21.753Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:21 [2022-04-17T11:13:21.754Z]  > git --version # timeout=10
11:13:21 [2022-04-17T11:13:21.768Z]  > git --version # 'git version 2.25.1'
11:13:21 [2022-04-17T11:13:21.769Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:21 [2022-04-17T11:13:21.770Z]  > 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:38 [2022-04-17T11:13:38.594Z] Fetching without tags
11:13:38 [2022-04-17T11:13:38.788Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 83969fa3ddf8b10ade7189073638885e8234f586
11:13:38 [2022-04-17T11:13:38.551Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:38 [2022-04-17T11:13:38.563Z]  > git config --add remote.origin.fetch +refs/pull/43449/head:refs/remotes/origin/PR-43449 # timeout=10
11:13:38 [2022-04-17T11:13:38.570Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:13:38 [2022-04-17T11:13:38.583Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:13:38 [2022-04-17T11:13:38.597Z] Fetching upstream changes from https://github.com/moby/moby.git
11:13:38 [2022-04-17T11:13:38.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:38 [2022-04-17T11:13:38.599Z]  > 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:38 [2022-04-17T11:13:38.796Z]  > git config core.sparsecheckout # timeout=10
11:13:38 [2022-04-17T11:13:38.807Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:39 [2022-04-17T11:13:39.413Z] Merge succeeded, producing 83969fa3ddf8b10ade7189073638885e8234f586
11:13:39 [2022-04-17T11:13:39.413Z] Checking out Revision 83969fa3ddf8b10ade7189073638885e8234f586 (PR-43449)
11:13:39 [2022-04-17T11:13:39.367Z]  > git remote # timeout=10
11:13:39 [2022-04-17T11:13:39.375Z]  > git config --get remote.origin.url # timeout=10
11:13:39 [2022-04-17T11:13:39.385Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:13:39 [2022-04-17T11:13:39.386Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
11:13:39 [2022-04-17T11:13:39.396Z]  > git rev-parse HEAD^{commit} # timeout=10
11:13:39 [2022-04-17T11:13:39.414Z]  > git config core.sparsecheckout # timeout=10
11:13:39 [2022-04-17T11:13:39.418Z]  > git checkout -f 83969fa3ddf8b10ade7189073638885e8234f586 # timeout=10
11:13:43 [2022-04-17T11:13:43.458Z] Commit message: "daemon: move DefaultShutdownTimeout to daemon/config"