You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried following developer guide to run ml-commons locally but the gradle build is failing.
Branch: 2.x and main
> Task :opensearch-ml-plugin:integTest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':opensearch-ml-plugin:integTest'.
> Could not resolve all files for configuration ':opensearch-ml-plugin:opensearch_distro_extracted_testclusters-opensearch-ml-plugin-integTest-0-2.16.0-SNAPSHOT-'.
> Could not resolve opensearch-distribution-snapshot:opensearch:2.16.0-SNAPSHOT.
Required by:
project :opensearch-ml-plugin
> Could not resolve opensearch-distribution-snapshot:opensearch:2.16.0-SNAPSHOT.
> Could not get resource 'https://artifacts.opensearch.org/snapshots/core/opensearch/2.16.0-SNAPSHOT/opensearch-min-2.16.0-SNAPSHOT-darwin-arm64-latest.tar.gz'.
> Could not HEAD 'https://artifacts.opensearch.org/snapshots/core/opensearch/2.16.0-SNAPSHOT/opensearch-min-2.16.0-SNAPSHOT-darwin-arm64-latest.tar.gz'. Received status code 403 from server: Forbidden
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 3m 24s
81 actionable tasks: 79 executed, 2 up-to-date
The text was updated successfully, but these errors were encountered:
I've tried following developer guide to run ml-commons locally but the gradle build is failing.
Branch: 2.x and main
The text was updated successfully, but these errors were encountered: