Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3740/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter

Error Message:


Stack Trace:
java.util.ConcurrentModificationException
        at 
__randomizedtesting.SeedInfo.seed([5FBC51305B77BE1F:587C07307B2D5A]:0)
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
        at java.util.ArrayList$Itr.next(ArrayList.java:851)
        at 
org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter(SolrGangliaReporterTest.java:76)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.SolrCmdDistributorTest.test

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([5FBC51305B77BE1F:D7E86EEAF58BD3E7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.update.SolrCmdDistributorTest.test(SolrCmdDistributorTest.java:169)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11782 lines...]
   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/init-core-data-001
   [junit4]   2> 1982473 INFO  
(SUITE-SolrCmdDistributorTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1982473 INFO  
(SUITE-SolrCmdDistributorTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /y_/kg
   [junit4]   2> 1984253 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1984256 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1984258 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b9943e8{/y_/kg,null,AVAILABLE}
   [junit4]   2> 1984258 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4a9afd82{HTTP/1.1,[http/1.1]}{127.0.0.1:52020}
   [junit4]   2> 1984258 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server Started @1991031ms
   [junit4]   2> 1984258 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/control/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/y_/kg, 
hostPort=52020, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/control/cores}
   [junit4]   2> 1984258 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1984260 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1984260 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1984260 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1984260 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T14:23:32.391Z
   [junit4]   2> 1984261 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/control/solr.xml
   [junit4]   2> 1984282 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/control/cores
   [junit4]   2> 1984282 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1984283 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1984349 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1984360 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1984451 WARN  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1984453 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1984472 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1984472 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1984472 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c5c8caf
   [junit4]   2> 1984526 WARN  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1984540 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1984540 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1984541 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1984541 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1984586 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a5ef2ac[collection1] main]
   [junit4]   2> 1984586 WARN  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1984587 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1984597 INFO  
(searcherExecutor-6325-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a5ef2ac[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1984598 INFO  (coreLoadExecutor-6324-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554970063907323904
   [junit4]   2> 1985149 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1985151 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1985153 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3dbffa20{/y_/kg,null,AVAILABLE}
   [junit4]   2> 1985155 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6a65250c{HTTP/1.1,[http/1.1]}{127.0.0.1:52021}
   [junit4]   2> 1985155 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server Started @1991929ms
   [junit4]   2> 1985155 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard0/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/y_/kg, 
hostPort=52021, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard0/cores}
   [junit4]   2> 1985155 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1985156 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1985156 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1985156 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1985156 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T14:23:33.287Z
   [junit4]   2> 1985156 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1985178 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard0/cores
   [junit4]   2> 1985178 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1985179 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1985226 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1985238 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1985312 WARN  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1985314 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1985323 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1985323 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1985324 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c5c8caf
   [junit4]   2> 1985369 WARN  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1985390 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1985390 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1985390 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1985391 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1985422 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35896692[collection1] main]
   [junit4]   2> 1985423 WARN  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1985423 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1985434 INFO  
(searcherExecutor-6336-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@35896692[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985434 INFO  (coreLoadExecutor-6335-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554970064783933440
   [junit4]   2> 1986080 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 1986082 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1986084 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6552d773{/y_/kg,null,AVAILABLE}
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@46a781f4{HTTP/1.1,[http/1.1]}{127.0.0.1:52022}
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server Started @1992859ms
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard1/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/y_/kg, 
hostPort=52022, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard1/cores}
   [junit4]   2> 1986086 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1986086 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T14:23:34.217Z
   [junit4]   2> 1986087 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 1986101 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard1/cores
   [junit4]   2> 1986101 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1986102 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1986137 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1986149 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1986237 WARN  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1986239 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1986249 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1986249 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 1986249 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c5c8caf
   [junit4]   2> 1986310 WARN  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1986324 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1986324 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1986325 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1986325 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1986356 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45b547eb[collection1] main]
   [junit4]   2> 1986357 WARN  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1986357 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1986358 INFO  
(searcherExecutor-6347-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@45b547eb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1986358 INFO  (coreLoadExecutor-6346-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554970065752817664
   [junit4]   2> 1987309 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 1987311 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1987314 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1432ca10{/y_/kg,null,AVAILABLE}
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fb76fa{HTTP/1.1,[http/1.1]}{127.0.0.1:52023}
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server Started @1994089ms
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard2/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/y_/kg, 
hostPort=52023, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard2/cores}
   [junit4]   2> 1987316 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1987316 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T14:23:35.447Z
   [junit4]   2> 1987317 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 1987347 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard2/cores
   [junit4]   2> 1987348 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1987349 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1987393 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1987405 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1987526 WARN  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1987528 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1987542 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1987542 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 1987542 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c5c8caf
   [junit4]   2> 1987592 WARN  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1987615 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1987615 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1987616 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1987616 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1987648 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ec53b99[collection1] main]
   [junit4]   2> 1987649 WARN  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1987650 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1987662 INFO  
(searcherExecutor-6358-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7ec53b99[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1987663 INFO  (coreLoadExecutor-6357-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554970067121209344
   [junit4]   2> 1988514 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard3/cores/collection1
   [junit4]   2> 1988516 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1988517 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@287e15f5{/y_/kg,null,AVAILABLE}
   [junit4]   2> 1988518 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@23838b3c{HTTP/1.1,[http/1.1]}{127.0.0.1:52024}
   [junit4]   2> 1988518 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.Server Started @1995292ms
   [junit4]   2> 1988518 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard3/data,
 schema=schema.xml, solrconfig=solrconfig-tlog.xml, hostContext=/y_/kg, 
hostPort=52024, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard3/cores}
   [junit4]   2> 1988519 ERROR 
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1988519 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1988519 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1988519 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988519 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-28T14:23:36.650Z
   [junit4]   2> 1988519 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard3/solr.xml
   [junit4]   2> 1988614 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard3/cores
   [junit4]   2> 1988614 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1988615 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1988658 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1988670 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1988766 WARN  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1988768 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1988778 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1988779 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001/tempDir-001/shard3/cores/collection1/data/]
   [junit4]   2> 1988779 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c5c8caf
   [junit4]   2> 1988821 WARN  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1988840 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1988841 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1988841 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1988841 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1988869 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@69c1ac46[collection1] main]
   [junit4]   2> 1988870 WARN  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1988870 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1988871 INFO  
(searcherExecutor-6369-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@69c1ac46[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1988871 INFO  (coreLoadExecutor-6368-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554970068387889152
   [junit4]   2> 1989235 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1989241 INFO  (qtp1699056799-13181) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/y_/kg path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554970068773765120)} 0 2
   [junit4]   2> 1989248 INFO  (qtp1268575016-13198) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/y_/kg path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554970068781105152)} 0 2
   [junit4]   2> 1989254 INFO  (qtp324820703-13215) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/y_/kg path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554970068787396608)} 0 1
   [junit4]   2> 1989260 INFO  (qtp1621035367-13232) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/y_/kg path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554970068793688064)} 0 2
   [junit4]   2> 1989269 INFO  (qtp2012060344-13249) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/y_/kg path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1554970068801028096)} 0 4
   [junit4]   2> 1989272 ERROR 
(updateExecutor-2373-thread-1-processing-http:////127.0.0.1:52020//y_//kg//collection1)
 [    ] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.lang.AssertionError
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:56)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:323)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:186)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1989276 INFO  (qtp1699056799-13184) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/y_/kg path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1989276 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 1989281 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4a9afd82{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1989282 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1712626561
   [junit4]   2> 1989283 INFO  (coreCloseExecutor-6374-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@31a5185d
   [junit4]   2> 1989283 INFO  (coreCloseExecutor-6374-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1989283 INFO  (coreCloseExecutor-6374-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4127fb75
   [junit4]   2> 1989293 INFO  (coreCloseExecutor-6374-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1989315 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1989315 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b9943e8{/y_/kg,null,UNAVAILABLE}
   [junit4]   2> 1989323 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@6a65250c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1989324 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1251193195
   [junit4]   2> 1989324 INFO  (coreCloseExecutor-6376-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b02499d
   [junit4]   2> 1989325 INFO  (coreCloseExecutor-6376-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1989325 INFO  (coreCloseExecutor-6376-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@57bd3c53
   [junit4]   2> 1989357 INFO  (coreCloseExecutor-6376-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1989358 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1989358 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3dbffa20{/y_/kg,null,UNAVAILABLE}
   [junit4]   2> 1989361 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@46a781f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1989361 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1033535531
   [junit4]   2> 1989362 INFO  (coreCloseExecutor-6378-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7f9c8299
   [junit4]   2> 1989362 INFO  (coreCloseExecutor-6378-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1989362 INFO  (coreCloseExecutor-6378-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2d7d7241
   [junit4]   2> 1989389 INFO  (coreCloseExecutor-6378-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1989392 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1989393 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6552d773{/y_/kg,null,UNAVAILABLE}
   [junit4]   2> 1989403 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@fb76fa{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1989403 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2073461366
   [junit4]   2> 1989404 INFO  (coreCloseExecutor-6380-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@211b7e8d
   [junit4]   2> 1989404 INFO  (coreCloseExecutor-6380-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1989404 INFO  (coreCloseExecutor-6380-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7a1b1279
   [junit4]   2> 1989427 INFO  (coreCloseExecutor-6380-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1989449 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1989449 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1432ca10{/y_/kg,null,UNAVAILABLE}
   [junit4]   2> 1989461 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@23838b3c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1989462 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=259171743
   [junit4]   2> 1989462 INFO  (coreCloseExecutor-6382-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8a654bf
   [junit4]   2> 1989462 INFO  (coreCloseExecutor-6382-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1989462 INFO  (coreCloseExecutor-6382-thread-1) [    
x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@56fd73bf
   [junit4]   2> 1989475 INFO  (coreCloseExecutor-6382-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1989476 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1989476 INFO  
(TEST-SolrCmdDistributorTest.test-seed#[5FBC51305B77BE1F]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@287e15f5{/y_/kg,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrCmdDistributorTest -Dtests.method=test 
-Dtests.seed=5FBC51305B77BE1F -Dtests.slow=true -Dtests.locale=zh-CN 
-Dtests.timezone=America/Montreal -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 7.01s J1 | SolrCmdDistributorTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5FBC51305B77BE1F:D7E86EEAF58BD3E7]:0)
   [junit4]    >        at 
org.apache.solr.update.SolrCmdDistributorTest.test(SolrCmdDistributorTest.java:169)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1989485 INFO  
(SUITE-SolrCmdDistributorTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.SolrCmdDistributorTest_5FBC51305B77BE1F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=840, maxMBSortInHeap=7.181076382018627, 
sim=RandomSimilarity(queryNorm=false): {}, locale=zh-CN, 
timezone=America/Montreal
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=130898720,total=473432064
   [junit4]   2> NOTE: All tests run in this JVM: [SpellCheckComponentTest, 
TestRawTransformer, JsonLoaderTest, TestCloudPseudoReturnFields, 
TestSystemIdResolver, TestSolrIndexConfig, SimpleMLTQParserTest, TestDocSet, 
HighlighterConfigTest, TestSSLRandomization, 
CloneFieldUpdateProcessorFactoryTest, TestPushWriter, 
DistributedFacetPivotSmallAdvancedTest, MinimalSchemaTest, TestConfigReload, 
AsyncCallRequestStatusResponseTest, RequestLoggingTest, TestSolrQueryParser, 
SignatureUpdateProcessorFactoryTest, TestIndexSearcher, 
TestIndexingPerformance, BlockDirectoryTest, BooleanFieldTest, 
FileBasedSpellCheckerTest, TestSolrCloudWithDelegationTokens, SuggesterTSTTest, 
TestPivotHelperCode, TestUniqueKeyFieldResource, ExternalFileFieldSortTest, 
TestSolrCLIRunExample, ResponseLogComponentTest, TestMinMaxOnMultiValuedField, 
TestSolrDynamicMBean, LeaderFailureAfterFreshStartTest, TestFieldCacheReopen, 
ClassificationUpdateProcessorIntegrationTest, SolrJmxReporterTest, 
TestSchemaVersionResource, JSONWriterTest, TestRequestForwarding, 
DistributedFacetPivotLargeTest, WordBreakSolrSpellCheckerTest, 
RemoteQueryErrorTest, AtomicUpdatesTest, InfoHandlerTest, TestSchemaManager, 
TestQueryUtils, TestSortByMinMaxFunction, SolrIndexSplitterTest, 
CoreAdminHandlerTest, TestConfigSetsAPIZkFailure, CdcrUpdateLogTest, 
CollectionTooManyReplicasTest, NotRequiredUniqueKeyTest, 
TestBulkSchemaConcurrent, PeerSyncWithIndexFingerprintCachingTest, 
TestAnalyzedSuggestions, TestChildDocTransformer, MultiThreadedOCPTest, 
TestBadConfig, TestPHPSerializedResponseWriter, TestInfoStreamLogging, 
TestSolrCloudWithSecureImpersonation, HLLSerializationTest, 
TestAnalyzeInfixSuggestions, TestStressRecovery, ClusterStateTest, 
TestAuthenticationFramework, RollingRestartTest, ShardRoutingCustomTest, 
UpdateRequestProcessorFactoryTest, TestFileDictionaryLookup, 
TestFuzzyAnalyzedSuggestions, TestFastWriter, TestLeaderElectionZkExpiry, 
TestDeleteCollectionOnDownNodes, DistributedIntervalFacetingTest, 
FacetPivotSmallTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestComponentsName, HdfsCollectionsAPIDistributedZkTest, SortSpecParsingTest, 
TestGraphTermsQParserPlugin, TestSolrConfigHandlerConcurrent, 
AnalyticsQueryTest, RequestHandlersTest, TestSolrFieldCacheMBean, 
ResourceLoaderTest, ReturnFieldsTest, TestManagedResource, SolrInfoMBeanTest, 
ForceLeaderTest, TestClusterProperties, DirectUpdateHandlerOptimizeTest, 
RulesTest, LukeRequestHandlerTest, TestJmxMonitoredMap, 
TestDistributedStatsComponentCardinality, TestUtils, 
TriLevelCompositeIdRoutingTest, UtilsToolTest, TestScoreJoinQPNoScore, 
TestDynamicLoading, TestExactSharedStatsCache, SpellCheckCollatorTest, 
HdfsThreadLeakTest, TestXmlQParser, TestFieldCacheVsDocValues, 
TestFieldResource, TestAtomicUpdateErrorCases, CdcrVersionReplicationTest, 
SecurityConfHandlerTest, TestSimpleTrackingShardHandler, 
TestDelegationWithHadoopAuth, SliceStateTest, OverseerModifyCollectionTest, 
ScriptEngineTest, RAMDirectoryFactoryTest, LeaderElectionContextKeyTest, 
DebugComponentTest, DateRangeFieldTest, TestRestoreCore, TestConfigOverlay, 
TestRuleBasedAuthorizationPlugin, AddBlockUpdateTest, TestLRUStatsCache, 
TestQueryTypes, TestShardHandlerFactory, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
FieldAnalysisRequestHandlerTest, EnumFieldTest, TestShortCircuitedRequests, 
ConvertedLegacyTest, OpenCloseCoreStressTest, SpellingQueryConverterTest, 
HdfsDirectoryTest, TestOmitPositions, TestSQLHandlerNonCloud, TestJsonRequest, 
TestRecoveryHdfs, SolrMetricReporterTest, TestWriterPerf, LoggingHandlerTest, 
BlockJoinFacetSimpleTest, CoreSorterTest, CoreAdminRequestStatusTest, TestJoin, 
TestRecovery, URLClassifyProcessorTest, BasicFunctionalityTest, 
FullSolrCloudDistribCmdsTest, TestReversedWildcardFilterFactory, 
CacheHeaderTest, CollectionsAPISolrJTest, TermVectorComponentTest, 
WrapperMergePolicyFactoryTest, UpdateParamsTest, TestSearcherReuse, 
SparseHLLTest, TermVectorComponentDistributedTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, 
LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, TestZkChroot, ZkCLITest, AutoCommitTest, 
TestDistributedGrouping, TestRealTimeGet, HardAutoCommitTest, TestRangeQuery, 
TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest]
   [junit4] Completed [368/673 (1!)] on J1 in 7.04s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 689 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrGangliaReporterTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrGangliaReporterTest_5FBC51305B77BE1F-001/init-core-data-001
   [junit4]   2> 3035806 INFO  
(SUITE-SolrGangliaReporterTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3035807 INFO  
(TEST-SolrGangliaReporterTest.testReporter-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 3035894 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3035933 WARN  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 3035934 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3035952 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3036037 WARN  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 3036039 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3036049 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3036050 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrGangliaReporterTest_5FBC51305B77BE1F-001/init-core-data-001/]
   [junit4]   2> 3036050 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c5c8caf
   [junit4]   2> 3036055 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=6.681640625, 
floorSegmentMB=1.2158203125, forceMergeDeletesPctAllowed=1.6299595254044852, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3036076 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3036077 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 3036096 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3036097 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3036099 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1212918426, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 3036100 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@32b1bde8[collection1] main]
   [junit4]   2> 3036100 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3036107 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 3036149 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3036149 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3036150 INFO  (coreLoadExecutor-9973-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1554971166539513856
   [junit4]   2> 3036152 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 3036152 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3036152 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 3036152 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 3036153 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 3036153 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 3036154 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 3036154 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 3036154 INFO  
(searcherExecutor-9974-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@32b1bde8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3041177 INFO  
(TEST-SolrGangliaReporterTest.testReporter-seed#[5FBC51305B77BE1F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrGangliaReporterTest -Dtests.method=testReporter 
-Dtests.seed=5FBC51305B77BE1F -Dtests.slow=true -Dtests.locale=tr-TR 
-Dtests.timezone=W-SU -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   5.37s J1 | SolrGangliaReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.util.ConcurrentModificationException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5FBC51305B77BE1F:587C07307B2D5A]:0)
   [junit4]    >        at 
java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   [junit4]    >        at java.util.ArrayList$Itr.next(ArrayList.java:851)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrGangliaReporterTest.testReporter(SolrGangliaReporterTest.java:76)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3041179 INFO  
(SUITE-SolrGangliaReporterTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 3041179 INFO  
(SUITE-SolrGangliaReporterTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=187147602
   [junit4]   2> 3041180 INFO  (coreCloseExecutor-9979-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@246422f4
   [junit4]   2> 3041186 INFO  (coreCloseExecutor-9979-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 3041187 INFO  
(SUITE-SolrGangliaReporterTest-seed#[5FBC51305B77BE1F]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrGangliaReporterTest_5FBC51305B77BE1F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1676, maxMBSortInHeap=6.8502864151732705, 
sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=W-SU
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=201657440,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [SpellCheckComponentTest, 
TestRawTransformer, JsonLoaderTest, TestCloudPseudoReturnFields, 
TestSystemIdResolver, TestSolrIndexConfig, SimpleMLTQParserTest, TestDocSet, 
HighlighterConfigTest, TestSSLRandomization, 
CloneFieldUpdateProcessorFactoryTest, TestPushWriter, 
DistributedFacetPivotSmallAdvancedTest, MinimalSchemaTest, TestConfigReload, 
AsyncCallRequestStatusResponseTest, RequestLoggingTest, TestSolrQueryParser, 
SignatureUpdateProcessorFactoryTest, TestIndexSearcher, 
TestIndexingPerformance, BlockDirectoryTest, BooleanFieldTest, 
FileBasedSpellCheckerTest, TestSolrCloudWithDelegationTokens, SuggesterTSTTest, 
TestPivotHelperCode, TestUniqueKeyFieldResource, ExternalFileFieldSortTest, 
TestSolrCLIRunExample, ResponseLogComponentTest, TestMinMaxOnMultiValuedField, 
TestSolrDynamicMBean, LeaderFailureAfterFreshStartTest, TestFieldCacheReopen, 
ClassificationUpdateProcessorIntegrationTest, SolrJmxReporterTest, 
TestSchemaVersionResource, JSONWriterTest, TestRequestForwarding, 
DistributedFacetPivotLargeTest, WordBreakSolrSpellCheckerTest, 
RemoteQueryErrorTest, AtomicUpdatesTest, InfoHandlerTest, TestSchemaManager, 
TestQueryUtils, TestSortByMinMaxFunction, SolrIndexSplitterTest, 
CoreAdminHandlerTest, TestConfigSetsAPIZkFailure, CdcrUpdateLogTest, 
CollectionTooManyReplicasTest, NotRequiredUniqueKeyTest, 
TestBulkSchemaConcurrent, PeerSyncWithIndexFingerprintCachingTest, 
TestAnalyzedSuggestions, TestChildDocTransformer, MultiThreadedOCPTest, 
TestBadConfig, TestPHPSerializedResponseWriter, TestInfoStreamLogging, 
TestSolrCloudWithSecureImpersonation, HLLSerializationTest, 
TestAnalyzeInfixSuggestions, TestStressRecovery, ClusterStateTest, 
TestAuthenticationFramework, RollingRestartTest, ShardRoutingCustomTest, 
UpdateRequestProcessorFactoryTest, TestFileDictionaryLookup, 
TestFuzzyAnalyzedSuggestions, TestFastWriter, TestLeaderElectionZkExpiry, 
TestDeleteCollectionOnDownNodes, DistributedIntervalFacetingTest, 
FacetPivotSmallTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestComponentsName, HdfsCollectionsAPIDistributedZkTest, SortSpecParsingTest, 
TestGraphTermsQParserPlugin, TestSolrConfigHandlerConcurrent, 
AnalyticsQueryTest, RequestHandlersTest, TestSolrFieldCacheMBean, 
ResourceLoaderTest, ReturnFieldsTest, TestManagedResource, SolrInfoMBeanTest, 
ForceLeaderTest, TestClusterProperties, DirectUpdateHandlerOptimizeTest, 
RulesTest, LukeRequestHandlerTest, TestJmxMonitoredMap, 
TestDistributedStatsComponentCardinality, TestUtils, 
TriLevelCompositeIdRoutingTest, UtilsToolTest, TestScoreJoinQPNoScore, 
TestDynamicLoading, TestExactSharedStatsCache, SpellCheckCollatorTest, 
HdfsThreadLeakTest, TestXmlQParser, TestFieldCacheVsDocValues, 
TestFieldResource, TestAtomicUpdateErrorCases, CdcrVersionReplicationTest, 
SecurityConfHandlerTest, TestSimpleTrackingShardHandler, 
TestDelegationWithHadoopAuth, SliceStateTest, OverseerModifyCollectionTest, 
ScriptEngineTest, RAMDirectoryFactoryTest, LeaderElectionContextKeyTest, 
DebugComponentTest, DateRangeFieldTest, TestRestoreCore, TestConfigOverlay, 
TestRuleBasedAuthorizationPlugin, AddBlockUpdateTest, TestLRUStatsCache, 
TestQueryTypes, TestShardHandlerFactory, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
FieldAnalysisRequestHandlerTest, EnumFieldTest, TestShortCircuitedRequests, 
ConvertedLegacyTest, OpenCloseCoreStressTest, SpellingQueryConverterTest, 
HdfsDirectoryTest, TestOmitPositions, TestSQLHandlerNonCloud, TestJsonRequest, 
TestRecoveryHdfs, SolrMetricReporterTest, TestWriterPerf, LoggingHandlerTest, 
BlockJoinFacetSimpleTest, CoreSorterTest, CoreAdminRequestStatusTest, TestJoin, 
TestRecovery, URLClassifyProcessorTest, BasicFunctionalityTest, 
FullSolrCloudDistribCmdsTest, TestReversedWildcardFilterFactory, 
CacheHeaderTest, CollectionsAPISolrJTest, TermVectorComponentTest, 
WrapperMergePolicyFactoryTest, UpdateParamsTest, TestSearcherReuse, 
SparseHLLTest, TermVectorComponentDistributedTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, 
LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, TestZkChroot, ZkCLITest, AutoCommitTest, 
TestDistributedGrouping, TestRealTimeGet, HardAutoCommitTest, TestRangeQuery, 
TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest, 
QueryElevationComponentTest, TestSort, TestFunctionQuery, HighlighterTest, 
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, TestFoldingMultitermQuery, 
SuggesterTest, TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, 
NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
SortByFunctionTest, DocValuesMultiTest, IndexBasedSpellCheckerTest, 
StandardRequestHandlerTest, PrimitiveFieldTypeTest, 
XmlUpdateRequestHandlerTest, TestValueSourceCache, IndexSchemaRuntimeFieldTest, 
SolrPluginUtilsTest, TestJmxIntegration, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, 
TestQuerySenderListener, BadComponentTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, 
TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, 
TestPostingsSolrHighlighter, TestLuceneMatchVersion, 
SpellPossibilityIteratorTest, TestCodecSupport, TimeZoneUtilsTest, 
DateMathParserTest, TestSuggestSpellingConverter, TestSolrJ, CircularListTest, 
DistributedMLTComponentTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
AliasIntegrationTest, CdcrReplicationDistributedZkTest, 
CdcrReplicationHandlerTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionReloadTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, CustomCollectionTest, DeleteStatusTest, 
DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, 
SolrCLIZkUtilsTest, SolrCloudExampleTest, TestConfigSetsAPI, 
TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudCluster, 
TestReplicaProperties, TestSegmentSorting, TestSizeLimitedDistributedMap, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, 
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, StressHdfsTest, 
ZkStateReaderTest, TestCustomStream, TestBlobHandler, 
DistributedExpandComponentTest, DistributedFacetPivotWhiteBoxTest, 
DistributedSuggestComponentTest, SuggestComponentContextFilterQueryTest, 
SuggestComponentTest, TestTrackingShardHandlerFactory, JavabinLoaderTest, 
TestUnifiedSolrHighlighter, TestSlowCompositeReaderWrapper, 
SolrCoreMetricManagerTest, SolrMetricManagerTest, SolrGangliaReporterTest]
   [junit4] Completed [579/673 (2!)] on J1 in 5.40s, 1 test, 1 error <<< 
FAILURES!

[...truncated 62724 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to