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

Changes:

[sam.corbett] Iniital entity for the crate db

[sam.corbett] Crate entity improvements

[mattunderscorechampion] Bind the socket after setting SO_REUSEADDR to true, 
behaviour is undefined the other way around

[alex.heneveld] CLI better default, port/https control, and version reporting

[aled.sage] Adds ArchiveUtilsTest + fixes ArchiveUtils

[mattunderscorechampion] Ensure that the datagram socket is created in an 
unbound state

[mattunderscorechampion] Removed unnecessary double checking of free port

[mattunderscorechampion] Fixed off by one error. After MAX_PORT_NUMBER 
comparison port is incremented and checked. If not in valid range 
isPortAvailable throws an exception which is less descriptive than the one in 
nextAvailablePort.

[alex.heneveld] obfuscate passwords and credentials in the gui (literal "shadow 
passwords!")

[alex.heneveld] set IS_IN_CLUSTER on couchbase primary node, fix problem 
noticed in #427

[svetoslav.neykov] Don't recurse into same symbolicName catalog items when 
resolving CAMP dependencies.

[svetoslav.neykov] Stop OSGi catalog items leaking libraries to parent.

[alex.heneveld] fix JS bug where $row might not exist when applying CSS style

[alex.heneveld] fix time-sensitive sensor derivation when rebinding to old 
sensors

[sam.corbett] Forbid imports from com.google.api.client.repackaged

[sam.corbett] BindDnsServerByonLiveTest.testDns locationSpec argument is 
optional

[svetoslav.neykov] Remove Softlayer API key

[alex.heneveld] make effector arguments available to entitlements checks

[alex.heneveld] add catalog entitlements and refactor entitlement enum 
dispatching

[alex.heneveld] enforce catalog entitlements at REST level

[alex.heneveld] enforce catalog entitlement at OSGi-loading level

[aled.sage] Transformer enricher: tidy import

[aled.sage] Entities.destroyAll: stop apps concurrently

[aled.sage] Adds EntityAndAttribute.create(...)

[aled.sage] AbstractBlueprintTest: make fields/methods protected

[sam.corbett] Allows no locations to be provided when starting applications in 
jsgui

[sam.corbett] Typos and extra comments

[alex.heneveld] Partial rebind - basically working, but for mgmt confusion

[alex.heneveld] Partial rebind - using new explicit BrooklynObjectManagementMode

[alex.heneveld] Partial rebind - add test and refactor / tidy of new code

[alex.heneveld] Partial rebind - test that version has successfully changed

[alex.heneveld] Switch OSGi more entites sayHI effector to include version info

[alex.heneveld] allow DynamicCluster to hold things which aren't Startable

[alex.heneveld] better dev-environment detection and osgi error reporting

[alex.heneveld] add convenience method for creating spec from catalog item

[alex.heneveld] special xml serialization for EntitySpec to support CatalogItem 
libraries

[alex.heneveld] test that changing version applies to specs

[alex.heneveld] fix proxy leak on extra promotion to master

[github] Fixes RabbitMQ installation on Centos 6 and 7

[alex.heneveld] some tests and comments exploring location unmanagement

[alex.heneveld] Partial rebind - address code review comments

[alex.heneveld] partial rebind - more code review, esp much better javadoc

[alex.heneveld] fix log message clobbering

[alex.heneveld] tidy of sensor timestamp workaround, in response to code review

[alex.heneveld] code review fixes for CLI extensions

[bostko] Update the build instructions to include the launch command

[andrea.turli] Update creating-blueprints.md

[svetoslav.neykov] Strip "Expect: 100-Continue" header in Jclouds object store

[github] Adds getConfig method to server REST API to allow client code to read 
properties

[duncan.grant] Notes on setting up BYON nodes

[bostko] Blueprint doc remove brackets from alternative configuration.

[colemanserious] Typo fix.

[john] Clarify instructions

[aled.sage] Adds getConfig method to server REST API to allow client code to 
read properties

[aled.sage] Add BrooklynObject.config()

[aled.sage] Deprecate *Config methods in Location/Enricher/Policy

[aled.sage] Use {location,policy,enricher}.config(), instead of newly 
deprecated methods

[aled.sage] Configurable.config(): incorporate review comments

[aled.sage] fixes for non-inherited config

[aled.sage] config: cleanup usage + deprecate

[aled.sage] Config refactor: minor fixes to javadoc

[aled.sage] PortRanges: check range is valid

[aled.sage] Jclouds openIptables: avoid NPE if no inboundPorts

[aled.sage] Add ExceptionsTest.testCollapseTextWhenExceptionMessageEmpty

[john] fixed the getting started URL

[john] Changed the open new issue URL from Brooklyn Central GitHub to Apache 
Jira

[aled.sage] Fix DynamicCluster.replaceMember for MultiLocation

[john] Changed the 'how-to-contrib' URL to point to apache.org

[svetoslav.neykov] Use the eclipse-groovy compiler for .groovy files only.

[john] Added missing double quotes

[alex.heneveld] don't assume servers to add is a singleton

[aled.sage] Docs: move install-on-server to guide/ops

[aled.sage] docs: fix install-on-server formatting

[aled.sage] docs: extract high-availability to its own page

[github] LocationTransformer: generate correct location spec strings from 
'Maybe' values

[aled.sage] Docs: adds to ops guide

[svetoslav.neykov] Improve state transformers

[svetoslav.neykov] Remove useless code - getting the catalog item no longer 
creates a loader

[svetoslav.neykov] Load old-style catalog items when referenced with explicit 
version

[svetoslav.neykov] Don't load old-style catalog items when "java:" prefix is 
used

[svetoslav.neykov] SimpleApplicationImpl must extend SimpleApplication interface

[svetoslav.neykov] Tests for old-style catalog items when loaded from external 
classpath or OSGi bundle

[sam.corbett] Update ActiveMQBroker version

[alex.heneveld] fix cobertura build - BROOKLYN-134

[alex.heneveld] docs fix-up

[aled.sage] Improve CLI customisability for downstream projects

[bostko] Basho Riak - Linux Install

[bostko] Basho Riak - Linux Install

[bostko] Basho Riak - Linux Install

[bostko] AbstractEc2LiveTest

[bostko] Riak Linux

[github] Changes Entities.descendants to allow 'Predicat<? super Entity>' 
instead of 'Predicate<Entity>'

[github] Adds template processing to the MySQL database creation script

[svetoslav.neykov] Compiler independent outer class field deserialization

[svetoslav.neykov] Add caching when searching for outer class fields

[aled.sage] Add BashCommands.setHostname

[aled.sage] Mysql template upload: ensure tmp file is deleted

[github] Adds addAssociationListener and removeAssociationListener to 
PortForwardManager

[aled.sage] Covert MySqlIntegrationTest from groovy to java

[aled.sage] MySql: test that creationScriptContents is template

[github] Allows catalog items to be deprecated

[github] Redirects web gui to root on logout to prevent login failure after 
logout

[github] Adds instructions for deprecating a catalog item

[sam.corbett] Props given as arguments to SshMachineLocation.connectSsh trump 
others

[svetoslav.neykov] Add description for tasks running a repeater

[robertgmoss] Add recursive sanitation and move to own class

[robertgmoss] change call to sanitize and update javadoc to link to new method

[alex.heneveld] change config() return type to be concrete to facilitate Groovy 
subclasses

[robertgmoss] Make Sanitizer instantiable taking a predicate

[aled.sage] Docs: minor improvements

[aled.sage] Docs: describe SoftwareProcess lifecycle

[aled.sage] Docs: persistence best practices / guidelines

[bostko] Riak Linux

[bostko] Riak Linux

[alex.heneveld] suppress unnecessary broken persistence integration test for 
deprecated persister

[alex.heneveld] better logging when can't instantiate on rebind

[alex.heneveld] fix bug where some persistence calls (eg from rest api) use 
non-instantiable catalog item (DO not DTO)

[alex.heneveld] update links in archetype file

[alex.heneveld] tidy of mongo yaml

[aled.sage] Fix AbstractEntity.config()

[github] Destroys machine on expunge, even if stopped

------------------------------------------
[...truncated 38901 lines...]
  SshMachineLocationTest.testIsSshableWhenFalse:282 » Timeout Still running: 
r=b...
  SshMachineLocationTest.testIsSshableWhenTrue:273 expected [true] but found 
[false]
  SshMachineLocationTest.testOverridingPropertyOnExec:202 » IllegalState Cannot 
...
  SshMachineLocationTest.testSshExecCommands:189 » IllegalState Cannot 
establish...
  SshMachineLocationTest.testSshExecScript:178 » IllegalState Cannot establish 
s...
  HostGeoLookupIntegrationTest.testGeobytesLookup:48 » NullPointer
  HostGeoLookupIntegrationTest.testMaxmindLookup:69 NullPointer
  
HotStandbyTest.testHotStandbyDoesNotLeakLotsOfRebindsCreatingAndDestroyingAChildEntity:494->assertUsedMemoryMaxDelta:366->assertUsedMemoryLessThan:361
 Too much memory used - 124m > max 124m
  ResourceUtilsTest.testGetResourceViaSftp:154 » Runtime Error getting resource 
...
  ResourceUtilsTest.testGetResourceViaSftpWithUsername:161 » Runtime Error 
getti...
  ArchiveUtilsTest.testDeployExplicitDestFile:109 » IllegalState Cannot 
establis...
  ArchiveUtilsTest.testDeployJarNotUnpacked:102 » IllegalState Cannot establish 
...
  ArchiveUtilsTest.testDeployZipDeletingArchiveAfterUnpack:94 » IllegalState 
Can...
  ArchiveUtilsTest.testDeployZipWithNoOptionalArgsSupplied:86 » IllegalState 
Can...
  SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testAllocatePty:231 
» Ssh
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testCopyFileToServerWithPermissions:190->SshToolAbstractIntegrationTest.assertRemoteFileContents:103->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testCopyFromServer:204 
» FileNotFound
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testCopyToServerFromBytes:147->SshToolAbstractIntegrationTest.assertRemoteFileContents:103->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testCopyToServerFromInputStream:162->SshToolAbstractIntegrationTest.assertRemoteFileContents:103->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testCopyToServerWithPermissions:169->SshToolAbstractIntegrationTest.assertRemoteFilePermissions:112->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecBigCommand:271->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecBigConcurrentCommand:278->ShellToolAbstractTest.runExecBigConcurrentCommand:305
 » Execution
  SshCliToolIntegrationTest>ShellToolAbstractTest.testExecCapturesStderr:329 » 
Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecChainOfCommands:244->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecCommandWithEnvVariables:263->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecConsecutiveCommands:104->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  SshCliToolIntegrationTest.testExecReturningNonZeroExitCode:115 » Ssh exit 
code...
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecReturningZeroExitCode:257
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptAbortsOnCommandFailure:178
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptBigChainOfCommand:168->ShellToolAbstractTest.execScript:422->ShellToolAbstractTest.execScript:426->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptBigCommand:155->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptCapturesStderr:318
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptChainOfCommands:113->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptCommandWithEnvVariables:132->ShellToolAbstractTest.execScript:426->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptEchosDontExecuteWhenToldNoExtraOutput:387
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptEchosExecute:374->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptReturningNonZeroExitCode:120
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptReturningZeroExitCode:126
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptWithSleepThenBigCommand:188->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testExecScriptWithSleepThenExit:147->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testOutputAsExpected:279->ShellToolAbstractTest.execCommands:394->ShellToolAbstractTest.execCommands:398->ShellToolAbstractTest.execCommands:402->ShellToolAbstractTest.execCommands:409
 » Ssh
  SshCliToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:367 » Ssh exit 
c...
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testScriptDataNotLost:139->ShellToolAbstractTest.execScript:414->ShellToolAbstractTest.execScript:418->ShellToolAbstractTest.execScript:433
 » Ssh
  
SshCliToolIntegrationTest>SshToolAbstractIntegrationTest.testScriptDirPropertiesIsRespected:296
 » Ssh
  
SshCliToolIntegrationTest>ShellToolAbstractTest.testScriptHeader:338->ShellToolAbstractTest.execScript:433
 » Ssh
  SshCliToolIntegrationTest>ShellToolAbstractTest.testStdErr:352 » Ssh exit 
code...
  
SshCliToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveBigStdinCommands:95->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:129
 » Ssh
  
SshCliToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveBigStdoutCommands:89->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:129
 » Ssh
  
SshCliToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveSmallCommands:79->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:129
 » Ssh
  
SshCliToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveSmallCommandsWithStdouterr:84->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:129
 » Ssh
  ProcessToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not 
running as root; whoami is: Executed /tmp/brooklyn-20150316-195405595-Xx09.sh, 
result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  SshjToolAsyncStubIntegrationTest.testPolls:123->runTest:161 » Ssh 
(jenkins@loc...
  
SshjToolAsyncStubIntegrationTest.testPollsAndReturnsNonZeroExitCode:134->runTest:161
 » Ssh
  SshjToolAsyncStubIntegrationTest.testPollsRepeatedly:151->runTest:161 » Ssh 
(j...
brooklyn.util.internal.ssh.sshj.SshjToolIntegrationTest.setUp(brooklyn.util.internal.ssh.sshj.SshjToolIntegrationTest)
  Run 1: 
SshjToolIntegrationTest>SshToolAbstractIntegrationTest.setUp:97->ShellToolAbstractTest.setUp:84->ShellToolAbstractTest.connect:99
 » Ssh
  Run 2: PASS
  Run 3: PASS
  Run 4: PASS
  Run 5: PASS
  Run 6: PASS
  Run 7: PASS
  Run 8: PASS
  Run 9: PASS
  Run 10: PASS
  Run 11: PASS
  Run 12: PASS
  Run 13: PASS
  Run 14: PASS
  Run 15: PASS
  Run 16: PASS
  Run 17: PASS
  Run 18: PASS
  Run 19: PASS
  Run 20: PASS
  Run 21: PASS
  Run 22: PASS
  Run 23: PASS
  Run 24: PASS
  Run 25: PASS
  Run 26: PASS
  Run 27: PASS
  Run 28: PASS
  Run 29: PASS
  Run 30: PASS
  Run 31: PASS
  Run 32: PASS
  Run 33: PASS
  Run 34: PASS
  Run 35: PASS
  Run 36: PASS
  Run 37: PASS
  Run 38: PASS
  Run 39: PASS
  Run 40: PASS
  Run 41: PASS
  Run 42: PASS
  Run 43: PASS

  
SshjToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveBigStdinCommands:95->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:128
 » Ssh
  
SshjToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveBigStdoutCommands:89->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:128
 » Ssh
  
SshjToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveConnectAndDisconnect:74->SshToolAbstractPerformanceTest.runMany:113
 » Ssh
  
SshjToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveSmallCommands:79->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:128
 » Ssh
  
SshjToolPerformanceTest>SshToolAbstractPerformanceTest.testConsecutiveSmallCommandsWithStdouterr:84->SshToolAbstractPerformanceTest.runExecManyCommands:103->SshToolAbstractPerformanceTest.runMany:113->SshToolAbstractPerformanceTest.access$100:48->SshToolAbstractPerformanceTest.execScript:128
 » Ssh
  BashCommandsIntegrationTest.testAlternatives:190 » Execution 
java.lang.Illegal...
  BashCommandsIntegrationTest.testAlternativesWhereFirstSucceeds:176 » Execution
  BashCommandsIntegrationTest.testDownloadFirstSuccessfulFile:153 » IllegalState
  BashCommandsIntegrationTest.testDownloadToStdout:166 » Execution 
java.lang.Ill...
  BashCommandsIntegrationTest.testPipeMultiline:257 » PropagatedRuntime 
  BashCommandsIntegrationTest.testRequireFailureExitsImmediately:248 » Execution
  BashCommandsIntegrationTest.testRequireFileHandlesFailure:223 » Execution 
java...
  BashCommandsIntegrationTest.testRequireFileHandlesSuccess:236 » Execution 
java...
  BashCommandsIntegrationTest.testRequireTestHandlesFailure:201 » Execution 
java...
  BashCommandsIntegrationTest.testRequireTestHandlesSuccess:213 » Execution 
java...
  BashCommandsIntegrationTest.testSudo:130 » IllegalState Cannot establish ssh 
c...
  BashCommandsIntegrationTest.testWaitForFileContentsWhenAbortingOnFail:268 » 
IllegalState
  
BashCommandsIntegrationTest.testWaitForFileContentsWhenContentsAppearAfterStart:302
 » PropagatedRuntime
  BashCommandsIntegrationTest.testWaitForFileContentsWhenNotAbortingOnFail:281 
» PropagatedRuntime
  SshTasksTest.testCopyTo:120 » FileNotFound File '/tmp/SshTasksTest-opZY/f1' 
do...
  SshTasksTest.testCopyToFailBadSubdirCreate:172 » FileNotFound File 
'/tmp/SshTa...
  SshTasksTest.testSshEchoHello:110 » PropagatedRuntime 
  SshTasksTest.testSshFetch:187 » PropagatedRuntime 
  SshTasksTest.testSshIgnoringHeaderProperty:202 mismatched output was:  
expected [true] but found [false]
  SshTasksTest.testSshWithHeaderProperty:195 mismatched output was:  expected 
[true] but found [false]



Tests run: 1282, Failures: 120, Errors: 0, Skipped: 46

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Parent Project ........................... SUCCESS [21.360s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [11.887s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [2.733s]
[INFO] Brooklyn Common Utilities ......................... FAILURE [48.762s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [8.441s]
[INFO] Brooklyn API ...................................... SUCCESS [4.690s]
[INFO] Brooklyn Test Support ............................. SUCCESS [5.302s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [1.128s]
[INFO] CAMP Base ......................................... SUCCESS [6.570s]
[INFO] Brooklyn Core ..................................... FAILURE 
[2:04:25.251s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:06:58.687s
[INFO] Finished at: Mon Mar 16 21:38:50 UTC 2015
[INFO] Final Memory: 41M/249M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on 
project brooklyn-utils-common: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/common/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on 
project brooklyn-core: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/core/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-utils-common
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/core/pom.xml>
 to 
org.apache.brooklyn/brooklyn-core/0.7.0-SNAPSHOT/brooklyn-core-0.7.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Core #2
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 9565 bytes
Compression is 0.0%
Took 2.9 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/pom.xml>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.7.0-SNAPSHOT/brooklyn-utils-groovy-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/target/brooklyn-utils-groovy-0.7.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.7.0-SNAPSHOT/brooklyn-utils-groovy-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/target/brooklyn-utils-groovy-0.7.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.7.0-SNAPSHOT/brooklyn-utils-groovy-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Groovy Utilities #37
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 87664 bytes
Compression is 0.0%
Took 0.64 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/common/pom.xml>
 to 
org.apache.brooklyn/brooklyn-utils-common/0.7.0-SNAPSHOT/brooklyn-utils-common-0.7.0-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/pom.xml>
 to 
org.apache.brooklyn/brooklyn-test-support/0.7.0-SNAPSHOT/brooklyn-test-support-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/target/brooklyn-test-support-0.7.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.7.0-SNAPSHOT/brooklyn-test-support-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/target/brooklyn-test-support-0.7.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.7.0-SNAPSHOT/brooklyn-test-support-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Test Support #37
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 110696 bytes
Compression is 0.0%
Took 0.32 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/pom.xml>
 to 
org.apache.brooklyn.camp/camp-base/0.7.0-SNAPSHOT/camp-base-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/target/camp-base-0.7.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.7.0-SNAPSHOT/camp-base-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/target/camp-base-0.7.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.7.0-SNAPSHOT/camp-base-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » CAMP 
Base #37
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 131263 bytes
Compression is 0.0%
Took 0.18 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/pom.xml>
 to 
org.apache.brooklyn/brooklyn-parent/0.7.0-SNAPSHOT/brooklyn-parent-0.7.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Parent Project #37
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 91684 bytes
Compression is 0.0%
Took 0.17 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/pom.xml>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.7.0-SNAPSHOT/brooklyn-logback-includes-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/target/brooklyn-logback-includes-0.7.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.7.0-SNAPSHOT/brooklyn-logback-includes-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/target/brooklyn-logback-includes-0.7.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.7.0-SNAPSHOT/brooklyn-logback-includes-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Logback Includable Configuration #37
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 40048 bytes
Compression is 0.0%
Took 0.16 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/pom.xml>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.7.0-SNAPSHOT/brooklyn-utils-test-support-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/target/brooklyn-utils-test-support-0.7.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.7.0-SNAPSHOT/brooklyn-utils-test-support-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/target/brooklyn-utils-test-support-0.7.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.7.0-SNAPSHOT/brooklyn-utils-test-support-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Utilities to Support Testing (listeners etc) #37
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 43612 bytes
Compression is 0.0%
Took 0.16 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/pom.xml>
 to 
org.apache.brooklyn.camp/camp-parent/0.7.0-SNAPSHOT/camp-parent-0.7.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » CAMP 
Server Parent Project #37
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1821 bytes
Compression is 0.0%
Took 0.16 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/pom.xml>
 to 
org.apache.brooklyn/brooklyn-api/0.7.0-SNAPSHOT/brooklyn-api-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/target/brooklyn-api-0.7.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.7.0-SNAPSHOT/brooklyn-api-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/target/brooklyn-api-0.7.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.7.0-SNAPSHOT/brooklyn-api-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn API #37
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 246163 bytes
Compression is 0.0%
Took 0.3 sec
channel stopped
Looks like the node went offline during the build. Check the slave log for the 
details.

Reply via email to