Github user aledsage commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/278#issuecomment-60955546
Build failure is unrelated, and surprising.
`JmxFeedTest.setUp` failed with `Port already in use: 40126`. The test is
configured to use `40123+` so it had iterated through until it had found 40126
as free and then tried to use it. Is there something else running on the same
box that grabbed this port before we did? Or are tests running in parallel? Or
is our `Networking.isPortAvailable` faulty? Or did our other tests in the suite
leave something running in the background that grabbed the port at the same
time?
Closing and re-opening to kick off jenkins again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---