This looks chaotic, but it was in fact a simple OOM followed by a JVM crash, the errors below are somehow errors in the jUnit code that created corrupt xml files (there are no such test names, LOL). I fixed the OOM in r1221197, was caused by to expensive parameters (the test ran with a horrible high thread count, lots of keys and many iterations, making GC not able to cleanup anything anymore (someow thread starvation). I was able to reproduce this locally with tests.nightly and high multipliers.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Apache Jenkins Server [mailto:[email protected]] > Sent: Tuesday, December 20, 2011 5:50 AM > To: [email protected] > Subject: [JENKINS] Lucene-3.x - Build # 586 - Failure > > Build: https://builds.apache.org/job/Lucene-3.x/586/ > > 2 tests failed. > FAILED: org.apache.lucene.util.packed.TestPackedInts.testConcurrentHashMap > > Error Message: > Forked Java VM exited abnormally. Please note the time in the report does not > reflect the time until the VM exit. > > Stack Trace: > junit.framework.AssertionFailedError: Forked Java VM exited abnormally. > Please note the time in the report does not reflect the time until the VM > exit. > at java.lang.Thread.run(Thread.java:679) > > > FAILED: TEST-org.apache.lucene.util.TestWeakIdentityMap.xml.<init> > > Error Message: > > > Stack Trace: > Test report file /home/hudson/hudson-slave/workspace/Lucene- > 3.x/checkout/lucene/build/test/TEST- > org.apache.lucene.util.TestWeakIdentityMap.xml was length 0 > > > > Build Log (for compile errors): > [...truncated 15271 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
