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

Mandrel builds of graal/master fail #681

Closed
zakkak opened this issue Feb 20, 2024 · 1 comment
Closed

Mandrel builds of graal/master fail #681

zakkak opened this issue Feb 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zakkak
Copy link
Collaborator

zakkak commented Feb 20, 2024

Description

$title

Failed generating 'native-image-agent' after 9.4s.

The build process encountered an unexpected error:

> com.oracle.svm.core.util.VMError$HostedError: InternalFeature defined by com.oracle.svm.hosted.SecurityServicesFeature unexpectedly failed with a(n) com.oracle.svm.util.ReflectionUtil$ReflectionUtilError

Please inspect the generated error report at:
D:\a\mandrel\mandrelvm\bin\svm_err_b_20240220T012925.583_pid740.md

If you are unable to resolve this problem, please file an issue with the error report at:
https://graalvm.org/support
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Failed, exit code: 1
	at OperatingSystem.exec(build.java:1810)
	at build.buildAgents(build.java:290)
	at build.main(build.java:233)
Caused by: java.lang.RuntimeException: Failed, exit code: 1
	at OperatingSystem.exec(build.java:1799)
	at build.buildAgents(build.java:290)
	at build.main(build.java:233)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.execute(SourceLauncher.java:264)
	at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.run(SourceLauncher.java:153)
	at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.main(SourceLauncher.java:78)

See https://github.com/graalvm/mandrel/actions/runs/7967159240/job/21749520792

Additional context

We are currently not storing the generated error reports in CI runs, so we will need to reproduce this locally to get further info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants