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] job-shceduler compile issue #539

Open
ryanqin01 opened this issue Nov 8, 2023 · 2 comments
Open

[BUG] job-shceduler compile issue #539

ryanqin01 opened this issue Nov 8, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ryanqin01
Copy link

There seems multiple errors when compiling job-scheduler my own with version 2.9.0 and 2.10.0.

command:
./gradlew build

errors:

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':integTest'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:149)

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':opensearch-job-scheduler-spi:compileJava'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:149)

@ryanqin01 ryanqin01 added bug Something isn't working untriaged labels Nov 8, 2023
@ryanqin01
Copy link
Author

how to reproduce:

just compile job scheduler on a clean env. Centos7, linux64

@prudhvigodithi
Copy link
Collaborator

[Triage]
Hey @ryanqin01 the ci checks also uses ./gradlew build
https://github.com/opensearch-project/job-scheduler/blob/main/.github/workflows/ci.yml#L80. Just few weeks It worked for 2.12 release as well #584 (comment).
Also you can leverage the build workflow from the build system.
Thanks
@bbarani

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants