I believe we have seen this before, and it has resulted in having to remake PR a few times. Master has run successfully recently, and I doubt anything in your PR breaks that.
To add onto this, METRON-139 relates to intermittent Travis failures. I'm not sure if it's the same set of errors, but it seems like we've had some level of awareness of problems. Unfortunately, until we dig in and fix it, I think the answer is to close/open it until it works. Which is absolutely not ideal. Justin On Wed, Oct 12, 2016 at 6:49 AM, Otto Fowler <[email protected]> wrote: > I don’t know what else to do with this. I have closed and re-opened my > pull request more than once at this point: > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.metron.parsers.integration.YafIntegrationTest > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/home/travis/.m2/repository/org/slf4j/slf4j- > log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/ > StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/home/travis/.m2/repository/org/apache/logging/ > log4j/log4j-slf4j-impl/2.1/log4j-slf4j-impl-2.1.jar!/org/ > slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 64.07 > sec <<< FAILURE! - in > org.apache.metron.parsers.integration.YafIntegrationTest > test(org.apache.metron.parsers.integration.YafIntegrationTest) Time > elapsed: 64.06 sec <<< ERROR! > java.lang.RuntimeException: Too many retries: 11 > at org.apache.metron.integration.ComponentRunner.process( > ComponentRunner.java:140) > at org.apache.metron.parsers.integration. > ParserIntegrationTest.test(ParserIntegrationTest.java:72) > > > etc etc etc…… >
