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/05/02 17:13:53 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_92) - Build # 16641 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16641/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestPointQueries

Error Message:
The test or suite printed 13886 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 13886 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
	at org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
	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)


FAILED:  org.apache.lucene.search.TestPointQueries.testRandomBinaryTiny

Error Message:
Captured an uncaught exception in thread: Thread[id=673, name=T4, state=RUNNABLE, group=TGRP-TestPointQueries]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=673, name=T4, state=RUNNABLE, group=TGRP-TestPointQueries]
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:754)
	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)




Build Log:
[...truncated 632 lines...]
   [junit4] Suite: org.apache.lucene.search.TestPointQueries
   [junit4] IGNOR/A 0.00s J2 | TestPointQueries.testRandomLongsBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> may 02, 2016 12:09:59 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T0,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)
   [junit4]   2> 
   [junit4]   2> may 02, 2016 12:09:59 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T2,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)
   [junit4]   2> 
   [junit4]   2> may 02, 2016 12:09:59 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T1,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:754)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)
   [junit4]   2> 
   [junit4]   2> may 02, 2016 12:09:59 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T3,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)
   [junit4]   2> 
   [junit4]   2> may 02, 2016 12:09:59 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T4,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:754)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPointQueries -Dtests.method=testRandomBinaryTiny -Dtests.seed=853BD8FA355081B0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=America/Mendoza -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.03s J2 | TestPointQueries.testRandomBinaryTiny <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=673, name=T4, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:754)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=671, name=T2, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=669, name=T0, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=672, name=T3, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=670, name=T1, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:754)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2._run(TestPointQueries.java:805)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$2.run(TestPointQueries.java:758)
   [junit4] IGNOR/A 0.00s J2 | TestPointQueries.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {id=PostingsFormat(name=MockRandom)}, docValues:{id=DocValuesFormat(name=Lucene54), value=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1512, maxMBSortInHeap=5.454717378708793, sim=ClassicSimilarity, locale=es-CU, timezone=America/Mendoza
   [junit4]   2> NOTE: Linux 4.2.0-35-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=314256296,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterReader, TestPrefixCodedTerms, TestBytesRefHash, TestFieldValueQuery, TestIntBlockPool, TestSpanNearQuery, TestElevationComparator, TestTermVectors, TestTimSorter, TestCharsRef, TestMultiThreadTermVectors, TestSortedSetDocValues, TestTryDelete, TestSortedSetSortField, TestBM25Similarity, TestFrequencyTrackingRingBuffer, TestTotalHitCountCollector, TestGeoUtils, TestSimpleFSLockFactory, TestIntsRef, TestCachingCollector, TestNumericRangeQuery32, TestMergeSchedulerExternal, TestNativeFSLockFactory, TestControlledRealTimeReopenThread, TestFilterDirectoryReader, TestNearSpansOrdered, TestArrayUtil, TestPhrasePrefixQuery, TestIOUtils, TestApproximationSearchEquivalence, TestIndexInput, TestSearchWithThreads, Test2BBinaryDocValues, Test2BNumericDocValues, TestBooleanRewrites, TestTwoPhaseCommitTool, TestRollingUpdates, TestTransactions, TestMultiMMap, TestSimpleSearchEquivalence, TestSearch, TestBooleanOr, TestMixedCodecs, TestLazyProxSkipping, TestTrackingDirectoryWrapper, TestSpanExplanationsOfNonMatches, TestIndexFileDeleter, TestForUtil, TestBagOfPositions, TestTermsEnum2, TestDocBoost, TestSpanFirstQuery, TestMutableValues, TestComplexExplanations, TestIntroSorter, TestLucene60PointsFormat, TestSpanBoostQuery, TestPointQueries]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPointQueries -Dtests.seed=853BD8FA355081B0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=America/Mendoza -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestPointQueries (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite printed 13886 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([853BD8FA355081B0]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [125/419 (1!)] on J2 in 8.33s, 45 tests, 1 failure, 1 error, 2 skipped <<< FAILURES!

[...truncated 973 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: 419 suites (1 ignored), 3505 tests, 1 suite-level error, 1 error, 64 ignored (60 assumptions) [seed: 853BD8FA355081B0]

Total time: 6 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



[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_92) - Build # 16644 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16644/
Java: 32bit/jdk1.8.0_92 -server -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:45722/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:45722/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([E98FDCAFE118D437:61DBE3754FE4B9CF]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:661)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45722/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:638)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more


FAILED:  org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([E98FDCAFE118D437:CF986459DC498D55]:0)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 10921 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> 286480 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286481 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 286482 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 286497 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 286515 WARN  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 286516 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 286523 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 286526 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 286541 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 286541 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286541 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 16403410
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 286542 WARN  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 286542 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 286547 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 286548 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spatial.xml, transient=false, schema=schema-spatial.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001, shard=shard1}
   [junit4]   2> 286548 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 286548 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 286549 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 286549 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 286549 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 286560 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 286578 WARN  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 286578 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 286590 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 286592 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 286612 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 286614 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/]
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index/
   [junit4]   2> 286615 WARN  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index
   [junit4]   2> 286615 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@84f6ac
   [junit4]   2> 286616 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_1,generation=1}
   [junit4]   2> 286616 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 286616 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/
   [junit4]   2> 286618 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 286620 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286620 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286621 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286622 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=92.6513671875, floorSegmentMB=1.0400390625, forceMergeDeletesPctAllowed=19.589036217911556, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_1,generation=1}
   [junit4]   2> 286623 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d4a1bb[collection1] main]
   [junit4]   2> 286624 WARN  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 286624 INFO  (searcherExecutor-1217-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d4a1bb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286624 INFO  (coreLoadExecutor-1216-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 286626 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 286628 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBBox
   [junit4]   2> 286628 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286628 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286630 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 286635 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 5
   [junit4]   2> 286636 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 286636 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286639 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_2,generation=2}
   [junit4]   2> 286639 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 286640 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13747cb[collection1] main]
   [junit4]   2> 286641 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286641 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13747cb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3)))}
   [junit4]   2> 286641 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 286664 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.25}Intersects(ENVELOPE(10,25,12,10))&debug=results&fl=*,score&wt=xml} hits=3 status=0 QTime=22
   [junit4]   2> 286667 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.5+minSideLength%3D1}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 286670 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3Darea2D}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=2
   [junit4]   2> 286671 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3Darea}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 286671 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBBox
   [junit4]   2> 286674 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRptWithGeometryField
   [junit4]   2> 286674 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286674 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286675 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 286685 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 10
   [junit4]   2> 286692 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 6
   [junit4]   2> 286695 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286695 WARN  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 286698 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_3,generation=3}
   [junit4]   2> 286698 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 286699 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18a2e0a[collection1] main]
   [junit4]   2> 286699 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286699 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@18a2e0a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2)))}
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 4
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 286717 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} hits=1 status=0 QTime=16
   [junit4]   2> 286721 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} hits=1 status=0 QTime=20
   [junit4]   2> 286722 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 286723 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286725 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_4,generation=4}
   [junit4]   2> 286725 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 286725 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a73917[collection1] main]
   [junit4]   2> 286726 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a73917[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C2) Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 286726 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286726 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 286728 ERROR (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
   [junit4]   2> 	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 286729 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} status=500 QTime=27
   [junit4]   2> 286729 ERROR (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml
   [junit4]   2> 286729 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRptWithGeometryField
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial2 -Dtests.method=testRptWithGeometryField -Dtests.seed=E98FDCAFE118D437 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.06s J2 | TestSolr4Spatial2.testRptWithGeometryField <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E98FDCAFE118D437:CF986459DC498D55]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
   [junit4]    > 	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 286733 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam
   [junit4]   2> 286734 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286734 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286735 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 286735 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Dbogus}Intersects(ENVELOPE(0,0,12,12))&qt=standard&start=0&rows=20&version=2.2} status=400 QTime=0
   [junit4]   2> 286735 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam
   [junit4]   2> 286737 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 286737 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 286737 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 286739 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 286739 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 286741 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d45604 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12a6394),segFN=segments_5,generation=5}
   [junit4]   2> 286741 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 286742 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1183bf6[collection1] main]
   [junit4]   2> 286743 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 286743 INFO  (searcherExecutor-1217-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1183bf6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 286743 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 286751 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 286786 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!geofilt+sfield%3D"srptgeom"+pt%3D"56.9484,24.0981"+d%3D100}&hl=true&hl.fl=srptgeom} hits=1 status=0 QTime=41
   [junit4]   2> 286786 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 286787 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 286787 INFO  (SUITE-TestSolr4Spatial2-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=16403410
   [junit4]   2> 286787 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12d4db0
   [junit4]   2> 286787 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0}
   [junit4]   2> 286788 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 286788 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 286788 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001/index
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001;done=false>>]
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 286789 INFO  (coreCloseExecutor-1221-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E98FDCAFE118D437-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=sr-Latn-BA, timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=29997504,total=104472576
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteShardTest, SpatialHeatmapFacetsTest, BadIndexSchemaTest, TestRestoreCore, CursorMarkTest, TestSchemaResource, ZkStateWriterTest, DistribDocExpirationUpdateProcessorTest, AddBlockUpdateTest, AssignTest, RegexBoostProcessorTest, SortSpecParsingTest, BadComponentTest, HighlighterConfigTest, TestDistribDocBasedVersion, VMParamsZkACLAndCredentialsProvidersTest, TestRTimerTree, BasicAuthIntegrationTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, TestRestManager, TestSearcherReuse, TestCollationField, TestLeaderElectionZkExpiry, TestCSVResponseWriter, CircularListTest, TestMissingGroups, PrimitiveFieldTypeTest, HdfsTlogReplayBufferedWhileIndexingTest, RollingRestartTest, TestCopyFieldCollectionResource, TestConfigSetsAPIExclusivity, AutoCommitTest, TestPerFieldSimilarity, TestSolr4Spatial2]
   [junit4] Completed [124/592 (1!)] on J2 in 0.33s, 4 tests, 1 error <<< FAILURES!

[...truncated 1001 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/init-core-data-001
   [junit4]   2> 1416563 WARN  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=92 numCloses=92
   [junit4]   2> 1416563 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1416564 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1416564 INFO  (Thread-3727) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1416564 INFO  (Thread-3727) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1416664 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42927
   [junit4]   2> 1416664 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416664 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416666 INFO  (zkCallback-1830-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ecddf name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416666 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416666 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416666 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1416668 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1416668 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1416669 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@995a90{/solr,null,AVAILABLE}
   [junit4]   2> 1416669 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13dce41{/solr,null,AVAILABLE}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@8d9cf{HTTP/1.1,[http/1.1]}{127.0.0.1:35800}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@175835{HTTP/1.1,[http/1.1]}{127.0.0.1:45722}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.e.j.s.Server Started @1418737ms
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.e.j.s.Server Started @1418737ms
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35800}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45722}
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2'
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1'
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1416672 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416673 INFO  (zkCallback-1831-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be55b3 name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416673 INFO  (zkCallback-1832-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1045e81 name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416673 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1416674 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/.
   [junit4]   2> 1416681 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15473fccd8c0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 21497612
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/.
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2]
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 3087546
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1]
   [junit4]   2> 1416681 WARN  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/lib
   [junit4]   2> 1416681 WARN  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/lib
   [junit4]   2> 1416681 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1416682 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1416682 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1416682 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42927/solr
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42927/solr
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1416683 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416684 INFO  (zkCallback-1837-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17f816 name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416684 INFO  (zkCallback-1838-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1754022 name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/24563660@15573dc
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1416684 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416685 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/24563660@1c06cd1
   [junit4]   2> 1416685 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@112a6d2 name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416685 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1416685 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416686 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1006efe name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1416686 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1416686 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1416686 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1416687 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1416687 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1416688 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1416688 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1416688 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1416689 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1416689 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1416690 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1416691 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1416692 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1416693 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95829021699080197-127.0.0.1:35800_solr-n_0000000000
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95829021699080198-127.0.0.1:45722_solr-n_0000000001
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35800_solr
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95829021699080197-127.0.0.1:35800_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45722_solr
   [junit4]   2> 1416694 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:45722_solr
   [junit4]   2> 1416695 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer Overseer (id=95829021699080197-127.0.0.1:35800_solr-n_0000000000) starting
   [junit4]   2> 1416695 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1416695 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1416695 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1416695 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1416695 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1416697 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1416697 INFO  (OverseerCollectionConfigSetProcessor-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1416697 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1416697 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35800_solr as DOWN
   [junit4]   2> 1416698 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1416698 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35800_solr"} current state version: 0
   [junit4]   2> 1416698 INFO  (OverseerStateUpdate-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35800_solr
   [junit4]   2> 1416719 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1416719 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node1/.
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1416720 INFO  (jetty-launcher-1829-thread-1) [n:127.0.0.1:45722_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1417698 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35800_solr
   [junit4]   2> 1417698 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35800_solr
   [junit4]   2> 1417699 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1417699 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1417699 INFO  (zkCallback-1839-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1417699 INFO  (zkCallback-1840-thread-1-processing-n:127.0.0.1:45722_solr) [n:127.0.0.1:45722_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1417716 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1417716 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001/tempDir-001/node2/.
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1417717 INFO  (jetty-launcher-1829-thread-2) [n:127.0.0.1:35800_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1417717 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1417718 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1417718 INFO  (zkCallback-1841-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f6450 name:ZooKeeperConnection Watcher:127.0.0.1:42927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1417718 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1417719 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1417722 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:42927/solr
   [junit4]   2> 1417723 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1417723 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1417724 INFO  (zkCallback-1843-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53afeb name:ZooKeeperConnection Watcher:127.0.0.1:42927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1417724 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1417724 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1417724 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1417725 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1417725 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1417726 INFO  (SUITE-TestManagedSchemaAPI-seed#[E98FDCAFE118D437]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 1417736 INFO  (TEST-TestManagedSchemaAPI.test-seed#[E98FDCAFE118D437]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1417738 INFO  (qtp22758499-12008) [n:127.0.0.1:45722_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1417739 INFO  (OverseerCollectionConfigSetProcessor-95829021699080197-127.0.0.1:35800_solr-n_0000000000) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1417739 INFO  (OverseerThreadFactory-4560-thread-1-processing-n:127.0.0.1:35800_solr) [n:127.0.0.1:35800_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "

[...truncated too long message...]

ene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_E98FDCAFE118D437-001
   [junit4]   2> May 03, 2016 12:20:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 1439068 WARN  (Thread-3761) [n:127.0.0.1:45722_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2489)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2425)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica1: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> 1439068 WARN  (Thread-3760) [n:127.0.0.1:35800_solr    ] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:945)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2489)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2425)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core testschemaapi_shard1_replica2: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/configsetprops.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:800)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 6 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {_version_=FSTOrd50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), myNewField=FSTOrd50}, docValues:{}, maxPointsInLeafNode=161, maxMBSortInHeap=5.920651499575996, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sr-Latn-ME, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 1.8.0_92 (32-bit)/cpus=12,threads=1,free=190169608,total=347013120
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteShardTest, SpatialHeatmapFacetsTest, BadIndexSchemaTest, TestRestoreCore, CursorMarkTest, TestSchemaResource, ZkStateWriterTest, DistribDocExpirationUpdateProcessorTest, AddBlockUpdateTest, AssignTest, RegexBoostProcessorTest, SortSpecParsingTest, BadComponentTest, HighlighterConfigTest, TestDistribDocBasedVersion, VMParamsZkACLAndCredentialsProvidersTest, TestRTimerTree, BasicAuthIntegrationTest, TestFuzzyAnalyzedSuggestions, SuggesterTSTTest, TestRestManager, TestSearcherReuse, TestCollationField, TestLeaderElectionZkExpiry, TestCSVResponseWriter, CircularListTest, TestMissingGroups, PrimitiveFieldTypeTest, HdfsTlogReplayBufferedWhileIndexingTest, RollingRestartTest, TestCopyFieldCollectionResource, TestConfigSetsAPIExclusivity, AutoCommitTest, TestPerFieldSimilarity, TestSolr4Spatial2, TestCloudSchemaless, SearchHandlerTest, HdfsNNFailoverTest, TestReplicaProperties, RulesTest, SuggesterTest, CurrencyFieldXmlFileTest, FullSolrCloudDistribCmdsTest, HdfsChaosMonkeyNothingIsSafeTest, ResponseHeaderTest, TestReload, TestHdfsUpdateLog, UnloadDistributedZkTest, OverseerTest, TestTolerantUpdateProcessorRandomCloud, TestStressUserVersions, TestReversedWildcardFilterFactory, TestSSLRandomization, TestUseDocValuesAsStored2, RecoveryZkTest, TestSerializedLuceneMatchVersion, TestJmxIntegration, DistributedFacetPivotSmallTest, StressHdfsTest, TestUniqueKeyFieldResource, TestSolrDeletionPolicy1, TestRawResponseWriter, TestBlendedInfixSuggestions, TestPKIAuthenticationPlugin, CloudMLTQParserTest, OverriddenZkACLAndCredentialsProvidersTest, HLLUtilTest, BufferStoreTest, ConnectionManagerTest, DistributedQueryComponentOptimizationTest, TestDistributedStatsComponentCardinality, StatsComponentTest, TestIndexingPerformance, CdcrRequestHandlerTest, NoCacheHeaderTest, CollectionStateFormat2Test, DirectSolrConnectionTest, TestFieldSortValues, TestCoreDiscovery, TestDynamicLoading, TestPHPSerializedResponseWriter, TestReRankQParserPlugin, XmlUpdateRequestHandlerTest, TestZkChroot, MigrateRouteKeyTest, ScriptEngineTest, PreAnalyzedUpdateProcessorTest, TestElisionMultitermQuery, CollectionsAPISolrJTest, TestAuthenticationFramework, TestManagedSchemaAPI]
   [junit4] Completed [436/592 (2!)] on J2 in 22.57s, 1 test, 1 error <<< FAILURES!

[...truncated 508 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/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: 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: 592 suites (10 ignored), 2394 tests, 2 errors, 114 ignored (70 assumptions) [seed: E98FDCAFE118D437]

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



[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+116) - Build # 16643 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16643/
Java: 32bit/jdk-9-ea+116 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.search.TestPointQueries.testRandomLongsTiny

Error Message:
Captured an uncaught exception in thread: Thread[id=489, name=T0, state=RUNNABLE, group=TGRP-TestPointQueries]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=489, name=T0, state=RUNNABLE, group=TGRP-TestPointQueries]
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FFA825CE713FFF2F]:0)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.cache(LRUQueryCache.java:683)
	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:766)
	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
	at org.apache.lucene.search.TestPointQueries$1._run(TestPointQueries.java:554)
	at org.apache.lucene.search.TestPointQueries$1.run(TestPointQueries.java:503)




Build Log:
[...truncated 658 lines...]
   [junit4] Suite: org.apache.lucene.search.TestPointQueries
   [junit4]   2> May 03, 2016 4:32:50 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T1,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([FFA825CE713FFF2F]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.cache(LRUQueryCache.java:683)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:766)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$1._run(TestPointQueries.java:554)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$1.run(TestPointQueries.java:503)
   [junit4]   2> 
   [junit4]   2> May 03, 2016 4:32:50 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T0,5,TGRP-TestPointQueries]
   [junit4]   2> java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([FFA825CE713FFF2F]:0)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]   2> 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.cache(LRUQueryCache.java:683)
   [junit4]   2> 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:766)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$1._run(TestPointQueries.java:554)
   [junit4]   2> 	at org.apache.lucene.search.TestPointQueries$1.run(TestPointQueries.java:503)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPointQueries -Dtests.method=testRandomLongsTiny -Dtests.seed=FFA825CE713FFF2F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-ZM -Dtests.timezone=Asia/Kuala_Lumpur -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.03s J2 | TestPointQueries.testRandomLongsTiny <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=489, name=T0, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FFA825CE713FFF2F]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.cache(LRUQueryCache.java:683)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:766)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$1._run(TestPointQueries.java:554)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$1.run(TestPointQueries.java:503)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=490, name=T1, state=RUNNABLE, group=TGRP-TestPointQueries]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FFA825CE713FFF2F]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:110)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:98)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.buildMatchingDocIdSet(PointRangeQuery.java:109)
   [junit4]    > 	at org.apache.lucene.search.PointRangeQuery$1.scorer(PointRangeQuery.java:213)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.cache(LRUQueryCache.java:683)
   [junit4]    > 	at org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:766)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$1._run(TestPointQueries.java:554)
   [junit4]    > 	at org.apache.lucene.search.TestPointQueries$1.run(TestPointQueries.java:503)
   [junit4] IGNOR/A 0.00s J2 | TestPointQueries.testRandomLongsBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.00s J2 | TestPointQueries.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {id=Lucene50(blocksize=128)}, docValues:{id=DocValuesFormat(name=Lucene54), value=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=32, maxMBSortInHeap=7.107446227776487, sim=ClassicSimilarity, locale=en-ZM, timezone=Asia/Kuala_Lumpur
   [junit4]   2> NOTE: Linux 4.2.0-35-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=67514616,total=153092096
   [junit4]   2> NOTE: All tests run in this JVM: [TestInfoStream, TestGeoUtils, TestFrequencyTrackingRingBuffer, TestNRTThreads, TestNumericUtils, TestIOUtils, TestTopDocsMerge, Test2BPoints, TestNearSpansOrdered, TestMutableValues, TestDocInverterPerFieldErrorInfo, TestCachingCollector, TestSpanExplanationsOfNonMatches, TestWildcard, TestIndexWriterMerging, TestIndexWriterOnDiskFull, Test2BPositions, TestBytesStore, TestTimSorter, TestTotalHitCountCollector, TestMixedCodecs, TestTopDocsCollector, TestSpanNearQuery, TestBooleanOr, TestControlledRealTimeReopenThread, TestDateTools, TestCharTermAttributeImpl, TestRoaringDocIdSet, TestSpans, TestFuzzyQuery, TestIndexWriterExceptions2, TestSloppyPhraseQuery, Test2BPagedBytes, TestSearchForDuplicates, TestRollingUpdates, TestArrayUtil, TestNumericRangeQuery32, TestTermsEnum2, TestSimpleFSLockFactory, TestIndexWriterReader, TestIndexableField, TestRegExp, TestMultiLevelSkipList, Test2BBinaryDocValues, TestSparseFixedBitDocIdSet, TestElevationComparator, TestBytesRefHash, TestRegexpRandom2, TestSearch, TestIndexFileDeleter, TestTwoPhaseCommitTool, TestIntBlockPool, TestPointQueries]
   [junit4] Completed [142/419 (1!)] on J2 in 9.95s, 45 tests, 1 error, 2 skipped <<< FAILURES!

[...truncated 929 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: 419 suites (1 ignored), 3505 tests, 1 error, 67 ignored (63 assumptions) [seed: FFA825CE713FFF2F]

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



[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_92) - Build # 16642 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16642/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{     "a":"A val",     "b":"B val",     "wt":"json",     "useParams":""},   "context":{     "webapp":"/_ye/wk",     "path":"/dump1",     "httpMethod":"GET"}},  from server:  http://127.0.0.1:43609/_ye/wk/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "a":"A val",
    "b":"B val",
    "wt":"json",
    "useParams":""},
  "context":{
    "webapp":"/_ye/wk",
    "path":"/dump1",
    "httpMethod":"GET"}},  from server:  http://127.0.0.1:43609/_ye/wk/collection1
	at __randomizedtesting.SeedInfo.seed([A1E02935D39998CF:29B416EF7D65F537]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:172)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
	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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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)


FAILED:  org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([A1E02935D39998CF:87F791C3EEC8C1AD]:0)
	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 10582 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 70410 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 70425 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 70427 WARN  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 70428 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 70431 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 70434 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 70461 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 70461 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1528704770
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 70462 WARN  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 70462 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 70463 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 70464 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 70464 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 70464 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 70464 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 70465 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spatial.xml, transient=false, schema=schema-spatial.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001, shard=shard1}
   [junit4]   2> 70465 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 70466 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 70466 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 70466 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 70466 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 70484 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 70487 WARN  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 70487 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 70492 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spatial.xml
   [junit4]   2> 70495 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 70505 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 70507 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 70507 INFO  (coreLoadExecutor-143-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 70507 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 70507 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/]
   [junit4]   2> 70507 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 70509 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001
   [junit4]   2> 70509 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/index/
   [junit4]   2> 70510 WARN  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 70510 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/index
   [junit4]   2> 70511 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2110162835, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 70512 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_1,generation=1}
   [junit4]   2> 70512 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 70512 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/
   [junit4]   2> 70515 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 70517 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70518 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70518 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70519 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 70523 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 70523 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 70523 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70523 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70524 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=32.2841796875, floorSegmentMB=1.3935546875, forceMergeDeletesPctAllowed=19.255819708960328, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6699966457406545
   [junit4]   2> 70524 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_1,generation=1}
   [junit4]   2> 70524 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 70524 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@255c06da[collection1] main]
   [junit4]   2> 70525 WARN  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 70525 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 70525 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 70525 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 70525 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70526 INFO  (searcherExecutor-144-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@255c06da[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 70526 INFO  (coreLoadExecutor-143-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 70527 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 70529 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBBox
   [junit4]   2> 70530 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 70530 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 70532 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 70549 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 15
   [junit4]   2> 70550 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 70550 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70554 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_2,generation=2}
   [junit4]   2> 70554 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 70560 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2461b295[collection1] main]
   [junit4]   2> 70561 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70561 INFO  (searcherExecutor-144-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2461b295[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c3)))}
   [junit4]   2> 70561 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 70592 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.25}Intersects(ENVELOPE(10,25,12,10))&debug=results&fl=*,score&wt=xml} hits=3 status=0 QTime=30
   [junit4]   2> 70595 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.5+minSideLength%3D1}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 70599 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Darea2D}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=2
   [junit4]   2> 70600 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Darea}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 70601 INFO  (TEST-TestSolr4Spatial2.testBBox-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBBox
   [junit4]   2> 70603 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRptWithGeometryField
   [junit4]   2> 70604 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 70604 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 70614 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 70631 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 27
   [junit4]   2> 70646 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 13
   [junit4]   2> 70646 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70646 WARN  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 70666 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_3,generation=3}
   [junit4]   2> 70666 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 70668 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a2c65f1[collection1] main]
   [junit4]   2> 70668 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70668 INFO  (searcherExecutor-144-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a2c65f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C2)))}
   [junit4]   2> 70668 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 21
   [junit4]   2> 70669 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70669 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 70669 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 70669 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70669 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 70687 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} hits=1 status=0 QTime=16
   [junit4]   2> 70691 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} hits=1 status=0 QTime=21
   [junit4]   2> 70692 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 70693 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70696 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_4,generation=4}
   [junit4]   2> 70696 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 70697 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4048125b[collection1] main]
   [junit4]   2> 70697 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70697 INFO  (searcherExecutor-144-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4048125b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C2) Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 70697 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 70700 ERROR (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2> 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
   [junit4]   2> 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
   [junit4]   2> 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
   [junit4]   2> 	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 70700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml} status=500 QTime=30
   [junit4]   2> 70700 ERROR (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml
   [junit4]   2> 70700 INFO  (TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRptWithGeometryField
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial2 -Dtests.method=testRptWithGeometryField -Dtests.seed=A1E02935D39998CF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-US -Dtests.timezone=Asia/Ashgabat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.11s J2 | TestSolr4Spatial2.testRptWithGeometryField <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A1E02935D39998CF:87F791C3EEC8C1AD]:0)
   [junit4]    > 	at org.apache.lucene.util.DocIdSetBuilder.<init>(DocIdSetBuilder.java:92)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery$IntersectsDifferentiatingVisitor.<init>(IntersectsRPTVerifyQuery.java:166)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$IntersectsDifferentiatingQuery.compute(IntersectsRPTVerifyQuery.java:157)
   [junit4]    > 	at org.apache.lucene.spatial.composite.IntersectsRPTVerifyQuery$1.scorer(IntersectsRPTVerifyQuery.java:95)
   [junit4]    > 	at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:292)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2016)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:851)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:820)
   [junit4]    > 	at org.apache.solr.search.TestSolr4Spatial2.testRptWithGeometryField(TestSolr4Spatial2.java:139)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 70708 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 70709 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 70709 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 70713 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 3
   [junit4]   2> 70714 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 70717 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_5,generation=5}
   [junit4]   2> 70717 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 70718 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@34e4b594[collection1] main]
   [junit4]   2> 70719 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 70719 INFO  (searcherExecutor-144-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@34e4b594[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 70719 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 70725 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null} strat: RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches) maxLevels: 11
   [junit4]   2> 70756 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!geofilt+sfield%3D"srptgeom"+pt%3D"56.9484,24.0981"+d%3D100}&hl=true&hl.fl=srptgeom} hits=1 status=0 QTime=36
   [junit4]   2> 70770 INFO  (TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 70772 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam
   [junit4]   2> 70772 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[A1E02935D39998CF]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 70772 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[A1E02935D39998CF]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 70773 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[A1E02935D39998CF]) [    ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 70773 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[A1E02935D39998CF]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Dbogus}Intersects(ENVELOPE(0,0,12,12))&qt=standard&start=0&rows=20&version=2.2} status=400 QTime=0
   [junit4]   2> 70773 INFO  (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam
   [junit4]   2> 70774 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 70774 INFO  (SUITE-TestSolr4Spatial2-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1528704770
   [junit4]   2> 70775 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68be9969
   [junit4]   2> 70775 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0}
   [junit4]   2> 70775 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 70775 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 70775 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@359e410e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@263ed354),segFN=segments_6,generation=6}
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001;done=false>>]
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 70776 INFO  (coreCloseExecutor-148-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_A1E02935D39998CF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {srptgeom=BlockTreeOrds(blocksize=128), bbox__xdl=PostingsFormat(name=LuceneVarGapFixedInterval), bbox__maxX=PostingsFormat(name=LuceneVarGapFixedInterval), bbox__maxY=Lucene50(blocksize=128), bbox__minX=BlockTreeOrds(blocksize=128), bbox__minY=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{srptgeom=DocValuesFormat(name=Direct), bbox__maxX=DocValuesFormat(name=Memory), bbox__maxY=DocValuesFormat(name=Lucene54), bbox__minX=DocValuesFormat(name=Direct), bbox__minY=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1407, maxMBSortInHeap=7.2074902174627145, sim=ClassicSimilarity, locale=en-US, timezone=Asia/Ashgabat
   [junit4]   2> NOTE: Linux 4.2.0-35-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=286646032,total=511488000
   [junit4]   2> NOTE: All tests run in this JVM: [TestLeaderElectionZkExpiry, TestCloudPivotFacet, HardAutoCommitTest, TestQueryWrapperFilter, BigEndianAscendingWordDeserializerTest, CurrencyFieldXmlFileTest, TestRestManager, BaseCdcrDistributedZkTest, XmlUpdateRequestHandlerTest, TestSolr4Spatial2]
   [junit4] Completed [24/592 (1!)] on J2 in 0.39s, 4 tests, 1 error <<< FAILURES!

[...truncated 445 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/init-core-data-001
   [junit4]   2> 398080 INFO  (SUITE-TestReqParamsAPI-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 398080 INFO  (SUITE-TestReqParamsAPI-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ye/wk
   [junit4]   2> 398084 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 398085 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 398085 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 398185 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.ZkTestServer start zk server on port:41858
   [junit4]   2> 398185 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 398204 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 398240 INFO  (zkCallback-658-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7386a270 name:ZooKeeperConnection Watcher:127.0.0.1:41858 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398240 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 398240 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 398240 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 398244 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 398248 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 398248 INFO  (zkCallback-659-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@505e17f9 name:ZooKeeperConnection Watcher:127.0.0.1:41858/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398249 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 398249 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 398249 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 398250 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 398251 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 398251 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 398252 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 398252 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 398254 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 398254 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 398255 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 398255 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 398256 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 398256 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 398257 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 398257 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 398259 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 398259 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 398260 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 398260 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 398261 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 398261 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 398262 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 398262 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 398263 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 398263 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 398264 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 398264 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 398324 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/cores/collection1
   [junit4]   2> 398325 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 398326 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dc3a64{/_ye/wk,null,AVAILABLE}
   [junit4]   2> 398330 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5caceb93{HTTP/1.1,[http/1.1]}{127.0.0.1:39195}
   [junit4]   2> 398330 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.e.j.s.Server Started @400221ms
   [junit4]   2> 398330 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/tempDir-001/control/data, hostContext=/_ye/wk, hostPort=39195, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/cores}
   [junit4]   2> 398331 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 398331 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001'
   [junit4]   2> 398331 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 398331 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 398331 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 398332 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 398344 INFO  (zkCallback-660-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@767771e5 name:ZooKeeperConnection Watcher:127.0.0.1:41858/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398344 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 398345 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 398345 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 398345 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/solr.xml
   [junit4]   2> 398351 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/cores
   [junit4]   2> 398351 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.CoreContainer New CoreContainer 562378972
   [junit4]   2> 398351 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001]
   [junit4]   2> 398351 WARN  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/lib
   [junit4]   2> 398351 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 398353 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 398353 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 398353 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 398354 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41858/solr
   [junit4]   2> 398354 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 398354 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 398354 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 398355 INFO  (zkCallback-663-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d0347e name:ZooKeeperConnection Watcher:127.0.0.1:41858 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398355 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 398355 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 398356 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$11/1094544678@143a8e4f
   [junit4]   2> 398356 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 398357 INFO  (zkCallback-664-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a8e0a30 name:ZooKeeperConnection Watcher:127.0.0.1:41858/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 398357 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 398358 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 398359 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 398362 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 398363 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 398363 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 398364 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 398365 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 398365 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 398366 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 398367 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 398367 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 398368 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 398369 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 398369 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 398369 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000
   [junit4]   2> 398370 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39195__ye%2Fwk
   [junit4]   2> 398370 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 398370 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.Overseer Overseer (id=95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) starting
   [junit4]   2> 398371 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 398375 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 398375 INFO  (OverseerStateUpdate-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 398396 INFO  (OverseerCollectionConfigSetProcessor-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 398397 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39195__ye%2Fwk
   [junit4]   2> 398397 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39195__ye%2Fwk
   [junit4]   2> 398398 INFO  (OverseerStateUpdate-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 398399 INFO  (zkCallback-664-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 398404 INFO  (zkCallback-664-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 398411 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 398412 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 398412 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/cores
   [junit4]   2> 398412 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 398412 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/cores/collection1
   [junit4]   2> 398412 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 398413 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 398413 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 398413 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 398413 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 398414 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 398414 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 398414 INFO  (OverseerStateUpdate-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39195/_ye/wk",
   [junit4]   2>   "node_name":"127.0.0.1:39195__ye%2Fwk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 398414 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 398414 INFO  (OverseerStateUpdate-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39195/_ye/wk",
   [junit4]   2>   "node_name":"127.0.0.1:39195__ye%2Fwk",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 398414 INFO  (OverseerStateUpdate-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 398414 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 398415 INFO  (OverseerStateUpdate-95827518040965124-127.0.0.1:39195__ye%2Fwk-n_0000000000) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 398415 INFO  (zkCallback-664-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 399415 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 399415 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 399415 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 399415 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 399416 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 399416 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001/control-001/cores/collection1'
   [junit4]   2> 399416 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 399416 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 399417 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 399420 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 399424 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 399429 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 399435 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 399513 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 399519 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 399521 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 399525 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 399527 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 399528 INFO  (coreLoadExecutor-2145-thread-1-processing-n:127.0.0.1:39195__ye%2Fwk) [n:127.0.0.1:39195__ye%2Fwk c:control_collection   x:col

[...truncated too long message...]

llection1/data/index
   [junit4]   2> 421330 INFO  (zkCallback-688-thread-1-processing-n:127.0.0.1:46701__ye%2Fwk) [n:127.0.0.1:46701__ye%2Fwk c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ElectionContext Canceling election /collections/collection1/leader_elect/shard1/election/95827518040965138-core_node4-n_0000000001
   [junit4]   2> 421330 WARN  (zkCallback-688-thread-1-processing-n:127.0.0.1:46701__ye%2Fwk) [n:127.0.0.1:46701__ye%2Fwk c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/95827518040965138-core_node4-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:86)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:143)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:279)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:455)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 421331 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6a222140{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 421332 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18ae6250{/_ye/wk,null,UNAVAILABLE}
   [junit4]   2> 421333 INFO  (TEST-TestReqParamsAPI.test-seed#[A1E02935D39998CF]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41858 41858
   [junit4]   2> 421538 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41858 41858
   [junit4]   2> 421539 WARN  (Thread-1350) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=A1E02935D39998CF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it-IT -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 23.5s J1 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "params":{
   [junit4]    >     "a":"A val",
   [junit4]    >     "b":"B val",
   [junit4]    >     "wt":"json",
   [junit4]    >     "useParams":""},
   [junit4]    >   "context":{
   [junit4]    >     "webapp":"/_ye/wk",
   [junit4]    >     "path":"/dump1",
   [junit4]    >     "httpMethod":"GET"}},  from server:  http://127.0.0.1:43609/_ye/wk/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A1E02935D39998CF:29B416EF7D65F537]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:172)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 421541 INFO  (SUITE-TestReqParamsAPI-seed#[A1E02935D39998CF]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_A1E02935D39998CF-001
   [junit4]   2> May 02, 2016 5:58:27 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=989, maxMBSortInHeap=5.355051239925535, sim=ClassicSimilarity, locale=it-IT, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Linux 4.2.0-35-generic amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=12,threads=1,free=233490648,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [SolrXmlInZkTest, ShardRoutingCustomTest, SolrIndexSplitterTest, TestOverriddenPrefixQueryForCustomFieldType, TimeZoneUtilsTest, MultiTermTest, TestManagedResourceStorage, TestSolrCoreProperties, TestBlobHandler, TestStandardQParsers, MBeansHandlerTest, TestLFUCache, TestTestInjection, DistributedIntervalFacetingTest, SpellCheckCollatorTest, OpenExchangeRatesOrgProviderTest, TestTolerantUpdateProcessorCloud, DistributedQueueTest, HighlighterTest, TestClassicSimilarityFactory, IndexBasedSpellCheckerTest, HdfsRecoveryZkTest, AliasIntegrationTest, TestManagedSchema, BlockDirectoryTest, DistributedMLTComponentTest, TermsComponentTest, TestInfoStreamLogging, TestJsonRequest, BitVectorTest, RestartWhileUpdatingTest, MoreLikeThisHandlerTest, TestAuthorizationFramework, TestStressVersions, DateRangeFieldTest, TestMiniSolrCloudClusterSSL, OutOfBoxZkACLAndCredentialsProvidersTest, SolrIndexConfigTest, HdfsCollectionsAPIDistributedZkTest, ParsingFieldUpdateProcessorsTest, NumericFieldsTest, UpdateRequestProcessorFactoryTest, SpellPossibilityIteratorTest, FastVectorHighlighterTest, HighlighterMaxOffsetTest, TestPivotHelperCode, SolrCmdDistributorTest, UniqFieldsUpdateProcessorFactoryTest, TermVectorComponentTest, TestQueryUtils, DistributedQueryComponentCustomSortTest, TriLevelCompositeIdRoutingTest, HdfsWriteToMultipleCollectionsTest, TestGeoJSONResponseWriter, TestSmileRequest, TestConfigSets, SecurityConfHandlerTest, TestOrdValues, MinimalSchemaTest, SpatialRPTFieldTypeTest, CollectionReloadTest, ZkCLITest, ConfigSetsAPITest, TestSolrQueryResponse, ConvertedLegacyTest, CdcrUpdateLogTest, SpatialFilterTest, TestReqParamsAPI]
   [junit4] Completed [165/592 (2!)] on J1 in 23.99s, 1 test, 1 failure <<< FAILURES!

[...truncated 1393 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/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: 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: 592 suites (10 ignored), 2394 tests, 1 error, 1 failure, 114 ignored (70 assumptions) [seed: A1E02935D39998CF]

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