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 2015/03/09 15:37:32 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80-ea-b05) - Build # 11779 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11779/
Java: 64bit/jdk1.7.0_80-ea-b05 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestUtils

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.util.TestUtils:     1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.util.TestUtils: 
   1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([84F46C7A1DDC1EB7]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestUtils

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([84F46C7A1DDC1EB7]:0)


FAILED:  org.apache.solr.util.TestUtils.testNanoTimeSpeed

Error Message:
Time taken for System.nanoTime is too high

Stack Trace:
java.lang.AssertionError: Time taken for System.nanoTime is too high
	at __randomizedtesting.SeedInfo.seed([84F46C7A1DDC1EB7:F20E784C1177C5E7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.util.TestUtils.testNanoTimeSpeed(TestUtils.java:197)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9982 lines...]
   [junit4] Suite: org.apache.solr.util.TestUtils
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.util.TestUtils 84F46C7A1DDC1EB7-001/init-core-data-001
   [junit4]   2> 1068409 T4109 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1068414 T4109 oas.SolrTestCaseJ4.setUp ###Starting testEscapeTextWithSeparator
   [junit4]   2> 1068414 T4109 oas.SolrTestCaseJ4.tearDown ###Ending testEscapeTextWithSeparator
   [junit4]   2> 1068418 T4109 oas.SolrTestCaseJ4.setUp ###Starting testJoin
   [junit4]   2> 1068419 T4109 oas.SolrTestCaseJ4.tearDown ###Ending testJoin
   [junit4]   2> 1068422 T4109 oas.SolrTestCaseJ4.setUp ###Starting testNanoTimeSpeed
   [junit4]   2> 1068439 T4109 oas.SolrTestCaseJ4.tearDown ###Ending testNanoTimeSpeed
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUtils -Dtests.method=testNanoTimeSpeed -Dtests.seed=84F46C7A1DDC1EB7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk_MK -Dtests.timezone=America/Cancun -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.04s J1 | TestUtils.testNanoTimeSpeed <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Time taken for System.nanoTime is too high
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84F46C7A1DDC1EB7:F20E784C1177C5E7]:0)
   [junit4]    > 	at org.apache.solr.util.TestUtils.testNanoTimeSpeed(TestUtils.java:197)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1068462 T4109 oas.SolrTestCaseJ4.setUp ###Starting testSplitEscaping
   [junit4]   2> 1068463 T4109 oas.SolrTestCaseJ4.tearDown ###Ending testSplitEscaping
   [junit4]   2> 1068467 T4109 oas.SolrTestCaseJ4.setUp ###Starting testNumberUtils
   [junit4]   2> 1068468 T4109 oas.SolrTestCaseJ4.tearDown ###Ending testNumberUtils
   [junit4]   2> 1068471 T4109 oas.SolrTestCaseJ4.setUp ###Starting testNamedLists
   [junit4]   2> 1068472 T4109 oas.SolrTestCaseJ4.tearDown ###Ending testNamedLists
   [junit4]   2> 1068472 T4109 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.util.TestUtils 84F46C7A1DDC1EB7-001
   [junit4]   2> 69 T4108 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 20218 T4108 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.util.TestUtils: 
   [junit4]   2> 	   1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]   2> 	        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2> 	        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]   2> 	        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 20218 T4108 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
   [junit4]   2> 23220 T4108 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]   2> 	        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2> 	        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]   2> 	        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=mk_MK, timezone=America/Cancun
   [junit4]   2> NOTE: Linux 3.13.0-46-generic amd64/Oracle Corporation 1.7.0_80-ea (64-bit)/cpus=8,threads=2,free=111507768,total=260591616
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecovery, SpellPossibilityIteratorTest, TestExactSharedStatsCache, HighlighterTest, TestFuzzyAnalyzedSuggestions, IndexBasedSpellCheckerTest, TestRandomFaceting, SegmentsInfoRequestHandlerTest, JsonLoaderTest, ConnectionManagerTest, ShardSplitTest, EnumFieldTest, TestCloudPivotFacet, SolrXmlInZkTest, TestLMJelinekMercerSimilarityFactory, BadIndexSchemaTest, TestReload, MinimalSchemaTest, StatelessScriptUpdateProcessorFactoryTest, BlockDirectoryTest, MoreLikeThisHandlerTest, NotRequiredUniqueKeyTest, TestSolrJ, TestSolrDeletionPolicy2, TestSerializedLuceneMatchVersion, TestFastOutputStream, HdfsLockFactoryTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, DocValuesMissingTest, TestStandardQParsers, TestClusterStateMutator, TestPHPSerializedResponseWriter, TestFiltering, TestSolrConfigHandlerConcurrent, TestDocBasedVersionConstraints, ShardRoutingCustomTest, AssignTest, CurrencyFieldXmlFileTest, TestSolrQueryParser, ConvertedLegacyTest, CursorPagingTest, SuggesterTSTTest, TestStressUserVersions, UpdateParamsTest, TestRebalanceLeaders, TestShardHandlerFactory, TestOverriddenPrefixQueryForCustomFieldType, OpenCloseCoreStressTest, TestCopyFieldCollectionResource, SpellingQueryConverterTest, MultiThreadedOCPTest, TestSolrCoreProperties, TestSchemaVersionResource, PluginInfoTest, TestTolerantSearch, TestDynamicFieldCollectionResource, TestChildDocTransformer, TestInfoStreamLogging, TestQuerySenderListener, TermVectorComponentTest, FileUtilsTest, TestSystemIdResolver, ZkSolrClientTest, BJQParserTest, TestBlobHandler, TestJettySolrRunner, TestCloudInspectUtil, CursorMarkTest, TestMiniSolrCloudCluster, DistributedFacetPivotLargeTest, TestRawResponseWriter, DistributedExpandComponentTest, BasicZkTest, TestSolrDeletionPolicy1, TestDefaultSearchFieldResource, TestAddFieldRealTimeGet, TestIntervalFaceting, TestReplicaProperties, TestSolrXml, ResponseHeaderTest, CSVRequestHandlerTest, TestAnalyzeInfixSuggestions, TestConfig, TestSortingResponseWriter, TestRemoteStreaming, SchemaVersionSpecificBehaviorTest, DistributedQueryComponentOptimizationTest, CoreAdminCreateDiscoverTest, BasicDistributedZk2Test, TestBulkSchemaAPI, BinaryUpdateRequestHandlerTest, DebugComponentTest, DateFieldTest, SpellCheckCollatorTest, DateMathParserTest, IndexSchemaTest, TestLRUStatsCache, SolrRequestParserTest, OpenExchangeRatesOrgProviderTest, RAMDirectoryFactoryTest, EchoParamsTest, BasicFunctionalityTest, SpatialFilterTest, TestUtils]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUtils -Dtests.seed=84F46C7A1DDC1EB7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk_MK -Dtests.timezone=America/Cancun -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestUtils (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.util.TestUtils: 
   [junit4]    >    1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84F46C7A1DDC1EB7]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4110, name=nanoTimeTestThread-2110-thread-1, state=TIMED_WAITING, group=TGRP-TestUtils]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([84F46C7A1DDC1EB7]:0)
   [junit4] Completed on J1 in 23.27s, 6 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 844 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 471 suites, 1875 tests, 2 suite-level errors, 1 failure, 959 ignored (18 assumptions)

Total time: 77 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_80-ea-b05 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11786 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Effectively final!

Uwe

Am 10. März 2015 23:03:43 MEZ, schrieb Adrien Grand <jp...@gmail.com>:
>Thanks Alan!
>
>On Tue, Mar 10, 2015 at 10:15 AM, Alan Woodward <al...@flax.co.uk>
>wrote:
>> Java8 -> Java7 brainfart.  I'll fix.  Sorry for the noise.
>>
>> Alan Woodward
>> www.flax.co.uk
>>
>>
>> On 10 Mar 2015, at 08:33, Policeman Jenkins Server wrote:
>>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11786/
>> Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC
>>
>> All tests passed
>>
>> Build Log:
>> [...truncated 9044 lines...]
>>    [javac] Compiling 38 source files to
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
>>    [javac] warning: [options] bootstrap class path not set in
>conjunction
>> with -source 1.7
>>    [javac]
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152:
>> error: local variable jettyConfig is accessed from within inner
>class; needs
>> to be declared final
>>    [javac]           return startJettySolrRunner(jettyConfig);
>>    [javac]                                       ^
>>    [javac] Note: Some input files use or override a deprecated API.
>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>    [javac] 1 error
>>
>> [...truncated 1 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The
>following
>> error occurred while executing this line:
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39:
>The
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191:
>The
>> following error occurred while executing this line:
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509:
>> The following error occurred while executing this line:
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420:
>> The following error occurred while executing this line:
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41:
>> The following error occurred while executing this line:
>>
>/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882:
>> Compile failed; see the compiler error output for details.
>>
>> Total time: 33 minutes 16 seconds
>> Build step 'Invoke Ant' marked build as failure
>> [description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b47
>> -XX:-UseCompressedOops -XX:+UseParallelGC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>
>
>
>-- 
>Adrien
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>For additional commands, e-mail: dev-help@lucene.apache.org

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

Re: [JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11786 - Still Failing!

Posted by Adrien Grand <jp...@gmail.com>.
Thanks Alan!

On Tue, Mar 10, 2015 at 10:15 AM, Alan Woodward <al...@flax.co.uk> wrote:
> Java8 -> Java7 brainfart.  I'll fix.  Sorry for the noise.
>
> Alan Woodward
> www.flax.co.uk
>
>
> On 10 Mar 2015, at 08:33, Policeman Jenkins Server wrote:
>
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11786/
> Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> Build Log:
> [...truncated 9044 lines...]
>    [javac] Compiling 38 source files to
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
>    [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.7
>    [javac]
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152:
> error: local variable jettyConfig is accessed from within inner class; needs
> to be declared final
>    [javac]           return startJettySolrRunner(jettyConfig);
>    [javac]                                       ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 error
>
> [...truncated 1 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following
> error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882:
> Compile failed; see the compiler error output for details.
>
> Total time: 33 minutes 16 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b47
> -XX:-UseCompressedOops -XX:+UseParallelGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>



-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11786 - Still Failing!

Posted by Alan Woodward <al...@flax.co.uk>.
Java8 -> Java7 brainfart.  I'll fix.  Sorry for the noise.

Alan Woodward
www.flax.co.uk


On 10 Mar 2015, at 08:33, Policeman Jenkins Server wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11786/
> Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC
> 
> All tests passed
> 
> Build Log:
> [...truncated 9044 lines...]
>    [javac] Compiling 38 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
>    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
>    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
>    [javac]           return startJettySolrRunner(jettyConfig);
>    [javac]                                       ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 error
> 
> [...truncated 1 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.
> 
> Total time: 33 minutes 16 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11786 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11786/
Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 9044 lines...]
    [javac] Compiling 38 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 33 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_40-ea-b22) - Build # 11785 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11785/
Java: 64bit/jdk1.8.0_40-ea-b22 -XX:-UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 9051 lines...]
    [javac] Compiling 38 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 41 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b22 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b47) - Build # 11784 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11784/
Java: 32bit/jdk1.9.0-ea-b47 -server -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 9058 lines...]
    [javac] Compiling 38 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 58 minutes 1 second
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b47 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b47) - Build # 11783 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11783/
Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 9055 lines...]
    [javac] Compiling 38 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 50 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b47 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b22) - Build # 11782 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11782/
Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 9098 lines...]
    [javac] Compiling 38 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-test-framework/classes/java
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:152: error: local variable jettyConfig is accessed from within inner class; needs to be declared final
    [javac]           return startJettySolrRunner(jettyConfig);
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/test-framework/build.xml:41: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.

Total time: 76 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80-ea-b05) - Build # 11781 - Still Failing!

Posted by Noble Paul <no...@gmail.com>.
Oh my, the jars were compiled with java 1.8. I need to checkin a jar
compiled with 1.7

On Tue, Mar 10, 2015 at 1:50 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11781/
> Java: 32bit/jdk1.7.0_80-ea-b05 -server -XX:+UseConcMarkSweepGC
>
> 2 tests failed.
> FAILED:  org.apache.solr.cloud.TestCryptoKeys.test
>
> Error Message:
> Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler'
> for path 'class' full output: {"error":{
>  "msg":"java.lang.UnsupportedClassVersionError:
> org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version
> 52.0",     "trace":"java.lang.RuntimeException:
> java.lang.UnsupportedClassVersionError:
> org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version
> 52.0\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\n\tat
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat
> org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\n\tat
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\n\tat
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\n\tat
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n\tat
> org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\n\tat
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\n\tat
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\n\tat
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\n\tat
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\n\tat
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\n\tat
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\n\tat
> org.eclipse.jetty.server.Server.handle(Server.java:368)\n\tat
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\n\tat
> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\n\tat
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\n\tat
> org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\n\tat
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\n\tat
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\n\tat
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\n\tat
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\n\tat
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\n\tat
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\n\tat
> java.lang.Thread.run(Thread.java:745)\nCaused by:
> java.lang.UnsupportedClassVersionError:
> org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version
> 52.0\n\tat java.lang.ClassLoader.defineClass1(Native Method)\n\tat
> java.lang.ClassLoader.defineClass(ClassLoader.java:800)\n\tat
> org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\n\tat
> org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\n\tat
> org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\n\tat
> org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\n\tat
> org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\n\tat
> org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\n\tat
> org.apache.solr.core.PluginBag.get(PluginBag.java:113)\n\tat
> org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\n\tat
> org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\n\t...
> 26 more\n",     "code":500}}
>
> Stack Trace:
> java.lang.AssertionError: Could not get expected value
> 'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output:
> {"error":{
>     "msg":"java.lang.UnsupportedClassVersionError:
> org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version
> 52.0",
>     "trace":"java.lang.RuntimeException:
> java.lang.UnsupportedClassVersionError:
> org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version
> 52.0\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\n\tat
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat
> org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\n\tat
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\n\tat
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\n\tat
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n\tat
> org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\n\tat
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\n\tat
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\n\tat
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\n\tat
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\n\tat
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\n\tat
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\n\tat
> org.eclipse.jetty.server.Server.handle(Server.java:368)\n\tat
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\n\tat
> org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\n\tat
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\n\tat
> org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\n\tat
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\n\tat
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\n\tat
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\n\tat
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\n\tat
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\n\tat
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\n\tat
> java.lang.Thread.run(Thread.java:745)\nCaused by:
> java.lang.UnsupportedClassVersionError:
> org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version
> 52.0\n\tat java.lang.ClassLoader.defineClass1(Native Method)\n\tat
> java.lang.ClassLoader.defineClass(ClassLoader.java:800)\n\tat
> org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\n\tat
> org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\n\tat
> org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\n\tat
> org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\n\tat
> org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\n\tat
> org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\n\tat
> org.apache.solr.core.PluginBag.get(PluginBag.java:113)\n\tat
> org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\n\tat
> org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\n\tat
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\n\t...
> 26 more\n",
>     "code":500}}
>         at
> __randomizedtesting.SeedInfo.seed([DFEF1A1F5D0C20C5:57BB25C5F3F04D3D]: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:399)
>         at
> org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:204)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
> FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading
>
> Error Message:
> Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler'
> for path 'overlay/requestHandler/\/runtime/class' full output: {
>  "responseHeader":{     "status":0,     "QTime":0},   "overlay":{
>  "znodeVersion":1,     "runtimeLib":{"colltest":{
>  "name":"colltest",         "version":1}},
>  "requestHandler":{"/test1":{         "name":"/test1",
>  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
>  "runtimeLib":true}}}}
>
> Stack Trace:
> java.lang.AssertionError: Could not get expected value
> 'org.apache.solr.core.RuntimeLibReqHandler' for path
> 'overlay/requestHandler/\/runtime/class' full output: {
>   "responseHeader":{
>     "status":0,
>     "QTime":0},
>   "overlay":{
>     "znodeVersion":1,
>     "runtimeLib":{"colltest":{
>         "name":"colltest",
>         "version":1}},
>     "requestHandler":{"/test1":{
>         "name":"/test1",
>         "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
>         "runtimeLib":true}}}}
>         at
> __randomizedtesting.SeedInfo.seed([DFEF1A1F5D0C20C5:7A23748AAD18565]: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:399)
>         at
> org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:172)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 9791 lines...]
>    [junit4] Suite: org.apache.solr.cloud.TestCryptoKeys
>    [junit4]   2> Creating dataDir:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/init-core-data-001
>    [junit4]   2> 1018220 T3765 oas.SolrTestCaseJ4.buildSSLConfig
> Randomized ssl (false) and clientAuth (false)
>    [junit4]   2> 1018221 T3765
> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext
> system property: /bv/w
>    [junit4]   2> 1018224 T3765 oasc.ZkTestServer.run STARTING ZK TEST
> SERVER
>    [junit4]   1> client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 1018225 T3766
> oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
>    [junit4]   2> 1018324 T3765 oasc.ZkTestServer.run start zk server on
> port:53165
>    [junit4]   2> 1018325 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 1018326 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1018329 T3773 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@c271e7
> name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1018329 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1018330 T3765 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 1018330 T3765 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 1018333 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 1018333 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1018335 T3776 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@119451d
> name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1018335 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1018336 T3765 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 1018336 T3765 oascc.SolrZkClient.makePath makePath:
> /collections/collection1
>    [junit4]   2> 1018339 T3765 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/shards
>    [junit4]   2> 1018342 T3765 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection
>    [junit4]   2> 1018344 T3765 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/shards
>    [junit4]   2> 1018345 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
> to /configs/conf1/solrconfig.xml
>    [junit4]   2> 1018345 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 1018348 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
> to /configs/conf1/schema.xml
>    [junit4]   2> 1018348 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/schema.xml
>    [junit4]   2> 1018350 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 1018350 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 1018352 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
> to /configs/conf1/stopwords.txt
>    [junit4]   2> 1018352 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/stopwords.txt
>    [junit4]   2> 1018353 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
> to /configs/conf1/protwords.txt
>    [junit4]   2> 1018353 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/protwords.txt
>    [junit4]   2> 1018354 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
> to /configs/conf1/currency.xml
>    [junit4]   2> 1018355 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/currency.xml
>    [junit4]   2> 1018356 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
> to /configs/conf1/enumsConfig.xml
>    [junit4]   2> 1018356 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 1018357 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
> to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 1018357 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 1018359 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
> to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 1018359 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 1018360 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
> to /configs/conf1/old_synonyms.txt
>    [junit4]   2> 1018361 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 1018362 T3765 oasc.AbstractZkTestCase.putConfig put
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
> to /configs/conf1/synonyms.txt
>    [junit4]   2> 1018362 T3765 oascc.SolrZkClient.makePath makePath:
> /configs/conf1/synonyms.txt
>    [junit4]   2> 1018613 T3765 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1
>    [junit4]   2> 1018614 T3765 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 1018617 T3765 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:38550
>    [junit4]   2> 1018618 T3765 oascse.JettySolrRunner$1.lifeCycleStarted
> Jetty properties: {hostPort=38550, hostContext=/bv/w,
> coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores,
> solr.data.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/tempDir-001/control/data}
>    [junit4]   2> 1018618 T3765 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f00f9
>    [junit4]   2> 1018618 T3765 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/'
>    [junit4]   2> 1018634 T3765 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/solr.xml
>    [junit4]   2> 1018645 T3765 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores
>    [junit4]   2> 1018678 T3765 oasc.CoreContainer.<init> New CoreContainer
> 24270361
>    [junit4]   2> 1018678 T3765 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/]
>    [junit4]   2> 1018679 T3765 oasc.CoreContainer.load loading shared
> library:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/lib
>    [junit4]   2> 1018679 T3765 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/lib).
>    [junit4]   2> 1018685 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 1018688 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 1018688 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 1018688 T3765 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 1018689 T3765 oasl.LogWatcher.createWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1018689 T3765 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1018689 T3765 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 1018689 T3765 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:53165/solr
>    [junit4]   2> 1018690 T3765 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 1018690 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 1018691 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1018692 T3788 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1af2b77
> name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1018692 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1018692 T3765 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 1018694 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1018695 T3791 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1dc2244
> name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1018695 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1018696 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer/queue
>    [junit4]   2> 1018698 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 1018699 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-running
>    [junit4]   2> 1018701 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-completed
>    [junit4]   2> 1018702 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer/collection-map-failure
>    [junit4]   2> 1018704 T3765 oascc.SolrZkClient.makePath makePath:
> /live_nodes
>    [junit4]   2> 1018705 T3765 oascc.SolrZkClient.makePath makePath:
> /aliases.json
>    [junit4]   2> 1018706 T3765 oascc.SolrZkClient.makePath makePath:
> /clusterstate.json
>    [junit4]   2> 1018706 T3765 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38550_bv%2Fw
>    [junit4]   2> 1018707 T3765 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:38550_bv%2Fw
>    [junit4]   2> 1018708 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer_elect
>    [junit4]   2> 1018709 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/election
>    [junit4]   2> 1018710 T3765 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 1018711 T3765
> oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
> 127.0.0.1:38550_bv%2Fw
>    [junit4]   2> 1018711 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer_elect/leader
>    [junit4]   2> 1018712 T3765 oasc.Overseer.start Overseer
> (id=93449793703510019-127.0.0.1:38550_bv%2Fw-n_0000000000) starting
>    [junit4]   2> 1018713 T3765 oascc.SolrZkClient.makePath makePath:
> /overseer/queue-work
>    [junit4]   2> 1018717 T3765
> oasc.OverseerAutoReplicaFailoverThread.<init> Starting
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 1018718 T3793 oasc.OverseerCollectionProcessor.run
> Process current queue of collection creations
>    [junit4]   2> 1018718 T3765
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 1018718 T3792 oasc.Overseer$ClusterStateUpdater.run
> Starting to work on the main queue
>    [junit4]   2> 1018721 T3765 oasc.CorePropertiesLocator.discover Looking
> for core definitions underneath
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores
>    [junit4]   1> CORE DESCRIPTOR:
> {absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/, config=solrconfig.xml,
> schema=schema.xml, shard=,
> instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1, loadOnStartup=true,
> transient=false, coreNodeName=, collection=control_collection,
> name=collection1, dataDir=data/}
>    [junit4]   2> 1018722 T3765 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/
>    [junit4]   2> 1018722 T3765 oasc.CorePropertiesLocator.discover Found 1
> core definitions
>    [junit4]   2> 1018723 T3795 oasc.ZkController.publish publishing
> core=collection1 state=down collection=control_collection
>    [junit4]   2> 1018723 T3795 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 1018724 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1018724 T3795 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 1018724 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "base_url":"http://127.0.0.1:38550/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "node_name":"127.0.0.1:38550_bv%2Fw",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "operation":"state"} current state version: 0
>    [junit4]   2> 1018725 T3792 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "base_url":"http://127.0.0.1:38550/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "node_name":"127.0.0.1:38550_bv%2Fw",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1018725 T3792 oasco.ClusterStateMutator.createCollection
> building a new cName: control_collection
>    [junit4]   2> 1018725 T3792 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard1
>    [junit4]   2> 1018726 T3791 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1019724 T3795 oasc.ZkController.waitForShardId waiting to
> find shard id in clusterstate for collection1
>    [junit4]   2> 1019724 T3795 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:control_collection
>    [junit4]   2> 1019725 T3795 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 1019725 T3795 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
>    [junit4]   2> 1019726 T3795 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
>    [junit4]   2> 1019726 T3795 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/'
>    [junit4]   2> 1019743 T3795 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 1019746 T3795 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 1019753 T3795 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 1019792 T3795 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 5.1.0
>    [junit4]   2> 1019857 T3795 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 1019859 T3795 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 1019868 T3795 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 1020240 T3795 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1020244 T3795 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 1020246 T3795 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 1020253 T3795 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 1020256 T3795 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 1020258 T3795 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1020259 T3795
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 1020259 T3795
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 1020259 T3795 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1020260 T3795
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 1020260 T3795
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 1020260 T3795 oasc.CoreContainer.create Creating SolrCore
> 'collection1' using configuration from collection control_collection
>    [junit4]   2> 1020260 T3795 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1020261 T3795 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/,
> dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/
>    [junit4]   2> 1020261 T3795 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@f938c7
>    [junit4]   2> 1020261 T3795 oasc.CachingDirectoryFactory.get return new
> directory for
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data
>    [junit4]   2> 1020262 T3795 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/index/
>    [junit4]   2> 1020262 T3795 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/index' doesn't
> exist. Creating new index...
>    [junit4]   2> 1020262 T3795 oasc.CachingDirectoryFactory.get return new
> directory for
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/index
>    [junit4]   2> 1020262 T3795 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6853352130194422]
>    [junit4]   2> 1020263 T3795 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1fb3806
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b4f74
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1020263 T3795 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 1020268 T3795 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 1020268 T3795 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1020268 T3795 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1020270 T3795 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1020270 T3795 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 1020272 T3795 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1020273 T3795 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1020274 T3795 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1020276 T3795 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1020303 T3795 oasc.RequestHandlers.initHandlersFromConfig
> Registered paths:
> /admin/logging,/admin/threads,/schema,/admin/mbeans,/update/csv,/update/json,/config,/admin/segments,/admin/ping,/admin/file,standard,/get,/admin/plugins,/update/json/docs,/admin/system,/admin/luke,/admin/properties,/replication,/update
>    [junit4]   2> 1020304 T3795 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1020305 T3795 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 1020305 T3795 oasu.UpdateLog.init Initializing UpdateLog:
> dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
>    [junit4]   2> 1020305 T3795 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 1020306 T3795 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 1020306 T3795 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=48,
> maxMergedSegmentMB=51.404296875, floorSegmentMB=2.0224609375,
> forceMergeDeletesPctAllowed=28.188678783212925, segmentsPerTier=24.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19675050856862042
>    [junit4]   2> 1020306 T3795 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1fb3806
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b4f74
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1020307 T3795 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 1020307 T3795 oass.SolrIndexSearcher.<init> Opening
> Searcher@1e78968[collection1] main
>    [junit4]   2> 1020307 T3795 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/control_collection
>    [junit4]   2> 1020308 T3795 oascc.ZkStateReader.readConfigName
> path=/collections/control_collection configName=conf1 specified config
> exists in ZooKeeper
>    [junit4]   2> 1020308 T3795 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
>    [junit4]   2> 1020309 T3795
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 1020309 T3795 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 1020309 T3795 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1020310 T3795
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 1020310 T3795 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1020310 T3795 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 1020310 T3795 oash.ReplicationHandler.inform Commits will
> be reserved for  10000
>    [junit4]   2> 1020310 T3795 oasc.CoreContainer.registerCore registering
> core: collection1
>    [junit4]   2> 1020311 T3796 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@1e78968[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1020311 T3799 oasc.ZkController.register Register replica
> - core:collection1 address:http://127.0.0.1:38550/bv/w
> collection:control_collection shard:shard1
>    [junit4]   2> 1020312 T3799 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leader_elect/shard1/election
>    [junit4]   2> 1020312 T3765 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 1020312 T3765 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 1020313 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 1020315 T3799
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard1
>    [junit4]   2> 1020316 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1020316 T3799
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
>    [junit4]   2> 1020316 T3799
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
>    [junit4]   2> ASYNC  NEW_CORE C1873 name=collection1
> org.apache.solr.core.SolrCore@1a48bf3 url=
> http://127.0.0.1:38550/bv/w/collection1 node=127.0.0.1:38550_bv%2Fw
> C1873_STATE=coll:control_collection core:collection1 props:{state=down,
> base_url=http://127.0.0.1:38550/bv/w, core=collection1,
> node_name=127.0.0.1:38550_bv%2Fw}
>    [junit4]   2> 1020316 T3799 C1873 P38550 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:38550/bv/w/collection1/
>    [junit4]   2> 1020316 T3799 C1873 P38550 oasc.SyncStrategy.syncReplicas
> Sync Success - now sync replicas to me
>    [junit4]   2> 1020316 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1020317 T3799 C1873 P38550 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:38550/bv/w/collection1/ has no replicas
>    [junit4]   2> 1020317 T3799
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:38550/bv/w/collection1/ shard1
>    [junit4]   2> 1020317 T3802 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@10b05f5
> name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1020317 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection"} current state
> version: 1
>    [junit4]   2> 1020318 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1020317 T3799 oascc.SolrZkClient.makePath makePath:
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 1020318 T3765 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 1020319 T3791 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020319 T3765
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 1020322 T3765 oasc.ChaosMonkey.monkeyLog monkey: init -
> expire sessions:false cause connection loss:false
>    [junit4]   2> 1020323 T3765
> oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with
> stateFormat=2
>    [junit4]   2> 1020323 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1020323 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 1020324 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1020324 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "base_url":"http://127.0.0.1:38550/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 2
>    [junit4]   2> 1020325 T3805 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@19bf4b3
> name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1020325 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1020325 T3765 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 1020327 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1020327 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"create",
>    [junit4]   2>          "name":"collection1",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "stateFormat":"2"} current state version: 2
>    [junit4]   2> 1020328 T3792 oasco.ClusterStateMutator.createCollection
> building a new cName: collection1
>    [junit4]   2> 1020328 T3791 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020328 T3802 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020374 T3799 oasc.ZkController.register We are
> http://127.0.0.1:38550/bv/w/collection1/ and leader is
> http://127.0.0.1:38550/bv/w/collection1/
>    [junit4]   2> 1020374 T3799 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:38550/bv/w
>    [junit4]   2> 1020375 T3799 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
>    [junit4]   2> 1020375 T3799 oasc.ZkController.publish publishing
> core=collection1 state=active collection=control_collection
>    [junit4]   2> 1020375 T3799 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 1020385 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1020386 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "base_url":"http://127.0.0.1:38550/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "node_name":"127.0.0.1:38550_bv%2Fw",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "operation":"state"} current state version: 3
>    [junit4]   2> 1020387 T3792 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "base_url":"http://127.0.0.1:38550/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "node_name":"127.0.0.1:38550_bv%2Fw",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1020388 T3792 oasco.ZkStateWriter.writePendingUpdates
> going to create_collection /collections/collection1/state.json
>    [junit4]   2> 1020388 T3802 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020389 T3791 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020495 T3791 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020495 T3802 oascc.ZkStateReader$2.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
>    [junit4]   2> 1020571 T3765 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1
>    [junit4]   2> 1020588 T3765
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001
>    [junit4]   2> 1020589 T3765 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 1020591 T3765 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:50423
>    [junit4]   2> 1020591 T3765 oascse.JettySolrRunner$1.lifeCycleStarted
> Jetty properties:
> {solr.data.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/tempDir-001/jetty1, hostContext=/bv/w,
> coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores, solrconfig=solrconfig.xml,
> hostPort=50423}
>    [junit4]   2> 1020591 T3765 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f00f9
>    [junit4]   2> 1020592 T3765 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/'
>    [junit4]   2> 1020606 T3765 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/solr.xml
>    [junit4]   2> 1020618 T3765 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores
>    [junit4]   2> 1020618 T3765 oasc.CoreContainer.<init> New CoreContainer
> 7505267
>    [junit4]   2> 1020618 T3765 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/]
>    [junit4]   2> 1020619 T3765 oasc.CoreContainer.load loading shared
> library:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/lib
>    [junit4]   2> 1020619 T3765 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/lib).
>    [junit4]   2> 1020625 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 1020628 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 1020628 T3765 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 1020628 T3765 oasl.LogWatcher.createWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1020629 T3765 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1020629 T3765 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 1020629 T3765 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:53165/solr
>    [junit4]   2> 1020629 T3765 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 1020630 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2> 1020630 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1020631 T3817 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@1fb0c8f
> name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1020631 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1020632 T3765 oascc.SolrZkClient.createZkACLProvider
> Using default ZkACLProvider
>    [junit4]   2> 1020633 T3765 oascc.ConnectionManager.waitForConnected
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1020634 T3820 oascc.ConnectionManager.process Watcher
> org.apache.solr.common.cloud.ConnectionManager@9d40db
> name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1020635 T3765 oascc.ConnectionManager.waitForConnected
> Client is connected to ZooKeeper
>    [junit4]   2> 1020638 T3765
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 1021642 T3765 oasc.ZkController.createEphemeralLiveNode
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50423_bv%2Fw
>    [junit4]   2> 1021643 T3765 oascc.SolrZkClient.makePath makePath:
> /live_nodes/127.0.0.1:50423_bv%2Fw
>    [junit4]   2> 1021646 T3765 oasc.Overseer.close Overseer (id=null)
> closing
>    [junit4]   2> 1021648 T3765 oasc.CorePropertiesLocator.discover Looking
> for core definitions underneath
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores
>    [junit4]   1> CORE DESCRIPTOR: {collection=collection1, coreNodeName=,
> schema=schema.xml, config=solrconfig.xml,
> instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1, name=collection1,
> shard=,
> absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/, transient=false,
> loadOnStartup=true, dataDir=data/}
>    [junit4]   2> 1021649 T3765 oasc.CorePropertiesLocator.discoverUnder
> Found core collection1 in
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/
>    [junit4]   2> 1021649 T3765 oasc.CorePropertiesLocator.discover Found 1
> core definitions
>    [junit4]   2> 1021652 T3821 oasc.ZkController.publish publishing
> core=collection1 state=down collection=collection1
>    [junit4]   2> 1021652 T3821 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 1021653 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1021653 T3821 oasc.ZkController.preRegister Registering
> watch for external collection collection1
>    [junit4]   2> 1021654 T3821 oascc.ZkStateReader.addZkWatch addZkWatch
> collection1
>    [junit4]   2> 1021654 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "base_url":"http://127.0.0.1:50423/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "node_name":"127.0.0.1:50423_bv%2Fw",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "operation":"state"} current state version: 5
>    [junit4]   2> 1021654 T3821 oascc.ZkStateReader.addZkWatch Updating
> collection state at /collections/collection1/state.json from ZooKeeper...
>    [junit4]   2> 1021654 T3792 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "base_url":"http://127.0.0.1:50423/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "node_name":"127.0.0.1:50423_bv%2Fw",
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1021654 T3792 oasco.ReplicaMutator.updateState Collection
> already exists with numShards=1
>    [junit4]   2> 1021655 T3792 oasco.ReplicaMutator.updateState Assigning
> new node to shard shard=shard1
>    [junit4]   2> 1021655 T3821 oascc.ZkStateReader.updateWatchedCollection
> Updating data for collection1 to ver 0
>    [junit4]   2> 1021655 T3821 oasc.ZkController.waitForCoreNodeName look
> for our core node name
>    [junit4]   2> 1021757 T3792 oasco.ZkStateWriter.writePendingUpdates
> going to update_collection /collections/collection1/state.json version: 0
>    [junit4]   2> 1021757 T3820 oascc.ZkStateReader$7.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json for collection collection1 has
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1021758 T3820 oascc.ZkStateReader.updateWatchedCollection
> Updating data for collection1 to ver 1
>    [junit4]   2> 1022655 T3821 oasc.ZkController.waitForShardId waiting to
> find shard id in clusterstate for collection1
>    [junit4]   2> 1022655 T3821 oasc.ZkController.createCollectionZkNode
> Check for collection zkNode:collection1
>    [junit4]   2> 1022656 T3821 oasc.ZkController.createCollectionZkNode
> Collection zkNode exists
>    [junit4]   2> 1022657 T3821 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 1022658 T3821 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 1022658 T3821 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/'
>    [junit4]   2> 1022696 T3821 oasc.ZkController.watchZKConfDir watch
> zkdir /configs/conf1
>    [junit4]   2> 1022699 T3821 oasc.Config.<init> loaded config
> solrconfig.xml with version 0
>    [junit4]   2> 1022706 T3821 oasc.SolrConfig.refreshRequestParams
> current version of requestparams : -1
>    [junit4]   2> 1022720 T3821 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 5.1.0
>    [junit4]   2> 1022759 T3821 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 1022773 T3821 oass.IndexSchema.readSchema Reading Solr
> Schema from /configs/conf1/schema.xml
>    [junit4]   2> 1022780 T3821 oass.IndexSchema.readSchema [collection1]
> Schema name=test
>    [junit4]   2> 1023124 T3821 oass.OpenExchangeRatesOrgProvider.init
> Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1023129 T3821 oass.IndexSchema.readSchema default search
> field in schema is text
>    [junit4]   2> 1023132 T3821 oass.IndexSchema.readSchema unique key
> field: id
>    [junit4]   2> 1023141 T3821 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 1023144 T3821 oass.FileExchangeRateProvider.reload
> Reloading exchange rates from file currency.xml
>    [junit4]   2> 1023147 T3821 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1023149 T3821
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 1023149 T3821
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 1023149 T3821 oass.OpenExchangeRatesOrgProvider.reload
> Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1023150 T3821
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
> IMPORTANT NOTE
>    [junit4]   2> 1023150 T3821
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected
> key, got STRING
>    [junit4]   2> 1023150 T3821 oasc.CoreContainer.create Creating SolrCore
> 'collection1' using configuration from collection collection1
>    [junit4]   2> 1023151 T3821 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1023151 T3821 oasc.SolrCore.<init> [collection1] Opening
> new SolrCore at
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/,
> dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/
>    [junit4]   2> 1023151 T3821 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@f938c7
>    [junit4]   2> 1023152 T3821 oasc.CachingDirectoryFactory.get return new
> directory for
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data
>    [junit4]   2> 1023152 T3821 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null
> new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/index/
>    [junit4]   2> 1023153 T3821 oasc.SolrCore.initIndex WARN [collection1]
> Solr index directory
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/index' doesn't
> exist. Creating new index...
>    [junit4]   2> 1023153 T3821 oasc.CachingDirectoryFactory.get return new
> directory for
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/index
>    [junit4]   2> 1023153 T3821 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6853352130194422]
>    [junit4]   2> 1023154 T3821 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@13f6ac6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b10ae
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1023154 T3821 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 1023161 T3821 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 1023162 T3821 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1023162 T3821 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1023162 T3821 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1023163 T3821 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1023163 T3821 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 1023163 T3821 oasup.UpdateRequestProcessorChain.init
> creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1023164 T3821 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1023164 T3821 oasc.SolrCore.loadUpdateProcessorChains no
> updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 1023166 T3821 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1023168 T3821 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1023169 T3821 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1023170 T3821 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1023176 T3821 oasc.RequestHandlers.initHandlersFromConfig
> Registered paths:
> /admin/logging,/admin/threads,/schema,/admin/mbeans,/update/csv,/update/json,/config,/admin/segments,/admin/ping,/admin/file,standard,/get,/admin/plugins,/update/json/docs,/admin/system,/admin/luke,/admin/properties,/replication,/update
>    [junit4]   2> 1023178 T3821 oasc.SolrCore.initStatsCache Using default
> statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1023178 T3821 oasu.UpdateHandler.<init> Using UpdateLog
> implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 1023178 T3821 oasu.UpdateLog.init Initializing UpdateLog:
> dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
>    [junit4]   2> 1023179 T3821 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
>    [junit4]   2> 1023179 T3821 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
>    [junit4]   2> 1023179 T3821 oasu.RandomMergePolicy.<init>
> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
> [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=48,
> maxMergedSegmentMB=51.404296875, floorSegmentMB=2.0224609375,
> forceMergeDeletesPctAllowed=28.188678783212925, segmentsPerTier=24.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19675050856862042
>    [junit4]   2> 1023180 T3821 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@13f6ac6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b10ae
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 1023180 T3821 oasc.SolrDeletionPolicy.updateCommits
> newest commit generation = 1
>    [junit4]   2> 1023180 T3821 oass.SolrIndexSearcher.<init> Opening
> Searcher@b66faa[collection1] main
>    [junit4]   2> 1023180 T3821 oascc.ZkStateReader.readConfigName Load
> collection config from:/collections/collection1
>    [junit4]   2> 1023181 T3821 oascc.ZkStateReader.readConfigName
> path=/collections/collection1 configName=conf1 specified config exists in
> ZooKeeper
>    [junit4]   2> 1023182 T3821 oasr.ManagedResourceStorage.newStorageIO
> Setting up ZooKeeper-based storage for the RestManager with znodeBase:
> /configs/conf1
>    [junit4]   2> 1023182 T3821
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 1023182 T3821 oasr.RestManager.init Initializing
> RestManager with initArgs: {}
>    [junit4]   2> 1023182 T3821 oasr.ManagedResourceStorage.load Reading
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1023183 T3821
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data
> found for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 1023183 T3821 oasr.ManagedResourceStorage.load Loaded
> null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1023183 T3821 oasr.RestManager.init Initializing 0
> registered ManagedResources
>    [junit4]   2> 1023183 T3821 oash.ReplicationHandler.inform Commits will
> be reserved for  10000
>    [junit4]   2> 1023184 T3822 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@b66faa[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1023184 T3821 oasc.CoreContainer.registerCore registering
> core: collection1
>    [junit4]   2> 1023185 T3825 oasc.ZkController.register Register replica
> - core:collection1 address:http://127.0.0.1:50423/bv/w
> collection:collection1 shard:shard1
>    [junit4]   2> 1023185 T3765 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
>    [junit4]   2> 1023185 T3765 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 1023185 T3825 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/leader_elect/shard1/election
>    [junit4]   2> 1023189 T3825
> oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process
> for shard shard1
>    [junit4]   2> 1023190 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1023190 T3825
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas
> found to continue.
>    [junit4]   2> 1023190 T3825
> oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader -
> try and sync
>    [junit4]   2> ASYNC  NEW_CORE C1874 name=collection1
> org.apache.solr.core.SolrCore@3c0b5f url=
> http://127.0.0.1:50423/bv/w/collection1 node=127.0.0.1:50423_bv%2Fw
> C1874_STATE=coll:collection1 core:collection1 props:{state=down, base_url=
> http://127.0.0.1:50423/bv/w, core=collection1, node_name=127.0.0.1:50423
> _bv%2Fw}
>    [junit4]   2> 1023191 T3825 C1874 P50423 oasc.SyncStrategy.sync Sync
> replicas to http://127.0.0.1:50423/bv/w/collection1/
>    [junit4]   2> 1023191 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"collection1"} current state
> version: 5
>    [junit4]   2> 1023191 T3825 C1874 P50423 oasc.SyncStrategy.syncReplicas
> Sync Success - now sync replicas to me
>    [junit4]   2> 1023191 T3825 C1874 P50423 oasc.SyncStrategy.syncToMe
> http://127.0.0.1:50423/bv/w/collection1/ has no replicas
>    [junit4]   2> 1023191 T3825
> oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
> http://127.0.0.1:50423/bv/w/collection1/ shard1
>    [junit4]   2> 1023191 T3825 oascc.SolrZkClient.makePath makePath:
> /collections/collection1/leaders/shard1
>    [junit4]   2> 1023192 T3792 oasco.ZkStateWriter.writePendingUpdates
> going to update_collection /collections/collection1/state.json version: 1
>    [junit4]   2> 1023192 T3820 oascc.ZkStateReader$7.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json for collection collection1 has
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1023193 T3820 oascc.ZkStateReader.updateWatchedCollection
> Updating data for collection1 to ver 2
>    [junit4]   2> 1023194 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1023195 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "base_url":"http://127.0.0.1:50423/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 5
>    [junit4]   2> 1023196 T3792 oasco.ZkStateWriter.writePendingUpdates
> going to update_collection /collections/collection1/state.json version: 2
>    [junit4]   2> 1023196 T3820 oascc.ZkStateReader$7.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json for collection collection1 has
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1023196 T3820 oascc.ZkStateReader.updateWatchedCollection
> Updating data for collection1 to ver 3
>    [junit4]   2> 1023245 T3825 oasc.ZkController.register We are
> http://127.0.0.1:50423/bv/w/collection1/ and leader is
> http://127.0.0.1:50423/bv/w/collection1/
>    [junit4]   2> 1023245 T3825 oasc.ZkController.register No LogReplay
> needed for core=collection1 baseURL=http://127.0.0.1:50423/bv/w
>    [junit4]   2> 1023245 T3825 oasc.ZkController.checkRecovery I am the
> leader, no recovery necessary
>    [junit4]   2> 1023245 T3825 oasc.ZkController.publish publishing
> core=collection1 state=active collection=collection1
>    [junit4]   2> 1023245 T3825 oasc.ZkController.publish numShards not
> found on descriptor - reading it from system property
>    [junit4]   2> 1023246 T3791 oasc.DistributedQueue$LatchWatcher.process
> NodeChildrenChanged fired on path /overseer/queue state SyncConnected
>    [junit4]   2> 1023247 T3792 oasc.Overseer$ClusterStateUpdater.run
> processMessage: queueSize: 1, message = {
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "base_url":"http://127.0.0.1:50423/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "node_name":"127.0.0.1:50423_bv%2Fw",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "operation":"state"} current state version: 5
>    [junit4]   2> 1023248 T3792 oasco.ReplicaMutator.updateState Update
> state numShards=1 message={
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "base_url":"http://127.0.0.1:50423/bv/w",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "node_name":"127.0.0.1:50423_bv%2Fw",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1023249 T3792 oasco.ZkStateWriter.writePendingUpdates
> going to update_collection /collections/collection1/state.json version: 3
>    [junit4]   2> 1023249 T3820 oascc.ZkStateReader$7.process A cluster
> state change: WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json for collection collection1 has
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1023249 T3825 oascc.ZkStateReader.updateWatchedCollection
> Updating data for collection1 to ver 4
>    [junit4]   2> 1023250 T3820 oascc.ZkStateReader.updateWatchedCollection
> Updating data for collection1 to ver 4
>    [junit4]   2> 1023420 T3765 oas.SolrTestCaseJ4.writeCoreProperties
> Writing core.properties file to
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/cores/collection1
>    [junit4]   2> 1023421 T3765
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001
>    [junit4]   2> 1023422 T3765 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 1023423 T3765 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:35344
>    [junit4]   2> 1023424 T3765 oascse.JettySolrRunner$1.lifeCycleStarted
> Jetty properties:
> {coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/cores,
> solr.data.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/tempDir-001/jetty2, hostContext=/bv/w,
> solrconfig=solrconfig.xml, hostPort=35344}
>    [junit4]   2> 1023424 T3765 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f00f9
>    [junit4]   2> 1023424 T3765 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/'
>    [junit4]   2> 1023439 T3765 oasc.SolrXmlConfig.fromFile Loading
> container configuration from
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/solr.xml
>    [junit4]   2> 1023466 T3765 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/cores
>    [junit4]   2> 1023467 T3765 oasc.CoreContainer.<init> New CoreContainer
> 25216890
>    [junit4]   2> 1023467 T3765 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/]
>    [junit4]   2> 1023467 T3765 oasc.CoreContainer.load loading shared
> library:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/lib
>    [junit4]   2> 1023468 T3765 oasc.SolrResourceLoader.addToClassLoader
> WARN Can't find (or read) directory to add to classloader: lib (resolved
> as:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys
> DFEF1A1F5D0C20C5-001/shard-2-001/lib).
>    [junit4]   2> 1023474 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 90000
>    [junit4]   2> 1023474 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to:
>    [junit4]   2> 1023474 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
>    [junit4]   2> 1023475 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 1023475 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnections to: 10000
>    [junit4]   2> 1023475 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
>    [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
>    [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
>    [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
>    [junit4]   2> 1023477 T3765 oashc.HttpShardHandlerFactory.getParameter
> Setting useRetries to: false
>    [junit4]   2> 1023479 T3765 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 1023485 T3765 oasl.LogWatcher.createWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1023485 T3765 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1023485 T3765 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 1023485 T3765 oasc.ZkContainer.initZooKeeper Zookeeper
> client=127.0.0.1:53165/solr
>    [junit4]   2> 1023486 T3765 oasc.ZkController.checkChrootPath zkHost
> includes chroot
>    [junit4]   2> 1023486 T3765
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
> ZkCredentialsProvider
>    [junit4]   2>
>
> [...truncated too long message...]
>
> cene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading
> DFEF1A1F5D0C20C5-001/shard-4-001/cores/.system_shard1_replica1/data;done=false>>]
>    [junit4]   2> 2320188 T8470 oasc.CachingDirectoryFactory.close Closing
> directory:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading
> DFEF1A1F5D0C20C5-001/shard-4-001/cores/.system_shard1_replica1/data
>    [junit4]   2> 2320189 T8470 oasc.Overseer.close Overseer
> (id=93449875730923533-127.0.0.1:52730_-n_0000000004) closing
>    [junit4]   2> 2320190 T8662 oasc.Overseer$ClusterStateUpdater.run
> Overseer Loop exiting : 127.0.0.1:52730_
>    [junit4]   2> 2321690 T8656 oascc.ZkStateReader$3.process WARN
> ZooKeeper watch triggered, but Solr cannot talk to ZK
>    [junit4]   2> 2321712 T8470 oejsh.ContextHandler.doStop stopped
> o.e.j.s.ServletContextHandler{/,null}
>    [junit4]   2> 2321904 T8470 oasc.ZkTestServer.send4LetterWord
> connecting to 127.0.0.1:37381 37381
>    [junit4]   2> 2322709 T8471 oasc.ZkTestServer.send4LetterWord
> connecting to 127.0.0.1:37381 37381
>    [junit4]   2> 2322711 T8471
> oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 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>                6       /solr/clusterstate.json
>    [junit4]   2>                2       /solr/configs/.system
>    [junit4]   2>                2
>  /solr/collections/.system/state.json
>    [junit4]   2>
>    [junit4]   2>        Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>                6       /solr/live_nodes
>    [junit4]   2>                5       /solr/overseer/queue
>    [junit4]   2>                5
>  /solr/overseer/collection-queue-work
>    [junit4]   2>
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading
> -Dtests.seed=DFEF1A1F5D0C20C5 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=en_GB -Dtests.timezone=America/Bahia -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 52.9s J1 | TestDynamicLoading.testDynamicLoading <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: Could not get
> expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path
> 'overlay/requestHandler/\/runtime/class' full output: {
>    [junit4]    >   "responseHeader":{
>    [junit4]    >     "status":0,
>    [junit4]    >     "QTime":0},
>    [junit4]    >   "overlay":{
>    [junit4]    >     "znodeVersion":1,
>    [junit4]    >     "runtimeLib":{"colltest":{
>    [junit4]    >         "name":"colltest",
>    [junit4]    >         "version":1}},
>    [junit4]    >     "requestHandler":{"/test1":{
>    [junit4]    >         "name":"/test1",
>    [junit4]    >
>  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
>    [junit4]    >         "runtimeLib":true}}}}
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([DFEF1A1F5D0C20C5:7A23748AAD18565]:0)
>    [junit4]    >        at
> org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
>    [junit4]    >        at
> org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:172)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 2322749 T8470 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading
> DFEF1A1F5D0C20C5-001
>    [junit4]   2> NOTE: test params are: codec=CheapBastard,
> sim=DefaultSimilarity, locale=en_GB, timezone=America/Bahia
>    [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation
> 1.7.0_80-ea (32-bit)/cpus=8,threads=1,free=52402664,total=303886336
>    [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryTest,
> SpellCheckCollatorTest, TestCoreDiscovery, XsltUpdateRequestHandlerTest,
> SuggesterTSTTest, HdfsUnloadDistributedZkTest, CursorPagingTest,
> MultiThreadedOCPTest, DateFieldTest, SearchHandlerTest,
> ExternalFileFieldSortTest, OpenCloseCoreStressTest, CursorMarkTest,
> TestSolrConfigHandlerConcurrent, TestFreeTextSuggestions, DeleteShardTest,
> IgnoreCommitOptimizeUpdateProcessorFactoryTest, ResponseHeaderTest,
> AddSchemaFieldsUpdateProcessorFactoryTest,
> SchemaVersionSpecificBehaviorTest, CurrencyFieldOpenExchangeTest,
> TestDefaultSimilarityFactory, EnumFieldTest,
> DistributedFacetPivotLargeTest, WordBreakSolrSpellCheckerTest,
> HdfsLockFactoryTest, SolrCmdDistributorTest, IndexBasedSpellCheckerTest,
> TestJoin, TestReversedWildcardFilterFactory, SolrIndexConfigTest,
> DistributedFacetPivotSmallTest, TestSchemaManager, AutoCommitTest,
> TestDistributedMissingSort, PrimitiveFieldTypeTest, TestSolrCoreProperties,
> TestJettySolrRunner, TestShardHandlerFactory, TestRecoveryHdfs,
> TestRemoteStreaming, TestTrie, TestLuceneMatchVersion,
> TestCopyFieldCollectionResource, RemoteQueryErrorTest,
> UpdateRequestProcessorFactoryTest, DirectSolrSpellCheckerTest,
> SolrXmlInZkTest, ResourceLoaderTest, TestDefaultStatsCache,
> AliasIntegrationTest, TestDefaultSearchFieldResource,
> SolrRequestParserTest, TestCollectionAPI,
> SignatureUpdateProcessorFactoryTest, TestMergePolicyConfig, JsonLoaderTest,
> TestPHPSerializedResponseWriter, CSVRequestHandlerTest, AtomicUpdatesTest,
> TestChildDocTransformer, MoreLikeThisHandlerTest, FacetPivotSmallTest,
> TestSortingResponseWriter, HighlighterMaxOffsetTest,
> CollectionsAPIDistributedZkTest, TestInfoStreamLogging,
> CollectionsAPIAsyncDistributedZkTest, NotRequiredUniqueKeyTest,
> TestZkChroot, DistributedFacetPivotWhiteBoxTest, ReturnFieldsTest,
> FileUtilsTest, TestExpandComponent, TestExactStatsCache, DistanceUnitsTest,
> DistributedQueryComponentCustomSortTest, ShardRoutingCustomTest,
> TestStandardQParsers, MergeStrategyTest, TestCodecSupport,
> DistribDocExpirationUpdateProcessorTest, RegexBoostProcessorTest,
> TestRecovery, OutOfBoxZkACLAndCredentialsProvidersTest, ActionThrottleTest,
> TestPivotHelperCode, BasicZkTest, DateRangeFieldTest,
> TestDynamicFieldCollectionResource, HighlighterConfigTest,
> TestDistributedGrouping, DirectUpdateHandlerOptimizeTest, TestRTGBase,
> DeleteInactiveReplicaTest, TestTolerantSearch, TestCryptoKeys,
> BJQParserTest, DistributedQueryComponentOptimizationTest,
> LeaderElectionIntegrationTest, TermVectorComponentDistributedTest,
> TestSolrQueryParser, TestSchemaSimilarityResource,
> DistributedMLTComponentTest, CoreAdminCreateDiscoverTest,
> BlockDirectoryTest, ConvertedLegacyTest, TestManagedSchema,
> TestShortCircuitedRequests, TestFastWriter, TestBadConfig,
> TermVectorComponentTest, TestFuzzyAnalyzedSuggestions,
> ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test,
> UnloadDistributedZkTest, SyncSliceTest, ClusterStateUpdateTest,
> TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting,
> TestStressVersions, StatsComponentTest, TestFiltering,
> StandardRequestHandlerTest, FileBasedSpellCheckerTest, DocumentBuilderTest,
> FastVectorHighlighterTest, LoggingHandlerTest, TestCollationField,
> MBeansHandlerTest, BinaryUpdateRequestHandlerTest, TestQuerySenderListener,
> AlternateDirectoryTest, CopyFieldTest, TestSolrDeletionPolicy2, SampleTest,
> TestDocSet, TestSearchPerf, MinimalSchemaTest, TestConfig,
> TestPhraseSuggestions, EchoParamsTest, TestLMDirichletSimilarityFactory,
> TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache,
> PreAnalyzedFieldTest, TestSuggestSpellingConverter,
> RAMDirectoryFactoryTest, TestUtils, TestHighlightDedupGrouping,
> AsyncMigrateRouteKeyTest, DeleteLastCustomShardedReplicaTest,
> DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnCommitTest,
> OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
> RecoveryAfterSoftCommitTest, RollingRestartTest, SSLMigrationTest,
> ShardSplitTest, HdfsBasicDistributedZk2Test,
> HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest,
> HdfsWriteToMultipleCollectionsTest, StressHdfsTest,
> TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest,
> HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay,
> TestDynamicLoading]
>    [junit4] Completed on J1 in 52.94s, 1 test, 1 failure <<< FAILURES!
>
> [...truncated 195 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976:
> There were test failures: 472 suites, 1876 tests, 2 failures, 48 ignored
> (21 assumptions)
>
> Total time: 93 minutes 51 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 32bit/jdk1.7.0_80-ea-b05
> -server -XX:+UseConcMarkSweepGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
-----------------------------------------------------
Noble Paul

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80-ea-b05) - Build # 11781 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11781/
Java: 32bit/jdk1.7.0_80-ea-b05 -server -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCryptoKeys.test

Error Message:
Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output: {"error":{     "msg":"java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0",     "trace":"java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n\tat org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:368)\n\tat org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\n\tat org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\n\tat org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\n\tat org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\n\tat java.lang.Thread.run(Thread.java:745)\nCaused by: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\n\tat java.lang.ClassLoader.defineClass1(Native Method)\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:800)\n\tat org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\n\tat org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\n\tat org.apache.solr.core.PluginBag.get(PluginBag.java:113)\n\tat org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\n\tat org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\n\t... 26 more\n",     "code":500}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'class' full output: {"error":{
    "msg":"java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0",
    "trace":"java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:833)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:452)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:218)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:102)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n\tat org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:368)\n\tat org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)\n\tat org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)\n\tat org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\n\tat org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)\n\tat java.lang.Thread.run(Thread.java:745)\nCaused by: java.lang.UnsupportedClassVersionError: org/apache/solr/core/RuntimeLibReqHandler : Unsupported major.minor version 52.0\n\tat java.lang.ClassLoader.defineClass1(Native Method)\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:800)\n\tat org.apache.solr.core.MemClassLoader.loadFromRuntimeLibs(MemClassLoader.java:103)\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:76)\n\tat org.apache.solr.core.MemClassLoader.findClass(MemClassLoader.java:157)\n\tat org.apache.solr.core.SolrCore.createInstance(SolrCore.java:557)\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.createInst(PluginBag.java:306)\n\tat org.apache.solr.core.PluginBag$LazyPluginHolder.get(PluginBag.java:293)\n\tat org.apache.solr.core.PluginBag.get(PluginBag.java:113)\n\tat org.apache.solr.handler.RequestHandlerBase.getRequestHandler(RequestHandlerBase.java:218)\n\tat org.apache.solr.core.SolrCore.getRequestHandler(SolrCore.java:1246)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:371)\n\t... 26 more\n",
    "code":500}}
	at __randomizedtesting.SeedInfo.seed([DFEF1A1F5D0C20C5:57BB25C5F3F04D3D]: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:399)
	at org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":1,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}},     "requestHandler":{"/test1":{         "name":"/test1",         "class":"org.apache.solr.core.BlobStoreTestRequestHandler",         "runtimeLib":true}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":1,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}},
    "requestHandler":{"/test1":{
        "name":"/test1",
        "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
        "runtimeLib":true}}}}
	at __randomizedtesting.SeedInfo.seed([DFEF1A1F5D0C20C5:7A23748AAD18565]: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:399)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:172)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9791 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCryptoKeys
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/init-core-data-001
   [junit4]   2> 1018220 T3765 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1018221 T3765 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /bv/w
   [junit4]   2> 1018224 T3765 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1018225 T3766 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1018324 T3765 oasc.ZkTestServer.run start zk server on port:53165
   [junit4]   2> 1018325 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1018326 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1018329 T3773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c271e7 name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1018329 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1018330 T3765 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1018330 T3765 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1018333 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1018333 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1018335 T3776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119451d name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1018335 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1018336 T3765 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1018336 T3765 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1018339 T3765 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1018342 T3765 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1018344 T3765 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1018345 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1018345 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1018348 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1018348 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1018350 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1018350 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1018352 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1018352 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1018353 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1018353 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1018354 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1018355 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1018356 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1018356 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1018357 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1018357 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1018359 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1018359 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1018360 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1018361 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1018362 T3765 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1018362 T3765 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1018613 T3765 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1
   [junit4]   2> 1018614 T3765 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1018617 T3765 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38550
   [junit4]   2> 1018618 T3765 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=38550, hostContext=/bv/w, coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores, solr.data.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/tempDir-001/control/data}
   [junit4]   2> 1018618 T3765 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f00f9
   [junit4]   2> 1018618 T3765 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/'
   [junit4]   2> 1018634 T3765 oasc.SolrXmlConfig.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/solr.xml
   [junit4]   2> 1018645 T3765 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores
   [junit4]   2> 1018678 T3765 oasc.CoreContainer.<init> New CoreContainer 24270361
   [junit4]   2> 1018678 T3765 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/]
   [junit4]   2> 1018679 T3765 oasc.CoreContainer.load loading shared library: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/lib
   [junit4]   2> 1018679 T3765 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/lib).
   [junit4]   2> 1018685 T3765 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1018686 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1018687 T3765 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1018688 T3765 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1018688 T3765 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1018688 T3765 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1018689 T3765 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1018689 T3765 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1018689 T3765 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1018689 T3765 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
   [junit4]   2> 1018690 T3765 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1018690 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1018691 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1018692 T3788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1af2b77 name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1018692 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1018692 T3765 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1018694 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1018695 T3791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dc2244 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1018695 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1018696 T3765 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1018698 T3765 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1018699 T3765 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1018701 T3765 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1018702 T3765 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1018704 T3765 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1018705 T3765 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1018706 T3765 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1018706 T3765 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38550_bv%2Fw
   [junit4]   2> 1018707 T3765 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38550_bv%2Fw
   [junit4]   2> 1018708 T3765 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1018709 T3765 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1018710 T3765 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1018711 T3765 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38550_bv%2Fw
   [junit4]   2> 1018711 T3765 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1018712 T3765 oasc.Overseer.start Overseer (id=93449793703510019-127.0.0.1:38550_bv%2Fw-n_0000000000) starting
   [junit4]   2> 1018713 T3765 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1018717 T3765 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1018718 T3793 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1018718 T3765 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1018718 T3792 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1018721 T3765 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores
   [junit4]   1> CORE DESCRIPTOR: {absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/, config=solrconfig.xml, schema=schema.xml, shard=, instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1, loadOnStartup=true, transient=false, coreNodeName=, collection=control_collection, name=collection1, dataDir=data/}
   [junit4]   2> 1018722 T3765 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/
   [junit4]   2> 1018722 T3765 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1018723 T3795 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1018723 T3795 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1018724 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1018724 T3795 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1018724 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38550/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:38550_bv%2Fw",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 1018725 T3792 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38550/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:38550_bv%2Fw",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1018725 T3792 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1018725 T3792 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1018726 T3791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1019724 T3795 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1019724 T3795 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1019725 T3795 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1019725 T3795 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1019726 T3795 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1019726 T3795 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/'
   [junit4]   2> 1019743 T3795 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1019746 T3795 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1019753 T3795 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1019792 T3795 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1019857 T3795 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1019859 T3795 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1019868 T3795 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1020240 T3795 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1020244 T3795 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1020246 T3795 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1020253 T3795 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1020256 T3795 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1020258 T3795 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1020259 T3795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1020259 T3795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1020259 T3795 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1020260 T3795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1020260 T3795 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1020260 T3795 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1020260 T3795 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1020261 T3795 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/
   [junit4]   2> 1020261 T3795 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f938c7
   [junit4]   2> 1020261 T3795 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data
   [junit4]   2> 1020262 T3795 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1020262 T3795 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1020262 T3795 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/control-001/cores/collection1/data/index
   [junit4]   2> 1020262 T3795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6853352130194422]
   [junit4]   2> 1020263 T3795 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1fb3806 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b4f74),segFN=segments_1,generation=1}
   [junit4]   2> 1020263 T3795 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1020268 T3795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1020268 T3795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1020268 T3795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1020269 T3795 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1020270 T3795 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1020270 T3795 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1020272 T3795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1020273 T3795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1020274 T3795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1020276 T3795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1020303 T3795 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/admin/threads,/schema,/admin/mbeans,/update/csv,/update/json,/config,/admin/segments,/admin/ping,/admin/file,standard,/get,/admin/plugins,/update/json/docs,/admin/system,/admin/luke,/admin/properties,/replication,/update
   [junit4]   2> 1020304 T3795 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1020305 T3795 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1020305 T3795 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1020305 T3795 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1020306 T3795 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1020306 T3795 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=51.404296875, floorSegmentMB=2.0224609375, forceMergeDeletesPctAllowed=28.188678783212925, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19675050856862042
   [junit4]   2> 1020306 T3795 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1fb3806 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b4f74),segFN=segments_1,generation=1}
   [junit4]   2> 1020307 T3795 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1020307 T3795 oass.SolrIndexSearcher.<init> Opening Searcher@1e78968[collection1] main
   [junit4]   2> 1020307 T3795 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1020308 T3795 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1020308 T3795 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1020309 T3795 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1020309 T3795 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1020309 T3795 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1020310 T3795 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1020310 T3795 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1020310 T3795 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1020310 T3795 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1020310 T3795 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1020311 T3796 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e78968[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1020311 T3799 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38550/bv/w collection:control_collection shard:shard1
   [junit4]   2> 1020312 T3799 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1020312 T3765 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1020312 T3765 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1020313 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1020315 T3799 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1020316 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1020316 T3799 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1020316 T3799 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1873 name=collection1 org.apache.solr.core.SolrCore@1a48bf3 url=http://127.0.0.1:38550/bv/w/collection1 node=127.0.0.1:38550_bv%2Fw C1873_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:38550/bv/w, core=collection1, node_name=127.0.0.1:38550_bv%2Fw}
   [junit4]   2> 1020316 T3799 C1873 P38550 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38550/bv/w/collection1/
   [junit4]   2> 1020316 T3799 C1873 P38550 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1020316 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020317 T3799 C1873 P38550 oasc.SyncStrategy.syncToMe http://127.0.0.1:38550/bv/w/collection1/ has no replicas
   [junit4]   2> 1020317 T3799 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38550/bv/w/collection1/ shard1
   [junit4]   2> 1020317 T3802 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10b05f5 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020317 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 1020318 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020317 T3799 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1020318 T3765 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1020319 T3791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020319 T3765 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1020322 T3765 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1020323 T3765 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1020323 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1020323 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1020324 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020324 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38550/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 1020325 T3805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19bf4b3 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020325 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020325 T3765 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1020327 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1020327 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 1020328 T3792 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1020328 T3791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020328 T3802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020374 T3799 oasc.ZkController.register We are http://127.0.0.1:38550/bv/w/collection1/ and leader is http://127.0.0.1:38550/bv/w/collection1/
   [junit4]   2> 1020374 T3799 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38550/bv/w
   [junit4]   2> 1020375 T3799 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1020375 T3799 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1020375 T3799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1020385 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1020386 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38550/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:38550_bv%2Fw",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 1020387 T3792 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38550/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:38550_bv%2Fw",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1020388 T3792 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1020388 T3802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020389 T3791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020495 T3791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020495 T3802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020571 T3765 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1
   [junit4]   2> 1020588 T3765 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001
   [junit4]   2> 1020589 T3765 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1020591 T3765 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50423
   [junit4]   2> 1020591 T3765 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/tempDir-001/jetty1, hostContext=/bv/w, coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores, solrconfig=solrconfig.xml, hostPort=50423}
   [junit4]   2> 1020591 T3765 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f00f9
   [junit4]   2> 1020592 T3765 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/'
   [junit4]   2> 1020606 T3765 oasc.SolrXmlConfig.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/solr.xml
   [junit4]   2> 1020618 T3765 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores
   [junit4]   2> 1020618 T3765 oasc.CoreContainer.<init> New CoreContainer 7505267
   [junit4]   2> 1020618 T3765 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/]
   [junit4]   2> 1020619 T3765 oasc.CoreContainer.load loading shared library: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/lib
   [junit4]   2> 1020619 T3765 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/lib).
   [junit4]   2> 1020625 T3765 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1020626 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1020627 T3765 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1020628 T3765 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1020628 T3765 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1020628 T3765 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1020629 T3765 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1020629 T3765 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1020629 T3765 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
   [junit4]   2> 1020629 T3765 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1020630 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1020630 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020631 T3817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fb0c8f name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020631 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020632 T3765 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1020633 T3765 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020634 T3820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9d40db name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020635 T3765 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020638 T3765 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1021642 T3765 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50423_bv%2Fw
   [junit4]   2> 1021643 T3765 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50423_bv%2Fw
   [junit4]   2> 1021646 T3765 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1021648 T3765 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, coreNodeName=, schema=schema.xml, config=solrconfig.xml, instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1, name=collection1, shard=, absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/, transient=false, loadOnStartup=true, dataDir=data/}
   [junit4]   2> 1021649 T3765 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/
   [junit4]   2> 1021649 T3765 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1021652 T3821 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1021652 T3821 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1021653 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1021653 T3821 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 1021654 T3821 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 1021654 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50423/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:50423_bv%2Fw",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1021654 T3821 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1021654 T3792 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50423/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:50423_bv%2Fw",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1021654 T3792 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1021655 T3792 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1021655 T3821 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 1021655 T3821 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1021757 T3792 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1021757 T3820 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1021758 T3820 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 1022655 T3821 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1022655 T3821 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1022656 T3821 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1022657 T3821 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1022658 T3821 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1022658 T3821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1022696 T3821 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1022699 T3821 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1022706 T3821 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1022720 T3821 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1022759 T3821 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1022773 T3821 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1022780 T3821 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1023124 T3821 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1023129 T3821 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1023132 T3821 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1023141 T3821 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1023144 T3821 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1023147 T3821 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1023149 T3821 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1023149 T3821 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1023149 T3821 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1023150 T3821 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1023150 T3821 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1023150 T3821 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1023151 T3821 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1023151 T3821 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1023151 T3821 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f938c7
   [junit4]   2> 1023152 T3821 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1023152 T3821 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1023153 T3821 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1023153 T3821 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1023153 T3821 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6853352130194422]
   [junit4]   2> 1023154 T3821 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13f6ac6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b10ae),segFN=segments_1,generation=1}
   [junit4]   2> 1023154 T3821 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1023161 T3821 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1023162 T3821 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1023162 T3821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1023162 T3821 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1023163 T3821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1023163 T3821 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1023163 T3821 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1023164 T3821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1023164 T3821 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1023166 T3821 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023168 T3821 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023169 T3821 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023170 T3821 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023176 T3821 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/admin/threads,/schema,/admin/mbeans,/update/csv,/update/json,/config,/admin/segments,/admin/ping,/admin/file,standard,/get,/admin/plugins,/update/json/docs,/admin/system,/admin/luke,/admin/properties,/replication,/update
   [junit4]   2> 1023178 T3821 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1023178 T3821 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1023178 T3821 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1023179 T3821 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1023179 T3821 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1023179 T3821 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=51.404296875, floorSegmentMB=2.0224609375, forceMergeDeletesPctAllowed=28.188678783212925, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19675050856862042
   [junit4]   2> 1023180 T3821 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@13f6ac6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b10ae),segFN=segments_1,generation=1}
   [junit4]   2> 1023180 T3821 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1023180 T3821 oass.SolrIndexSearcher.<init> Opening Searcher@b66faa[collection1] main
   [junit4]   2> 1023180 T3821 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1023181 T3821 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1023182 T3821 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1023182 T3821 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1023182 T3821 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1023182 T3821 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1023183 T3821 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1023183 T3821 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1023183 T3821 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1023183 T3821 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1023184 T3822 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b66faa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1023184 T3821 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1023185 T3825 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50423/bv/w collection:collection1 shard:shard1
   [junit4]   2> 1023185 T3765 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1023185 T3765 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1023185 T3825 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1023189 T3825 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1023190 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1023190 T3825 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1023190 T3825 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1874 name=collection1 org.apache.solr.core.SolrCore@3c0b5f url=http://127.0.0.1:50423/bv/w/collection1 node=127.0.0.1:50423_bv%2Fw C1874_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:50423/bv/w, core=collection1, node_name=127.0.0.1:50423_bv%2Fw}
   [junit4]   2> 1023191 T3825 C1874 P50423 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50423/bv/w/collection1/
   [junit4]   2> 1023191 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 1023191 T3825 C1874 P50423 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1023191 T3825 C1874 P50423 oasc.SyncStrategy.syncToMe http://127.0.0.1:50423/bv/w/collection1/ has no replicas
   [junit4]   2> 1023191 T3825 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50423/bv/w/collection1/ shard1
   [junit4]   2> 1023191 T3825 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1023192 T3792 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1023192 T3820 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1023193 T3820 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 1023194 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1023195 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50423/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 1023196 T3792 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1023196 T3820 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1023196 T3820 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 1023245 T3825 oasc.ZkController.register We are http://127.0.0.1:50423/bv/w/collection1/ and leader is http://127.0.0.1:50423/bv/w/collection1/
   [junit4]   2> 1023245 T3825 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50423/bv/w
   [junit4]   2> 1023245 T3825 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1023245 T3825 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1023245 T3825 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1023246 T3791 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1023247 T3792 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50423/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:50423_bv%2Fw",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 1023248 T3792 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50423/bv/w",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:50423_bv%2Fw",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1023249 T3792 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1023249 T3820 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1023249 T3825 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1023250 T3820 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 1023420 T3765 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/cores/collection1
   [junit4]   2> 1023421 T3765 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001
   [junit4]   2> 1023422 T3765 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1023423 T3765 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35344
   [junit4]   2> 1023424 T3765 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/cores, solr.data.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/tempDir-001/jetty2, hostContext=/bv/w, solrconfig=solrconfig.xml, hostPort=35344}
   [junit4]   2> 1023424 T3765 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@5f00f9
   [junit4]   2> 1023424 T3765 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/'
   [junit4]   2> 1023439 T3765 oasc.SolrXmlConfig.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/solr.xml
   [junit4]   2> 1023466 T3765 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/cores
   [junit4]   2> 1023467 T3765 oasc.CoreContainer.<init> New CoreContainer 25216890
   [junit4]   2> 1023467 T3765 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/]
   [junit4]   2> 1023467 T3765 oasc.CoreContainer.load loading shared library: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/lib
   [junit4]   2> 1023468 T3765 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys DFEF1A1F5D0C20C5-001/shard-2-001/lib).
   [junit4]   2> 1023474 T3765 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1023474 T3765 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1023474 T3765 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1023475 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1023475 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1023475 T3765 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1023476 T3765 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1023477 T3765 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1023479 T3765 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1023485 T3765 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1023485 T3765 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1023485 T3765 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1023485 T3765 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
   [junit4]   2> 1023486 T3765 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1023486 T3765 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 

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

cene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading DFEF1A1F5D0C20C5-001/shard-4-001/cores/.system_shard1_replica1/data;done=false>>]
   [junit4]   2> 2320188 T8470 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading DFEF1A1F5D0C20C5-001/shard-4-001/cores/.system_shard1_replica1/data
   [junit4]   2> 2320189 T8470 oasc.Overseer.close Overseer (id=93449875730923533-127.0.0.1:52730_-n_0000000004) closing
   [junit4]   2> 2320190 T8662 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:52730_
   [junit4]   2> 2321690 T8656 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2321712 T8470 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2321904 T8470 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:37381 37381
   [junit4]   2> 2322709 T8471 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:37381 37381
   [junit4]   2> 2322711 T8471 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 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> 		6	/solr/clusterstate.json
   [junit4]   2> 		2	/solr/configs/.system
   [junit4]   2> 		2	/solr/collections/.system/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/queue
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=DFEF1A1F5D0C20C5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_GB -Dtests.timezone=America/Bahia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 52.9s J1 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.RuntimeLibReqHandler' for path 'overlay/requestHandler/\/runtime/class' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "overlay":{
   [junit4]    >     "znodeVersion":1,
   [junit4]    >     "runtimeLib":{"colltest":{
   [junit4]    >         "name":"colltest",
   [junit4]    >         "version":1}},
   [junit4]    >     "requestHandler":{"/test1":{
   [junit4]    >         "name":"/test1",
   [junit4]    >         "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
   [junit4]    >         "runtimeLib":true}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DFEF1A1F5D0C20C5:7A23748AAD18565]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:172)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2322749 T8470 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading DFEF1A1F5D0C20C5-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=en_GB, timezone=America/Bahia
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.7.0_80-ea (32-bit)/cpus=8,threads=1,free=52402664,total=303886336
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryTest, SpellCheckCollatorTest, TestCoreDiscovery, XsltUpdateRequestHandlerTest, SuggesterTSTTest, HdfsUnloadDistributedZkTest, CursorPagingTest, MultiThreadedOCPTest, DateFieldTest, SearchHandlerTest, ExternalFileFieldSortTest, OpenCloseCoreStressTest, CursorMarkTest, TestSolrConfigHandlerConcurrent, TestFreeTextSuggestions, DeleteShardTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ResponseHeaderTest, AddSchemaFieldsUpdateProcessorFactoryTest, SchemaVersionSpecificBehaviorTest, CurrencyFieldOpenExchangeTest, TestDefaultSimilarityFactory, EnumFieldTest, DistributedFacetPivotLargeTest, WordBreakSolrSpellCheckerTest, HdfsLockFactoryTest, SolrCmdDistributorTest, IndexBasedSpellCheckerTest, TestJoin, TestReversedWildcardFilterFactory, SolrIndexConfigTest, DistributedFacetPivotSmallTest, TestSchemaManager, AutoCommitTest, TestDistributedMissingSort, PrimitiveFieldTypeTest, TestSolrCoreProperties, TestJettySolrRunner, TestShardHandlerFactory, TestRecoveryHdfs, TestRemoteStreaming, TestTrie, TestLuceneMatchVersion, TestCopyFieldCollectionResource, RemoteQueryErrorTest, UpdateRequestProcessorFactoryTest, DirectSolrSpellCheckerTest, SolrXmlInZkTest, ResourceLoaderTest, TestDefaultStatsCache, AliasIntegrationTest, TestDefaultSearchFieldResource, SolrRequestParserTest, TestCollectionAPI, SignatureUpdateProcessorFactoryTest, TestMergePolicyConfig, JsonLoaderTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, AtomicUpdatesTest, TestChildDocTransformer, MoreLikeThisHandlerTest, FacetPivotSmallTest, TestSortingResponseWriter, HighlighterMaxOffsetTest, CollectionsAPIDistributedZkTest, TestInfoStreamLogging, CollectionsAPIAsyncDistributedZkTest, NotRequiredUniqueKeyTest, TestZkChroot, DistributedFacetPivotWhiteBoxTest, ReturnFieldsTest, FileUtilsTest, TestExpandComponent, TestExactStatsCache, DistanceUnitsTest, DistributedQueryComponentCustomSortTest, ShardRoutingCustomTest, TestStandardQParsers, MergeStrategyTest, TestCodecSupport, DistribDocExpirationUpdateProcessorTest, RegexBoostProcessorTest, TestRecovery, OutOfBoxZkACLAndCredentialsProvidersTest, ActionThrottleTest, TestPivotHelperCode, BasicZkTest, DateRangeFieldTest, TestDynamicFieldCollectionResource, HighlighterConfigTest, TestDistributedGrouping, DirectUpdateHandlerOptimizeTest, TestRTGBase, DeleteInactiveReplicaTest, TestTolerantSearch, TestCryptoKeys, BJQParserTest, DistributedQueryComponentOptimizationTest, LeaderElectionIntegrationTest, TermVectorComponentDistributedTest, TestSolrQueryParser, TestSchemaSimilarityResource, DistributedMLTComponentTest, CoreAdminCreateDiscoverTest, BlockDirectoryTest, ConvertedLegacyTest, TestManagedSchema, TestShortCircuitedRequests, TestFastWriter, TestBadConfig, TermVectorComponentTest, TestFuzzyAnalyzedSuggestions, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, TestStressVersions, StatsComponentTest, TestFiltering, StandardRequestHandlerTest, FileBasedSpellCheckerTest, DocumentBuilderTest, FastVectorHighlighterTest, LoggingHandlerTest, TestCollationField, MBeansHandlerTest, BinaryUpdateRequestHandlerTest, TestQuerySenderListener, AlternateDirectoryTest, CopyFieldTest, TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, TestConfig, TestPhraseSuggestions, EchoParamsTest, TestLMDirichletSimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, PreAnalyzedFieldTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, TestHighlightDedupGrouping, AsyncMigrateRouteKeyTest, DeleteLastCustomShardedReplicaTest, DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnCommitTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest, HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestDynamicLoading]
   [junit4] Completed on J1 in 52.94s, 1 test, 1 failure <<< FAILURES!

[...truncated 195 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 472 suites, 1876 tests, 2 failures, 48 ignored (21 assumptions)

Total time: 93 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_80-ea-b05 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b47) - Build # 11780 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11780/
Java: 32bit/jdk1.9.0-ea-b47 -server -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.TestHighlightDedupGrouping.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:41080/_b/ds/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:41080/_b/ds/collection1
	at __randomizedtesting.SeedInfo.seed([AB20683E630475FD:237457E4CDF81805]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:596)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:174)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:153)
	at org.apache.solr.TestHighlightDedupGrouping.addDoc(TestHighlightDedupGrouping.java:122)
	at org.apache.solr.TestHighlightDedupGrouping.randomizedTest(TestHighlightDedupGrouping.java:96)
	at org.apache.solr.TestHighlightDedupGrouping.test(TestHighlightDedupGrouping.java:42)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:490)
	... 50 more


FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([AB20683E630475FD:237457E4CDF81805]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:222)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":1},   "params":{     "useParams":"",     "wt":"json"},   "context":{     "webapp":"/xgy",     "path":"/dump",     "httpMethod":"GET"}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":1},
  "params":{
    "useParams":"",
    "wt":"json"},
  "context":{
    "webapp":"/xgy",
    "path":"/dump",
    "httpMethod":"GET"}}
	at __randomizedtesting.SeedInfo.seed([AB20683E630475FD:237457E4CDF81805]: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:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:200)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9541 lines...]
   [junit4] Suite: org.apache.solr.TestHighlightDedupGrouping
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/init-core-data-001
   [junit4]   2> 255354 T1812 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 255355 T1812 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_b/ds
   [junit4]   2> 255635 T1812 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1
   [junit4]   2> 255645 T1812 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 255839 T1812 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 255843 T1812 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51807
   [junit4]   2> 255844 T1812 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/_b/ds, hostPort=51807, coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores}
   [junit4]   2> 255846 T1812 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6f3b58
   [junit4]   2> 255847 T1812 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/'
   [junit4]   2> 255865 T1812 oasc.SolrXmlConfig.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/solr.xml
   [junit4]   2> 255871 T1812 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores
   [junit4]   2> 255872 T1812 oasc.CoreContainer.<init> New CoreContainer 19870612
   [junit4]   2> 255872 T1812 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/]
   [junit4]   2> 255873 T1812 oasc.CoreContainer.load loading shared library: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/lib
   [junit4]   2> 255873 T1812 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/lib).
   [junit4]   2> 255882 T1812 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 255883 T1812 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 255883 T1812 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 255884 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 255884 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 255884 T1812 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 255885 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 255885 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 255885 T1812 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 255886 T1812 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 255886 T1812 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 255888 T1812 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 255889 T1812 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 255890 T1812 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 255890 T1812 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 255892 T1812 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1, absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 255893 T1812 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/
   [junit4]   2> 255893 T1812 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 255894 T1822 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 255895 T1822 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 255895 T1822 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 255895 T1822 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 255911 T1822 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 255922 T1822 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 255946 T1822 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 255946 T1822 oass.IndexSchema.readSchema Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 255952 T1822 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 256046 T1822 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 256050 T1822 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 256051 T1822 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 256055 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 256056 T1822 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 256058 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 256058 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 256058 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 256058 T1822 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 256059 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 256059 T1822 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 256059 T1822 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 256059 T1822 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 256059 T1822 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 256059 T1822 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@800991
   [junit4]   2> 256060 T1822 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 256060 T1822 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 256060 T1822 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 256061 T1822 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 256061 T1822 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 256064 T1822 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 256064 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 256064 T1822 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 256066 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 256066 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 256067 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 256067 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 256067 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 256067 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 256067 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 256067 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 256068 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 256068 T1822 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 256068 T1822 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 256068 T1822 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 256069 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256069 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256069 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256069 T1822 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256070 T1822 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 256070 T1822 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 256070 T1822 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 256071 T1822 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 256071 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 256071 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 256072 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 256072 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 256072 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 256072 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 256073 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 256073 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 256073 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 256073 T1822 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 256074 T1822 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 256074 T1822 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 256074 T1822 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 256074 T1822 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 256075 T1822 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 256075 T1822 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 256075 T1822 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256075 T1822 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256075 T1822 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256076 T1822 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256076 T1822 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256076 T1822 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256076 T1822 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256077 T1822 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256077 T1822 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 256077 T1822 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 256077 T1822 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 256078 T1822 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 256079 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256080 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256081 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256081 T1822 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256082 T1822 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 256082 T1822 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 256083 T1822 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 256083 T1822 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 256084 T1822 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 256084 T1822 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 256084 T1822 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=60.703125, floorSegmentMB=1.3173828125, forceMergeDeletesPctAllowed=12.691199571451323, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.507345426869147
   [junit4]   2> 256085 T1822 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 256086 T1822 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 256086 T1822 oass.SolrIndexSearcher.<init> Opening Searcher@bf6356[collection1] main
   [junit4]   2> 256086 T1822 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 256086 T1822 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 256086 T1822 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 256087 T1822 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 256230 T1822 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 256247 T1822 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 256248 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 256248 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 256248 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 256248 T1822 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 256248 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 256249 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 256249 T1812 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 256249 T1812 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 256249 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 256250 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 256250 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 256251 T1823 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 256251 T1823 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bf6356[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 256539 T1812 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 256541 T1812 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 256546 T1812 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 256556 T1812 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41080
   [junit4]   2> 256556 T1812 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/_b/ds, hostPort=41080, coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores}
   [junit4]   2> 256559 T1812 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6f3b58
   [junit4]   2> 256559 T1812 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/'
   [junit4]   2> 256580 T1812 oasc.SolrXmlConfig.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 256586 T1812 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores
   [junit4]   2> 256587 T1812 oasc.CoreContainer.<init> New CoreContainer 16002311
   [junit4]   2> 256587 T1812 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/]
   [junit4]   2> 256588 T1812 oasc.CoreContainer.load loading shared library: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/lib
   [junit4]   2> 256588 T1812 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/lib).
   [junit4]   2> 256597 T1812 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 256598 T1812 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 256598 T1812 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 256599 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 256599 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 256599 T1812 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 256600 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 256600 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 256600 T1812 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 256601 T1812 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 256601 T1812 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 256603 T1812 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 256605 T1812 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 256605 T1812 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 256606 T1812 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 256606 T1812 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1, absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 256608 T1812 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/
   [junit4]   2> 256608 T1812 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 256609 T1834 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 256610 T1834 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 256610 T1834 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 256611 T1834 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 256636 T1834 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 256651 T1834 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 256691 T1834 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 256692 T1834 oass.IndexSchema.readSchema Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 256696 T1834 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 256795 T1834 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 256799 T1834 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 256800 T1834 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 256804 T1834 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 256806 T1834 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 256808 T1834 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 256808 T1834 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 256808 T1834 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 256809 T1834 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 256809 T1834 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 256809 T1834 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 256809 T1834 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 256809 T1834 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 256810 T1834 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 256810 T1834 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@800991
   [junit4]   2> 256811 T1834 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 256811 T1834 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 256811 T1834 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 256812 T1834 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 256812 T1834 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 256814 T1834 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-002 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 256814 T1834 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 256814 T1834 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 256817 T1834 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 256817 T1834 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 256817 T1834 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 256817 T1834 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 256818 T1834 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 256818 T1834 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 256818 T1834 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 256818 T1834 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 256818 T1834 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 256819 T1834 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 256819 T1834 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 256819 T1834 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 256819 T1834 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256820 T1834 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256820 T1834 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256820 T1834 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 256821 T1834 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 256821 T1834 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 256822 T1834 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 256822 T1834 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 256823 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 256823 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 256824 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 256824 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 256824 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 256825 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 256825 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 256825 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 256826 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 256826 T1834 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 256826 T1834 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 256827 T1834 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 256827 T1834 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 256827 T1834 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 256828 T1834 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 256828 T1834 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 256828 T1834 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256828 T1834 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256829 T1834 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256829 T1834 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256829 T1834 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256829 T1834 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256830 T1834 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256830 T1834 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 256830 T1834 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 256831 T1834 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 256831 T1834 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 256831 T1834 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 256833 T1834 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256834 T1834 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256834 T1834 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256835 T1834 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 256836 T1834 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 256836 T1834 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 256837 T1834 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 256837 T1834 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 256838 T1834 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 256838 T1834 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 256839 T1834 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=60.703125, floorSegmentMB=1.3173828125, forceMergeDeletesPctAllowed=12.691199571451323, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.507345426869147
   [junit4]   2> 256840 T1834 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-002 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 256840 T1834 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 256840 T1834 oass.SolrIndexSearcher.<init> Opening Searcher@16185ca[collection1] main
   [junit4]   2> 256840 T1834 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 256841 T1834 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 256841 T1834 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 256841 T1834 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 256955 T1834 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 256985 T1834 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 256986 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 256986 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 256986 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 256986 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 256987 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 256987 T1834 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 256987 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 256987 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 256988 T1812 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 256988 T1812 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 256988 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 256989 T1835 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 256990 T1835 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16185ca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 257336 T1812 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 257337 T1812 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 257341 T1812 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 257345 T1812 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60965
   [junit4]   2> 257346 T1812 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/_b/ds, hostPort=60965, coreRootDirectory=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores}
   [junit4]   2> 257349 T1812 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@6f3b58
   [junit4]   2> 257349 T1812 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/'
   [junit4]   2> 257365 T1812 oasc.SolrXmlConfig.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 257397 T1812 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores
   [junit4]   2> 257399 T1812 oasc.CoreContainer.<init> New CoreContainer 27963796
   [junit4]   2> 257399 T1812 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/]
   [junit4]   2> 257400 T1812 oasc.CoreContainer.load loading shared library: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/lib
   [junit4]   2> 257400 T1812 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/lib).
   [junit4]   2> 257410 T1812 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 257411 T1812 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 257411 T1812 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 257411 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 257412 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 257412 T1812 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 257412 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 257413 T1812 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 257413 T1812 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 257414 T1812 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 257414 T1812 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 257416 T1812 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 257418 T1812 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 257419 T1812 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 257419 T1812 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 257420 T1812 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1, absoluteInstDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/, configSet=collection1, dataDir=data/}
   [junit4]   2> 257422 T1812 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/
   [junit4]   2> 257422 T1812 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 257423 T1846 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 257424 T1846 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 257425 T1846 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 257425 T1846 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 257457 T1846 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 257472 T1846 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 257500 T1846 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 257501 T1846 oass.IndexSchema.readSchema Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 257507 T1846 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 257604 T1846 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 257609 T1846 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 257611 T1846 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 257617 T1846 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 257619 T1846 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 257621 T1846 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 257622 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 257622 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 257622 T1846 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 257623 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 257623 T1846 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 257623 T1846 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 257624 T1846 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 257624 T1846 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/data/
   [junit4]   2> 257626 T1846 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@800991
   [junit4]   2> 257628 T1846 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/data
   [junit4]   2> 257628 T1846 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/data/index/
   [junit4]   2> 257628 T1846 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 257630 T1846 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/tempDir-001/shard1/cores/collection1/data/index
   [junit4]   2> 257630 T1846 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 257632 T1846 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-003 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 257632 T1846 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 257633 T1846 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 257637 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 257637 T1846 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 257638 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 257638 T1846 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 257638 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 257638 T1846 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 257638 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 257639 T1846 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 257639 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 257640 T1846 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 257640 T1846 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 257640 T1846 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 257641 T1846 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 257641 T1846 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 257642 T1846 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 257642 T1846 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 257642 T1846 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 257643 T1846 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 257645 T1846 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 257645 T1846 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 257645 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 257646 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 257646 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 257647 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 257647 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 257647 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 257648 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 257648 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 257648 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 257649 T1846 oasc.RequestHandlers.initHandlersFromConfig created /admin/segments: org.apache.solr.handler.admin.SegmentsInfoRequestHandler
   [junit4]   2> 257649 T1846 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 257649 T1846 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 257650 T1846 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 257672 T1846 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 257673 T1846 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 257673 T1846 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 257673 T1846 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257674 T1846 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257674 T1846 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257674 T1846 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257675 T1846 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257675 T1846 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257675 T1846 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257676 T1846 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 257676 T1846 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 257676 T1846 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 257677 T1846 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-def: solr.SearchHandler
   [junit4]   2> 257677 T1846 oasc.RequestHandlers.initHandlersFromConfig created /search-facet-invariants: solr.SearchHandler
   [junit4]   2> 257679 T1846 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 257681 T1846 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 257682 T1846 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 257684 T1846 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 257685 T1846 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 257686 T1846 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 257687 T1846 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 257687 T1846 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 257688 T1846 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 257688 T1846 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 257689 T1846 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=60.703125, floorSegmentMB=1.3173828125, forceMergeDeletesPctAllowed=12.691199571451323, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.507345426869147
   [junit4]   2> 257691 T1846 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-003 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 257691 T1846 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 257692 T1846 oass.SolrIndexSearcher.<init> Opening Searcher@5ca21[collection1] main
   [junit4]   2> 257692 T1846 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 257693 T1846 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 257693 T1846 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 257693 T1846 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 257851 T1846 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 257880 T1846 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 257880 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 257881 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: direct
   [junit4]   2> 257881 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 257881 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: multipleFields
   [junit4]   2> 257881 T1846 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 257881 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 257881 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: external
   [junit4]   2> 257882 T1812 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 257882 T1812 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 257882 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: freq
   [junit4]   2> 257882 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: fqcn
   [junit4]   2> 257883 T1847 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: perDict
   [junit4]   2> 257883 T1812 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 257884 T1847 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ca21[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C207 name=collection1 org.apache.solr.core.SolrCore@1da46f4
   [junit4]   2> 258058 T1818 C207 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1495185326645182464)} 0 2
   [junit4]   2> ASYNC  NEW_CORE C208 name=collection1 org.apache.solr.core.SolrCore@1f593b5
   [junit4]   2> 258156 T1831 C208 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1495185326747942912)} 0 2
   [junit4]   2> ASYNC  NEW_CORE C209 name=collection1 org.apache.solr.core.SolrCore@15921d4
   [junit4]   2> 258232 T1844 C209 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1495185326826586112)} 0 3
   [junit4]   2> 258245 T1819 C207 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 258246 T1819 C207 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 258247 T1819 C207 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 258247 T1819 C207 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 258248 T1819 C207 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 258255 T1833 C208 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 258255 T1833 C208 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 258256 T1833 C208 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 258256 T1833 C208 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 258257 T1833 C208 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 258263 T1843 C209 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 258264 T1843 C209 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 258265 T1843 C209 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 258265 T1843 C209 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 258266 T1843 C209 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 3
   [junit4]   2> 258273 T1830 C208 oasup.LogUpdateProcessor.finish [collection1] webapp=/_b/ds path=/update params={wt=javabin&version=2} {add=[1 (1495185326870626304)]} 0 2
   [junit4]   2> 258277 T1832 C208 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 258293 T1832 C208 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-002 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.TestHighlightDedupGrouping AB20683E630475FD-001/index-SimpleFSDirectory-002 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dc6106),segFN=segments_2,generation=2}
   [junit4]   2> 258294 T1832 C208 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 258302 T1832 C208 oass.SolrIndexSearcher.<init> Opening Searcher@1890c03[collection1] main
   [junit4]   2> 258303 T1832 C208 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 258304 T1835 oasc.SolrCore.registerSearcher 

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

onkeyNothingIsSafeTest AB20683E630475FD-001/shard-2-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest AB20683E630475FD-001/shard-2-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 1388944 T7493 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest AB20683E630475FD-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1388944 T7493 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest AB20683E630475FD-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest AB20683E630475FD-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1388945 T7493 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest AB20683E630475FD-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1388946 T7493 oasc.Overseer.close Overseer (id=93449153385988104-127.0.0.1:43795_p_n%2Fsb-n_0000000002) closing
   [junit4]   2> 1388947 T7589 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:43795_p_n%2Fsb
   [junit4]   2> 1390448 T7583 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1390469 T7493 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/p_n/sb,null}
   [junit4]   2> 1390661 T7493 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43163 43163
   [junit4]   2> 1391381 T7494 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43163 43163
   [junit4]   2> 1391382 T7494 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		2	/solr/overseer_elect/election/93449153385988099-127.0.0.1:39183_p_n%2Fsb-n_0000000000
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		2	/solr/overseer/queue
   [junit4]   2> 		2	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test -Dtests.seed=AB20683E630475FD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Asia/Qatar -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 58.0s J0 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AB20683E630475FD:237457E4CDF81805]:0)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:222)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1391394 T7493 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest AB20683E630475FD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {rnd_b=FSTOrd50, _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=PostingsFormat(name=MockRandom), a_i=FSTOrd50, id=FSTOrd50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=sr, timezone=Asia/Qatar
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.9.0-ea (32-bit)/cpus=8,threads=1,free=192120496,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryUtils, PrimUtilsTest, SolrInfoMBeanTest, TestLFUCache, PreAnalyzedFieldTest, DocValuesTest, TestSolr4Spatial2, TestXIncludeConfig, ZkCLITest, EnumFieldTest, DeleteReplicaTest, VMParamsZkACLAndCredentialsProvidersTest, DefaultValueUpdateProcessorTest, TestImplicitCoreProperties, ClusterStateTest, DistributedQueueTest, TestElisionMultitermQuery, TestStandardQParsers, TestPhraseSuggestions, TestAtomicUpdateErrorCases, DistributedFacetPivotWhiteBoxTest, DistanceFunctionTest, TestSweetSpotSimilarityFactory, IndexSchemaRuntimeFieldTest, SolrXmlInZkTest, DistributedFacetPivotSmallTest, ReplicationFactorTest, TestManagedStopFilterFactory, HighlighterMaxOffsetTest, BadCopyFieldTest, TestComplexPhraseQParserPlugin, CoreMergeIndexesAdminHandlerTest, TestStressReorder, TestComponentsName, DocValuesMultiTest, TestNRTOpen, TestRestManager, TestDefaultSearchFieldResource, BadComponentTest, TestQueryTypes, TestManagedSchemaDynamicFieldResource, HdfsLockFactoryTest, TestSchemaManager, AliasIntegrationTest, SuggesterFSTTest, TestLeaderElectionZkExpiry, TestExtendedDismaxParser, FacetPivotSmallTest, TestLRUCache, CircularListTest, TestExpandComponent, TestPostingsSolrHighlighter, TestFastLRUCache, PeerSyncTest, TestUpdate, TestHighlightDedupGrouping, AnalyticsQueryTest, TestMissingGroups, StressHdfsTest, TestCharFilters, RequestHandlersTest, ScriptEngineTest, HdfsBasicDistributedZk2Test, BlockDirectoryTest, OverseerRolesTest, LukeRequestHandlerTest, DOMUtilTest, TestBM25SimilarityFactory, BasicDistributedZkTest, OverseerTest, TestMiniSolrCloudClusterSSL, BlockCacheTest, ActionThrottleTest, PingRequestHandlerTest, TestStressVersions, TestCSVLoader, ShardRoutingTest, TestOmitPositions, TestDistributedSearch, TestAddFieldRealTimeGet, TestPerFieldSimilarity, TestSchemaSimilarityResource, SliceStateTest, TestNoOpRegenerator, TimeZoneUtilsTest, TestFieldSortValues, ZkControllerTest, TestDocBasedVersionConstraints, TestSolrDynamicMBean, ZkStateWriterTest, SSLMigrationTest, TestCSVResponseWriter, RequiredFieldsTest, MultiTermTest, TestSurroundQueryParser, QueryResultKeyTest, SampleTest, TestPartialUpdateDeduplication, RecoveryAfterSoftCommitTest, TestArbitraryIndexDir, TestJmxIntegration, DistanceUnitsTest, TestUniqueKeyFieldResource, CacheHeaderTest, TestFaceting, TestStressRecovery, UnloadDistributedZkTest, TestWriterPerf, TestIBSimilarityFactory, TestRandomDVFaceting, OverriddenZkACLAndCredentialsProvidersTest, LeaderElectionTest, TestCollectionAPI, TestTrackingShardHandlerFactory, AlternateDirectoryTest, CoreAdminHandlerTest, SolrCoreTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestRecovery, TestHashPartitioner, TestReload, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, DirectUpdateHandlerTest, SoftAutoCommitTest, AnalysisAfterCoreReloadTest, TestFoldingMultitermQuery, SuggesterTest, TestTrie, SuggesterWFSTTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, SortByFunctionTest, XsltUpdateRequestHandlerTest, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, TestSolrQueryParser, LoggingHandlerTest, SolrPluginUtilsTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestBinaryResponseWriter, SOLR749Test, TestSolrIndexConfig, ResponseLogComponentTest, TestSolrDeletionPolicy2, NumericFieldsTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestLMDirichletSimilarityFactory, TestJmxMonitoredMap, PluginInfoTest, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed on J0 in 58.08s, 1 test, 1 failure <<< FAILURES!

[...truncated 364 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 471 suites, 1875 tests, 1 error, 2 failures, 48 ignored (21 assumptions)

Total time: 74 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b47 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any