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/03/24 04:47:01 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16312 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16312/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.lucene.util.bkd.TestBKD.testWithExceptions

Error Message:
totalPointCount=16427 was passed when we were created, but we just hit 16428 values

Stack Trace:
java.lang.IllegalStateException: totalPointCount=16427 was passed when we were created, but we just hit 16428 values
	at __randomizedtesting.SeedInfo.seed([8F21BAE79AEA8203:2D72269B1564CDF9]:0)
	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:275)
	at org.apache.lucene.util.bkd.TestBKD.verify(TestBKD.java:605)
	at org.apache.lucene.util.bkd.TestBKD.testWithExceptions(TestBKD.java:409)
	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: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:745)




Build Log:
[...truncated 969 lines...]
   [junit4] Suite: org.apache.lucene.util.bkd.TestBKD
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBKD -Dtests.method=testWithExceptions -Dtests.seed=8F21BAE79AEA8203 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.09s J0 | TestBKD.testWithExceptions <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: totalPointCount=16427 was passed when we were created, but we just hit 16428 values
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F21BAE79AEA8203:2D72269B1564CDF9]:0)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:275)
   [junit4]    > 	at org.apache.lucene.util.bkd.TestBKD.verify(TestBKD.java:605)
   [junit4]    > 	at org.apache.lucene.util.bkd.TestBKD.testWithExceptions(TestBKD.java:409)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.00s J0 | TestBKD.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/temp/lucene.util.bkd.TestBKD_8F21BAE79AEA8203-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1670, maxMBSortInHeap=5.269326949431095, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lv, timezone=Africa/Khartoum
   [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=56386736,total=133464064
   [junit4]   2> NOTE: All tests run in this JVM: [FiniteStringsIteratorTest, TestRegexpRandom, TestSimpleAttributeImpl, TestIndexWriterMergePolicy, TestIsCurrent, TestLucene53NormsFormat, TestBooleanCoord, TestIndexWriterUnicode, TestBinaryTerms, TestLRUQueryCache, TestDisjunctionMaxQuery, TestDocValuesIndexing, TestLucene50StoredFieldsFormat, TestIntArrayDocIdSet, TestConstantScoreQuery, TestUnicodeUtil, TestIndexWriterMaxDocs, TestCharFilter, TestHighCompressionMode, TestSwappedIndexFiles, TestMinimize, TestSegmentInfos, TestBytesRefArray, TestTermsEnum, TestTerm, TestIndexWriterLockRelease, TestRecyclingByteBlockAllocator, TestSentinelIntSet, TestNeedsScores, TestNumericRangeQuery64, TestSingleInstanceLockFactory, TestTragicIndexWriterDeadlock, TestSortedNumericSortField, TestStringHelper, TestIndexWriterDelete, TestDeletionPolicy, TestSpanNotQuery, TestSegmentReader, FuzzyTermOnShortTermsTest, TestSimilarityProvider, TestPerFieldPostingsFormat, TestNewestSegment, TestFixedBitSet, TestCloseableThreadLocal, TestSynonymQuery, TestNRTReaderCleanup, TestMultiValuedNumericRangeQuery, TestConjunctionDISI, TestShardSearching, TestIndexWriterWithThreads, TestIndexWriterForceMerge, TestIndexWriter, TestSloppyMath, TestVirtualMethod, TestBKD]
   [junit4] Completed [229/415 (1!)] on J0 in 3.69s, 13 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 613 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 415 suites (1 ignored), 3466 tests, 1 error, 68 ignored (64 assumptions) [seed: 8F21BAE79AEA8203]

Total time: 7 minutes 5 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



Re: [JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16312 - Failure!

Posted by Michael McCandless <lu...@mikemccandless.com>.
I pushed a fix ... test bug, only affecting 6.1 and master.

Mike McCandless

http://blog.mikemccandless.com


On Thu, Mar 24, 2016 at 5:05 AM, Michael McCandless
<lu...@mikemccandless.com> wrote:
> I'll dig, this is a new check I added to BKDWriter recently.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Mar 23, 2016 at 11:47 PM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16312/
>> Java: 32bit/jdk1.8.0_72 -server -XX:+UseSerialGC
>>
>> 1 tests failed.
>> FAILED:  org.apache.lucene.util.bkd.TestBKD.testWithExceptions
>>
>> Error Message:
>> totalPointCount=16427 was passed when we were created, but we just hit 16428 values
>>
>> Stack Trace:
>> java.lang.IllegalStateException: totalPointCount=16427 was passed when we were created, but we just hit 16428 values
>>         at __randomizedtesting.SeedInfo.seed([8F21BAE79AEA8203:2D72269B1564CDF9]:0)
>>         at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:275)
>>         at org.apache.lucene.util.bkd.TestBKD.verify(TestBKD.java:605)
>>         at org.apache.lucene.util.bkd.TestBKD.testWithExceptions(TestBKD.java:409)
>>         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: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:745)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 969 lines...]
>>    [junit4] Suite: org.apache.lucene.util.bkd.TestBKD
>>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBKD -Dtests.method=testWithExceptions -Dtests.seed=8F21BAE79AEA8203 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>>    [junit4] ERROR   0.09s J0 | TestBKD.testWithExceptions <<<
>>    [junit4]    > Throwable #1: java.lang.IllegalStateException: totalPointCount=16427 was passed when we were created, but we just hit 16428 values
>>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([8F21BAE79AEA8203:2D72269B1564CDF9]:0)
>>    [junit4]    >        at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:275)
>>    [junit4]    >        at org.apache.lucene.util.bkd.TestBKD.verify(TestBKD.java:605)
>>    [junit4]    >        at org.apache.lucene.util.bkd.TestBKD.testWithExceptions(TestBKD.java:409)
>>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>>    [junit4] IGNOR/A 0.00s J0 | TestBKD.testRandomBinaryBig
>>    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
>>    [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/temp/lucene.util.bkd.TestBKD_8F21BAE79AEA8203-001
>>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1670, maxMBSortInHeap=5.269326949431095, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lv, timezone=Africa/Khartoum
>>    [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=56386736,total=133464064
>>    [junit4]   2> NOTE: All tests run in this JVM: [FiniteStringsIteratorTest, TestRegexpRandom, TestSimpleAttributeImpl, TestIndexWriterMergePolicy, TestIsCurrent, TestLucene53NormsFormat, TestBooleanCoord, TestIndexWriterUnicode, TestBinaryTerms, TestLRUQueryCache, TestDisjunctionMaxQuery, TestDocValuesIndexing, TestLucene50StoredFieldsFormat, TestIntArrayDocIdSet, TestConstantScoreQuery, TestUnicodeUtil, TestIndexWriterMaxDocs, TestCharFilter, TestHighCompressionMode, TestSwappedIndexFiles, TestMinimize, TestSegmentInfos, TestBytesRefArray, TestTermsEnum, TestTerm, TestIndexWriterLockRelease, TestRecyclingByteBlockAllocator, TestSentinelIntSet, TestNeedsScores, TestNumericRangeQuery64, TestSingleInstanceLockFactory, TestTragicIndexWriterDeadlock, TestSortedNumericSortField, TestStringHelper, TestIndexWriterDelete, TestDeletionPolicy, TestSpanNotQuery, TestSegmentReader, FuzzyTermOnShortTermsTest, TestSimilarityProvider, TestPerFieldPostingsFormat, TestNewestSegment, TestFixedBitSet, TestCloseableThreadLocal, TestSynonymQuery, TestNRTReaderCleanup, TestMultiValuedNumericRangeQuery, TestConjunctionDISI, TestShardSearching, TestIndexWriterWithThreads, TestIndexWriterForceMerge, TestIndexWriter, TestSloppyMath, TestVirtualMethod, TestBKD]
>>    [junit4] Completed [229/415 (1!)] on J0 in 3.69s, 13 tests, 1 error, 1 skipped <<< FAILURES!
>>
>> [...truncated 613 lines...]
>> BUILD FAILED
>> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 415 suites (1 ignored), 3466 tests, 1 error, 68 ignored (64 assumptions) [seed: 8F21BAE79AEA8203]
>>
>> Total time: 7 minutes 5 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
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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


Re: [JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16312 - Failure!

Posted by Michael McCandless <lu...@mikemccandless.com>.
I'll dig, this is a new check I added to BKDWriter recently.

Mike McCandless

http://blog.mikemccandless.com


On Wed, Mar 23, 2016 at 11:47 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16312/
> Java: 32bit/jdk1.8.0_72 -server -XX:+UseSerialGC
>
> 1 tests failed.
> FAILED:  org.apache.lucene.util.bkd.TestBKD.testWithExceptions
>
> Error Message:
> totalPointCount=16427 was passed when we were created, but we just hit 16428 values
>
> Stack Trace:
> java.lang.IllegalStateException: totalPointCount=16427 was passed when we were created, but we just hit 16428 values
>         at __randomizedtesting.SeedInfo.seed([8F21BAE79AEA8203:2D72269B1564CDF9]:0)
>         at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:275)
>         at org.apache.lucene.util.bkd.TestBKD.verify(TestBKD.java:605)
>         at org.apache.lucene.util.bkd.TestBKD.testWithExceptions(TestBKD.java:409)
>         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: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:745)
>
>
>
>
> Build Log:
> [...truncated 969 lines...]
>    [junit4] Suite: org.apache.lucene.util.bkd.TestBKD
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBKD -Dtests.method=testWithExceptions -Dtests.seed=8F21BAE79AEA8203 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.09s J0 | TestBKD.testWithExceptions <<<
>    [junit4]    > Throwable #1: java.lang.IllegalStateException: totalPointCount=16427 was passed when we were created, but we just hit 16428 values
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([8F21BAE79AEA8203:2D72269B1564CDF9]:0)
>    [junit4]    >        at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:275)
>    [junit4]    >        at org.apache.lucene.util.bkd.TestBKD.verify(TestBKD.java:605)
>    [junit4]    >        at org.apache.lucene.util.bkd.TestBKD.testWithExceptions(TestBKD.java:409)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4] IGNOR/A 0.00s J0 | TestBKD.testRandomBinaryBig
>    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
>    [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/temp/lucene.util.bkd.TestBKD_8F21BAE79AEA8203-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1670, maxMBSortInHeap=5.269326949431095, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lv, timezone=Africa/Khartoum
>    [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=56386736,total=133464064
>    [junit4]   2> NOTE: All tests run in this JVM: [FiniteStringsIteratorTest, TestRegexpRandom, TestSimpleAttributeImpl, TestIndexWriterMergePolicy, TestIsCurrent, TestLucene53NormsFormat, TestBooleanCoord, TestIndexWriterUnicode, TestBinaryTerms, TestLRUQueryCache, TestDisjunctionMaxQuery, TestDocValuesIndexing, TestLucene50StoredFieldsFormat, TestIntArrayDocIdSet, TestConstantScoreQuery, TestUnicodeUtil, TestIndexWriterMaxDocs, TestCharFilter, TestHighCompressionMode, TestSwappedIndexFiles, TestMinimize, TestSegmentInfos, TestBytesRefArray, TestTermsEnum, TestTerm, TestIndexWriterLockRelease, TestRecyclingByteBlockAllocator, TestSentinelIntSet, TestNeedsScores, TestNumericRangeQuery64, TestSingleInstanceLockFactory, TestTragicIndexWriterDeadlock, TestSortedNumericSortField, TestStringHelper, TestIndexWriterDelete, TestDeletionPolicy, TestSpanNotQuery, TestSegmentReader, FuzzyTermOnShortTermsTest, TestSimilarityProvider, TestPerFieldPostingsFormat, TestNewestSegment, TestFixedBitSet, TestCloseableThreadLocal, TestSynonymQuery, TestNRTReaderCleanup, TestMultiValuedNumericRangeQuery, TestConjunctionDISI, TestShardSearching, TestIndexWriterWithThreads, TestIndexWriterForceMerge, TestIndexWriter, TestSloppyMath, TestVirtualMethod, TestBKD]
>    [junit4] Completed [229/415 (1!)] on J0 in 3.69s, 13 tests, 1 error, 1 skipped <<< FAILURES!
>
> [...truncated 613 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 415 suites (1 ignored), 3466 tests, 1 error, 68 ignored (64 assumptions) [seed: 8F21BAE79AEA8203]
>
> Total time: 7 minutes 5 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
>
>
>
>
> ---------------------------------------------------------------------
> 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