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

Changes:

[robertgmoss] Determine type of entity in rest response from api annotation

[robertgmoss] fix case where error is thrown by api

[robertgmoss] Change to best effort

[valentin.aitken] Fix for Java 8 compile error

[yavor] Riak startup

[svetoslav.neykov] Put user metadata into SL notes.

[svetoslav.neykov] Set explicit versions for conflicting transitive dependencies

[mike.zaccardo] Add install and customize commands to VanillaSoftwareProcess

[robertgmoss] add log and propogate exception if fatal

[svetoslav.neykov] Fix integration tests - brooklyn-core

[robertgmoss] remove core dependency

[mike.zaccardo] Fix GeoscalingWebClient create primary domain REST call and 
update test

[valentin.aitken] Fix JBoss6Server Integration Test

[svetoslav.neykov] Fix integration tests - brooklyn-software-base

------------------------------------------
[...truncated 30964 lines...]
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: net.schmizz.sshj.userauth.UserAuthException: Problem getting public 
key from PKCS8KeyFile{resource=[PrivateKeyFileResource] 
/home/jenkins/.ssh/id_rsa_with_passphrase}
        at 
net.schmizz.sshj.userauth.method.KeyedAuthMethod.putPubKey(KeyedAuthMethod.java:46)
        at 
net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:62)
        at 
net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:81)
        at 
net.schmizz.sshj.userauth.method.AbstractAuthMethod.request(AbstractAuthMethod.java:63)
        at 
net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:92)
        at net.schmizz.sshj.SSHClient.auth(SSHClient.java:205)
        at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:305)
        at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:324)
        at 
brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:206)
        at 
brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:42)
        at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:631)
        at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:617)
        at brooklyn.util.internal.ssh.sshj.SshjTool.connect(SshjTool.java:206)
        at 
brooklyn.util.internal.ssh.SshToolAbstractIntegrationTest.testSshKeyWithPassphrase(SshToolAbstractIntegrationTest.java:245)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
        at org.testng.TestRunner.privateRun(TestRunner.java:767)
        at org.testng.TestRunner.run(TestRunner.java:617)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
        at org.testng.SuiteRunner.run(SuiteRunner.java:254)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
        at org.testng.TestNG.run(TestNG.java:1057)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.io.FileNotFoundException: 
/home/jenkins/.ssh/id_rsa_with_passphrase (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at 
net.schmizz.sshj.userauth.password.PrivateKeyFileResource.getReader(PrivateKeyFileResource.java:34)
        at 
net.schmizz.sshj.userauth.keyprovider.PKCS8KeyFile.readKeyPair(PKCS8KeyFile.java:128)
        at 
net.schmizz.sshj.userauth.keyprovider.PKCS8KeyFile.getPublic(PKCS8KeyFile.java:72)
        at 
net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.getPublic(OpenSSHKeyFile.java:60)
        at 
net.schmizz.sshj.userauth.method.KeyedAuthMethod.putPubKey(KeyedAuthMethod.java:44)
        at 
net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:62)
        at 
net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:81)
        at 
net.schmizz.sshj.userauth.method.AbstractAuthMethod.request(AbstractAuthMethod.java:63)
        at 
net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:92)
        at net.schmizz.sshj.SSHClient.auth(SSHClient.java:205)
        at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:305)
        at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:324)
        at 
brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:206)
        at 
brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:42)
        at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:631)
        at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:617)
        at brooklyn.util.internal.ssh.sshj.SshjTool.connect(SshjTool.java:206)
        at 
brooklyn.util.internal.ssh.SshToolAbstractIntegrationTest.testSshKeyWithPassphrase(SshToolAbstractIntegrationTest.java:245)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
        at org.testng.TestRunner.privateRun(TestRunner.java:767)
        at org.testng.TestRunner.run(TestRunner.java:617)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
        at org.testng.SuiteRunner.run(SuiteRunner.java:254)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
        at org.testng.TestNG.run(TestNG.java:1057)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMaxmindLookup(brooklyn.location.geo.HostGeoLookupIntegrationTest)  Time 
