You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/11/05 07:11:01 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20) - Build # 11569 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11569/
Java: 32bit/jdk1.8.0_20 -server -XX:+UseParallelGC (asserts: false)

1 tests failed.
REGRESSION:  org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite

Error Message:
Determinizing automaton would result in more than 10000 states.

Stack Trace:
org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton would result in more than 10000 states.
	at __randomizedtesting.SeedInfo.seed([F610068DB20613FB:B1A660B00D9676DA]:0)
	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
	at org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:600)
	at org.apache.lucene.util.automaton.TestAutomaton.unionTerms(TestAutomaton.java:665)
	at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1080)
	at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1033)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	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:54)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 829 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton -Dtests.method=testRandomFinite -Dtests.seed=F610068DB20613FB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=US/Central -Dtests.asserts=false -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.28s J1 | TestAutomaton.testRandomFinite <<<
   [junit4]    > Throwable #1: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton would result in more than 10000 states.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F610068DB20613FB:B1A660B00D9676DA]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:600)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.unionTerms(TestAutomaton.java:665)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1080)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1033)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=cs, timezone=US/Central
   [junit4]   2> NOTE: Linux 3.13.0-39-generic i386/Oracle Corporation 1.8.0_20 (32-bit)/cpus=8,threads=1,free=59907576,total=305135616
   [junit4]   2> NOTE: All tests run in this JVM: [TestLookaheadTokenFilter, TestPrefixQuery, TestFilteredSearch, TestVersion, TestBinaryDocValuesUpdates, TestParallelReaderEmptyIndex, TestCheckIndex, TestDocValuesIndexing, TestSnapshotDeletionPolicy, TestStressIndexing, TestSearch, TestConstantScoreQuery, TestTwoPhaseCommitTool, TestTimeLimitingCollector, TestNIOFSDirectory, TestIndexFileDeleter, Nested, Nested, TestPriorityQueue, TestMathUtil, TestLucene50DocValuesFormat, TestPerSegmentDeletes, TestRegexpRandom2, TestOperations, TestTermVectorsFormat, TestAutomatonQueryUnicode, TestSparseFixedBitSet, TestSpanSearchEquivalence, TestPerFieldPostingsFormat2, TestSpanExplanationsOfNonMatches, TestAtomicUpdate, TestNumericRangeQuery64, TestTermdocPerf, TestQueryWrapperFilter, TestMockDirectoryWrapper, Nested, TestDateTools, TestLevenshteinAutomata, TestDocIdSet, TestBufferedChecksum, TestDirectoryReaderReopen, Test2BPostings, TestNorms, TestSimpleExplanations, TestStringHelper, TestTermsEnum2, TestExceedMaxTermLength, TestFixedBitDocIdSet, Test2BTerms, TestNot, TestQueryBuilder, TestAllFilesHaveChecksumFooter, TestMultiMMap, TestPayloadNearQuery, TestAssertingNormsFormat, TestAssertingPostingsFormat, TestFileSwitchDirectory, TestBagOfPostings, TestFieldMaskingSpanQuery, TestDocumentsWriterStallControl, TestIndexWriterWithThreads, TestNGramPhraseQuery, TestDoc, TestCachingCollector, Nested, Nested2, TestRollingUpdates, TestCharFilter, TestFlex, TestAutomaton]
   [junit4] Completed on J1 in 0.96s, 42 tests, 1 error <<< FAILURES!

[...truncated 758 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:525: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:473: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:965: There were test failures: 404 suites, 3310 tests, 1 error, 60 ignored (50 assumptions)

Total time: 27 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20 -server -XX:+UseParallelGC (asserts: false)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20) - Build # 11569 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Woops, I'll fix.

Mike McCandless

http://blog.mikemccandless.com


