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

[AUTOCUT] Distribution Build Failed for ml-commons-2.15.0 #2558

Closed
opensearch-ci-bot opened this issue Jun 15, 2024 · 2 comments
Closed

[AUTOCUT] Distribution Build Failed for ml-commons-2.15.0 #2558

opensearch-ci-bot opened this issue Jun 15, 2024 · 2 comments

Comments

@opensearch-ci-bot
Copy link
Collaborator

Received Error: Error building ml-commons, retry with: ./build.sh manifests/2.15.0/opensearch-2.15.0.yml --component ml-commons.
ml-commons failed during the distribution build for version: 2.15.0.
Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/9974/display/redirect.
The failed build stage will be marked as unstable(!). Please see ./build.sh step for more details

@peterzhuamazon
Copy link
Member


> Task :opensearch-ml-algorithms:classes

> Task :opensearch-ml-algorithms:jar


> Task :opensearch-ml-plugin:compileJava

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/controller/DeployControllerTransportAction.java:38: error: type argument MLDeployControllerNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLDeployControllerNodesRequest, MLDeployControllerNodesResponse, MLDeployControllerNodeRequest, MLDeployControllerNodeResponse> {

                                                                                          ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/controller/UndeployControllerTransportAction.java:38: error: type argument MLUndeployControllerNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLUndeployControllerNodesRequest, MLUndeployControllerNodesResponse, MLUndeployControllerNodeRequest, MLUndeployControllerNodeResponse> {

                                                                                              ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/deploy/TransportDeployModelOnNodeAction.java:55: error: type argument MLDeployModelNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLDeployModelNodesRequest, MLDeployModelNodesResponse, MLDeployModelNodeRequest, MLDeployModelNodeResponse> {

                                                                                ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/profile/MLProfileTransportAction.java:41: error: type argument MLProfileNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLProfileRequest, MLProfileResponse, MLProfileNodeRequest, MLProfileNodeResponse> {

                                                              ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/stats/MLStatsNodesTransportAction.java:45: error: type argument MLStatsNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLStatsNodesRequest, MLStatsNodesResponse, MLStatsNodeRequest, MLStatsNodeResponse> {

                                                                    ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/syncup/TransportSyncUpOnNodeAction.java:55: error: type argument MLSyncUpNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLSyncUpNodesRequest, MLSyncUpNodesResponse, MLSyncUpNodeRequest, MLSyncUpNodeResponse> {

                                                                      ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/undeploy/TransportUndeployModelAction.java:57: error: type argument MLUndeployModelNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLUndeployModelNodesRequest, MLUndeployModelNodesResponse, MLUndeployModelNodeRequest, MLUndeployModelNodeResponse> {

                                                                                    ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

/tmp/tmpdisvnbt7/ml-commons/plugin/src/main/java/org/opensearch/ml/action/update_cache/UpdateModelCacheTransportAction.java:38: error: type argument MLUpdateModelCacheNodeRequest is not within bounds of type-variable NodeRequest

    TransportNodesAction<MLUpdateModelCacheNodesRequest, MLUpdateModelCacheNodesResponse, MLUpdateModelCacheNodeRequest, MLUpdateModelCacheNodeResponse> {

                                                                                          ^

  where NodeRequest is a type-variable:

    NodeRequest extends BaseNodeRequest declared in class TransportNodesAction

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

8 errors


> Task :opensearch-ml-plugin:compileJava FAILED


FAILURE: Build failed with an exception.

@peterzhuamazon
Copy link
Member

Seems like the commit should come from here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants