See <https://builds.apache.org/job/brooklyn-server-master/455/changes>

Changes:

[alex] migrate config inheritance to new classes

[alex] document better config inheritance semantics

[alex] implement inheritance of config default values

[alex] uncomment another assertion about inherited config

[alex] don't use transients as not reset on deserialization

[alex] PR comments on config defaults

[alex] no need for `keepSameInstance` in `RebindOptions` as we have a field

[alex] comments on parameter/config inheritance/merging

[alex] fix test for taking default from parameter

[alex] fix version reference in config inheritance test

[alex] improve methods for retrieving config keys

[alex] need to restrict keys to those present for ssh commands

[alex] merge default values in config inheritance

[alex] clean up SpecParameterUnwrappingTest

[alex] fix merge wrapper semantics to combine parameters not overwrite

[alex.heneveld] address most PR comments

[alex.heneveld] newly deprecated items now refer to 0.11.0 not 0.10.0

[alex.heneveld] add failing test from @geomacy

[alex.heneveld] align signature as per PR comment, and trivial 
deprecation/warning fixes

[alex.heneveld] Config inheritance: test improvements

[alex.heneveld] use constants for the count checks in 
SpecParameterUnwrappingTest

[alex.heneveld] fix so that list of declared config keys excludes those not 
reinherited

[alex.heneveld] cleanup spec parameter parsing/inheriting, tidy misc tests

[alex.heneveld] address PR comment, move list recompute to after loop

------------------------------------------
[...truncated 21097 lines...]
2017-02-15 18:43:25,596 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.testTwoIndicatorsAreBetterThanOne()
2017-02-15 18:43:25,599 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.testTwoIndicatorsAreBetterThanOne()
 finished in 3 ms
2017-02-15 18:43:25,599 INFO  TESTNG INVOKING CONFIGURATION: "Surefire test" - 
@AfterMethod 
org.apache.brooklyn.core.test.BrooklynMgmtUnitTestSupport.tearDown()
2017-02-15 18:43:25,608 INFO  TESTNG PASSED CONFIGURATION: "Surefire test" - 
@AfterMethod 
org.apache.brooklyn.core.test.BrooklynMgmtUnitTestSupport.tearDown() finished 
in 8 ms
:created
:starting
:running
:stopping
:stopped
:destroyed
:on-fire
2017-02-15 18:43:25,609 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 created)
2017-02-15 18:43:25,610 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 created) finished in 1 ms
2017-02-15 18:43:25,611 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 starting)
2017-02-15 18:43:25,611 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 starting) finished in 0 ms
2017-02-15 18:43:25,611 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 running)
2017-02-15 18:43:25,611 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 running) finished in 0 ms
2017-02-15 18:43:25,611 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 stopping)
2017-02-15 18:43:25,612 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 stopping) finished in 0 ms
2017-02-15 18:43:25,612 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 stopped)
2017-02-15 18:43:25,612 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 stopped) finished in 0 ms
2017-02-15 18:43:25,612 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 destroyed)
2017-02-15 18:43:25,612 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 destroyed) finished in 0 ms
2017-02-15 18:43:25,612 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 on-fire)
2017-02-15 18:43:25,613 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.entity.lifecycle.LifecycleTransitionTest.testTransitionCoalesce(org.apache.brooklyn.core.entity.lifecycle.Lifecycle)(value(s):
 on-fire) finished in 1 ms
