Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/153/

4 tests failed.
FAILED:  
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
        at 
__randomizedtesting.SeedInfo.seed([19981B11D2B8AA54:72D7BB6CABB7776E]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [SolrCore, 
MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not 
released!!! [SolrCore, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, 
MockDirectoryWrapper]
        at __randomizedtesting.SeedInfo.seed([19981B11D2B8AA54]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
        at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=13508, name=searcherExecutor-4963-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=13508, name=searcherExecutor-4963-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([19981B11D2B8AA54]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=13508, name=searcherExecutor-4963-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        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=13508, name=searcherExecutor-4963-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([19981B11D2B8AA54]:0)




Build Log:
[...truncated 11009 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_19981B11D2B8AA54-001/init-core-data-001
   [junit4]   2> 1008207 INFO  
(SUITE-ZkStateReaderTest-seed#[19981B11D2B8AA54]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1008208 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1008208 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1008217 INFO  (Thread-1763) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1008217 INFO  (Thread-1763) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1008317 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer start zk server on port:40802
   [junit4]   2> 1008317 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1008333 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1008345 INFO  (zkCallback-574-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c5d7040 
name:ZooKeeperConnection Watcher:127.0.0.1:40802 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1008345 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1008345 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1008346 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1008353 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1008365 INFO  (zkCallback-575-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1849e401 
name:ZooKeeperConnection Watcher:127.0.0.1:40802 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1008365 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1008365 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1008366 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1008382 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1008393 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1008397 INFO  (zkCallback-576-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1289c0d0 
name:ZooKeeperConnection Watcher:127.0.0.1:40802/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1008397 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1008398 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1008398 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1008398 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1008399 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1008399 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1008400 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1008400 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1008401 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1008401 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1008403 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1008403 INFO  (zkCallback-576-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1008405 INFO  (zkCallback-576-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 1008405 WARN  (zkCallback-576-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 1008414 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40802 40802
   [junit4]   2> 1008832 INFO  (Thread-1763) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40802 40802
   [junit4]   2> 1008833 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest 
-Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy 
-Dtests.seed=19981B11D2B8AA54 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=lv-LV -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.63s J0 | 
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([19981B11D2B8AA54:72D7BB6CABB7776E]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:135)
   [junit4]    >        at 
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:46)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1008840 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1008840 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1008845 INFO  (Thread-1764) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1008845 INFO  (Thread-1764) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1008941 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer start zk server on port:38924
   [junit4]   2> 1008941 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1008957 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1008977 INFO  (zkCallback-577-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@751bde68 
name:ZooKeeperConnection Watcher:127.0.0.1:38924 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1008977 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1008978 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1008997 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1009005 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1009065 INFO  (zkCallback-578-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10d97f57 
name:ZooKeeperConnection Watcher:127.0.0.1:38924 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1009065 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1009065 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1009065 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1009082 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1009082 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1542c6561f00001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1009083 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1009097 INFO  (zkCallback-579-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@73a0e0fa 
name:ZooKeeperConnection Watcher:127.0.0.1:38924/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1009101 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1009101 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1009105 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1009133 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1009165 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1009189 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1009207 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1009208 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1009208 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1009209 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1009209 INFO  (zkCallback-579-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1009211 INFO  (zkCallback-579-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 1009265 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1009285 INFO  (zkCallback-579-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 1009310 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1542c6561f00002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1009311 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38924 38924
   [junit4]   2> 1009750 INFO  (Thread-1764) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38924 38924
   [junit4]   2> 1009757 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1009761 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 1009762 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1009762 INFO  (Thread-1765) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1009762 INFO  (Thread-1765) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1009864 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer start zk server on port:36750
   [junit4]   2> 1009864 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1009878 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1009889 INFO  (zkCallback-580-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5603af62 
name:ZooKeeperConnection Watcher:127.0.0.1:36750 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1009889 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1009890 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1009890 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1009893 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1009909 INFO  (zkCallback-581-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@726eb279 
name:ZooKeeperConnection Watcher:127.0.0.1:36750 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1009909 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1009909 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1009910 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1009911 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1009937 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1009949 INFO  (zkCallback-582-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@661e9b60 
name:ZooKeeperConnection Watcher:127.0.0.1:36750/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1009949 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1009950 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1009950 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1009951 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1009951 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1009952 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1009952 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1009952 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1009953 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1009953 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1009954 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1009955 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1009955 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1009955 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 1009957 INFO  (zkCallback-582-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1009957 WARN  (zkCallback-582-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 1009958 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36750 36750
   [junit4]   2> 1010141 INFO  (Thread-1765) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36750 36750
   [junit4]   2> 1010142 INFO  
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 1010143 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1010144 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1010144 INFO  (Thread-1766) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1010144 INFO  (Thread-1766) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1010315 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer start zk server on port:45299
   [junit4]   2> 1010315 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1010318 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1010345 INFO  (zkCallback-583-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f31d754 
name:ZooKeeperConnection Watcher:127.0.0.1:45299 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1010349 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1010349 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1010373 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1010410 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1010433 INFO  (zkCallback-584-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6e5f2db8 
name:ZooKeeperConnection Watcher:127.0.0.1:45299 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1010434 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1010434 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1010434 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1010441 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1010453 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1010457 INFO  (zkCallback-585-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@50ae72e1 
name:ZooKeeperConnection Watcher:127.0.0.1:45299/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1010457 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1010458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1010458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1010458 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1010459 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1010459 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1010460 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1010460 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1010461 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1010461 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1010461 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1010461 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1010461 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1010465 INFO  (zkCallback-585-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1010467 INFO  (zkCallback-585-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 1010515 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1010516 INFO  (zkCallback-585-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 1010521 INFO  (zkCallback-585-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1010625 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45299 45299
   [junit4]   2> 1010873 INFO  (Thread-1766) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45299 45299
   [junit4]   2> 1010878 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1010879 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 1010880 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1010881 INFO  (Thread-1767) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1010881 INFO  (Thread-1767) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1010980 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer start zk server on port:39609
   [junit4]   2> 1010981 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1010988 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1010990 INFO  (zkCallback-586-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5dcf226e 
name:ZooKeeperConnection Watcher:127.0.0.1:39609 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1010990 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1010990 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1010992 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1010992 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1010993 INFO  (zkCallback-587-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@486f0d6d 
name:ZooKeeperConnection Watcher:127.0.0.1:39609 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1010993 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1010993 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1010993 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1010995 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1010995 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1010996 INFO  (zkCallback-588-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@73810e74 
name:ZooKeeperConnection Watcher:127.0.0.1:39609/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1010996 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1010996 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1010996 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1010997 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1010998 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1010999 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1010999 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1011000 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1011001 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1011001 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1011001 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1011001 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1011002 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1011002 INFO  (zkCallback-588-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1011003 INFO  (zkCallback-588-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1011004 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/c1/state.json
   [junit4]   2> 1011005 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1011007 INFO  (zkCallback-588-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 1011007 WARN  (zkCallback-588-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 1011009 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39609 39609
   [junit4]   2> 1011197 INFO  (Thread-1767) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39609 39609
   [junit4]   2> 1011200 INFO  
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[19981B11D2B8AA54])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 1011200 INFO  
(SUITE-ZkStateReaderTest-seed#[19981B11D2B8AA54]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_19981B11D2B8AA54-001
   [junit4]   2> Apr 19, 2016 2:42:04 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=lv-LV, 
timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=274936432,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestExceedMaxTermLength, 
MultiThreadedOCPTest, TestSchemaVersionResource, 
DistributedQueryComponentCustomSortTest, TestValueSourceCache, 
HdfsRecoveryZkTest, StandardRequestHandlerTest, RuleEngineTest, 
TestDistributedSearch, SharedFSAutoReplicaFailoverTest, CursorPagingTest, 
TestDynamicFieldCollectionResource, TestSolr4Spatial, TestFaceting, 
TestMergePolicyConfig, TestCrossCoreJoin, CopyFieldTest, TestCustomSort, 
TestSortByMinMaxFunction, TestMissingGroups, TestRealTimeGet, PolyFieldTest, 
TolerantUpdateProcessorTest, TestCSVLoader, TestReplicationHandler, 
TestLRUCache, TestSolr4Spatial2, TestRandomFaceting, 
CdcrVersionReplicationTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, 
ForceLeaderTest, DeleteLastCustomShardedReplicaTest, TestDocSet, 
CollectionTooManyReplicasTest, OutputWriterTest, HighlighterMaxOffsetTest, 
TestManagedSchema, PeerSyncTest, TestRandomRequestDistribution, 
TestDownShardTolerantSearch, TestConfigOverlay, URLClassifyProcessorTest, 
JSONWriterTest, DistributedFacetPivotSmallAdvancedTest, TestFieldResource, 
ResponseLogComponentTest, HdfsCollectionsAPIDistributedZkTest, 
BlockDirectoryTest, SynonymTokenizerTest, TestConfig, TestJsonFacets, 
ActionThrottleTest, ZkStateReaderTest]
   [junit4] Completed [153/591 (1!)] on J0 in 3.59s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 665 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/init-core-data-001
   [junit4]   2> 1985364 INFO  
(SUITE-TestLazyCores-seed#[19981B11D2B8AA54]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1985389 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1985413 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001'
   [junit4]   2> 1985413 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985413 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1985413 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1133023152
   [junit4]   2> 1985420 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001]
   [junit4]   2> 1985420 WARN  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/lib
   [junit4]   2> 1985426 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1985427 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1985428 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] o.a.s.c.SolrCores 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1985662 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1985662 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1985662 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1985662 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1985670 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1985670 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1985670 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 1985670 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1985670 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1985670 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1985671 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1985671 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1985671 INFO  
(TEST-TestLazyCores.testRace-seed#[19981B11D2B8AA54]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1985673 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1'
   [junit4]   2> 1985686 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985686 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1985686 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2'
   [junit4]   2> 1985689 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985689 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1985709 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5'
   [junit4]   2> 1985710 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985710 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1985724 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1985725 WARN  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1985726 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1985729 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1985730 WARN  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1985733 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1985737 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1985739 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1985741 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1985732 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1985742 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1985744 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1985746 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1985748 WARN  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1985748 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1985751 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2'
   [junit4]   2> 1985751 INFO  (coreLoadExecutor-4865-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2
   [junit4]   2> 1985751 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1985751 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data/]
   [junit4]   2> 1985751 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection2
   [junit4]   2> 1985752 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data
   [junit4]   2> 1985752 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1985752 WARN  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1985752 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data/index
   [junit4]   2> 1985752 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8274489147988634]
   [junit4]   2> 1985765 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1'
   [junit4]   2> 1985765 INFO  (coreLoadExecutor-4865-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1
   [junit4]   2> 1985766 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1985766 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data/]
   [junit4]   2> 1985766 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1985766 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data
   [junit4]   2> 1985766 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1985766 WARN  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1985766 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data/index
   [junit4]   2> 1985767 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8274489147988634]
   [junit4]   2> 1985771 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5f5cc54b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1411bfdd),segFN=segments_1,generation=1}
   [junit4]   2> 1985771 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985772 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1985775 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1985776 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1985782 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1985783 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection2 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data/
   [junit4]   2> 1985784 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1985785 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6116ab32 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@317126),segFN=segments_1,generation=1}
   [junit4]   2> 1985785 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5'
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data/]
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection5
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data
   [junit4]   2> 1985791 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1985791 WARN  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1985792 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data/index
   [junit4]   2> 1985792 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8274489147988634]
   [junit4]   2> 1985793 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985794 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985794 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985795 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985796 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1985796 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1985798 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1985799 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985799 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985800 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985800 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985801 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1985801 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1985801 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data/
   [junit4]   2> 1985801 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1985808 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1985808 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1985808 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25188014539441095]
   [junit4]   2> 1985808 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6116ab32 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@317126),segFN=segments_1,generation=1}
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c648f88[collection1] main]
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/conf
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/conf}
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection1/conf
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1985809 INFO  (coreLoadExecutor-4865-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1985810 INFO  
(searcherExecutor-4867-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6c648f88[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985810 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1985810 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1985810 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25188014539441095]
   [junit4]   2> 1985811 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@58d53c7f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5484ba53),segFN=segments_1,generation=1}
   [junit4]   2> 1985811 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985812 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1985813 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985813 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985813 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5f5cc54b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1411bfdd),segFN=segments_1,generation=1}
   [junit4]   2> 1985813 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985813 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a61fb2a[collection2] main]
   [junit4]   2> 1985813 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/conf
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/conf}
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection2/conf
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-2) [    
x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1985814 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1985815 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1985815 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1985815 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection5 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data/
   [junit4]   2> 1985815 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1985815 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1985815 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1985815 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25188014539441095]
   [junit4]   2> 1985828 INFO  
(searcherExecutor-4866-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@7a61fb2a[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@58d53c7f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5484ba53),segFN=segments_1,generation=1}
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ee88e70[collection5] main]
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/conf
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/conf}
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection5/conf
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1985831 INFO  (coreLoadExecutor-4865-thread-3) [    
x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1985832 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@7ee88e70[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1985833 INFO  (Thread-5790) [    ] o.a.s.c.SolrResourceLoader 
new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection3'
   [junit4]   2> 1985833 INFO  (Thread-5790) [    ] o.a.s.c.SolrResourceLoader 
JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1985833 INFO  (Thread-5790) [    ] o.a.s.c.SolrResourceLoader 
solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1985836 INFO  (Thread-5790) [    ] o.a.s.c.SolrConfig current 
version of requestparams : -1
   [junit4]   2> 1985858 WARN  (Thread-5790) [    ] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1985859 INFO  (Thread-5790) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.1.0
   [junit4]   2> 1985879 INFO  (Thread-5790) [    ] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1985889 INFO  (Thread-5790) [    ] o.a.s.s.IndexSchema 
[collection3] Schema name=tiny
   [junit4]   2> 1986266 INFO  (Thread-5790) [    ] o.a.s.s.IndexSchema unique 
key field: id
   [junit4]   2> 1986267 INFO  (Thread-5790) [    ] o.a.s.c.ConfigSetProperties 
Did not find ConfigSet properties, assuming default properties: Can't find 
resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_19981B11D2B8AA54-001/tempDir-001/collection3'
   [junit4]   2> 1986267 INFO  (Thread-5790) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection3' using configuration from instancedir 
/x1/jenkins/jenkins-slave/worksp

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

randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=13508, name=searcherExecutor-4963-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Apr 19, 2016 3:00:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13508, name=searcherExecutor-4963-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Apr 19, 2016 3:00:51 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=13508, name=searcherExecutor-4963-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), 
v_s=PostingsFormat(name=LuceneFixedGap), 
v_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1512, maxMBSortInHeap=6.182129235886974, 
sim=ClassicSimilarity, locale=th-TH, timezone=America/St_Thomas
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=2,free=121846808,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: 
[IgnoreCommitOptimizeUpdateProcessorFactoryTest, RollingRestartTest, 
RequestHandlersTest, TestSolrQueryParserDefaultOperatorResource, 
SuggestComponentContextFilterQueryTest, TestSweetSpotSimilarityFactory, 
TestClusterStateMutator, CoreAdminHandlerTest, PluginInfoTest, 
TestReversedWildcardFilterFactory, TestCloudPivotFacet, SolrTestCaseJ4Test, 
TestFieldCollectionResource, TestDefaultSearchFieldResource, TestJsonRequest, 
TestCSVResponseWriter, FieldAnalysisRequestHandlerTest, TestCharFilters, 
BadIndexSchemaTest, TestReloadDeadlock, PKIAuthenticationIntegrationTest, 
TestSort, BlockJoinFacetDistribTest, TestCollationField, DateMathParserTest, 
LukeRequestHandlerTest, ShowFileRequestHandlerTest, TestSolrQueryParser, 
TestClassicSimilarityFactory, BasicDistributedZk2Test, 
DistribDocExpirationUpdateProcessorTest, PrimitiveFieldTypeTest, 
TestCloudManagedSchema, OverseerTest, MigrateRouteKeyTest, TestSearchPerf, 
FullSolrCloudDistribCmdsTest, TestTolerantSearch, 
TestComplexPhraseQParserPlugin, ClassificationUpdateProcessorFactoryTest, 
TestZkChroot, TestReplicaProperties, TestSolrDeletionPolicy1, 
DistanceUnitsTest, TestWriterPerf, StatsComponentTest, TestFieldTypeResource, 
TestPostingsSolrHighlighter, HdfsUnloadDistributedZkTest, 
TestIndexingPerformance, MergeStrategyTest, TestSolrConfigHandler, 
TestDefaultStatsCache, CollectionStateFormat2Test, DirectoryFactoryTest, 
TestPerFieldSimilarityClassic, CheckHdfsIndexTest, JavabinLoaderTest, 
TestDocBasedVersionConstraints, DistributedDebugComponentTest, 
TestAuthenticationFramework, OverseerStatusTest, HighlighterConfigTest, 
SolrCoreCheckLockOnStartupTest, QueryResultKeyTest, 
SimpleCollectionCreateDeleteTest, CurrencyFieldXmlFileTest, 
TestElisionMultitermQuery, TestMiniSolrCloudClusterBase, DeleteShardTest, 
TestCustomDocTransformer, TestShortCircuitedRequests, TestJmxMonitoredMap, 
TestSQLHandler, ConjunctionSolrSpellCheckerTest, TestDistributedMissingSort, 
FullHLLTest, TermVectorComponentDistributedTest, TestManagedResource, 
TestExpandComponent, AssignTest, EnumFieldTest, ShardSplitTest, 
AnalyticsMergeStrategyTest, ClusterStateTest, RemoteQueryErrorTest, 
DistributedFacetPivotLongTailTest, TestOnReconnectListenerSupport, 
TestStandardQParsers, TestSolrIndexConfig, DistributedSuggestComponentTest, 
TestManagedStopFilterFactory, DirectUpdateHandlerTest, SuggesterWFSTTest, 
BadComponentTest, TestAddFieldRealTimeGet, CollectionsAPIDistributedZkTest, 
BasicZkTest, LeaderElectionTest, TestRandomDVFaceting, TestHashPartitioner, 
DistributedTermsComponentTest, TestGroupingSearch, TestFunctionQuery, 
BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=19981B11D2B8AA54 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=th-TH -Dtests.timezone=America/St_Thomas -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 
object(s) that were not released!!! [SolrCore, MDCAwareThreadPoolExecutor, 
MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([19981B11D2B8AA54]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=13508, name=searcherExecutor-4963-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([19981B11D2B8AA54]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13508, name=searcherExecutor-4963-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([19981B11D2B8AA54]:0)
   [junit4] Completed [360/591 (2!)] on J2 in 154.08s, 8 tests, 1 failure, 2 
errors <<< FAILURES!

[...truncated 763 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:529:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014:
 There were test failures: 591 suites (10 ignored), 2379 tests, 3 suite-level 
errors, 1 error, 655 ignored (65 assumptions) [seed: 19981B11D2B8AA54]

Total time: 78 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to