Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/6241/
1 tests failed.
REGRESSION:
org.apache.lucene.index.TestSnapshotDeletionPolicy.testMultiThreadedSnapshotting
Error Message:
Stack Trace:
java.lang.NullPointerException
at
org.apache.lucene.index.SnapshotDeletionPolicy.release(SnapshotDeletionPolicy.java:99)
at
org.apache.lucene.index.TestSnapshotDeletionPolicy.testMultiThreadedSnapshotting(TestSnapshotDeletionPolicy.java:313)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at java.lang.Thread.run(Thread.java:662)
Build Log:
[...truncated 358 lines...]
[junit4] Suite: org.apache.lucene.index.TestSnapshotDeletionPolicy
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t6,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t9,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t2,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t5,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t8,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t4,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t7,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> 2013-12-12 20:28:40
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[t3,5,TGRP-TestSnapshotDeletionPolicy]
[junit4] 2> java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] 2> at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSnapshotDeletionPolicy
-Dtests.method=testMultiThreadedSnapshotting -Dtests.seed=EE06907C41FB4D17
-Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=Asia/Seoul
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.40s J5 |
TestSnapshotDeletionPolicy.testMultiThreadedSnapshotting <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
org.apache.lucene.index.SnapshotDeletionPolicy.release(SnapshotDeletionPolicy.java:99)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy.testMultiThreadedSnapshotting(TestSnapshotDeletionPolicy.java:313)
[junit4] > at java.lang.Thread.run(Thread.java:662)Throwable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=86, name=t6, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=83, name=t3, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=87, name=t7, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=84, name=t4, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=88, name=t8, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=85, name=t5, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=82, name=t2, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)Throwable
#9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=89, name=t9, state=RUNNABLE,
group=TGRP-TestSnapshotDeletionPolicy]
[junit4] > Caused by: java.lang.AssertionError: lastCommitChangeCount=11
changeCount=9
[junit4] > at
__randomizedtesting.SeedInfo.seed([EE06907C41FB4D17]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4351)
[junit4] > at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2877)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:2970)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:2940)
[junit4] > at
org.apache.lucene.index.TestSnapshotDeletionPolicy$2.run(TestSnapshotDeletionPolicy.java:290)
[junit4] 2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity,
locale=sr_BA, timezone=Asia/Seoul
[junit4] 2> NOTE: Linux 3.2.0-26-generic amd64/Sun Microsystems Inc.
1.6.0_45 (64-bit)/cpus=8,threads=1,free=97862992,total=122880000
[junit4] 2> NOTE: All tests run in this JVM: [TestAtomicUpdate,
TestSizeBoundedForceMerge, TestBooleanOr, TestCodecs, TestComplexExplanations,
TestSpanFirstQuery, TestPrefixInBooleanQuery, TestMatchAllDocsQuery,
TestPositionIncrement, TestReaderClosed, TestWindowsMMap, TestFieldInfos,
TestCrashCausesCorruptIndex, TestLock, TestSpecialOperations, TestLockFactory,
TestTransactionRollback, TestSnapshotDeletionPolicy]
[junit4] Completed on J5 in 4.45s, 7 tests, 1 error <<< FAILURES!
[...truncated 1052 lines...]
BUILD FAILED
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build.xml:49:
The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:1307:
The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:940:
There were test failures: 379 suites, 2758 tests, 1 error, 77 ignored (64
assumptions)
Total time: 5 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]