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 ADDC118000 for ; Wed, 29 Oct 2014 17:00:19 +0000 (UTC) Received: (qmail 18598 invoked by uid 500); 29 Oct 2014 17:00:19 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 18564 invoked by uid 500); 29 Oct 2014 17:00:19 -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 Received: (qmail 18552 invoked by uid 99); 29 Oct 2014 17:00:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 17:00:19 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Oct 2014 17:00:16 +0000 Received: (qmail 17360 invoked by uid 99); 29 Oct 2014 16:59:56 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 16:59:56 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id CFE98E0042E for ; Wed, 29 Oct 2014 16:59:55 +0000 (UTC) Date: Wed, 29 Oct 2014 16:59:54 +0000 (UTC) From: Apache Jenkins Server To: dev@brooklyn.incubator.apache.org Message-ID: <755071867.7433.1414601994893.JavaMail.jenkins@crius> In-Reply-To: <126630578.7011.1414521694374.JavaMail.jenkins@crius> References: <126630578.7011.1414521694374.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: incubator-brooklyn-master-windows #33 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: incubator-brooklyn-master-windows X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [aled.sage] Fix typos in chef-blueprints.md [aled.sage] Entities.waitForServiceUp: use finally block [splodge] Configure JMX bits early enough to allow subsequent registration = of required mbeans [aled.sage] Adds MutableList.builder.addAll(V[]) [aled.sage] Fix BrooklynNode.stop [aled.sage] Fix ElasticSearch test [aled.sage] Fix RedisIntegrationTest ------------------------------------------ [...truncated 22595 lines...] =09at brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentia= lTask.java:323) =09at brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(Basi= cExecutionManager.java:469) =09at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) =09at java.util.concurrent.FutureTask.run(FutureTask.java:138) =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec= utor.java:886) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:908) =09at java.lang.Thread.run(Thread.java:662) Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateE= xception: Timeout waiting for SERVICE_UP from MyServiceImpl{id=3DmoGkfDS5} =09at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) =09at java.util.concurrent.FutureTask.get(FutureTask.java:83) =09at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFutu= re.java:63) =09at brooklyn.util.task.BasicTask.get(BasicTask.java:343) =09at brooklyn.util.task.BasicTask.getUnchecked(BasicTask.java:352) =09at brooklyn.util.task.DynamicSequentialTask.drain(DynamicSequentialTask.= java:451) =09at brooklyn.util.task.DynamicTasks.drain(DynamicTasks.java:314) =09at brooklyn.util.task.DynamicTasks.waitForLast(DynamicTasks.java:303) =09at brooklyn.entity.software.MachineLifecycleEffectorTasks.start(MachineL= ifecycleEffectorTasks.java:219) =09at brooklyn.entity.software.MachineLifecycleEffectorTasks$1.call(Machine= LifecycleEffectorTasks.java:156) =09at brooklyn.entity.software.MachineLifecycleEffectorTasks$1.call(Machine= LifecycleEffectorTasks.java:1) =09at brooklyn.entity.effector.EffectorTasks$EffectorBodyTaskFactory$1.call= (EffectorTasks.java:81) =09at brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentia= lTask.java:323) =09at brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(Basi= cExecutionManager.java:469) =09at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) =09at java.util.concurrent.FutureTask.run(FutureTask.java:138) =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec= utor.java:886) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:908) =09at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.IllegalStateException: Timeout waiting for SERVICE_UP = from MyServiceImpl{id=3DmoGkfDS5} =09at brooklyn.entity.basic.Entities.waitForServiceUp(Entities.java:1012) =09at brooklyn.entity.basic.SoftwareProcessImpl.waitForServiceUp(SoftwarePr= ocessImpl.java:317) =09at brooklyn.entity.basic.SoftwareProcessImpl.waitForServiceUp(SoftwarePr= ocessImpl.java:314) =09at brooklyn.entity.basic.SoftwareProcessDriverLifecycleEffectorTasks.pos= tStartCustom(SoftwareProcessDriverLifecycleEffectorTasks.java:160) =09at brooklyn.entity.software.MachineLifecycleEffectorTasks$7.run(MachineL= ifecycleEffectorTasks.java:414) =09at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:44= 1) =09at brooklyn.util.task.DynamicSequentialTask$DstJob.call(DynamicSequentia= lTask.java:323) =09at brooklyn.util.task.BasicExecutionManager$SubmissionCallable.call(Basi= cExecutionManager.java:469) =09at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) =09at java.util.concurrent.FutureTask.run(FutureTask.java:138) =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec= utor.java:886) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor= .java:908) =09at java.lang.Thread.run(Thread.java:662) Results : Failed tests:=20 SoftwareProcessEntityTest.testSetsMachineAttributes:86 =C2=BB PropagatedR= untime=20 Tests run: 86, Failures: 1, Errors: 0, Skipped: 0 [JENKINS] Recording test results [JENKINS] Archiving disabled [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Network Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn OSGi Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Web App Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Messaging Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Database Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn NoSQL Data Store Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Monitoring Software Entities [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn CAMP REST API [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn REST Server [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn REST Client [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn REST JavaScript Web GUI [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Launcher [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Command Line Interface [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn All Things [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Distribution [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Simple Web Cluster Example [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Global Web Fabric Example [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn Simple Messaging Publish-Subscribe Example [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn NoSQL Cluster Examples [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] = =20 [INFO] --------------------------------------------------------------------= ---- [INFO] Skipping Brooklyn QA [INFO] This project has been banned from the build due to previous failures= . [INFO] --------------------------------------------------------------------= ---- [INFO] --------------------------------------------------------------------= ---- [INFO] Reactor Summary: [INFO]=20 [INFO] Brooklyn Parent Project ........................... SUCCESS [23.871s= ] [INFO] Brooklyn Utilities to Support Testing (listeners etc) SUCCESS [17.6= 13s] [INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [2.230s] [INFO] Brooklyn Common Utilities ......................... SUCCESS [33.759s= ] [INFO] Brooklyn Groovy Utilities ......................... SUCCESS [11.085s= ] [INFO] Brooklyn API ...................................... SUCCESS [6.210s] [INFO] Brooklyn Test Support ............................. SUCCESS [6.542s] [INFO] CAMP Server Parent Project ........................ SUCCESS [0.198s] [INFO] CAMP Base ......................................... SUCCESS [8.720s] [INFO] Brooklyn Core ..................................... SUCCESS [4:18.23= 7s] [INFO] Brooklyn Policies ................................. SUCCESS [4:20.70= 8s] [INFO] Brooklyn Hazelcast Storage ........................ SUCCESS [8.533s] [INFO] Brooklyn Jclouds Location Targets ................. SUCCESS [54.163s= ] [INFO] Brooklyn Secure JMXMP Agent ....................... SUCCESS [21.539s= ] [INFO] Brooklyn JMX RMI Agent ............................ SUCCESS [4.575s] [INFO] Brooklyn Software Base ............................ FAILURE [3:13.22= 1s] [INFO] Brooklyn Network Software Entities ................ SKIPPED [INFO] Brooklyn OSGi Software Entities ................... SKIPPED [INFO] Brooklyn Web App Software Entities ................ SKIPPED [INFO] Brooklyn Messaging Software Entities .............. SKIPPED [INFO] Brooklyn Database Software Entities ............... SKIPPED [INFO] Brooklyn NoSQL Data Store Software Entities ....... SKIPPED [INFO] Brooklyn Monitoring 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:25.171s [INFO] Finished at: Wed Oct 29 09:59:41 PDT 2014 [INFO] Final Memory: 46M/132M [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 [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-plug= in:2.17:test (default-test) on project brooklyn-software-base: There are te= st failures. [ERROR]=20 [ERROR] Please refer to F:\jenkins\jenkins-slave\workspace\incubator-brookl= yn-master-windows\software\base\target\surefire-reports for the individual = test results. [ERROR] -> [Help 1] [ERROR]=20 [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]=20 [ERROR] For more information about the errors and possible solutions, pleas= e read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailu= reException [ERROR]=20 [ERROR] After correcting the problems, you can resume the build with the co= mmand [ERROR] mvn -rf :brooklyn-software-base channel stopped