Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/252/
1 tests failed.
FAILED: org.apache.lucene.search.TestRegexpRandom2.testRegexps
Error Message:
Hit 2 docnumbers don't match Hits length1=23 length2=23 hit=0: doc24=1.0
shardIndex=0, doc24=1.0 shardIndex=0 hit=1: doc54=1.0 shardIndex=0, doc54=1.0
shardIndex=0 hit=2: doc135=1.0 shardIndex=0, doc168=1.0 shardIndex=0 hit=3:
doc138=1.0 shardIndex=0, doc179=1.0 shardIndex=0 hit=4: doc168=1.0
shardIndex=0, doc202=1.0 shardIndex=0 hit=5: doc179=1.0 shardIndex=0,
doc204=1.0 shardIndex=0 hit=6: doc202=1.0 shardIndex=0, doc242=1.0
shardIndex=0 hit=7: doc204=1.0 shardIndex=0, doc305=1.0 shardIndex=0 hit=8:
doc242=1.0 shardIndex=0, doc308=1.0 shardIndex=0 hit=9: doc305=1.0
shardIndex=0, doc315=1.0 shardIndex=0 hit=10: doc308=1.0 shardIndex=0,
doc332=1.0 shardIndex=0 hit=11: doc315=1.0 shardIndex=0, doc356=1.0
shardIndex=0 hit=12: doc332=1.0 shardIndex=0, doc362=1.0 shardIndex=0 hit=13:
doc356=1.0 shardIndex=0, doc373=1.0 shardIndex=0 hit=14: doc362=1.0
shardIndex=0, doc384=1.0 shardIndex=0 hit=15: doc373=1.0 shardIndex=0,
doc397=1.0 shardIndex=0 hit=16: doc384=1.0 shardIndex=0, doc432=1.0
shardIndex=0 hit=17: doc397=1.0 shardIndex=0, doc505=1.0 shardIndex=0 hit=18:
doc432=1.0 shardIndex=0, doc508=1.0 shardIndex=0 hit=19: doc505=1.0
shardIndex=0, doc509=1.0 shardIndex=0 hit=20: doc508=1.0 shardIndex=0,
doc510=1.0 shardIndex=0 hit=21: doc509=1.0 shardIndex=0, doc135=1.0
shardIndex=1 hit=22: doc510=1.0 shardIndex=0, doc138=1.0 shardIndex=1 for
query:field:/-*../
Stack Trace:
junit.framework.AssertionFailedError: Hit 2 docnumbers don't match
Hits length1=23 length2=23
hit=0: doc24=1.0 shardIndex=0, doc24=1.0 shardIndex=0
hit=1: doc54=1.0 shardIndex=0, doc54=1.0 shardIndex=0
hit=2: doc135=1.0 shardIndex=0, doc168=1.0 shardIndex=0
hit=3: doc138=1.0 shardIndex=0, doc179=1.0 shardIndex=0
hit=4: doc168=1.0 shardIndex=0, doc202=1.0 shardIndex=0
hit=5: doc179=1.0 shardIndex=0, doc204=1.0 shardIndex=0
hit=6: doc202=1.0 shardIndex=0, doc242=1.0 shardIndex=0
hit=7: doc204=1.0 shardIndex=0, doc305=1.0 shardIndex=0
hit=8: doc242=1.0 shardIndex=0, doc308=1.0 shardIndex=0
hit=9: doc305=1.0 shardIndex=0, doc315=1.0 shardIndex=0
hit=10: doc308=1.0 shardIndex=0, doc332=1.0 shardIndex=0
hit=11: doc315=1.0 shardIndex=0, doc356=1.0 shardIndex=0
hit=12: doc332=1.0 shardIndex=0, doc362=1.0 shardIndex=0
hit=13: doc356=1.0 shardIndex=0, doc373=1.0 shardIndex=0
hit=14: doc362=1.0 shardIndex=0, doc384=1.0 shardIndex=0
hit=15: doc373=1.0 shardIndex=0, doc397=1.0 shardIndex=0
hit=16: doc384=1.0 shardIndex=0, doc432=1.0 shardIndex=0
hit=17: doc397=1.0 shardIndex=0, doc505=1.0 shardIndex=0
hit=18: doc432=1.0 shardIndex=0, doc508=1.0 shardIndex=0
hit=19: doc505=1.0 shardIndex=0, doc509=1.0 shardIndex=0
hit=20: doc508=1.0 shardIndex=0, doc510=1.0 shardIndex=0
hit=21: doc509=1.0 shardIndex=0, doc135=1.0 shardIndex=1
hit=22: doc510=1.0 shardIndex=0, doc138=1.0 shardIndex=1
for query:field:/-*../
at
__randomizedtesting.SeedInfo.seed([DEB25242564B2AA0:3FEE135388E17D28]:0)
at junit.framework.Assert.fail(Assert.java:57)
at org.apache.lucene.search.CheckHits.checkEqual(CheckHits.java:205)
at
org.apache.lucene.search.TestRegexpRandom2.assertSame(TestRegexpRandom2.java:178)
at
org.apache.lucene.search.TestRegexpRandom2.testRegexps(TestRegexpRandom2.java:164)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 1780 lines...]
[junit4] Suite: org.apache.lucene.search.TestRegexpRandom2
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestRegexpRandom2
-Dtests.method=testRegexps -Dtests.seed=DEB25242564B2AA0 -Dtests.multiplier=2
-Dtests.slow=true -Dtests.locale=es-ES -Dtests.timezone=America/Ojinaga
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 1.48s J2 | TestRegexpRandom2.testRegexps <<<
[junit4] > Throwable #1: junit.framework.AssertionFailedError: Hit 2
docnumbers don't match
[junit4] > Hits length1=23 length2=23
[junit4] > hit=0: doc24=1.0 shardIndex=0, doc24=1.0 shardIndex=0
[junit4] > hit=1: doc54=1.0 shardIndex=0, doc54=1.0 shardIndex=0
[junit4] > hit=2: doc135=1.0 shardIndex=0, doc168=1.0 shardIndex=0
[junit4] > hit=3: doc138=1.0 shardIndex=0, doc179=1.0 shardIndex=0
[junit4] > hit=4: doc168=1.0 shardIndex=0, doc202=1.0 shardIndex=0
[junit4] > hit=5: doc179=1.0 shardIndex=0, doc204=1.0 shardIndex=0
[junit4] > hit=6: doc202=1.0 shardIndex=0, doc242=1.0 shardIndex=0
[junit4] > hit=7: doc204=1.0 shardIndex=0, doc305=1.0 shardIndex=0
[junit4] > hit=8: doc242=1.0 shardIndex=0, doc308=1.0 shardIndex=0
[junit4] > hit=9: doc305=1.0 shardIndex=0, doc315=1.0 shardIndex=0
[junit4] > hit=10: doc308=1.0 shardIndex=0, doc332=1.0 shardIndex=0
[junit4] > hit=11: doc315=1.0 shardIndex=0, doc356=1.0 shardIndex=0
[junit4] > hit=12: doc332=1.0 shardIndex=0, doc362=1.0 shardIndex=0
[junit4] > hit=13: doc356=1.0 shardIndex=0, doc373=1.0 shardIndex=0
[junit4] > hit=14: doc362=1.0 shardIndex=0, doc384=1.0 shardIndex=0
[junit4] > hit=15: doc373=1.0 shardIndex=0, doc397=1.0 shardIndex=0
[junit4] > hit=16: doc384=1.0 shardIndex=0, doc432=1.0 shardIndex=0
[junit4] > hit=17: doc397=1.0 shardIndex=0, doc505=1.0 shardIndex=0
[junit4] > hit=18: doc432=1.0 shardIndex=0, doc508=1.0 shardIndex=0
[junit4] > hit=19: doc505=1.0 shardIndex=0, doc509=1.0 shardIndex=0
[junit4] > hit=20: doc508=1.0 shardIndex=0, doc510=1.0 shardIndex=0
[junit4] > hit=21: doc509=1.0 shardIndex=0, doc135=1.0 shardIndex=1
[junit4] > hit=22: doc510=1.0 shardIndex=0, doc138=1.0 shardIndex=1
[junit4] > for query:field:/-*../
[junit4] > at
__randomizedtesting.SeedInfo.seed([DEB25242564B2AA0:3FEE135388E17D28]:0)
[junit4] > at junit.framework.Assert.fail(Assert.java:57)
[junit4] > at
org.apache.lucene.search.CheckHits.checkEqual(CheckHits.java:205)
[junit4] > at
org.apache.lucene.search.TestRegexpRandom2.assertSame(TestRegexpRandom2.java:178)
[junit4] > at
org.apache.lucene.search.TestRegexpRandom2.testRegexps(TestRegexpRandom2.java:164)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{field=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{field=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=313,
maxMBSortInHeap=7.034728872554751,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5bf116d5),
locale=es-ES, timezone=America/Ojinaga
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=207165528,total=277348352
[junit4] 2> NOTE: All tests run in this JVM: [TestScorerPerf,
TestUTF32ToUTF8, TestLongDistanceFeatureQuery, TestMinShouldMatch2,
TestReqOptSumScorer, TestHugeRamFile, TestUpgradeIndexMergePolicy,
TestPrefixQuery, TestBufferedIndexInput,
TestLucene50StoredFieldsFormatMergeInstance, TestSpanMultiTermQueryWrapper,
TestSpanExplanations, TestIndexTooManyDocs, TestTryDelete, TestSpanBoostQuery,
TestNeedsScores, TestCachingCollector, TestSparseFixedBitDocIdSet,
TestIndexSearcher, TestSpans, TestDirectoryReader, TestLongRangeFieldQueries,
TestCrash, TestDuelingCodecsAtNight, TestPayloads, TestCharsRef,
TestSpanOrQuery, TestLucene80DocValuesFormat, TestLatLonPoint,
TermInSetQueryTest, TestForceMergeForever, TestFileSwitchDirectory,
TestParallelLeafReader, TestIndependenceStandardized, TestConjunctionDISI,
TestLatLonDocValuesQueries, TestSegmentReader, TestSortRandom, TestBytesRef,
TestBooleanSimilarity, TestMaxTermFrequency, TestAllFilesCheckIndexHeader,
TestGraphTokenizers, TestStressIndexing2, TestIndexWriterFromReader,
TestFieldInfos, TestLongPostings, TestDocValues, TestNewestSegment,
TestPositionIncrement, TestSimpleAttributeImpl, TestFieldCacheRewriteMethod,
TestBinaryDocument, TestCollectionUtil, Test2BBinaryDocValues, Test2BTerms,
TestTermVectors, TestIOUtils, TestFrequencyTrackingRingBuffer,
TestTragicIndexWriterDeadlock, TestSameTokenSamePosition,
TestSloppyPhraseQuery, TestExternalCodecs, Test2BPostingsBytes,
TestDirectMonotonic, TestMultiThreadTermVectors, TestWeakIdentityMap,
TestBytesRefAttImpl, TestLSBRadixSorter, TestTermdocPerf,
TestSoftDeletesDirectoryReaderWrapper, TestSearcherManager,
TestDocValuesQueries, TestCharacterUtils, TestTermScorer, TestBagOfPostings,
TestIndexWriterUnicode, TestStringMSBRadixSorter, TestCharArrayMap,
TestBasicModelIF, TestQueryVisitor, TestNRTReaderWithThreads, TestRegexpRandom,
TestGeoUtils, TestFlex, TestFeatureSort, TestRangeFieldsDocValuesQuery,
TestRegexpRandom2]
[junit4] Completed [427/524 (1!)] on J2 in 1.50s, 1 test, 1 failure <<<
FAILURES!
[...truncated 63032 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:101: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build.xml:644:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2093:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2132:
Compile failed; see the compiler error output for details.
Total time: 111 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]