You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/10/17 13:12:55 UTC

Build failed in Jenkins: incubator-brooklyn-master-windows #19

See <https://builds.apache.org/job/incubator-brooklyn-master-windows/19/changes>

Changes:

[alex.heneveld] exclude maven check-style in eclipse, to suppress eclipse errors

[alex.heneveld] support changing mode to disabled, ensuring things really are purged from memory; and allow HA tests based on RebindTestUtils/Fixture

[alex.heneveld] better bookkeeping for scheduled tasks (counts go to 0 now), and set tags on scheduled tasks

[alex.heneveld] switch incomplete tasks to be tracked by ID, rather than a simple count, so we can GC those which are interrupted (and so their afterEnd method is never called),

[alex.heneveld] ensure feeds (and all entity tasks) are cancelled when entities are unmanaged, including in-memory test and an integration test with nginx; now it will GC entity tasks *after* fully unmanaged, but will cancel entity tasks *during* unmanage. also fixes nginx issue where it tries to reload conf immediately on rebind

[alex.heneveld] a few minor tidies for GC'ing tasks and alerting on nginx reload/update failure

[alex.heneveld] tidies after code reviwe for stopping tasks on unmanagement, and option for stopping tasks with timeout and investigation of errors occurring on rapid entity destroying just to make sure they are benign and handled well (and they are :) )

