Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-library/pull/126
hmm, failure is related:
```
[ERROR]
/home/jenkins/jenkins-slave/workspace/brooklyn-library-pull-requests/software/network/src/test/java/org/apache/brooklyn/entity/network/bind/PrefixAndIdEnricher.java:[56,9]
cannot find symbol
symbol: method
highlightTriggers(org.apache.brooklyn.api.sensor.AttributeSensor<capture#1 of
?>,<nulltype>)
location: class
org.apache.brooklyn.entity.network.bind.PrefixAndIdEnricher
```
it's trying to reference
`org.apache.brooklyn:brooklyn-parent:0.12.0-SNAPSHOT`. have merged in master
branch which changes deps to 0.13.0, retest will now hopefully be happy.
---