Skip to content

Console Output

02:41:45 [2021-11-23T02:41:45.927Z] The recommended git tool is: git
02:42:13 [2021-11-23T02:42:13.078Z] using credential docker-jenkins-github-credentials
02:42:13 [2021-11-23T02:42:13.156Z] Cloning the remote Git repository
02:42:13 [2021-11-23T02:42:13.156Z] Cloning with configured refspecs honoured and without tags
02:42:13 [2021-11-23T02:42:13.353Z] Cloning repository https://github.com/moby/moby.git
02:42:13 [2021-11-23T02:42:13.757Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
02:42:14 [2021-11-23T02:42:14.574Z] Fetching upstream changes from https://github.com/moby/moby.git
02:42:14 [2021-11-23T02:42:14.575Z]  > git --version # timeout=10
02:42:14 [2021-11-23T02:42:14.612Z]  > git --version # 'git version 2.24.1.windows.2'
02:42:14 [2021-11-23T02:42:14.613Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:14 [2021-11-23T02:42:14.616Z]  > 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.785Z] Fetching without tags
02:42:30 [2021-11-23T02:42:30.458Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:42:29 [2021-11-23T02:42:29.504Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:42:29 [2021-11-23T02:42:29.555Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:42:29 [2021-11-23T02:42:29.596Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:42:29 [2021-11-23T02:42:29.709Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:42:29 [2021-11-23T02:42:29.824Z] Fetching upstream changes from https://github.com/moby/moby.git
02:42:29 [2021-11-23T02:42:29.825Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:29 [2021-11-23T02:42:29.826Z]  > 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:30 [2021-11-23T02:42:30.571Z]  > git config core.sparsecheckout # timeout=10
02:42:30 [2021-11-23T02:42:30.609Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:42:33 [2021-11-23T02:42:33.106Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:42:33 [2021-11-23T02:42:33.106Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:42:32 [2021-11-23T02:42:32.792Z]  > git remote # timeout=10
02:42:32 [2021-11-23T02:42:32.855Z]  > git config --get remote.origin.url # timeout=10
02:42:32 [2021-11-23T02:42:32.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:42:32 [2021-11-23T02:42:32.897Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:42:33 [2021-11-23T02:42:33.025Z]  > git rev-parse "HEAD^{commit}" # timeout=10
02:42:33 [2021-11-23T02:42:33.145Z]  > git config core.sparsecheckout # timeout=10
02:42:33 [2021-11-23T02:42:33.184Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:42:44 [2021-11-23T02:42:44.780Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"