Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2930/
1 tests failed.
REGRESSION:
org.apache.lucene.util.automaton.TestAutomaton.testMakeBinaryIntervalRandom
Error Message:
automaton was not minimal
Stack Trace:
java.lang.AssertionError: automaton was not minimal
at
__randomizedtesting.SeedInfo.seed([96BD6407C9E29E26:A2E2C2787A6F4FC5]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.util.automaton.TestAutomaton.testMakeBinaryIntervalRandom(TestAutomaton.java:1130)
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:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
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:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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 618 lines...]
[junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
[junit4] 1> Original was not minimal:
[junit4] 1> Original:
[junit4] 1> digraph Automaton {
[junit4] 1> rankdir = LR
[junit4] 1> initial [shape=plaintext,label="0"]
[junit4] 1> initial -> 0
[junit4] 1> 0 [shape=doublecircle,label="0"]
[junit4] 1> 0 -> 2 [label="\\U00000000"]
[junit4] 1> 1 [shape=doublecircle,label="1"]
[junit4] 1> 1 -> 1 [label="\\U00000000-\\U000000ff"]
[junit4] 1> 2 [shape=doublecircle,label="2"]
[junit4] 1> }
[junit4] 1> Minimized:
[junit4] 1> digraph Automaton {
[junit4] 1> rankdir = LR
[junit4] 1> initial [shape=plaintext,label="0"]
[junit4] 1> initial -> 0
[junit4] 1> 0 [shape=doublecircle,label="0"]
[junit4] 1> 0 -> 1 [label="\\U00000000"]
[junit4] 1> 1 [shape=doublecircle,label="1"]
[junit4] 1> }
[junit4] 1> minTerm=[] minInclusive=true
[junit4] 1> maxTerm=[0] maxInclusive=true
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestAutomaton
-Dtests.method=testMakeBinaryIntervalRandom -Dtests.seed=96BD6407C9E29E26
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es_VE
-Dtests.timezone=Europe/Gibraltar -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 0.15s J1 | TestAutomaton.testMakeBinaryIntervalRandom <<<
[junit4] > Throwable #1: java.lang.AssertionError: automaton was not
minimal
[junit4] > at
__randomizedtesting.SeedInfo.seed([96BD6407C9E29E26:A2E2C2787A6F4FC5]:0)
[junit4] > at
org.apache.lucene.util.automaton.TestAutomaton.testMakeBinaryIntervalRandom(TestAutomaton.java:1130)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {},
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {},
locale=es_VE, timezone=Europe/Gibraltar
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=38527120,total=272105472
[junit4] 2> NOTE: All tests run in this JVM: [TestStressIndexing2,
TestBytesStore, TestSpans, TestBufferedIndexInput, TestMultiPhraseQuery,
TestNRTReaderCleanup, TestReaderClosed, TestLRUQueryCache,
TestMergeSchedulerExternal, TestMmapDirectory, TestBlockPostingsFormat,
TestAllFilesHaveChecksumFooter, TestAssertingDocValuesFormat,
TestPerFieldPostingsFormat, TestDateTools,
TestLucene50StoredFieldsFormatHighCompression,
TestIndexWriterOutOfFileDescriptors, TestCodecUtil,
TestUsageTrackingFilterCachingPolicy, TestTrackingDirectoryWrapper,
TestDocumentsWriterDeleteQueue, TestMatchAllDocsQuery, TestRoaringDocIdSet,
TestBooleanQueryVisitSubscorers, TestCrash, TestIndexWriterConfig,
TestTimeLimitingCollector, TestNumericRangeQuery64, TestPayloadNearQuery,
TestOrdinalMap, Nested, TestDocumentsWriterStallControl,
TestIndexWriterDeleteByQuery, TestLogMergePolicy, TestSortedNumericSortField,
TestRAMDirectory, TestTransactions, TestAutomaton]
[junit4] Completed [138/422] on J1 in 2.19s, 54 tests, 1 failure <<<
FAILURES!
[...truncated 927 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/build.xml:50:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
There were test failures: 422 suites, 3513 tests, 1 failure, 65 ignored (55
assumptions)
Total time: 4 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2929
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 3909309 bytes
Compression is 0.0%
Took 0.63 sec
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]