------------------------------------------
[...truncated 20580 lines...]
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom (2 KB at 15.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.2.2/jackson-datatype-joda-2.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.2.2/jackson-datatype-joda-2.2.2.pom (4 KB at 42.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/basho/riak/protobuf/riak-pb/1.4.0/riak-pb-1.4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/basho/riak/protobuf/riak-pb/1.4.0/riak-pb-1.4.0.pom (9 KB at 76.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.4.2/jackson-datatype-joda-2.4.2.jar
Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.18/mysql-connector-java-5.1.18.jar
Downloading: http://repo.maven.apache.org/maven2/com/basho/riak/riak-client/1.4.0/riak-client-1.4.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/2.11.4/mongo-java-driver-2.11.4.jar
Downloading: http://repo.maven.apache.org/maven2/com/basho/riak/protobuf/riak-pb/1.4.0/riak-pb-1.4.0.jar
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.4.2/jackson-datatype-joda-2.4.2.jar (52 KB at 248.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/2.11.4/mongo-java-driver-2.11.4.jar (410 KB at 617.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/basho/riak/protobuf/riak-pb/1.4.0/riak-pb-1.4.0.jar (351 KB at 482.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.18/mysql-connector-java-5.1.18.jar (772 KB at 1035.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/basho/riak/riak-client/1.4.0/riak-client-1.4.0.jar (574 KB at 737.6 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.0:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (brooklyn-build-req) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (verify-style) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ brooklyn-example-hello-world-sql-webapp ---
[WARNING] Ignoring project type war - supportedProjectTypes = [jar]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ brooklyn-example-hello-world-sql-webapp ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [brooklyn-example-hello-world-sql-webapp] in [F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\target\brooklyn-example-hello-world-sql-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\src\main\webapp]
[INFO] Webapp assembled in [212 msecs]
[INFO] Building war: F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\target\brooklyn-example-hello-world-sql-webapp.war
[WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored 
(webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/services/brooklyn.location.LocationResolver
[INFO] Exclude: **/src/test/resources/brooklyn/entity/basic/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] 10 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 9 licence.
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\target\brooklyn-example-hello-world-sql-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ brooklyn-example-hello-world-sql-webapp ---
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\target\brooklyn-example-hello-world-sql-webapp.war to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\example\brooklyn-example-hello-world-sql-webapp\0.7.0-SNAPSHOT\brooklyn-example-hello-world-sql-webapp-0.7.0-SNAPSHOT.war
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\example\brooklyn-example-hello-world-sql-webapp\0.7.0-SNAPSHOT\brooklyn-example-hello-world-sql-webapp-0.7.0-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\webapps\hello-world-sql\target\brooklyn-example-hello-world-sql-webapp-sources.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\example\brooklyn-example-hello-world-sql-webapp\0.7.0-SNAPSHOT\brooklyn-example-hello-world-sql-webapp-0.7.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[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 [42.067s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [20.237s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [2.805s]
[INFO] Brooklyn Common Utilities ......................... SUCCESS [30.563s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [12.422s]
[INFO] Brooklyn API ...................................... SUCCESS [9.366s]
[INFO] Brooklyn Test Support ............................. SUCCESS [6.447s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [0.555s]
[INFO] CAMP Base ......................................... SUCCESS [11.592s]
[INFO] Brooklyn REST Swagger Apidoc Utilities ............ SUCCESS [8.763s]
[INFO] Brooklyn Logback Configuration .................... SUCCESS [2.191s]
[INFO] CAMP Server ....................................... SUCCESS [15.603s]
[INFO] Brooklyn Core ..................................... SUCCESS [4:55.845s]
[INFO] Brooklyn Policies ................................. FAILURE [1:59.908s]
[INFO] Brooklyn Hazelcast Storage ........................ SUCCESS [21.511s]
[INFO] Brooklyn Jclouds Location Targets ................. SUCCESS [1:08.932s]
[INFO] Brooklyn Secure JMXMP Agent ....................... SUCCESS [27.492s]
[INFO] Brooklyn JMX RMI Agent ............................ SUCCESS [5.492s]
[INFO] Brooklyn Software Base ............................ SKIPPED
[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 API ................................. SUCCESS [15.128s]
[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 Examples Aggregator Project .............. SUCCESS [2.691s]
[INFO] Brooklyn Examples Support Aggregator Project - Webapps  SUCCESS [1.947s]
[INFO] hello-world-webapp Maven Webapp ................... SUCCESS [3.046s]
[INFO] hello-world-sql-webapp Maven Webapp ............... SUCCESS [6.203s]
[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: 12:28.484s
[INFO] Finished at: Fri Oct 17 12:12:30 BST 2014
[INFO] Final Memory: 46M/222M
[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
[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-policy: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\policy\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-policy
channel stopped

Jenkins build is back to normal : incubator-brooklyn-master-windows #22

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/incubator-brooklyn-master-windows/22/changes>


Build failed in Jenkins: incubator-brooklyn-master-windows #21

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/incubator-brooklyn-master-windows/21/changes>

Changes:

[alex.heneveld] allow override for webapp to access standby server (POSTs are still disallowed, unless you do force)

[alex.heneveld] allow groovy requests to standby server

[alex.heneveld] demote CatalogDto "warning" to debug; we sometimes validly pass empty DTO's from rebind

------------------------------------------
[...truncated 19812 lines...]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ brooklyn-rest-api ---
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\rest-api\target\brooklyn-rest-api-0.7.0-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-rest-api\0.7.0-SNAPSHOT\brooklyn-rest-api-0.7.0-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\rest-api\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-rest-api\0.7.0-SNAPSHOT\brooklyn-rest-api-0.7.0-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\rest-api\target\brooklyn-rest-api-0.7.0-SNAPSHOT-tests.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-rest-api\0.7.0-SNAPSHOT\brooklyn-rest-api-0.7.0-SNAPSHOT-tests.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\rest-api\target\brooklyn-rest-api-0.7.0-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-rest-api\0.7.0-SNAPSHOT\brooklyn-rest-api-0.7.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[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] Building Brooklyn Downstream Project Parent 0.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ brooklyn-downstream-parent ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\downstream-parent (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ brooklyn-downstream-parent ---
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\downstream-parent\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-downstream-parent\0.7.0-SNAPSHOT\brooklyn-downstream-parent-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Brooklyn Examples Aggregator Project 0.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ brooklyn-examples-parent ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\target
[INFO] Deleting F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.0:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-examples-parent ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (brooklyn-build-req) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (verify-style) @ brooklyn-examples-parent ---
[INFO] 
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ brooklyn-examples-parent ---
[INFO] 56 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/services/brooklyn.location.LocationResolver
[INFO] Exclude: **/src/test/resources/brooklyn/entity/basic/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 1 licence.
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ brooklyn-examples-parent ---
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\example\brooklyn-examples-parent\0.7.0-SNAPSHOT\brooklyn-examples-parent-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[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 [25.788s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [14.164s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [0.944s]
[INFO] Brooklyn Common Utilities ......................... SUCCESS [23.365s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [11.255s]
[INFO] Brooklyn API ...................................... SUCCESS [6.655s]
[INFO] Brooklyn Test Support ............................. SUCCESS [8.368s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [0.315s]
[INFO] CAMP Base ......................................... SUCCESS [10.458s]
[INFO] Brooklyn REST Swagger Apidoc Utilities ............ SUCCESS [6.412s]
[INFO] Brooklyn Logback Configuration .................... SUCCESS [0.496s]
[INFO] CAMP Server ....................................... SUCCESS [14.084s]
[INFO] Brooklyn Core ..................................... SUCCESS [4:23.615s]
[INFO] Brooklyn Policies ................................. FAILURE [2:02.078s]
[INFO] Brooklyn Jclouds Location Targets ................. SUCCESS [55.576s]
[INFO] Brooklyn Secure JMXMP Agent ....................... SUCCESS [24.240s]
[INFO] Brooklyn JMX RMI Agent ............................ SUCCESS [4.702s]
[INFO] Brooklyn Software Base ............................ SKIPPED
[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 API ................................. SUCCESS [9.502s]
[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 Downstream Project Parent ................ SUCCESS [0.295s]
[INFO] Brooklyn Examples Aggregator Project .............. SUCCESS [1.867s]
[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: 10:15.894s
[INFO] Finished at: Fri Oct 17 16:22:24 BST 2014
[INFO] Final Memory: 39M/168M
[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
[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-policy: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\policy\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-policy
channel stopped

Build failed in Jenkins: incubator-brooklyn-master-windows #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/incubator-brooklyn-master-windows/20/changes>

Changes:

[alex.heneveld] fix NPE in locaton rebinding

------------------------------------------
[...truncated 20545 lines...]
[INFO] Exclude: **/src/main/resources/logback-custom.xml
[INFO] Exclude: **/src/brooklyn-sample/README.md
[INFO] Exclude: **/src/brooklyn-sample/pom.xml
[INFO] Exclude: **/src/brooklyn-sample/src/main/assembly/files/conf/*
[INFO] Exclude: **/src/brooklyn-sample/src/main/java/**/*.java
[INFO] Exclude: **/src/brooklyn-sample/src/main/resources/logback-custom.xml
[INFO] Exclude: **/src/brooklyn-sample/src/test/java/**/*.java

[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/services/brooklyn.location.LocationResolver
[INFO] Exclude: **/src/test/resources/brooklyn/entity/basic/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] 9 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 7 licence.
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ brooklyn-archetype-quickstart ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\archetypes\quickstart\target\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ brooklyn-archetype-quickstart ---
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\archetypes\quickstart\target\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-archetype-quickstart\0.7.0-SNAPSHOT\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\archetypes\quickstart\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-archetype-quickstart\0.7.0-SNAPSHOT\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT.pom
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\archetypes\quickstart\target\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT-tests.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-archetype-quickstart\0.7.0-SNAPSHOT\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT-tests.jar
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\usage\archetypes\quickstart\target\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\brooklyn-archetype-quickstart\0.7.0-SNAPSHOT\brooklyn-archetype-quickstart-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.2:update-local-catalog (default-update-local-catalog) @ brooklyn-archetype-quickstart ---
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Brooklyn Examples Aggregator Project 0.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ brooklyn-examples-parent ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\target
[INFO] Deleting F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.0:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-examples-parent ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (brooklyn-build-req) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (verify-style) @ brooklyn-examples-parent ---
[INFO] 
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ brooklyn-examples-parent ---
[INFO] 56 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/services/brooklyn.location.LocationResolver
[INFO] Exclude: **/src/test/resources/brooklyn/entity/basic/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 1 licence.
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ brooklyn-examples-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ brooklyn-examples-parent ---
[INFO] Installing F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\examples\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\brooklyn\example\brooklyn-examples-parent\0.7.0-SNAPSHOT\brooklyn-examples-parent-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[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 [36.209s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [18.180s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [2.936s]
[INFO] Brooklyn Common Utilities ......................... SUCCESS [27.354s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [11.631s]
[INFO] Brooklyn API ...................................... SUCCESS [8.741s]
[INFO] Brooklyn Test Support ............................. SUCCESS [8.542s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [0.443s]
[INFO] CAMP Base ......................................... SUCCESS [11.221s]
[INFO] Brooklyn REST Swagger Apidoc Utilities ............ SUCCESS [8.846s]
[INFO] Brooklyn Logback Configuration .................... SUCCESS [0.662s]
[INFO] CAMP Server ....................................... SUCCESS [14.946s]
[INFO] Brooklyn Core ..................................... SUCCESS [3:41.879s]
[INFO] Brooklyn Policies ................................. FAILURE [1:48.019s]
[INFO] Brooklyn Jclouds Location Targets ................. SUCCESS [57.019s]
[INFO] Brooklyn Secure JMXMP Agent ....................... SUCCESS [23.911s]
[INFO] Brooklyn JMX RMI Agent ............................ SUCCESS [5.362s]
[INFO] Brooklyn Software Base ............................ SKIPPED
[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 API ................................. SUCCESS [12.325s]
[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 Quick-Start Project Archetype ............ SUCCESS [1:02.240s]
[INFO] Brooklyn Examples Aggregator Project .............. SUCCESS [0.419s]
[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: 10:58.706s
[INFO] Finished at: Fri Oct 17 13:38:38 BST 2014
[INFO] Final Memory: 47M/207M
[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
[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-policy: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\incubator-brooklyn-master-windows\policy\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-policy
channel stopped