Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F33B717572 for ; Thu, 2 Oct 2014 07:37:03 +0000 (UTC) Received: (qmail 17593 invoked by uid 500); 2 Oct 2014 07:37:03 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 17563 invoked by uid 500); 2 Oct 2014 07:37:03 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Delivered-To: moderator for dev@brooklyn.incubator.apache.org Received: (qmail 99481 invoked by uid 99); 1 Oct 2014 23:49:36 -0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Date: Wed, 1 Oct 2014 23:49:07 +0000 (UTC) From: Apache Jenkins Server To: dev@brooklyn.incubator.apache.org Message-ID: <2112766546.7081.1412207347675.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: incubator-brooklyn-pull-requests #8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: incubator-brooklyn-pull-requests X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [aled.sage] Fix failing tests (from jenkins) ------------------------------------------ [...truncated 1161 lines...] [ERROR] 53. ERROR in (at line 574) [ERROR] public long getPriority() { [ERROR] ^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getPriority() of type NonDeploymentManagementContext.NonDeploymentHighAvailabilityManager must override or implement a supertype method [ERROR] ---------- [ERROR] ---------- [ERROR] 54. ERROR in (at line 108) [ERROR] public String getExpectedMasterToClear() { [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getExpectedMasterToClear() of type ManagementPlaneSyncRecordDeltaImpl must override or implement a supertype method [ERROR] ---------- [ERROR] ---------- [ERROR] 55. ERROR in (at line 390) [ERROR] public String getHostname() { [ERROR] ^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getHostname() of type SshMachineLocation must override or implement a supertype method [ERROR] ---------- [ERROR] 56. ERROR in (at line 396) [ERROR] public Set getPublicAddresses() { [ERROR] ^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getPublicAddresses() of type SshMachineLocation must override or implement a supertype method [ERROR] ---------- [ERROR] 57. ERROR in (at line 401) [ERROR] public Set getPrivateAddresses() { [ERROR] ^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getPrivateAddresses() of type SshMachineLocation must override or implement a supertype method [ERROR] ---------- [ERROR] ---------- [ERROR] 58. ERROR in (at line 135) [ERROR] score.priority = contender.getPriority()!=null ? contender.getPriority() : 0; [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getPriority() is undefined for the type ManagementNodeSyncRecord [ERROR] ---------- [ERROR] 59. ERROR in (at line 135) [ERROR] score.priority = contender.getPriority()!=null ? contender.getPriority() : 0; [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getPriority() is undefined for the type ManagementNodeSyncRecord [ERROR] ---------- [ERROR] 60. ERROR in (at line 143) [ERROR] contender.getStatus()==ManagementNodeState.HOT_STANDBY ? 2 : [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 61. ERROR in (at line 161) [ERROR] boolean statusOk = (contender.getStatus() == ManagementNodeState.STANDBY || contender.getStatus() == ManagementNodeState.HOT_STANDBY || contender.getStatus() == ManagementNodeState.MASTER); [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] ---------- [ERROR] 62. ERROR in (at line 407) [ERROR] RuntimeException compoundException = Exceptions.create("Failure rebinding", allExceptions); [ERROR] ^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method create(Collection) in the type Exceptions is not applicable for the arguments (String, List) [ERROR] ---------- [ERROR] ---------- [ERROR] 63. ERROR in (at line 254) [ERROR] persistMaster("", delta.getExpectedMasterToClear()); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getExpectedMasterToClear() is undefined for the type ManagementPlaneSyncRecordPersister.Delta [ERROR] ---------- [ERROR] ---------- [ERROR] 64. ERROR in (at line 195) [ERROR] public boolean isShutdown() { [ERROR] ^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method isShutdown() of type BasicExecutionContext must override or implement a supertype method [ERROR] ---------- [ERROR] ---------- [ERROR] 65. ERROR in (at line 231) [ERROR] this.persistenceRealChangeListener = new PeriodicDeltaChangeListener(managementContext.getServerExecutionContext(), persistenceStoreAccess, exceptionHandler, periodicPersistPeriod); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getServerExecutionContext() is undefined for the type ManagementContextInternal [ERROR] ---------- [ERROR] 66. ERROR in (at line 246) [ERROR] public void startPersistence() { [ERROR] ^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method startPersistence() of type RebindManagerImpl must override or implement a supertype method [ERROR] ---------- [ERROR] 67. ERROR in (at line 252) [ERROR] persistenceStoreAccess.enableWriteAccess(); [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method enableWriteAccess() is undefined for the type BrooklynMementoPersister [ERROR] ---------- [ERROR] 68. ERROR in (at line 257) [ERROR] public void stopPersistence() { [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method stopPersistence() of type RebindManagerImpl must override or implement a supertype method [ERROR] ---------- [ERROR] 69. ERROR in (at line 261) [ERROR] if (persistenceStoreAccess != null) persistenceStoreAccess.disableWriteAccess(true); [ERROR] ^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method disableWriteAccess(boolean) is undefined for the type BrooklynMementoPersister [ERROR] ---------- [ERROR] 70. ERROR in (at line 267) [ERROR] public void startReadOnly() { [ERROR] ^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method startReadOnly() of type RebindManagerImpl must override or implement a supertype method [ERROR] ---------- [ERROR] 71. ERROR in (at line 278) [ERROR] if (persistenceStoreAccess != null) persistenceStoreAccess.disableWriteAccess(true); [ERROR] ^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method disableWriteAccess(boolean) is undefined for the type BrooklynMementoPersister [ERROR] ---------- [ERROR] 72. ERROR in (at line 283) [ERROR] rebind(null, null, ManagementNodeState.HOT_STANDBY); [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 73. ERROR in (at line 293) [ERROR] rebind(null, null, ManagementNodeState.HOT_STANDBY); [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 74. ERROR in (at line 318) [ERROR] readOnlyTask = (ScheduledTask) managementContext.getServerExecutionContext().submit( [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getServerExecutionContext() is undefined for the type ManagementContextInternal [ERROR] ---------- [ERROR] 75. ERROR in (at line 323) [ERROR] public void stopReadOnly() { [ERROR] ^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method stopReadOnly() of type RebindManagerImpl must override or implement a supertype method [ERROR] ---------- [ERROR] 76. ERROR in (at line 341) [ERROR] if (target==ManagementNodeState.HOT_STANDBY) { [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 77. ERROR in (at line 405) [ERROR] public List rebind(ClassLoader classLoaderO, RebindExceptionHandler exceptionHandlerO, ManagementNodeState modeO) { [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method rebind(ClassLoader, RebindExceptionHandler, ManagementNodeState) of type RebindManagerImpl must override or implement a supertype method [ERROR] ---------- [ERROR] 78. ERROR in (at line 417) [ERROR] if (mode!=ManagementNodeState.HOT_STANDBY && mode!=ManagementNodeState.MASTER) [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 79. ERROR in (at line 422) [ERROR] ec = managementContext.getServerExecutionContext(); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getServerExecutionContext() is undefined for the type ManagementContextInternal [ERROR] ---------- [ERROR] 80. ERROR in (at line 423) [ERROR] Task> task = ec.submit(new Callable>() { [ERROR] ^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method submit(TaskAdaptable) in the type ExecutionContext is not applicable for the arguments (new Callable>(){}) [ERROR] ---------- [ERROR] 81. ERROR in (at line 475) [ERROR] exceptionHandler.onStart(); [ERROR] ^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method onStart() is undefined for the type RebindExceptionHandler [ERROR] ---------- [ERROR] 82. ERROR in (at line 479) [ERROR] if (mode==ManagementNodeState.HOT_STANDBY) { [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 83. ERROR in (at line 510) [ERROR] if (mode==ManagementNodeState.HOT_STANDBY) [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 84. ERROR in (at line 515) [ERROR] if (mode==ManagementNodeState.HOT_STANDBY) [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] 85. ERROR in (at line 879) [ERROR] if (!isEmpty && mode!=ManagementNodeState.HOT_STANDBY) { [ERROR] ^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: HOT_STANDBY cannot be resolved or is not a field [ERROR] ---------- [ERROR] ---------- [ERROR] 86. ERROR in (at line 188) [ERROR] waitForPendingComplete(expiry.getDurationRemaining().minimum(Duration.ZERO).add(graceTimeoutForSubsequentOperations)); [ERROR] ^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method minimum(Duration) is undefined for the type Duration [ERROR] ---------- [ERROR] 87. ERROR in (at line 192) [ERROR] scheduledTask.blockUntilEnded(expiry.getDurationRemaining().minimum(Duration.ZERO).add(graceTimeoutForSubsequentOperations)); [ERROR] ^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method minimum(Duration) is undefined for the type Duration [ERROR] ---------- [ERROR] 88. ERROR in (at line 194) [ERROR] boolean reallyEnded = Tasks.blockUntilInternalTasksEnded(scheduledTask, expiry.getDurationRemaining().minimum(Duration.ZERO).add(graceTimeoutForSubsequentOperations)); [ERROR] ^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method minimum(Duration) is undefined for the type Duration [ERROR] ---------- [ERROR] 89. ERROR in (at line 252) [ERROR] return stopped || executionContext.isShutdown(); [ERROR] ^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method isShutdown() is undefined for the type ExecutionContext [ERROR] ---------- [ERROR] ---------- [ERROR] 90. ERROR in (at line 1024) [ERROR] mgmt.getServerExecutionContext().submit(t).getUnchecked(); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] [ERROR] no more tokens - could not parse error message: The method getServerExecutionContext() is undefined for the type ManagementContext [ERROR] ---------- [ERROR] ---------- [ERROR] 91. ERROR in (at line 270) [ERROR] FileUtil.copyTo(contents, localFile); [ERROR] ^^^^^^ [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException channel stopped