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

Changes:

[andrea.turli] Fix BROOKLYN-99

[valentin.aitken] Remove obsolete Tomcat fail binding test

[yavor] Fixing Integration tests for 0.7.0

[yavor] Fixing Integration test - RubyRepIntegrationTest

[richard] Clarify operation of `templateOptions` config key

[yavor] Fixing Integration test - MySQL tests

[alex.heneveld] code review for #705, minor but important

[alex.heneveld] more code review of #705

[svetoslav.neykov] Fix AutoScaler integration test - MIN_POOL_SIZE is 1 now.

[svetoslav.neykov] Wait all apps running in BrooklynNote test

[richard] Add another test resource check for the source release

[github] Prevents Location Events being reported to metering for temporary 
locations

[svetoslav.neykov] Fix BrooklynNode unmanage - wait for parent tasks to complete

[svetoslav.neykov] Avoid the usage of remote services, replace with local server

[sam.corbett] 0.7.0 release notes

[github] Fixes issue where port was not being opened if port range was 
overridden

[richard] Update pom.xml GnuPG settings

[richard] Change version to 0.8.0-SNAPSHOT

------------------------------------------
[...truncated 29245 lines...]
        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)

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)

testExampleWar(brooklyn.util.BrooklynMavenArtifactsTest)  Time elapsed: 0.09 
sec  <<< FAILURE!
java.lang.IllegalArgumentException: Unable to access URL : 
https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&v=0.8.0-SNAPSHOT&g=io.brooklyn.example&a=brooklyn-example-hello-world-sql-webapp&e=war
        at 
brooklyn.util.ResourceUtils.getResourceViaHttp(ResourceUtils.java:441)
        at 
brooklyn.util.ResourceUtils.getResourceFromUrl(ResourceUtils.java:252)
        at brooklyn.util.ResourceUtils.checkUrlExists(ResourceUtils.java:491)
        at brooklyn.util.ResourceUtils.checkUrlExists(ResourceUtils.java:484)
        at 
brooklyn.util.BrooklynMavenArtifactsTest.testExampleWar(BrooklynMavenArtifactsTest.java:48)

testUtilsCommon(brooklyn.util.BrooklynMavenArtifactsTest)  Time elapsed: 0.078 
sec  <<< FAILURE!
java.lang.IllegalArgumentException: Unable to access URL : 
https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&v=0.8.0-SNAPSHOT&g=io.brooklyn&a=brooklyn-utils-common&e=jar
        at 
brooklyn.util.ResourceUtils.getResourceViaHttp(ResourceUtils.java:441)
        at 
brooklyn.util.ResourceUtils.getResourceFromUrl(ResourceUtils.java:252)
        at brooklyn.util.ResourceUtils.checkUrlExists(ResourceUtils.java:491)
        at brooklyn.util.ResourceUtils.checkUrlExists(ResourceUtils.java:484)
        at 
brooklyn.util.BrooklynMavenArtifactsTest.testUtilsCommon(BrooklynMavenArtifactsTest.java:42)


Results :

Failed tests: 
  CatalogDtoTest.testCatalogLookup:62->checkCatalogHealthy:79 » IllegalState 
Bun...
  CatalogDtoTest.testCatalogSerializeAndLookup:74->checkCatalogHealthy:79 » 
IllegalState
  
SshMachineLocationIntegrationTest.testExtractingConnectablePassphraselessKey:77 
» NullPointer
  HostGeoLookupIntegrationTest.testMaxmindLookup:75 host lookup unavailable - 
is the maxmind database installed? expected object to not be null
  BrooklynMavenArtifactsTest.testExampleWar:48 » IllegalArgument Unable to 
acces...
  BrooklynMavenArtifactsTest.testUtilsCommon:42 » IllegalArgument Unable to 
acce...
  SshCliToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not running 