2017-02-15 18:43:25,613 INFO  TESTNG INVOKING CONFIGURATION: "Surefire test" - 
@BeforeMethod org.apache.brooklyn.core.mgmt.rebind.RebindTestFixture.setUp()
2017-02-15 18:43:25,637 INFO  Test class 
org.apache.brooklyn.core.mgmt.rebind.RebindManagerTest persisting to 
/tmp/RebindManagerTest-mgsd
2017-02-15 18:43:25,637 INFO  TESTNG PASSED CONFIGURATION: "Surefire test" - 
@BeforeMethod org.apache.brooklyn.core.mgmt.rebind.RebindTestFixture.setUp() 
finished in 24 ms
2017-02-15 18:43:25,637 INFO  TESTNG INVOKING: "Surefire test" - 
org.apache.brooklyn.core.mgmt.rebind.RebindManagerTest.testRebindingEntityCanCallTask()
2017-02-15 18:43:25,663 INFO  Rebinding app, using mementoDir 
/tmp/RebindManagerTest-mgsd; object store null
2017-02-15 18:43:25,678 INFO  Rebinding from /tmp/RebindManagerTest-mgsd for 
master zjatR67K...
2017-02-15 18:43:25,715 INFO  Rebind complete (MASTER) in 51ms: 1 app, 2 
entities, 0 locations, 0 policies, 2 enrichers, 0 feeds, 0 catalog items
2017-02-15 18:43:25,716 INFO  TESTNG PASSED: "Surefire test" - 
org.apache.brooklyn.core.mgmt.rebind.RebindManagerTest.testRebindingEntityCanCallTask()
 finished in 79 ms
2017-02-15 18:43:25,716 INFO  TESTNG INVOKING CONFIGURATION: "Surefire test" - 
@AfterMethod org.apache.brooklyn.core.mgmt.rebind.RebindTestFixture.tearDown()
2017-02-15 18:43:25,742 INFO  TESTNG PASSED CONFIGURATION: "Surefire test" - 
@AfterMethod org.apache.brooklyn.core.mgmt.rebind.RebindTestFixture.tearDown() 
finished in 26 ms
2017-02-15 18:43:25,967 INFO  TESTNG 
===============================================
    Surefire test
    Tests run: 2036, Failures: 1, Skips: 0
===============================================
2017-02-15 18:43:25,968 WARN  Management Context 
LocalManagementContext[hJHhxT49-GxTTs1P0] running, creation stacktrace:
java.lang.Throwable: for construction stacktrace
        at 
org.apache.brooklyn.core.mgmt.internal.LocalManagementContext.<init>(LocalManagementContext.java:141)
        at 
org.apache.brooklyn.core.mgmt.internal.LocalManagementContext.<init>(LocalManagementContext.java:174)
        at 
org.apache.brooklyn.core.mgmt.internal.LocalManagementContext.<init>(LocalManagementContext.java:166)
        at 
org.apache.brooklyn.core.mgmt.internal.LocalManagementContext.<init>(LocalManagementContext.java:153)
        at 
org.apache.brooklyn.core.test.entity.LocalManagementContextForTests.<init>(LocalManagementContextForTests.java:43)
        at 
org.apache.brooklyn.core.test.entity.LocalManagementContextForTests$Builder.build(LocalManagementContextForTests.java:145)
        at 
org.apache.brooklyn.core.test.entity.LocalManagementContextForTests.newInstance(LocalManagementContextForTests.java:160)
        at 
org.apache.brooklyn.core.mgmt.rebind.RebindTestFixture.createOrigManagementContext(RebindTestFixture.java:103)
        at 
org.apache.brooklyn.core.mgmt.rebind.RebindTestFixture.setUp(RebindTestFixture.java:87)
        at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source)
        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:86)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:514)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:589)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:820)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1128)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
        at org.testng.TestRunner.privateRun(TestRunner.java:782)
        at org.testng.TestRunner.run(TestRunner.java:632)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:366)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319)
        at org.testng.SuiteRunner.run(SuiteRunner.java:268)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1244)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1169)
        at org.testng.TestNG.run(TestNG.java:1064)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:132)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:193)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:147)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)

2017-02-15 18:43:25,968 INFO  BrooklynLeakListener.onFinish attempting to 
terminate all extant ManagementContexts: name=Surefire test; includedGroups=[]; 
excludedGroups=[Integration, Live-sanity, Acceptance, Live, Broken, WIP]; 
suiteName=Surefire suite; 
outDir=<https://builds.apache.org/job/brooklyn-server-master/ws/core/target/surefire-reports/Surefire>
 suite: 1 ManagementContexts terminated