On Wed, Nov 5, 2014 at 1:11 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11569/
> Java: 32bit/jdk1.8.0_20 -server -XX:+UseParallelGC (asserts: false)
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite
>
> Error Message:
> Determinizing automaton would result in more than 10000 states.
>
> Stack Trace:
> org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton would result in more than 10000 states.
>         at __randomizedtesting.SeedInfo.seed([F610068DB20613FB:B1A660B00D9676DA]:0)
>         at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
>         at org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:600)
>         at org.apache.lucene.util.automaton.TestAutomaton.unionTerms(TestAutomaton.java:665)
>         at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1080)
>         at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1033)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:483)
>         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:365)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         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:54)
>         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:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 829 lines...]
>    [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton -Dtests.method=testRandomFinite -Dtests.seed=F610068DB20613FB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=US/Central -Dtests.asserts=false -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.28s J1 | TestAutomaton.testRandomFinite <<<
>    [junit4]    > Throwable #1: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton would result in more than 10000 states.
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([F610068DB20613FB:B1A660B00D9676DA]:0)
>    [junit4]    >        at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:739)
>    [junit4]    >        at org.apache.lucene.util.automaton.TestAutomaton.randomNoOp(TestAutomaton.java:600)
>    [junit4]    >        at org.apache.lucene.util.automaton.TestAutomaton.unionTerms(TestAutomaton.java:665)
>    [junit4]    >        at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1080)
>    [junit4]    >        at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1033)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=cs, timezone=US/Central
>    [junit4]   2> NOTE: Linux 3.13.0-39-generic i386/Oracle Corporation 1.8.0_20 (32-bit)/cpus=8,threads=1,free=59907576,total=305135616
>    [junit4]   2> NOTE: All tests run in this JVM: [TestLookaheadTokenFilter, TestPrefixQuery, TestFilteredSearch, TestVersion, TestBinaryDocValuesUpdates, TestParallelReaderEmptyIndex, TestCheckIndex, TestDocValuesIndexing, TestSnapshotDeletionPolicy, TestStressIndexing, TestSearch, TestConstantScoreQuery, TestTwoPhaseCommitTool, TestTimeLimitingCollector, TestNIOFSDirectory, TestIndexFileDeleter, Nested, Nested, TestPriorityQueue, TestMathUtil, TestLucene50DocValuesFormat, TestPerSegmentDeletes, TestRegexpRandom2, TestOperations, TestTermVectorsFormat, TestAutomatonQueryUnicode, TestSparseFixedBitSet, TestSpanSearchEquivalence, TestPerFieldPostingsFormat2, TestSpanExplanationsOfNonMatches, TestAtomicUpdate, TestNumericRangeQuery64, TestTermdocPerf, TestQueryWrapperFilter, TestMockDirectoryWrapper, Nested, TestDateTools, TestLevenshteinAutomata, TestDocIdSet, TestBufferedChecksum, TestDirectoryReaderReopen, Test2BPostings, TestNorms, TestSimpleExplanations, TestStringHelper, TestTermsEnum2, TestExceedMaxTermLength, TestFixedBitDocIdSet, Test2BTerms, TestNot, TestQueryBuilder, TestAllFilesHaveChecksumFooter, TestMultiMMap, TestPayloadNearQuery, TestAssertingNormsFormat, TestAssertingPostingsFormat, TestFileSwitchDirectory, TestBagOfPostings, TestFieldMaskingSpanQuery, TestDocumentsWriterStallControl, TestIndexWriterWithThreads, TestNGramPhraseQuery, TestDoc, TestCachingCollector, Nested, Nested2, TestRollingUpdates, TestCharFilter, TestFlex, TestAutomaton]
>    [junit4] Completed on J1 in 0.96s, 42 tests, 1 error <<< FAILURES!
>
> [...truncated 758 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:525: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:473: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:965: There were test failures: 404 suites, 3310 tests, 1 error, 60 ignored (50 assumptions)
>
> Total time: 27 minutes 35 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 32bit/jdk1.8.0_20 -server -XX:+UseParallelGC (asserts: false)
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org