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

[CI] Compile failure in example plugins :security-authorization-engine:compileJava #87113

Closed
cbuescher opened this issue May 25, 2022 · 6 comments
Assignees
Labels
:Core/Infra/Plugins Plugin API and infrastructure :Security/Security Security issues without another label Team:Core/Infra Meta label for core/infra team Team:Security Meta label for security team >test-failure Triaged test failures from CI

Comments

@cbuescher
Copy link
Member

CI Link

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+main+periodic+example-plugins/131/console

Repro line

none

Does it reproduce?

Didn't try

Applicable branches

main

Failure history

Two times today already

Failure excerpt

13:43:40 > Task :security-authorization-engine:compileJava
13:43:40 /dev/shm/elastic+elasticsearch+main+periodic+example-plugins/plugins/examples/security-authorization-engine/src/main/java/org/elasticsearch/example/CustomAuthorizationEngine.java:189: error: cannot find symbol
13:43:40 new PrivilegesCheckResult.Details(clusterPrivMap, indices, privilegesByApplication));
13:43:40 ^
13:43:40 symbol: class Details
13:43:40 location: class PrivilegesCheckResult
13:43:40 Note: /dev/shm/elastic+elasticsearch+main+periodic+example-plugins/plugins/examples/security-authorization-engine/src/main/java/org/elasticsearch/example/CustomAuthorizationEngine.java uses or overrides a deprecated API.
13:43:40 Note: Recompile with -Xlint:deprecation for details.
13:43:40 1 error
13:43:40
13:43:40 > Task :security-authorization-engine:compileJava FAILED

@cbuescher cbuescher added :Core/Infra/Plugins Plugin API and infrastructure >test-failure Triaged test failures from CI :Security/Security Security issues without another label needs:triage Requires assignment of a team area label labels May 25, 2022
@elasticmachine elasticmachine added Team:Core/Infra Meta label for core/infra team Team:Security Meta label for security team labels May 25, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

@cbuescher
Copy link
Member Author

Probably related to 346abf9, so I'm assigning to @albertzaharovits

@nik9000
Copy link
Member

nik9000 commented May 31, 2022

@mark-vieira is looking at it.

@nik9000 nik9000 changed the title [CI] Compile failure in :security-authorization-engine:compileJava [CI] Compile failure in example plugins :security-authorization-engine:compileJava May 31, 2022
@nik9000 nik9000 removed the needs:triage Requires assignment of a team area label label May 31, 2022
@mark-vieira
Copy link
Contributor

This actually was fixed in the related PR but we are waiting on an updated snapshot build with the changes.

elasticsearchmachine pushed a commit that referenced this issue May 31, 2022
My change #86401 never made it into 7.17.4 so the test was confused.
This bumps the version. It'll make it into 7.17.5.

Closes #87113
@slobodanadamovic
Copy link
Contributor

slobodanadamovic commented Oct 27, 2022

The issue withCustomAuthorizationEngine has been resolved and as such I will close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Plugins Plugin API and infrastructure :Security/Security Security issues without another label Team:Core/Infra Meta label for core/infra team Team:Security Meta label for security team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

6 participants