[GC 685749K->464944K(767488K), 0.0239060 secs]
2017-02-15 18:43:26,684 WARN  Task 
Task[LSM.publish(Application[az84fxs9].Sensor: service.problems 
(java.util.Map)={service-lifecycle-indicators-from-children-and-members=Not 
enough entities running to be quorate} @ 
1487184204034);[Wrapped[contextEntity:Application[az84fxs9]], 
subscription-delivery-entity-nraz84fxs9[Application[az84fxs9]]]]@PFtFM5Z6 is 
being finalized before completion
2017-02-15 18:43:26,684 WARN  Task 
Task[LSM.publish(Application[az84fxs9].Sensor: service.notUp.indicators 
(java.util.Map)={service.state=Application stopped} @ 
1487184204034);[Wrapped[contextEntity:Application[az84fxs9]], 
subscription-delivery-entity-nraz84fxs9[Application[az84fxs9]]]]@mCLVSfj7 is 
being finalized before completion
[GC 687797K->465533K(766976K), 0.0215500 secs]
Tests run: 2036, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 219.07 sec 
<<< FAILURE! - in TestSuite
(org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest)  Time elapsed: 
0.085 sec  <<< FAILURE!
java.lang.AssertionError: entity=Application[zs4yz6t7]; attribute=Sensor: 
service.state (org.apache.brooklyn.core.entity.lifecycle.Lifecycle) expected 
[running] but found [on-fire]
        at 
org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.assertHealthContinually(ApplicationLifecycleStateTest.java:196)
        at 
org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.testStartsThenChildFailsButWithQuorumCausesAppToSucceed(ApplicationLifecycleStateTest.java:170)

2017-02-15 18:43:27,479 INFO  Brooklyn shutdown: stopping entities 
[TestEntityImpl{id=q0mab8cfsw}, TestEntityImpl{id=toy6q605vm}, 
BlockingEntityImpl{id=pq4g8k3lst}]

Results :

Failed tests: 
org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.(org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest)
  Run 1: PASS
  Run 2: PASS
  Run 3: PASS
  Run 4: PASS
  Run 5: PASS
  Run 6: PASS
  Run 7: PASS
  Run 8: 
ApplicationLifecycleStateTest.testStartsThenChildFailsButWithQuorumCausesAppToSucceed:170->assertHealthContinually:196
 entity=Application[zs4yz6t7]; attribute=Sensor: service.state 
(org.apache.brooklyn.core.entity.lifecycle.Lifecycle) expected [running] but 
found [on-fire]
  Run 9: PASS
  Run 10: PASS


Tests run: 2027, Failures: 1, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Server Root ............................... SUCCESS [  2.649 s]
[INFO] Brooklyn Parent Project ............................ SUCCESS [  7.556 s]
[INFO] Brooklyn Test Support Utilities .................... SUCCESS [  8.386 s]
[INFO] Brooklyn Logback Includable Configuration .......... SUCCESS [  2.459 s]
[INFO] Brooklyn Common Utilities .......................... SUCCESS [ 31.995 s]
[INFO] Brooklyn API ....................................... SUCCESS [  7.302 s]
[INFO] CAMP Server Parent Project ......................... SUCCESS [  0.912 s]
[INFO] CAMP Base .......................................... SUCCESS [ 12.481 s]
[INFO] Brooklyn Test Support .............................. SUCCESS [  6.896 s]
[INFO] Brooklyn REST Swagger Apidoc Utilities ............. SUCCESS [  4.161 s]
[INFO] Brooklyn Logback Configuration ..................... SUCCESS [  3.185 s]
[INFO] CAMP Server ........................................ SUCCESS [ 13.215 s]
[INFO] Brooklyn Felix Runtime ............................. SUCCESS [  6.922 s]
[INFO] Brooklyn Groovy Utilities .......................... SUCCESS [  4.493 s]
[INFO] Brooklyn Core ...................................... FAILURE [04:14 min]
[INFO] Brooklyn Policies .................................. SKIPPED
[INFO] Brooklyn WinRM Software Entities ................... SKIPPED
[INFO] Brooklyn Secure JMXMP Agent ........................ SKIPPED
[INFO] Brooklyn JMX RMI Agent ............................. SKIPPED
[INFO] Brooklyn Jclouds Location Targets .................. SKIPPED
[INFO] Brooklyn Software Base ............................. SKIPPED
[INFO] Brooklyn CAMP ...................................... SKIPPED
[INFO] Brooklyn Hazelcast Storage ......................... SKIPPED
[INFO] Brooklyn Launcher Common ........................... SKIPPED
[INFO] Brooklyn REST API .................................. SKIPPED
[INFO] Brooklyn REST Resources ............................ SKIPPED
[INFO] Brooklyn REST Server ............................... SKIPPED
[INFO] Brooklyn Launcher .................................. SKIPPED
[INFO] Brooklyn Command Line Interface .................... SKIPPED
[INFO] Brooklyn Test Framework ............................ SKIPPED
[INFO] Brooklyn OSGi init ................................. SKIPPED
[INFO] Brooklyn Karaf ..................................... SKIPPED
[INFO] Jetty config fragment .............................. SKIPPED
[INFO] Apache Http Component extension .................... SKIPPED
[INFO] Brooklyn Karaf Features ............................ SKIPPED
[INFO] Brooklyn Karaf Shell Commands ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:54 min
[INFO] Finished at: 2017-02-15T18:43:35+00:00
[INFO] Final Memory: 92M/647M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on 
project brooklyn-core: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/brooklyn-server-master/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-core
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/pom.xml> to 
org.apache.brooklyn.camp/camp-parent/0.11.0-SNAPSHOT/camp-parent-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rt-felix/pom.xml>
 to 
