Skip to content

Console Output

02:39:52 [2021-11-23T02:39:52.145Z] The recommended git tool is: git
02:39:54 [2021-11-23T02:39:54.954Z] using credential docker-jenkins-github-credentials
02:39:54 [2021-11-23T02:39:54.963Z] Cloning the remote Git repository
02:39:54 [2021-11-23T02:39:54.964Z] Cloning with configured refspecs honoured and without tags
02:39:53 [2021-11-23T02:39:53.804Z] Cloning repository https://github.com/moby/moby.git
02:39:53 [2021-11-23T02:39:53.871Z]  > git init /home/ubuntu/workspace/moby_PR-43040 # timeout=10
02:39:54 [2021-11-23T02:39:54.106Z] Fetching upstream changes from https://github.com/moby/moby.git
02:39:54 [2021-11-23T02:39:54.106Z]  > git --version # timeout=10
02:39:54 [2021-11-23T02:39:54.130Z]  > git --version # 'git version 2.17.1'
02:39:54 [2021-11-23T02:39:54.130Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:39:54 [2021-11-23T02:39:54.132Z]  > 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:40:16 [2021-11-23T02:40:16.837Z] Fetching without tags
02:40:17 [2021-11-23T02:40:17.167Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:40:18 [2021-11-23T02:40:18.071Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:40:18 [2021-11-23T02:40:18.071Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:40:16 [2021-11-23T02:40:16.750Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:40:16 [2021-11-23T02:40:16.764Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:40:16 [2021-11-23T02:40:16.784Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:40:16 [2021-11-23T02:40:16.804Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:40:16 [2021-11-23T02:40:16.841Z] Fetching upstream changes from https://github.com/moby/moby.git
02:40:16 [2021-11-23T02:40:16.841Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:16 [2021-11-23T02:40:16.843Z]  > 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:40:17 [2021-11-23T02:40:17.179Z]  > git config core.sparsecheckout # timeout=10
02:40:17 [2021-11-23T02:40:17.212Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:40:17 [2021-11-23T02:40:17.953Z]  > git remote # timeout=10
02:40:17 [2021-11-23T02:40:17.984Z]  > git config --get remote.origin.url # timeout=10
02:40:18 [2021-11-23T02:40:18.012Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:18 [2021-11-23T02:40:18.013Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:40:18 [2021-11-23T02:40:18.044Z]  > git rev-parse HEAD^{commit} # timeout=10
02:40:18 [2021-11-23T02:40:18.074Z]  > git config core.sparsecheckout # timeout=10
02:40:18 [2021-11-23T02:40:18.100Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:40:22 [2021-11-23T02:40:22.716Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"