Skip to content
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

Assertion failure when executing Base_Tests #11127

Open
hubertp opened this issue Sep 18, 2024 · 0 comments
Open

Assertion failure when executing Base_Tests #11127

hubertp opened this issue Sep 18, 2024 · 0 comments

Comments

@hubertp
Copy link
Contributor

hubertp commented Sep 18, 2024

More info has been added to the reported missing polyglot context assertion (#11113) which resulted in

 INFO ide_ci::program::command: cmd ⚠️ Caused by: java.lang.AssertionError: Failed to log failed conversion of null to string and payload Error Error.type UnresolvedSymbol<==>
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.runtime/org.enso.interpreter.runtime.error.PanicException.computeMessage(PanicException.java:95)
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.runtime/org.enso.interpreter.runtime.error.PanicException.getMessage(PanicException.java:76)
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.runtime/org.enso.interpreter.runtime.error.PanicException.toString(PanicException.java:106)
 INFO ide_ci::program::command: cmd ⚠️ 	at java.base/java.lang.Throwable.<init>(Throwable.java:319)
 INFO ide_ci::program::command: cmd ⚠️ 	at java.base/java.lang.Exception.<init>(Exception.java:103)
 INFO ide_ci::program::command: cmd ⚠️ 	at java.base/java.io.IOException.<init>(IOException.java:98)
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.IsolatedClassLoader//org.enso.runner.Main.withProfiling(Main.java:1205)
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.IsolatedClassLoader//org.enso.runner.Main.launch(Main.java:1450)
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.IsolatedClassLoader//org.enso.runner.Main.launch(Main.java:1402)
 INFO ide_ci::program::command: cmd ⚠️ 	at org.enso.IsolatedClassLoader//org.enso.runner.Main.main(Main.java:1019)
 INFO ide_ci::program::command: cmd ⚠️ 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
 INFO ide_ci::program::command: cmd ⚠️ 	... 2 more
 INFO ide_ci::program::command: cmd ⚠️ Caused by: java.lang.AssertionError: No polyglot context is entered. A language or context reference must not be used if there is no polyglot context entered.
 INFO ide_ci::program::command: cmd ⚠️ 	at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotFastThreadLocals.assertValidGet(PolyglotFastThreadLocals.java:481)

https://github.com/enso-org/enso/actions/runs/10926101745/job/30329191172#step:7:1251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant