Skip to content

Console Output

02:40:04 [2021-11-23T02:40:04.366Z] The recommended git tool is: git
02:40:08 [2021-11-23T02:40:08.761Z] using credential docker-jenkins-github-credentials
02:40:08 [2021-11-23T02:40:08.770Z] Cloning the remote Git repository
02:40:08 [2021-11-23T02:40:08.770Z] Cloning with configured refspecs honoured and without tags
02:40:08 [2021-11-23T02:40:08.788Z] Cloning repository https://github.com/moby/moby.git
02:40:08 [2021-11-23T02:40:08.932Z]  > git init /home/ubuntu/workspace/moby_PR-43040 # timeout=10
02:40:09 [2021-11-23T02:40:09.478Z] Fetching upstream changes from https://github.com/moby/moby.git
02:40:09 [2021-11-23T02:40:09.479Z]  > git --version # timeout=10
02:40:09 [2021-11-23T02:40:09.491Z]  > git --version # 'git version 2.25.1'
02:40:09 [2021-11-23T02:40:09.491Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:09 [2021-11-23T02:40:09.493Z]  > 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:40:27 [2021-11-23T02:40:27.785Z] Fetching without tags
02:40:28 [2021-11-23T02:40:28.068Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:40:27 [2021-11-23T02:40:27.729Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:40:27 [2021-11-23T02:40:27.748Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:40:27 [2021-11-23T02:40:27.764Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:40:27 [2021-11-23T02:40:27.776Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:40:27 [2021-11-23T02:40:27.789Z] Fetching upstream changes from https://github.com/moby/moby.git
02:40:27 [2021-11-23T02:40:27.789Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:27 [2021-11-23T02:40:27.790Z]  > 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:40:28 [2021-11-23T02:40:28.073Z]  > git config core.sparsecheckout # timeout=10
02:40:28 [2021-11-23T02:40:28.081Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:40:29 [2021-11-23T02:40:29.577Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:40:29 [2021-11-23T02:40:29.577Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:40:29 [2021-11-23T02:40:29.206Z]  > git remote # timeout=10
02:40:29 [2021-11-23T02:40:29.215Z]  > git config --get remote.origin.url # timeout=10
02:40:29 [2021-11-23T02:40:29.221Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:29 [2021-11-23T02:40:29.404Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:40:29 [2021-11-23T02:40:29.562Z]  > git rev-parse HEAD^{commit} # timeout=10
02:40:29 [2021-11-23T02:40:29.578Z]  > git config core.sparsecheckout # timeout=10
02:40:29 [2021-11-23T02:40:29.585Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:40:33 [2021-11-23T02:40:33.879Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"