Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
test: add wasi test for symlink() and readlink()#31403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jan 19, 2020
nodejs-github-bot commented Jan 19, 2020
cjihrig commented Jan 19, 2020
CI is yellow with the exception of the things related to the failing |
Trott commented Jan 20, 2020
I marked the failing node as offline, notified rvagg, and resumed your CI job.... 🤞 |
nodejs-github-bot commented Jan 20, 2020
nodejs-github-bot commented Jan 20, 2020
cjihrig commented Jan 20, 2020
Now it looks like everything is passing, but the Java post processing is failing. Details20:06:27 FATAL: Remote call on JNLP4-connect connection from 203.217.18.114/203.217.18.114:41002 failed 20:06:27 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 203.217.18.114/203.217.18.114:41002 20:06:27 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) 20:06:27 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 20:06:27 at hudson.remoting.Channel.call(Channel.java:955) 20:06:27 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1086) 20:06:27 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:06:27 at hudson.model.Run.execute(Run.java:1853) 20:06:27 at hudson.matrix.MatrixRun.run(MatrixRun.java:153) 20:06:27 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:06:27 at hudson.model.Executor.run(Executor.java:427) 20:06:27 java.lang.NoClassDefFoundError: Could not initialize class hudson.slaves.SlaveComputer 20:06:27 at hudson.util.ProcessTree.get(ProcessTree.java:432) 20:06:27 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1103) 20:06:27 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1094) 20:06:27 at hudson.remoting.UserRequest.perform(UserRequest.java:212) 20:06:27 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:06:27 at hudson.remoting.Request$2.run(Request.java:369) 20:06:27 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 20:06:27 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:06:27 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:06:27 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:06:27 at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) 20:06:27 at java.lang.Thread.run(Thread.java:748) 20:06:27 Caused: java.io.IOException: Remote call on JNLP4-connect connection from 203.217.18.114/203.217.18.114:41002 failed 20:06:27 at hudson.remoting.Channel.call(Channel.java:961) 20:06:27 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1086) 20:06:27 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:06:27 at hudson.model.Run.execute(Run.java:1853) 20:06:27 at hudson.matrix.MatrixRun.run(MatrixRun.java:153) 20:06:27 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:06:27 at hudson.model.Executor.run(Executor.java:427) 20:06:27 [Text Finder] Looking for pattern '^not ok' in the files at '*.tap' |
Trott commented Jan 20, 2020
Marked more hosts offline... 😞 |
nodejs-github-bot commented Jan 20, 2020
nodejs-github-bot commented Jan 20, 2020 • edited by cjihrig
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by cjihrig
Uh oh!
There was an error while loading. Please reload this page.
This test provides missing coverage for __wasi_path_symlink() and __wasi_path_readlink(). PR-URL: nodejs#31403 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This test provides missing coverage for __wasi_path_symlink() and __wasi_path_readlink(). PR-URL: #31403 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This test provides missing coverage for __wasi_path_symlink() and __wasi_path_readlink(). PR-URL: #31403 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This test provides missing coverage for __wasi_path_symlink() and __wasi_path_readlink(). PR-URL: #31403 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This test provides missing coverage for
__wasi_path_symlink()and__wasi_path_readlink().Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes