Skip to content

Console Output

02:41:45 [2021-11-23T02:41:45.025Z] The recommended git tool is: git
02:42:12 [2021-11-23T02:42:12.048Z] using credential docker-jenkins-github-credentials
02:42:12 [2021-11-23T02:42:12.126Z] Cloning the remote Git repository
02:42:12 [2021-11-23T02:42:12.126Z] Cloning with configured refspecs honoured and without tags
02:42:12 [2021-11-23T02:42:12.322Z] Cloning repository https://github.com/moby/moby.git
02:42:12 [2021-11-23T02:42:12.729Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
02:42:13 [2021-11-23T02:42:13.578Z] Fetching upstream changes from https://github.com/moby/moby.git
02:42:13 [2021-11-23T02:42:13.578Z]  > git --version # timeout=10
02:42:13 [2021-11-23T02:42:13.614Z]  > git --version # 'git version 2.24.1.windows.2'
02:42:13 [2021-11-23T02:42:13.615Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:13 [2021-11-23T02:42:13.617Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43040/head:refs/remotes/origin/PR-43040 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:42:28 [2021-11-23T02:42:28.885Z] Fetching without tags
02:42:29 [2021-11-23T02:42:29.523Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:42:28 [2021-11-23T02:42:28.619Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:42:28 [2021-11-23T02:42:28.667Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:42:28 [2021-11-23T02:42:28.702Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:42:28 [2021-11-23T02:42:28.810Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:42:28 [2021-11-23T02:42:28.922Z] Fetching upstream changes from https://github.com/moby/moby.git
02:42:28 [2021-11-23T02:42:28.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:28 [2021-11-23T02:42:28.924Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43040/head:refs/remotes/origin/PR-43040 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:42:29 [2021-11-23T02:42:29.636Z]  > git config core.sparsecheckout # timeout=10
02:42:29 [2021-11-23T02:42:29.672Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:42:32 [2021-11-23T02:42:32.250Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:42:32 [2021-11-23T02:42:32.251Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:42:31 [2021-11-23T02:42:31.953Z]  > git remote # timeout=10
02:42:32 [2021-11-23T02:42:32.013Z]  > git config --get remote.origin.url # timeout=10
02:42:32 [2021-11-23T02:42:32.048Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:32 [2021-11-23T02:42:32.050Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:42:32 [2021-11-23T02:42:32.177Z]  > git rev-parse "HEAD^{commit}" # timeout=10
02:42:32 [2021-11-23T02:42:32.288Z]  > git config core.sparsecheckout # timeout=10
02:42:32 [2021-11-23T02:42:32.322Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:42:43 [2021-11-23T02:42:43.726Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"