-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
test: add wasi test for symlink() and readlink() #31403
Conversation
fdcb0ec
to
62c945f
Compare
CI is yellow with the exception of the things related to the failing |
I marked the failing node as offline, notified rvagg, and resumed your CI job.... 🤞 |
Now it looks like everything is passing, but the Java post processing is failing.
20: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'
|
Marked more hosts offline... 😞 |
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]>
62c945f
to
4f11fb6
Compare
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