Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/859
Apache jenkins failed with:
```
Build timed out (after 60 minutes). Marking the build as aborted.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on
project brooklyn-core: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked
VM terminated without properly saying goodbye. VM crash or System.exit called?
```
The last thing in the console before that was the log below (looks like it
hung when trying to execute `YamlRollingTimeWindowMeanEnricherTest` - hard to
tell if that was the test's fault or the environment's fault):
```
2017-10-11 08:26:43,528 INFO TESTNG INVOKING CONFIGURATION: "Surefire
test" - @BeforeMethod
org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricherTest.setUp()
2017-10-11 08:26:43,528 INFO Added external config supplier named
'brooklyn-demo-sample':
org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier@5122387
Build timed out (after 60 minutes). Marking the build as aborted.
```
---