Github user aurelienduarte commented on the issue:
https://github.com/apache/metron/pull/1271
> mvn -q clean integration-test install
Failed, due to an unrelated issue. See summary below.
Tests run: 567, Failures: 1, Errors: 0, Skipped: 2
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18:test (unit-tests) on
project stellar-common: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/aurelienduarte/Google
Drive/Research/metron/metron/metron-stellar/stellar-common/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 :stellar-common
---