Skip to content

Console Output

02:41:53 [2021-11-23T02:41:53.106Z] The recommended git tool is: git
02:42:16 [2021-11-23T02:42:16.865Z] using credential docker-jenkins-github-credentials
02:42:16 [2021-11-23T02:42:16.940Z] Cloning the remote Git repository
02:42:16 [2021-11-23T02:42:16.940Z] Cloning with configured refspecs honoured and without tags
02:42:17 [2021-11-23T02:42:17.125Z] Cloning repository https://github.com/moby/moby.git
02:42:17 [2021-11-23T02:42:17.532Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
02:42:18 [2021-11-23T02:42:18.298Z] Fetching upstream changes from https://github.com/moby/moby.git
02:42:18 [2021-11-23T02:42:18.298Z]  > git --version # timeout=10
02:42:18 [2021-11-23T02:42:18.336Z]  > git --version # 'git version 2.24.1.windows.2'
02:42:18 [2021-11-23T02:42:18.337Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:18 [2021-11-23T02:42:18.340Z]  > 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:34 [2021-11-23T02:42:34.528Z] Fetching without tags
02:42:35 [2021-11-23T02:42:35.185Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:42:34 [2021-11-23T02:42:34.258Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:42:34 [2021-11-23T02:42:34.307Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:42:34 [2021-11-23T02:42:34.343Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:42:34 [2021-11-23T02:42:34.451Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:42:34 [2021-11-23T02:42:34.561Z] Fetching upstream changes from https://github.com/moby/moby.git
02:42:34 [2021-11-23T02:42:34.561Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:34 [2021-11-23T02:42:34.563Z]  > 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:35 [2021-11-23T02:42:35.288Z]  > git config core.sparsecheckout # timeout=10
02:42:35 [2021-11-23T02:42:35.327Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:42:37 [2021-11-23T02:42:37.642Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:42:37 [2021-11-23T02:42:37.642Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:42:37 [2021-11-23T02:42:37.336Z]  > git remote # timeout=10
02:42:37 [2021-11-23T02:42:37.397Z]  > git config --get remote.origin.url # timeout=10
02:42:37 [2021-11-23T02:42:37.434Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:37 [2021-11-23T02:42:37.436Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:42:37 [2021-11-23T02:42:37.565Z]  > git rev-parse "HEAD^{commit}" # timeout=10
02:42:37 [2021-11-23T02:42:37.675Z]  > git config core.sparsecheckout # timeout=10
02:42:37 [2021-11-23T02:42:37.712Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:42:50 [2021-11-23T02:42:50.249Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"