| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
@mcollina Should we fast track in favor of #51530 (comment)? |
Sorry, something went wrong.
This doesn't need a fast track as it was opened >48 hours ago and has the required number of reviews. It does need a passing CI run, which I see has been requested. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/build The fedora machines are failling in the latest jobs: 11:40:02 ERROR: Error cloning remote repo 'origin' 11:40:02 hudson.plugins.git.GitException: Could not init /home/iojs/build/workspace/node-test-commit-linux 11:40:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073) 11:40:02 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819) 11:40:02 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 11:40:02 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 11:40:02 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 11:40:02 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 11:40:02 at hudson.remoting.Request$2.run(Request.java:377) 11:40:02 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 11:40:02 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 11:40:02 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 11:40:02 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 11:40:02 at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125) 11:40:02 at java.base/java.lang.Thread.run(Thread.java:833) 11:40:02 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from |
Sorry, something went wrong.
|
Looks like the git clone is corrupt on test-digitalocean-fedora38-x64-2. I wiped out the workspace. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #51526 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
PR-URL: #51526 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
| Back | FazBrowse Home | New Git URL |
Fixes #44985.
Fixed a problem where the process would not terminate if structuredClone was used for webstream and body was not consumed.
The issue with #51255 has been fixed and adjusted so that #51486 does not happen.