Skip to content

Console Output

02:39:57 [2021-11-23T02:39:57.152Z] The recommended git tool is: git
02:40:01 [2021-11-23T02:40:01.605Z] using credential docker-jenkins-github-credentials
02:40:01 [2021-11-23T02:40:01.615Z] Cloning the remote Git repository
02:40:01 [2021-11-23T02:40:01.615Z] Cloning with configured refspecs honoured and without tags
02:40:01 [2021-11-23T02:40:01.740Z] Cloning repository https://github.com/moby/moby.git
02:40:01 [2021-11-23T02:40:01.811Z]  > git init /home/ubuntu/workspace/moby_PR-43040 # timeout=10
02:40:02 [2021-11-23T02:40:02.300Z] Fetching upstream changes from https://github.com/moby/moby.git
02:40:02 [2021-11-23T02:40:02.300Z]  > git --version # timeout=10
02:40:02 [2021-11-23T02:40:02.322Z]  > git --version # 'git version 2.25.1'
02:40:02 [2021-11-23T02:40:02.323Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:02 [2021-11-23T02:40:02.351Z]  > 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:25 [2021-11-23T02:40:25.702Z] Fetching without tags
02:40:25 [2021-11-23T02:40:25.980Z] Merging remotes/origin/master commit ea0f3dc8f4466e456b74a079a3038bbf4e25e57e into PR head commit 88a66f8f3371c898a23548e3733af85d677e44f1
02:40:25 [2021-11-23T02:40:25.534Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:40:25 [2021-11-23T02:40:25.558Z]  > git config --add remote.origin.fetch +refs/pull/43040/head:refs/remotes/origin/PR-43040 # timeout=10
02:40:25 [2021-11-23T02:40:25.595Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:40:25 [2021-11-23T02:40:25.630Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:40:25 [2021-11-23T02:40:25.709Z] Fetching upstream changes from https://github.com/moby/moby.git
02:40:25 [2021-11-23T02:40:25.709Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:25 [2021-11-23T02:40:25.710Z]  > 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:25 [2021-11-23T02:40:25.990Z]  > git config core.sparsecheckout # timeout=10
02:40:25 [2021-11-23T02:40:25.998Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:40:26 [2021-11-23T02:40:26.990Z] Merge succeeded, producing 88a66f8f3371c898a23548e3733af85d677e44f1
02:40:26 [2021-11-23T02:40:26.990Z] Checking out Revision 88a66f8f3371c898a23548e3733af85d677e44f1 (PR-43040)
02:40:26 [2021-11-23T02:40:26.933Z]  > git remote # timeout=10
02:40:26 [2021-11-23T02:40:26.951Z]  > git config --get remote.origin.url # timeout=10
02:40:26 [2021-11-23T02:40:26.958Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:40:26 [2021-11-23T02:40:26.959Z]  > git merge ea0f3dc8f4466e456b74a079a3038bbf4e25e57e # timeout=10
02:40:26 [2021-11-23T02:40:26.974Z]  > git rev-parse HEAD^{commit} # timeout=10
02:40:26 [2021-11-23T02:40:26.993Z]  > git config core.sparsecheckout # timeout=10
02:40:27 [2021-11-23T02:40:27.010Z]  > git checkout -f 88a66f8f3371c898a23548e3733af85d677e44f1 # timeout=10
02:40:31 [2021-11-23T02:40:31.210Z] Commit message: "Fix exec hang when CloseStreams hang in processEvent"