as root; whoami is: Executed /tmp/brooklyn-20150626-200105248-ATt6.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-20150626-193353222-FCm2.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-20150626-201333541-lnDa.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: 11, Errors: 0, Skipped: 3

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Parent Project ........................... SUCCESS [11.380s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [9.890s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [3.843s]
[INFO] Brooklyn Common Utilities ......................... FAILURE [49.713s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [12.059s]
[INFO] Brooklyn API ...................................... SUCCESS [5.163s]
[INFO] Brooklyn Test Support ............................. SUCCESS [8.449s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [1.177s]
[INFO] CAMP Base ......................................... SUCCESS [7.550s]
[INFO] Brooklyn Core ..................................... FAILURE 
[1:08:38.475s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:11:07.089s
[INFO] Finished at: Fri Jun 26 20:32:54 UTC 2015
[INFO] Final Memory: 41M/243M
[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.8.0-SNAPSHOT/brooklyn-core-0.8.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.23 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.8.0-SNAPSHOT/brooklyn-utils-groovy-0.8.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/target/brooklyn-utils-groovy-0.8.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.8.0-SNAPSHOT/brooklyn-utils-groovy-0.8.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/target/brooklyn-utils-groovy-0.8.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.8.0-SNAPSHOT/brooklyn-utils-groovy-0.8.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Groovy Utilities #130
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 88357 bytes
Compression is 0.0%
Took 0.41 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.8.0-SNAPSHOT/brooklyn-utils-common-0.8.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.8.0-SNAPSHOT/brooklyn-test-support-0.8.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/target/brooklyn-test-support-0.8.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.8.0-SNAPSHOT/brooklyn-test-support-0.8.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/target/brooklyn-test-support-0.8.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.8.0-SNAPSHOT/brooklyn-test-support-0.8.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Test Support #130
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 111206 bytes
Compression is 0.0%
Took 0.39 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.8.0-SNAPSHOT/camp-base-0.8.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/target/camp-base-0.8.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.8.0-SNAPSHOT/camp-base-0.8.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/target/camp-base-0.8.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.8.0-SNAPSHOT/camp-base-0.8.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » CAMP 
Base #130
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 131123 bytes
Compression is 0.0%
Took 0.44 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/pom.xml>
 to 
org.apache.brooklyn/brooklyn-parent/0.8.0-SNAPSHOT/brooklyn-parent-0.8.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Parent Project #130
Archived 1 artifacts
Archive block size is 32768
Received 1 blocks and 60838 bytes
Compression is 35.0%
Took 0.27 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.8.0-SNAPSHOT/brooklyn-logback-includes-0.8.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/target/brooklyn-logback-includes-0.8.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.8.0-SNAPSHOT/brooklyn-logback-includes-0.8.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/target/brooklyn-logback-includes-0.8.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.8.0-SNAPSHOT/brooklyn-logback-includes-0.8.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Logback Includable Configuration #130
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 41372 bytes
Compression is 0.0%
Took 0.42 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.8.0-SNAPSHOT/brooklyn-utils-test-support-0.8.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/target/brooklyn-utils-test-support-0.8.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.8.0-SNAPSHOT/brooklyn-utils-test-support-0.8.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/target/brooklyn-utils-test-support-0.8.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.8.0-SNAPSHOT/brooklyn-utils-test-support-0.8.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn Utilities to Support Testing (listeners etc) #130
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 44892 bytes
Compression is 0.0%
Took 0.39 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/pom.xml>
 to 
org.apache.brooklyn.camp/camp-parent/0.8.0-SNAPSHOT/camp-parent-0.8.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » CAMP 
Server Parent Project #130
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1821 bytes
Compression is 0.0%
Took 0.19 sec
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/pom.xml>
 to 
org.apache.brooklyn/brooklyn-api/0.8.0-SNAPSHOT/brooklyn-api-0.8.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/target/brooklyn-api-0.8.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.8.0-SNAPSHOT/brooklyn-api-0.8.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/target/brooklyn-api-0.8.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.8.0-SNAPSHOT/brooklyn-api-0.8.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » 
Brooklyn API #130
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 250622 bytes
Compression is 0.0%
Took 0.44 sec
channel stopped
Looks like the node went offline during the build. Check the slave log for the 
details.

Reply via email to