Skip to content

Console Output

02:39:27 [2021-11-23T02:39:27.828Z] The recommended git tool is: git
02:39:30 [2021-11-23T02:39:30.240Z] using credential docker-jenkins-github-credentials
02:39:30 [2021-11-23T02:39:30.250Z] Cloning the remote Git repository
02:39:30 [2021-11-23T02:39:30.250Z] Cloning with configured refspecs honoured and without tags
02:39:29 [2021-11-23T02:39:29.604Z] Cloning repository https://github.com/moby/moby.git
02:39:29 [2021-11-23T02:39:29.685Z]  > git init /home/ubuntu/workspace/moby_PR-43040 # timeout=10
02:39:29 [2021-11-23T02:39:29.974Z] Fetching upstream changes from https://github.com/moby/moby.git
02:39:29 [2021-11-23T02:39:29.974Z]  > git --version # timeout=10
02:39:29 [2021-11-23T02:39:29.992Z]  > git --version # 'git version 2.17.1'
02:39:29 [2021-11-23T02:39:29.993Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:39:29 [2021-11-23T02:39:29.994Z]  > git fetch --no-tags --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:39:51 [2021-11-23T02:39:51.641Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:39:51 [2021-11-23T02:39:51.653Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:39:51 [2021-11-23T02:39:51.679Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:39:51 [2021-11-23T02:39:51.710Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:39:51 [2021-11-23T02:39:51.737Z] Fetching without tags
02:39:52 [2021-11-23T02:39:52.127Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:39:53 [2021-11-23T02:39:53.313Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:39:53 [2021-11-23T02:39:53.313Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:39:51 [2021-11-23T02:39:51.741Z] Fetching upstream changes from https://github.com/moby/moby.git
02:39:51 [2021-11-23T02:39:51.741Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:39:51 [2021-11-23T02:39:51.742Z]  > git fetch --no-tags --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:39:52 [2021-11-23T02:39:52.135Z]  > git config core.sparsecheckout # timeout=10
02:39:52 [2021-11-23T02:39:52.158Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:39:53 [2021-11-23T02:39:53.186Z]  > git remote # timeout=10
02:39:53 [2021-11-23T02:39:53.212Z]  > git config --get remote.origin.url # timeout=10
02:39:53 [2021-11-23T02:39:53.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:39:53 [2021-11-23T02:39:53.242Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:39:53 [2021-11-23T02:39:53.275Z]  > git rev-parse HEAD^{commit} # timeout=10
02:39:53 [2021-11-23T02:39:53.316Z]  > git config core.sparsecheckout # timeout=10
02:39:53 [2021-11-23T02:39:53.340Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:39:57 [2021-11-23T02:39:57.537Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"