org.apache.brooklyn/brooklyn-rt-felix/0.11.0-SNAPSHOT/brooklyn-rt-felix-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rt-felix/target/brooklyn-rt-felix-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-rt-felix/0.11.0-SNAPSHOT/brooklyn-rt-felix-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rt-felix/target/brooklyn-rt-felix-0.11.0-SNAPSHOT-tests.jar>
 to 
org.apache.brooklyn/brooklyn-rt-felix/0.11.0-SNAPSHOT/brooklyn-rt-felix-0.11.0-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rt-felix/target/brooklyn-rt-felix-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-rt-felix/0.11.0-SNAPSHOT/brooklyn-rt-felix-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rt-felix/target/brooklyn-rt-felix-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-rt-felix/0.11.0-SNAPSHOT/brooklyn-rt-felix-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/test-framework/pom.xml>
 to 
org.apache.brooklyn/brooklyn-test-framework/0.11.0-SNAPSHOT/brooklyn-test-framework-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/core/pom.xml> to 
org.apache.brooklyn/brooklyn-core/0.11.0-SNAPSHOT/brooklyn-core-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-server/pom.xml>
 to 
org.apache.brooklyn.camp/camp-server/0.11.0-SNAPSHOT/camp-server-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-server/target/camp-server-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn.camp/camp-server/0.11.0-SNAPSHOT/camp-server-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-server/target/camp-server-0.11.0-SNAPSHOT-tests.jar>
 to 
org.apache.brooklyn.camp/camp-server/0.11.0-SNAPSHOT/camp-server-0.11.0-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-server/target/camp-server-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn.camp/camp-server/0.11.0-SNAPSHOT/camp-server-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-server/target/camp-server-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn.camp/camp-server/0.11.0-SNAPSHOT/camp-server-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/launcher/pom.xml> to 
org.apache.brooklyn/brooklyn-launcher/0.11.0-SNAPSHOT/brooklyn-launcher-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/karaf/pom.xml> to 
org.apache.brooklyn/brooklyn-karaf/0.11.0-SNAPSHOT/brooklyn-karaf-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/karaf/httpcomponent-extension/pom.xml>
 to 
org.apache.brooklyn/brooklyn-karaf-httpcomponents-extension/0.11.0-SNAPSHOT/brooklyn-karaf-httpcomponents-extension-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/test-support/pom.xml>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.11.0-SNAPSHOT/brooklyn-utils-test-support-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/test-support/target/brooklyn-utils-test-support-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.11.0-SNAPSHOT/brooklyn-utils-test-support-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/test-support/target/brooklyn-utils-test-support-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.11.0-SNAPSHOT/brooklyn-utils-test-support-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/test-support/target/brooklyn-utils-test-support-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-test-support/0.11.0-SNAPSHOT/brooklyn-utils-test-support-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/software/base/pom.xml> 
to 
org.apache.brooklyn/brooklyn-software-base/0.11.0-SNAPSHOT/brooklyn-software-base-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/groovy/pom.xml> 
to 
org.apache.brooklyn/brooklyn-utils-groovy/0.11.0-SNAPSHOT/brooklyn-utils-groovy-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/groovy/target/brooklyn-utils-groovy-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.11.0-SNAPSHOT/brooklyn-utils-groovy-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/groovy/target/brooklyn-utils-groovy-0.11.0-SNAPSHOT-tests.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.11.0-SNAPSHOT/brooklyn-utils-groovy-0.11.0-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/groovy/target/brooklyn-utils-groovy-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.11.0-SNAPSHOT/brooklyn-utils-groovy-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/groovy/target/brooklyn-utils-groovy-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-groovy/0.11.0-SNAPSHOT/brooklyn-utils-groovy-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rest-swagger/pom.xml>
 to 
org.apache.brooklyn/brooklyn-utils-rest-swagger/0.11.0-SNAPSHOT/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rest-swagger/target/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-rest-swagger/0.11.0-SNAPSHOT/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rest-swagger/target/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-rest-swagger/0.11.0-SNAPSHOT/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/rest-swagger/target/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-rest-swagger/0.11.0-SNAPSHOT/brooklyn-utils-rest-swagger-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/launcher-common/pom.xml>
 to 
org.apache.brooklyn/brooklyn-launcher-common/0.11.0-SNAPSHOT/brooklyn-launcher-common-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-base/pom.xml>
 to 
org.apache.brooklyn.camp/camp-base/0.11.0-SNAPSHOT/camp-base-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-base/target/camp-base-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.11.0-SNAPSHOT/camp-base-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-base/target/camp-base-0.11.0-SNAPSHOT-tests.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.11.0-SNAPSHOT/camp-base-0.11.0-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-base/target/camp-base-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.11.0-SNAPSHOT/camp-base-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-base/target/camp-base-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn.camp/camp-base/0.11.0-SNAPSHOT/camp-base-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/camp/camp-brooklyn/pom.xml>
 to 
org.apache.brooklyn/brooklyn-camp/0.11.0-SNAPSHOT/brooklyn-camp-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/karaf/jetty-config/pom.xml>
 to 
org.apache.brooklyn/brooklyn-karaf-jetty-config/0.11.0-SNAPSHOT/brooklyn-karaf-jetty-config-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/server-cli/pom.xml> to 
org.apache.brooklyn/brooklyn-cli/0.11.0-SNAPSHOT/brooklyn-cli-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-xml/pom.xml>
 to 
org.apache.brooklyn/brooklyn-logback-xml/0.11.0-SNAPSHOT/brooklyn-logback-xml-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-xml/target/brooklyn-logback-xml-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-logback-xml/0.11.0-SNAPSHOT/brooklyn-logback-xml-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-xml/target/brooklyn-logback-xml-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-logback-xml/0.11.0-SNAPSHOT/brooklyn-logback-xml-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-xml/target/brooklyn-logback-xml-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-logback-xml/0.11.0-SNAPSHOT/brooklyn-logback-xml-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/test-support/pom.xml> 
to 
org.apache.brooklyn/brooklyn-test-support/0.11.0-SNAPSHOT/brooklyn-test-support-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/test-support/target/brooklyn-test-support-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.11.0-SNAPSHOT/brooklyn-test-support-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/test-support/target/brooklyn-test-support-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.11.0-SNAPSHOT/brooklyn-test-support-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/test-support/target/brooklyn-test-support-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-test-support/0.11.0-SNAPSHOT/brooklyn-test-support-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/rest/rest-server/pom.xml>
 to 
org.apache.brooklyn/brooklyn-rest-server/0.11.0-SNAPSHOT/brooklyn-rest-server-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/api/pom.xml> to 
org.apache.brooklyn/brooklyn-api/0.11.0-SNAPSHOT/brooklyn-api-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/api/target/brooklyn-api-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.11.0-SNAPSHOT/brooklyn-api-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/api/target/brooklyn-api-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.11.0-SNAPSHOT/brooklyn-api-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/api/target/brooklyn-api-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-api/0.11.0-SNAPSHOT/brooklyn-api-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/pom.xml> to 
org.apache.brooklyn/brooklyn-server/0.11.0-SNAPSHOT/brooklyn-server-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/locations/jclouds/pom.xml>
 to 
