You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@flonkings.com on 2014/05/19 05:31:53 UTC

[JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 85544 - Failure!

Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/85544/

1 tests failed.
REGRESSION:  org.apache.lucene.TestSearchForDuplicates.testRun

Error Message:
check 0 expected:<[0]> but was:<[172]>

Stack Trace:
org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[172]>
	at __randomizedtesting.SeedInfo.seed([F0CB0F8CAF3D6E88:528BA43FE3951424]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
	at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
	at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	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:65)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1195 lines...]
   [junit4] Suite: org.apache.lucene.TestSearchForDuplicates
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearchForDuplicates -Dtests.method=testRun -Dtests.seed=F0CB0F8CAF3D6E88 -Dtests.slow=true -Dtests.locale=no_NO -Dtests.timezone=America/Dominica -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.58s J0 | TestSearchForDuplicates.testRun <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: check 0 expected:<[0]> but was:<[172]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0CB0F8CAF3D6E88:528BA43FE3951424]:0)
   [junit4]    > 	at org.apache.lucene.TestSearchForDuplicates.checkHits(TestSearchForDuplicates.java:139)
   [junit4]    > 	at org.apache.lucene.TestSearchForDuplicates.doTest(TestSearchForDuplicates.java:104)
   [junit4]    > 	at org.apache.lucene.TestSearchForDuplicates.testRun(TestSearchForDuplicates.java:61)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {priority=DFR I(ne)L3(800.0)}, locale=no_NO, timezone=America/Dominica
   [junit4]   2> NOTE: Linux 3.2.0-26-generic amd64/Oracle Corporation 1.7.0_55 (64-bit)/cpus=8,threads=1,free=89990944,total=511180800
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressAdvance, TestSortRandom, TestNamedSPILoader, TestDocumentsWriterDeleteQueue, TestNRTReaderWithThreads, TestGroupFiltering, TestLogMergePolicy, TestLucene40StoredFieldsFormat, MultiCollectorTest, TestBufferedIndexInput, Nested1, Nested2, Nested3, TestIndexWriter, TestLucene41StoredFieldsFormat, TestMockDirectoryWrapper, TestWorstCaseTestBehavior, Before3, Before3, TestMatchAllDocsQuery, TestLucene40DocValuesFormat, TestDirectoryReader, TestBackwardsCompatibility, TestDateSort, TestDocIdBitSet, TestSearchWithThreads, TestSortedSetSelector, TestWAH8DocIdSet, TestAtomicUpdate, TestTimeLimitingCollector, TestArrayUtil, TestCollectionUtil, TestSimilarityBase, TestDeterminizeLexicon, TestLucene40PostingsFormat, TestSloppyPhraseQuery2, TestFieldMaskingSpanQuery, TestUniqueTermCount, TestDocument, TestSumDocFreq, TestMultiLevelSkipList, TestSearchForDuplicates]
   [junit4] Completed on J0 in 0.77s, 1 test, 1 failure <<< FAILURES!

[...truncated 284 lines...]
BUILD FAILED
/var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/build.xml:49: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:1296: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:920: There were test failures: 392 suites, 2995 tests, 1 failure, 93 ignored (83 assumptions)

Total time: 5 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure