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

Odd nightly error in buildAndPushRelease: NoSuchMethodException: no such method: java.lang.invoke.MethodHandle.linkToStatic #13792

Open
dweiss opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels

Comments

@dweiss
Copy link
Contributor

dweiss commented Sep 16, 2024

Description

Out of the blue this happened: https://github.com/apache/lucene/actions/runs/10876597333/job/30176738581.
The captured release.log doesn't contain much information other than this error:

BUILD SUCCESSFUL in 4m 3s
299 actionable tasks: 298 executed, 1 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
java.lang.NoSuchMethodException: no such method: java.lang.invoke.MethodHandle.linkToStatic(Object,MemberName)long/invokeStatic
> no such method: java.lang.invoke.MethodHandle.linkToStatic(Object,MemberName)long/invokeStatic

There is no associated stack trace.

Version and environment details

No response

@dweiss
Copy link
Contributor Author

dweiss commented Sep 16, 2024

A subsequent run passed:
https://github.com/apache/lucene/actions/runs/10878436971

I'll leave this open and maybe add a --stacktrace to gradle incantations from buildAndPushRelease so that we can see where it comes from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant