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] Integration Test failed for anomaly-detection: 2.7.0 tar distribution #865

Closed
opensearch-ci-bot opened this issue Apr 15, 2023 · 2 comments

Comments

@opensearch-ci-bot
Copy link
Collaborator

The integration test failed at distribution level for component anomaly-detection
Version: 2.7.0
Distribution: tar
Architecture: x64
Platform: linux

Please check the logs: https://build.ci.opensearch.org/job/integ-test/4474/display/redirect

* Steps to reproduce: See https://github.com/opensearch-project/opensearch-build/tree/main/src/test_workflow#integration-tests
* Access cluster logs:
- With security (if applicable)
- Without security (if applicable)

Note: All in one test report manifest with all the details coming soon. See opensearch-project/opensearch-build#1274

@jmazanec15
Copy link
Member

2023-04-15 01:17:01 INFO     Pinging https://localhost:9200/_cluster/health

2023-04-15 01:17:02 INFO     200: {"cluster_name":"opensearchcluster1","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"discovered_master":true,"discovered_cluster_manager":true,"active_primary_shards":2,"active_shards":2,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0}

2023-04-15 01:17:02 INFO     Service is available

2023-04-15 01:17:02 INFO     ===============================================

2023-04-15 01:17:02 INFO     Running integration tests for anomaly-detection with-security

2023-04-15 01:17:02 INFO     ===============================================

2023-04-15 01:17:02 INFO     Executing "bash /var/jenkins/workspace/integ-test@2/scripts/default/integtest.sh -b localhost -p 9200 -s true -v 2.7.0" in /tmp/tmppuje30_x/anomaly-detection

2023-04-15 01:18:07 INFO     Recording component test results for anomaly-detection at /var/jenkins/workspace/integ-test@2/test-results/4474/integ-test/anomaly-detection/with-security/test-results

2023-04-15 01:18:07 INFO     Stderr reported for component: anomaly-detection

2023-04-15 01:18:07 INFO     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.

/tmp/tmppuje30_x/anomaly-detection/src/test/java/org/opensearch/ad/cluster/HashRingTests.java:265: error: no suitable constructor found for NodeInfo(Version,Build,DiscoveryNode,Settings,<null>,<null>,<null>,<null>,<null>,<null>,PluginsAndModules,<null>,<null>,<null>)

        return new NodeInfo(

               ^

    constructor NodeInfo.NodeInfo(StreamInput) is not applicable

      (actual and formal argument lists differ in length)

    constructor NodeInfo.NodeInfo(Version,Build,DiscoveryNode,Settings,OsInfo,ProcessInfo,JvmInfo,ThreadPoolInfo,TransportInfo,HttpInfo,PluginsAndModules,IngestInfo,AggregationInfo,ByteSizeValue,SearchPipelineInfo) is not applicable

      (actual and formal argument lists differ in length)

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.

1 error


FAILURE: Build failed with an exception.

@jmazanec15
Copy link
Member

Fixed in #869. Closing

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