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

Workflow failed: Daily GraalVM native tests (#355) #11267

Closed
github-actions bot opened this issue May 2, 2024 · 1 comment · Fixed by #11270 or elastic/apm-agent-java#3621
Closed

Workflow failed: Daily GraalVM native tests (#355) #11267

github-actions bot opened this issue May 2, 2024 · 1 comment · Fixed by #11270 or elastic/apm-agent-java#3621

Comments

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2024

See Daily GraalVM native tests #355.

@jeanbisutti
Copy link
Member

The error:

> Task :smoke-tests-otel-starter:spring-boot-3:processTestResources NO-SOURCE
> Task :instrumentation-api-incubator:generateJflex
> Task :instrumentation-api-incubator:processResources NO-SOURCE
> Task :custom-checks:compileJava FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':custom-checks:compileJava'.
> error: invalid flag: -Xlint:-this-escape

The custom-check task is failing now for the Spring Boot 3 test project: > error: invalid flag: -Xlint:-this-escape

The GraalVM native tests have run succesfully in #11256.

May be related to #11219?

cc @zeitlinger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment