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 2016/02/29 14:46:58 UTC

[JENKINS-EA] Lucene-Solr-5.5-Linux (64bit/jdk-9-ea+107) - Build # 165 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/165/
Java: 64bit/jdk-9-ea+107 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.lucene.search.TestFieldCacheRewriteMethod.testRegexps

Error Message:
Unequal lengths: hits1=0,hits2=1

Stack Trace:
junit.framework.AssertionFailedError: Unequal lengths: hits1=0,hits2=1
	at __randomizedtesting.SeedInfo.seed([5F7CF05EF05D44D9:BE20B14F2EF71351]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at org.apache.lucene.search.CheckHits.checkEqual(CheckHits.java:211)
	at org.apache.lucene.search.TestFieldCacheRewriteMethod.assertSame(TestFieldCacheRewriteMethod.java:42)
	at org.apache.lucene.search.TestRegexpRandom2.testRegexps(TestRegexpRandom2.java:160)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)


FAILED:  org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski

Error Message:
7

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 7
	at __randomizedtesting.SeedInfo.seed([5F7CF05EF05D44D9:9A444C5D20BBCC97]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:510)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
	at org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski(TestMinimize.java:45)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)




Build Log:
[...truncated 886 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinimize -Dtests.method=testAgainstBrzozowski -Dtests.seed=5F7CF05EF05D44D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=az -Dtests.timezone=Portugal -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMinimize.testAgainstBrzozowski <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 7
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F7CF05EF05D44D9:9A444C5D20BBCC97]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:510)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski(TestMinimize.java:45)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=DefaultSimilarity, locale=az, timezone=Portugal
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=148975456,total=312475648
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimilarityProvider, TestRoaringDocIdSet, TestVersion, TestSort, Test2BNumericDocValues, TestSubScorerFreqs, TestBytesRefHash, TestIntArrayDocIdSet, TestLucene50StoredFieldsFormat, TestDocumentsWriterDeleteQueue, TestIndexWriterOutOfFileDescriptors, TestNoDeletionPolicy, TestVirtualMethod, TestDocsAndPositions, TestIndexWriter, TestTermsEnum, TestIndexFileDeleter, TestTotalHitCountCollector, TestMultiPhraseQuery, TestSegmentInfos, TestFileSwitchDirectory, TestToken, TestLongBitSet, TestSimpleFSDirectory, TestPayloadsOnVectors, TestSearcherManager, Test2BPositions, TestBlockPostingsFormat2, TestPerSegmentDeletes, TestNearSpansOrdered, TestPhrasePrefixQuery, TestDirectoryReader, TestElevationComparator, TestParallelReaderEmptyIndex, TestLRUFilterCache, LimitedFiniteStringsIteratorTest, TestMultiTermQueryRewrites, TestShardSearching, TestNumericRangeQuery64, TestLucene50CompoundFormat, TestFilterSpans, TestRegExp, TestSortRandom, TestMergePolicyWrapper, TestSleepingLockWrapper, TestBooleanScorer, TestCachingCollector, TestNotDocIdSet, TestPrefixCodedTerms, TestTimSorter, TestPersistentSnapshotDeletionPolicy, TestIOUtils, TestMultiThreadTermVectors, TestRegexpRandom2, TestMinShouldMatch2, TestDateFilter, TestIndexWriterOnJRECrash, Test2BBinaryDocValues, TestSentinelIntSet, TestMinimize]
   [junit4] Completed [154/421 (1!)] on J0 in 1.07s, 3 tests, 1 error <<< FAILURES!

[...truncated 782 lines...]
   [junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFieldCacheRewriteMethod -Dtests.method=testRegexps -Dtests.seed=5F7CF05EF05D44D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-BJ -Dtests.timezone=Australia/Currie -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.18s J1 | TestFieldCacheRewriteMethod.testRegexps <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unequal lengths: hits1=0,hits2=1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F7CF05EF05D44D9:BE20B14F2EF71351]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkEqual(CheckHits.java:211)
   [junit4]    > 	at org.apache.lucene.search.TestFieldCacheRewriteMethod.assertSame(TestFieldCacheRewriteMethod.java:42)
   [junit4]    > 	at org.apache.lucene.search.TestRegexpRandom2.testRegexps(TestRegexpRandom2.java:160)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {=PostingsFormat(name=LuceneVarGapFixedInterval), field=PostingsFormat(name=Memory doPackFST= false)}, docValues:{=DocValuesFormat(name=Asserting), field=DocValuesFormat(name=Lucene54)}, sim=DefaultSimilarity, locale=fr-BJ, timezone=Australia/Currie
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=345062768,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestLucene50StoredFieldsFormatHighCompression, TestCharsRefBuilder, TestMathUtil, TestBinaryDocument, TestSmallFloat, TestPerFieldDocValuesFormat, TestMatchAllDocsQuery, TestRecyclingIntBlockAllocator, TestLucene50FieldInfoFormat, TestDocument, TestLucene54DocValuesFormat, TestByteSlices, TestLRUQueryCache, TestFSTs, TestFieldsReader, Test2BSortedDocValuesOrds, TestAllFilesHaveChecksumFooter, TestFrequencyTrackingRingBuffer, TestSparseFixedBitSet, TestDuelingCodecs, TestStressDeletes, TestIntroSorter, TestSpansAdvanced2, TestSimpleFSLockFactory, TestManyFields, TestIntBlockPool, TestTermVectorsReader, TestSegmentTermDocs, TestCheckIndex, TestTerm, TestFastDecompressionMode, TestDirectory, TestSameScoresWithThreads, TestBoolean2, TestFieldValueQuery, TestNoMergePolicy, TestBlendedTermQuery, TestPrefixFilter, TestRollback, TestDemoParallelLeafReader, TestBooleanMinShouldMatch, TestTermScorer, TestAttributeSource, TestTermsEnum2, TestAddIndexes, TestReaderClosed, TestDocumentsWriterStallControl, TestBM25Similarity, Test2BTerms, TestTermRangeFilter, TestIndexWriterExceptions, TestTransactionRollback, TestCachingTokenFilter, TestUpgradeIndexMergePolicy, TestFieldCacheRewriteMethod]
   [junit4] Completed [399/421 (2!)] on J1 in 0.25s, 2 tests, 1 failure <<< FAILURES!

[...truncated 85 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 421 suites (1 ignored), 3386 tests, 1 error, 1 failure, 145 ignored (141 assumptions) [seed: 5F7CF05EF05D44D9]

Total time: 6 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any