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 performance-analyzer-2.16.0 #697

Closed
opensearch-ci-bot opened this issue Jul 27, 2024 · 2 comments
Closed
Labels
autocut untriaged v2.16.0 Issues targeting release v2.16.0

Comments

@opensearch-ci-bot
Copy link
Collaborator

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

@prudhvigodithi
Copy link
Contributor

The Error.

> Task :compileJava
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/collectors/telemetry/RTFNodeStatsAllShardsMetricsCollector.java:256: error: cannot find symbol
                    RTFMetrics.CommonDimension.INDEX_UUID.toString(), shardId.getIndex().getUUID());
                                              ^
  symbol:   variable INDEX_UUID
  location: class CommonDimension
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java:65: error: cannot find symbol
                    RTFMetrics.OSMetrics.CPU_UTILIZATION.toString(),
                              ^
  symbol:   variable OSMetrics
  location: class RTFMetrics
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java:67: error: cannot find symbol
                    RTFMetrics.MetricUnits.RATE.toString());
                                          ^
  symbol:   variable RATE
  location: class MetricUnits
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java:77: error: cannot find symbol
                    RTFMetrics.OSMetrics.HEAP_ALLOCATED.toString(),
                              ^
  symbol:   variable OSMetrics
  location: class RTFMetrics
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/listener/RTFPerformanceAnalyzerSearchListener.java:284: error: cannot find symbol
                                RTFMetrics.CommonDimension.INDEX_UUID.toString(),
                                                          ^
  symbol:   variable INDEX_UUID
  location: class CommonDimension
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportChannel.java:113: error: cannot find symbol
                                RTFMetrics.CommonDimension.INDEX_UUID.toString(),
                                                          ^
  symbol:   variable INDEX_UUID
  location: class CommonDimension
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java:53: error: cannot find symbol
                    RTFMetrics.OSMetrics.CPU_UTILIZATION.toString(),
                              ^
  symbol:   variable OSMetrics
  location: class RTFMetrics
/tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/transport/RTFPerformanceAnalyzerTransportRequestHandler.java:55: error: cannot find symbol
                    RTFMetrics.MetricUnits.RATE.toString());
                                          ^
  symbol:   variable RATE
  location: class MetricUnits
Note: /tmp/tmpn09ee8dd/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/http_action/config/PerformanceAnalyzerClusterConfigAction.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.

@gaiksaya gaiksaya mentioned this issue Jul 29, 2024
6 tasks
@opensearch-ci-bot
Copy link
Collaborator Author

Closing the issue as the distribution build for performance-analyzer has passed for version: 2.16.0.
Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/10128/display/redirect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut untriaged v2.16.0 Issues targeting release v2.16.0
Projects
None yet
Development

No branches or pull requests

2 participants