Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
7285
Description
There are Carbon Autorelease Build Failures in centinel-alertcallback:
https://jenkins.opendaylight.org/releng/view/autorelease/job/autorelease-release-carbon/77/
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project centinel-alertcallback: Compilation failure: Compilation failure:
[ERROR] /w/workspace/autorelease-release-carbon/centinel/plugins/centinel-alertcallback/src/main/java/org/opendaylight/centinel/alertcallback/CentinelAlertCallbackModule.java:[21,8] cannot access com.google.inject.AbstractModule
[ERROR] class file for com.google.inject.AbstractModule not found
[ERROR] /w/workspace/autorelease-release-carbon/centinel/plugins/centinel-alertcallback/src/main/java/org/opendaylight/centinel/alertcallback/CentinelAlertCallbackPlugin.java:[25,53] cannot find symbol
[ERROR] symbol: constructor CentinelAlertCallbackModule()
[ERROR] location: class org.opendaylight.centinel.alertcallback.CentinelAlertCallbackModule
[ERROR] /w/workspace/autorelease-release-carbon/centinel/plugins/centinel-alertcallback/src/main/java/org/opendaylight/centinel/alertcallback/CentinelAlertCallbackModule.java:[22,5] method does not override or implement a method from a supertype
[ERROR] /w/workspace/autorelease-release-carbon/centinel/plugins/centinel-alertcallback/src/main/java/org/opendaylight/centinel/alertcallback/CentinelAlertCallbackModule.java:[24,9] cannot find symbol
[ERROR] symbol: method addAlarmCallback(java.lang.Class<org.opendaylight.centinel.alertcallback.CentinelAlertCallback>)
[ERROR] location: class org.opendaylight.centinel.alertcallback.CentinelAlertCallbackModule
[ERROR] /w/workspace/autorelease-release-carbon/centinel/plugins/centinel-alertcallback/src/main/java/org/opendaylight/centinel/alertcallback/CentinelAlertCallbackModule.java:[27,5] method does not override or implement a method from a supertype