opensearch-project / anomaly-detection

Identify atypical data and receive automatic notifications
https://opensearch.org/docs/latest/monitoring-plugins/ad/index/
Apache License 2.0
65 stars 75 forks source link

[AUTOCUT] Integration Test failed for anomaly-detection: 2.7.0 tar distribution #865

Closed opensearch-ci-bot closed 1 year ago

opensearch-ci-bot commented 1 year ago

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 https://github.com/opensearch-project/opensearch-build/issues/1274

jmazanec15 commented 1 year ago
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 commented 1 year ago

Fixed in https://github.com/opensearch-project/anomaly-detection/pull/869. Closing