See <https://builds.apache.org/job/incubator-brooklyn-master-windows/31/changes>
Changes:
[alex.heneveld] allow parameters for restart effector, including children and
the machine for SoftwareProcess.restart;
[alex.heneveld] fix error where collapsed text would leave out interesting
messages included with the propagation, with tests
[alex.heneveld] fix failures introduced by dynamic/parametrized RESTART
effector; main items are:
[alex.heneveld] propagate entitlements as tasks are submitted, to fix failing
AcmeEntitlementManagerTest
[alex.heneveld] add missing @EffectorParam for policy test; also tweak the test
so build completes a bit faster
[aled.sage] Fix GeoscalingWebClientTest
[aled.sage] Fix GeoscalingIntegrationTest
[aled.sage] Fix SshMachineLocationIntegrationTest
[aled.sage] Fix QpidIntegrationTest
[aled.sage] Fix NnginxClusterIntegrationTest
[aled.sage] Fix MavenArtifactTest
[alex.heneveld] apply code review for adding parameters to RESTART effector,
mainly javadoc and code tidies
[alex.heneveld] improve formatting of scheduler's status
[alex.heneveld] add a new main.uri sensor in Attributes, similar idea but wider
scope to WebAppService.ROOT_URL
[alex.heneveld] enhance config REST data to provide info so that we get "open
REST link" actions, and related cleanup
[alex.heneveld] include parameters in description of effector invocations
[alex.heneveld] call `parentLocation.release(child)` on unmanage, so that (in
part) ports obtained for use on localhost are freed up for reuse;
[alex.heneveld] add support for extracting flags from $brooklyn:entitySpec
declarations and translating them as config
[alex.heneveld] apply code review comments, fixing whitespace and tidying a
classname
[aled.sage] Fix EntityExecutionManagerTest
[aled.sage] DynamicCluster: ensure cause of resize error is reported
[aled.sage] Add TestApplication.newSimulatedLocation()
[aled.sage] Bump TomcatServer version to 5.0.56
[aled.sage] TestJavaWebAppEntity: tidies
[aled.sage] TomcatAutoScalerPolicyTest: code tidy
[aled.sage] Use Duration for AutoScalerPolicy.builder methods
[aled.sage] Fix Solr version number
[aled.sage] Asserts: log.info with details of failure
[aled.sage] BrooklynMavenArtifactsTest: allow retry for URL
------------------------------------------
[...truncated 19706 lines...]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.util.concurrent.ExecutionException:
brooklyn.util.exceptions.PropagatedRuntimeException: Error invoking start at
MyServiceImpl{id=mvHbKG4U}: Timeout waiting for SERVICE_UP from
MyServiceImpl{id=mvHbKG4U}
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at
com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:63)
at brooklyn.util.task.BasicTask.get(BasicTask.java:343)
at brooklyn.util.task.ParallelTask.runJobs(ParallelTask.java:63)
at brooklyn.util.task.CompoundTask$1.call(CompoundTask.java:82)
at brooklyn.util.task.CompoundTask$1.call(CompoundTask.java:1)
at
brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:469)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: brooklyn.util.exceptions.PropagatedRuntimeException: Error invoking
start at MyServiceImpl{id=mvHbKG4U}
at
brooklyn.management.internal.EffectorUtils.handleEffectorException(EffectorUtils.java:263)
at
brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$2.handleException(EffectorTasks.java:89)
at
brooklyn.util.task.DynamicSequentialTask.handleException(DynamicSequentialTask.java:421)
at
brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:373)
at
brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:469)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: brooklyn.util.exceptions.PropagatedRuntimeException:
at brooklyn.util.exceptions.Exceptions.propagate(Exceptions.java:91)
at brooklyn.util.task.BasicTask.getUnchecked(BasicTask.java:354)
at
brooklyn.util.task.DynamicSequentialTask.drain(DynamicSequentialTask.java:451)
at brooklyn.util.task.DynamicTasks.drain(DynamicTasks.java:314)
at brooklyn.util.task.DynamicTasks.waitForLast(DynamicTasks.java:303)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks.start(MachineLifecycleEffectorTasks.java:219)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks$1.call(MachineLifecycleEffectorTasks.java:156)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks$1.call(MachineLifecycleEffectorTasks.java:1)
at
brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$1.call(EffectorTasks.java:81)
at
brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:323)
at
brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:469)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.util.concurrent.ExecutionException:
java.lang.IllegalStateException: Timeout waiting for SERVICE_UP from
MyServiceImpl{id=mvHbKG4U}
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at
com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:63)
at brooklyn.util.task.BasicTask.get(BasicTask.java:343)
at brooklyn.util.task.BasicTask.getUnchecked(BasicTask.java:352)
at
brooklyn.util.task.DynamicSequentialTask.drain(DynamicSequentialTask.java:451)
at brooklyn.util.task.DynamicTasks.drain(DynamicTasks.java:314)
at brooklyn.util.task.DynamicTasks.waitForLast(DynamicTasks.java:303)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks.start(MachineLifecycleEffectorTasks.java:219)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks$1.call(MachineLifecycleEffectorTasks.java:156)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks$1.call(MachineLifecycleEffectorTasks.java:1)
at
brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$1.call(EffectorTasks.java:81)
at
brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:323)
at
brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:469)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Timeout waiting for SERVICE_UP from
MyServiceImpl{id=mvHbKG4U}
at brooklyn.entity.basic.Entities.waitForServiceUp(Entities.java:1011)
at
brooklyn.entity.basic.SoftwareProcessImpl.waitForServiceUp(SoftwareProcessImpl.java:317)
at
brooklyn.entity.basic.SoftwareProcessImpl.waitForServiceUp(SoftwareProcessImpl.java:314)
at
brooklyn.entity.basic.SoftwareProcessDriverLifecycleEffectorTasks.postStartCustom(SoftwareProcessDriverLifecycleEffectorTasks.java:160)
at
brooklyn.entity.software.MachineLifecycleEffectorTasks$7.run(MachineLifecycleEffectorTasks.java:414)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at
brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:323)
at
brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:469)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Results :
Failed tests:
SoftwareProcessEntityRebindTest.testReleasesLocationOnStopAfterRebinding:81 ยป
PropagatedRuntime
Tests run: 86, Failures: 1, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Web App Software Entities
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn NoSQL Data Store Software Entities
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn CAMP REST API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn REST Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn REST Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn REST JavaScript Web GUI
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Launcher
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Command Line Interface
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn All Things
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Distribution
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Simple Web Cluster Example
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Global Web Fabric Example
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn Simple Messaging Publish-Subscribe Example
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn NoSQL Cluster Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Brooklyn QA
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Brooklyn Parent Project ........................... SUCCESS [39.207s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc) SUCCESS [17.951s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [2.750s]
[INFO] Brooklyn Common Utilities ......................... SUCCESS [29.186s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [12.141s]
[INFO] Brooklyn API ...................................... SUCCESS [6.408s]
[INFO] Brooklyn Test Support ............................. SUCCESS [8.344s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [0.296s]
[INFO] CAMP Base ......................................... SUCCESS [9.027s]
[INFO] Brooklyn Core ..................................... SUCCESS [4:03.454s]
[INFO] Brooklyn Policies ................................. SUCCESS [4:01.644s]
[INFO] Brooklyn Jclouds Location Targets ................. SUCCESS [57.029s]
[INFO] Brooklyn Secure JMXMP Agent ....................... SUCCESS [24.908s]
[INFO] Brooklyn JMX RMI Agent ............................ SUCCESS [4.279s]
[INFO] Brooklyn Software Base ............................ FAILURE [3:09.244s]
[INFO] Brooklyn Web App Software Entities ................ SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ....... SKIPPED
[INFO] Brooklyn CAMP REST API ............................ SKIPPED
[INFO] Brooklyn REST Server .............................. SKIPPED
[INFO] Brooklyn REST Client .............................. SKIPPED
[INFO] Brooklyn REST JavaScript Web GUI .................. SKIPPED
[INFO] Brooklyn Launcher ................................. SKIPPED
[INFO] Brooklyn Command Line Interface ................... SKIPPED
[INFO] Brooklyn All Things ............................... SKIPPED
[INFO] Brooklyn Distribution ............................. SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ............... SKIPPED
[INFO] Brooklyn Global Web Fabric Example ................ SKIPPED
[INFO] Brooklyn Simple Messaging Publish-Subscribe Example SKIPPED
[INFO] Brooklyn NoSQL Cluster Examples ................... SKIPPED
[INFO] Brooklyn QA ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:06.206s
[INFO] Finished at: Tue Oct 28 16:29:45 GMT 2014
[INFO] Final Memory: 44M/224M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project brooklyn-software-base: There are test failures.
[ERROR]
[ERROR] Please refer to
F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\software\base\target\surefire-reports
for the individual test results.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :brooklyn-software-base
channel stopped