Pearl1594 commented on pull request #4383: URL: https://github.com/apache/cloudstack/pull/4383#issuecomment-704345974
@ustcweizhou @DaanHoogland Seems like the build failure is because it is unable to resolve HostVO and hostDao isn't injected ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-plugin-integrations-prometheus-exporter: Compilation failure: Compilation failure: [ERROR] /jenkins/workspace/acs-pr-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.14.1.0-SNAPSHOT/plugins/integrations/prometheus/src/main/java/org/apache/cloudstack/metrics/PrometheusExporterImpl.java:[103,33] error: cannot find symbol [ERROR] symbol: variable hostDao [ERROR] location: class PrometheusExporterImpl [ERROR] /jenkins/workspace/acs-pr-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.14.1.0-SNAPSHOT/plugins/integrations/prometheus/src/main/java/org/apache/cloudstack/metrics/PrometheusExporterImpl.java:[103,19] error: cannot find symbol [ERROR] symbol: class HostVO [ERROR] location: class PrometheusExporterImpl [ERROR] -> [Help 1] ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
