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

Forbidden APIs check fails - missing bundled signatures for java 12 #37007

Closed
not-napoleon opened this issue Dec 27, 2018 · 1 comment · Fixed by #37199
Closed

Forbidden APIs check fails - missing bundled signatures for java 12 #37007

not-napoleon opened this issue Dec 27, 2018 · 1 comment · Fixed by #37199
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI

Comments

@not-napoleon
Copy link
Member

Failure repros locally for me against master with:
./gradlew client:test:forbiddenApisMain -Dcompiler.java=11 -Druntime.java=12

Links to failing builds:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=openjdk12,nodes=virtual&&linux/144/console

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=java11,ES_RUNTIME_JAVA=openjdk12,nodes=virtual&&linux/144/console

Prior work:
We encountered this issue before with Java 11, see #33082 . In that case, we were still using a forked version of the ForbiddenApis check, and the fix (found at #33116) looks like it would have also prevented this issue. Some time after that, however, we went back to using the mainline plugin, see PR here #33809 and discussion here #33759

@not-napoleon not-napoleon added :Delivery/Build Build or test infrastructure >test-failure Triaged test failures from CI labels Dec 27, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants