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

[BUG] Run compatibility task is not stable and consistently failing #9409

Closed
ankitkala opened this issue Aug 17, 2023 · 1 comment
Closed
Labels
bug Something isn't working CI CI related untriaged

Comments

@ankitkala
Copy link
Member

ankitkala commented Aug 17, 2023

Describe the bug
Run compatibility task assumes that all plugins are building with the base changes used for the PR(which is not enforced). Currently the task is failing with:

Incompatible components: [https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/security-analytics.git]

https://github.com/opensearch-project/OpenSearch/actions/runs/5886729563/job/15965040392?pr=9019

sample failures:

e: file:///tmp/groovy-generated-tmpdir-610570451132579633/src/main/kotlin/org/opensearch/indexmanagement/util/SecurityUtils.kt:96:29 Unresolved reference: ActionListener

FAILURE: Build failed with an exception.
  symbol:   class StreamOutput
  location: class AsynchronousSearchContextId
/tmp/groovy-generated-tmpdir-6065366233871064290/src/main/java/org/opensearch/search/asynchronous/request/SubmitAsynchronousSearchRequest.java:103: error: cannot find symbol
    public SubmitAsynchronousSearchRequest(StreamInput in) throws IOException {
                                           ^
  symbol:   class StreamInput
  location: class SubmitAsynchronousSearchRequest
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
100 errors

FAILURE: Build failed with an exception.
@ankitkala ankitkala added bug Something isn't working untriaged labels Aug 17, 2023
@tlfeng tlfeng added the CI CI related label Aug 22, 2023
@peternied
Copy link
Member

There was a fixes the compataiblity tests [1] - if this reproduces can you please reopen with new failure logs?

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

No branches or pull requests

3 participants