elapsed: 0.006 sec  <<< FAILURE!
java.lang.AssertionError: host lookup unavailable - is the maxmind database 
installed? expected object to not be null
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.assertNotNull(Assert.java:404)
        at 
brooklyn.location.geo.HostGeoLookupIntegrationTest.testMaxmindLookup(HostGeoLookupIntegrationTest.java:75)

testExtractingConnectablePassphraselessKey(brooklyn.location.basic.SshMachineLocationIntegrationTest)
  Time elapsed: 0.004 sec  <<< FAILURE!
java.lang.NullPointerException: This test requires a localhost named location 
called 'localhost-passphrase' (which should have a passphrase set)
        at 
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229)
        at 
brooklyn.location.basic.SshMachineLocationIntegrationTest.testExtractingConnectablePassphraselessKey(SshMachineLocationIntegrationTest.java:77)


Results :

Failed tests: 
  SshFeedIntegrationTest.testFailsOnNonZero:180 val=null expected [true] but 
found [false]
  SshFeedIntegrationTest.testReturnsSshExitStatus:134 
entity=TestEntityImpl{id=fADWujx6}; attribute=Sensor: aLong (java.lang.Integer) 
expected [123] but found [null]
  SshFeedIntegrationTest.testReturnsSshStdout:147 val=null expected [true] but 
found [false]
  
SshMachineLocationIntegrationTest.testExtractingConnectablePassphraselessKey:77 
» NullPointer
  HostGeoLookupIntegrationTest.testMaxmindLookup:75 host lookup unavailable - 
is the maxmind database installed? expected object to not be null
  SshCliToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not running 
as root; whoami is: Executed /tmp/brooklyn-20150619-214750319-lUzk.sh, result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  ProcessToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not 
running as root; whoami is: Executed /tmp/brooklyn-20150619-214751246-Cvsn.sh, 
result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  SshjToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not running 
as root; whoami is: Executed /tmp/brooklyn-20150619-220830468-QsLE.sh, result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  
SshjToolIntegrationTest>SshToolAbstractIntegrationTest.testSshKeyWithPassphrase:245
 » Ssh
  BashCommandsIntegrationTest.testSudo:134 out=; err=sudo: a password is 
required
 expected [0] but found [1]

Tests run: 1318, Failures: 10, Errors: 0, Skipped: 3

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Parent Project ........................... SUCCESS [26.191s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [13.067s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [3.672s]
[INFO] Brooklyn Common Utilities ......................... FAILURE [46.390s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [11.404s]
[INFO] Brooklyn API ...................................... SUCCESS [5.220s]
[INFO] Brooklyn Test Support ............................. SUCCESS [8.293s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [1.109s]
[INFO] CAMP Base ......................................... SUCCESS [7.388s]
[INFO] Brooklyn Core ..................................... FAILURE [59:47.887s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:02:33.075s
[INFO] Finished at: Fri Jun 19 22:17:30 UTC 2015
[INFO] Final Memory: 38M/239M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1: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.1: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 9754 bytes
Compression is 0.0%
Took 0.16 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 #124
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 88352 bytes
Compression is 0.0%
Took 0.24 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 #124
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 111203 bytes
Compression is 0.0%
Took 0.29 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 #124
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 131122 bytes
Compression is 0.0%
Took 0.32 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 #124
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 93669 bytes
Compression is 0.0%
Took 0.2 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 #124
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 41371 bytes
Compression is 0.0%
Took 0.29 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) #124
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 44891 bytes
Compression is 0.0%
Took 0.32 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 #124
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 #124
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 250611 bytes
Compression is 0.0%
Took 0.78 sec
channel stopped
Looks like the node went offline during the build. Check the slave log for the 
details.

Reply via email to