org.apache.brooklyn/brooklyn-locations-jclouds/0.11.0-SNAPSHOT/brooklyn-locations-jclouds-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/common/pom.xml> 
to 
org.apache.brooklyn/brooklyn-utils-common/0.11.0-SNAPSHOT/brooklyn-utils-common-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/common/target/brooklyn-utils-common-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-utils-common/0.11.0-SNAPSHOT/brooklyn-utils-common-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/common/target/brooklyn-utils-common-0.11.0-SNAPSHOT-tests.jar>
 to 
org.apache.brooklyn/brooklyn-utils-common/0.11.0-SNAPSHOT/brooklyn-utils-common-0.11.0-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/common/target/brooklyn-utils-common-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-common/0.11.0-SNAPSHOT/brooklyn-utils-common-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/common/target/brooklyn-utils-common-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-utils-common/0.11.0-SNAPSHOT/brooklyn-utils-common-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/karaf/features/pom.xml>
 to 
org.apache.brooklyn/brooklyn-features/0.11.0-SNAPSHOT/brooklyn-features-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/rest/rest-api/pom.xml> 
to 
org.apache.brooklyn/brooklyn-rest-api/0.11.0-SNAPSHOT/brooklyn-rest-api-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/jmx/jmxrmi-agent/pom.xml>
 to 
org.apache.brooklyn/brooklyn-jmxrmi-agent/0.11.0-SNAPSHOT/brooklyn-jmxrmi-agent-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/policy/pom.xml> to 
org.apache.brooklyn/brooklyn-policy/0.11.0-SNAPSHOT/brooklyn-policy-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/karaf/init/pom.xml> to 
org.apache.brooklyn/brooklyn-karaf-init/0.11.0-SNAPSHOT/brooklyn-karaf-init-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/karaf/commands/pom.xml>
 to 
org.apache.brooklyn/brooklyn-commands/0.11.0-SNAPSHOT/brooklyn-commands-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/storage/hazelcast/pom.xml>
 to 
org.apache.brooklyn/brooklyn-storage-hazelcast/0.11.0-SNAPSHOT/brooklyn-storage-hazelcast-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-includes/pom.xml>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.11.0-SNAPSHOT/brooklyn-logback-includes-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-includes/target/brooklyn-logback-includes-0.11.0-SNAPSHOT.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.11.0-SNAPSHOT/brooklyn-logback-includes-0.11.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-includes/target/brooklyn-logback-includes-0.11.0-SNAPSHOT-sources.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.11.0-SNAPSHOT/brooklyn-logback-includes-0.11.0-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/logging/logback-includes/target/brooklyn-logback-includes-0.11.0-SNAPSHOT-test-sources.jar>
 to 
org.apache.brooklyn/brooklyn-logback-includes/0.11.0-SNAPSHOT/brooklyn-logback-includes-0.11.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/rest/rest-resources/pom.xml>
 to 
org.apache.brooklyn/brooklyn-rest-resources/0.11.0-SNAPSHOT/brooklyn-rest-resources-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/utils/jmx/jmxmp-ssl-agent/pom.xml>
 to 
org.apache.brooklyn/brooklyn-jmxmp-agent/0.11.0-SNAPSHOT/brooklyn-jmxmp-agent-0.11.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/parent/pom.xml> to 
org.apache.brooklyn/brooklyn-parent/0.11.0-SNAPSHOT/brooklyn-parent-0.11.0-SNAPSHOT.pom
Compressed 80.51 KB of artifacts by 79.5% relative to #454
[JENKINS] Archiving 
<https://builds.apache.org/job/brooklyn-server-master/ws/software/winrm/pom.xml>
 to 
org.apache.brooklyn/brooklyn-software-winrm/0.11.0-SNAPSHOT/brooklyn-software-winrm-0.11.0-SNAPSHOT.pom
channel stopped

Reply via email to