Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/346/

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
SolrCore.getOpenCount()==2

Stack Trace:
java.lang.RuntimeException: SolrCore.getOpenCount()==2
        at __randomizedtesting.SeedInfo.seed([F92AF361D97653C7]:0)
        at org.apache.solr.util.TestHarness.close(TestHarness.java:380)
        at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:802)
        at 
org.apache.solr.cloud.AbstractZkTestCase.azt_afterClass(AbstractZkTestCase.java:147)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
4 threads leaked from SUITE scope at 
org.apache.solr.rest.TestManagedResourceStorage:     1) Thread[id=54501, 
name=ProcessThread(sid:0 cport:42821):, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         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 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
    2) Thread[id=54497, name=Thread-49105, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at java.lang.Object.wait(Native 
Method)         at java.lang.Thread.join(Thread.java:1252)         at 
java.lang.Thread.join(Thread.java:1326)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
         at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)    
3) Thread[id=54498, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestManagedResourceStorage]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
         at java.lang.Thread.run(Thread.java:748)    4) Thread[id=54499, 
name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestManagedResourceStorage]         at java.lang.Object.wait(Native 
Method)         at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.rest.TestManagedResourceStorage: 
   1) Thread[id=54501, name=ProcessThread(sid:0 cport:42821):, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        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 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   2) Thread[id=54497, name=Thread-49105, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1252)
        at java.lang.Thread.join(Thread.java:1326)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
        at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)
   3) Thread[id=54498, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=54499, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestManagedResourceStorage]
        at java.lang.Object.wait(Native Method)
        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
        at __randomizedtesting.SeedInfo.seed([F92AF361D97653C7]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=54498, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]         at 
sun.nio.ch.IOUtil.drain(Native Method)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=54498, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
        at sun.nio.ch.IOUtil.drain(Native Method)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([F92AF361D97653C7]:0)




Build Log:
[...truncated 13635 lines...]
   [junit4] Suite: org.apache.solr.rest.TestManagedResourceStorage
   [junit4]   2> 1028317 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/init-core-data-001
   [junit4]   2> 1028318 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1028319 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1028321 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1028321 INFO  (Thread-49105) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1028321 INFO  (Thread-49105) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1028323 ERROR (Thread-49105) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1028421 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42821
   [junit4]   2> 1028424 INFO  (zkConnectionManagerCallback-1788-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028433 INFO  (zkConnectionManagerCallback-1790-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028439 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1028442 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1028444 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1028450 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1028452 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1028456 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1028458 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1028460 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1028461 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1028464 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1028465 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1028468 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1028469 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1028515 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1028546 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1028689 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1028881 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42821/solr
   [junit4]   2> 1028890 INFO  (zkConnectionManagerCallback-1794-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028910 INFO  (zkConnectionManagerCallback-1796-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1029053 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 10.41.0.5:8983_
   [junit4]   2> 1029054 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.Overseer Overseer 
(id=72098419835928579-10.41.0.5:8983_-n_0000000000) starting
   [junit4]   2> 1029064 INFO  (zkConnectionManagerCallback-1803-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1029067 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42821/solr ready
   [junit4]   2> 1029068 INFO  
(OverseerStateUpdate-72098419835928579-10.41.0.5:8983_-n_0000000000) 
[n:10.41.0.5:8983_    ] o.a.s.c.Overseer Starting to work on the main queue : 
10.41.0.5:8983_
   [junit4]   2> 1029078 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/10.41.0.5:8983_
   [junit4]   2> 1029091 INFO  (zkCallback-1795-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1029091 INFO  (zkCallback-1802-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1029117 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 1029144 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76722ac5
   [junit4]   2> 1029176 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76722ac5
   [junit4]   2> 1029176 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76722ac5
   [junit4]   2> 1029181 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1030185 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1030230 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1030260 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1030424 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1030447 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1030448 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.10.41.0.5:8983__collection1' (registry 
'solr.core.collection1.shard1.10.41.0.5:8983__collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@76722ac5
   [junit4]   2> 1030448 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/init-core-data-001/]
   [junit4]   2> 1030451 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6105313729275248]
   [junit4]   2> 1030541 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1030541 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1030542 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1030542 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1030544 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1030544 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a3904e0[collection1] main]
   [junit4]   2> 1030546 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1030555 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1030602 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1030602 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: default
   [junit4]   2> 1030603 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: direct
   [junit4]   2> 1030603 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: wordbreak
   [junit4]   2> 1030603 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: multipleFields
   [junit4]   2> 1030603 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: jarowinkler
   [junit4]   2> 1030604 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: external
   [junit4]   2> 1030604 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: freq
   [junit4]   2> 1030604 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: fqcn
   [junit4]   2> 1030605 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: perDict
   [junit4]   2> 1030606 INFO  
(searcherExecutor-3397-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1  
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a3904e0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1030609 INFO  
(coreLoadExecutor-3396-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1  x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1614270343242842112
   [junit4]   2> 1030618 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1030627 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ###Starting testZkBasedJsonStorage
   [junit4]   2> 1030630 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /test
   [junit4]   2> 1030633 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Wrote 136 bytes to new 
znode /test/_test_foo.json
   [junit4]   2> 1030633 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Saved JSON object to 
path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 1030636 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at 
path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 1030637 INFO  
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/collection1/terms/shard1 to 
Terms{values={10.41.0.5:8983__collection1=0}, version=0}
   [junit4]   2> 1030638 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Wrote 175 bytes to 
existing znode /test/_test_foo.json
   [junit4]   2> 1030638 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Saved JSON object to 
path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 1030639 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at 
path _test_foo.json using ZooKeeperStorageIO:path=/test
   [junit4]   2> 1030640 INFO  
(TEST-TestManagedResourceStorage.testZkBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ###Ending testZkBasedJsonStorage
   [junit4]   2> 1030659 INFO  
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1030659 INFO  
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 1030660 INFO  
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1030660 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ###Starting 
testFileBasedJsonStorage
   [junit4]   2> 1030661 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/json-storage-001/managed
   [junit4]   2> 1030661 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Saved JSON object to 
path _test_foo.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/json-storage-001/managed
   [junit4]   2> 1030661 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at 
path _test_foo.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/json-storage-001/managed
   [junit4]   2> 1030662 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Saved JSON object to 
path _test_foo.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/json-storage-001/managed
   [junit4]   2> 1030662 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at 
path _test_foo.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.rest.TestManagedResourceStorage_F92AF361D97653C7-001/json-storage-001/managed
   [junit4]   2> 1030662 INFO  
(TEST-TestManagedResourceStorage.testFileBasedJsonStorage-seed#[F92AF361D97653C7])
 [n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ###Ending testFileBasedJsonStorage
   [junit4]   2> 1030663 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1030666 INFO  
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: http://10.41.0.5:8983/collection1/ shard1
   [junit4]   2> 1030666 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1030667 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=921838014
   [junit4]   2> 1030668 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1030668 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4bbdeaaa: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1d0f9285
   [junit4]   2> 1030674 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1030674 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@270ead6a: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@21bebcd9
   [junit4]   2> 1030691 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1030691 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e27b266: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@948a94e
   [junit4]   2> 1030693 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/10.41.0.5:8983_
   [junit4]   2> 1030694 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1030694 INFO  (zkCallback-1802-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1030694 INFO  (zkCallback-1795-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1030705 INFO  
(coreCloseExecutor-3402-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1 r:10.41.0.5:8983__collection1 
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a683616
   [junit4]   2> 1030705 INFO  
(coreCloseExecutor-3402-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1 r:10.41.0.5:8983__collection1 
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.10.41.0.5:8983__collection1, tag=5a683616
   [junit4]   2> 1030706 INFO  
(coreCloseExecutor-3402-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1 r:10.41.0.5:8983__collection1 
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ecb3f72: rootName = null, 
domain = solr.core.collection1.shard1.10.41.0.5:8983__collection1, service url 
= null, agent id = null] for registry 
solr.core.collection1.shard1.10.41.0.5:8983__collection1 / 
com.codahale.metrics.MetricRegistry@4cf7fb6
   [junit4]   2> 1030725 INFO  
(coreCloseExecutor-3402-thread-1-processing-n:10.41.0.5:8983_) 
[n:10.41.0.5:8983_ c:collection1 s:shard1 r:10.41.0.5:8983__collection1 
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=5a683616
   [junit4]   2> 1030742 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.c.Overseer Overseer 
(id=72098419835928579-10.41.0.5:8983_-n_0000000000) closing
   [junit4]   2> 1030742 INFO  
(OverseerStateUpdate-72098419835928579-10.41.0.5:8983_-n_0000000000) 
[n:10.41.0.5:8983_    ] o.a.s.c.Overseer Overseer Loop exiting : 10.41.0.5:8983_
   [junit4]   2> 1030744 WARN  
(OverseerAutoScalingTriggerThread-72098419835928579-10.41.0.5:8983_-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1030768 ERROR 
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ZkController Error getting 
leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was 
found after waiting for 1560000ms , collection: collection1 slice: shard1 saw 
state=DocCollection(collection1//clusterstate.json/1)={
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "parent":null,
   [junit4]   2>       "range":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"10.41.0.5:8983__collection1":{
   [junit4]   2>           "core":"collection1",
   [junit4]   2>           "base_url":"http://10.41.0.5:8983";,
   [junit4]   2>           "node_name":"10.41.0.5:8983_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}},
   [junit4]   2>   "router":{"name":"implicit"}} with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:866)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:831) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1270) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1150) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1081) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:187) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 1030768 ERROR 
(coreZkRegister-3384-thread-1-processing-n:10.41.0.5:8983_ x:collection1 
c:collection1 s:shard1) [n:10.41.0.5:8983_ c:collection1 s:shard1 
r:10.41.0.5:8983__collection1 x:collection1] o.a.s.c.ZkContainer 
:org.apache.solr.common.SolrException: Error getting leader from zk for shard 
shard1
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1299)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1150)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1081)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:187)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 1560000ms , collection: collection1 slice: 
shard1 saw state=DocCollection(collection1//clusterstate.json/1)={
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "parent":null,
   [junit4]   2>       "range":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"10.41.0.5:8983__collection1":{
   [junit4]   2>           "core":"collection1",
   [junit4]   2>           "base_url":"http://10.41.0.5:8983";,
   [junit4]   2>           "node_name":"10.41.0.5:8983_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}},
   [junit4]   2>   "router":{"name":"implicit"}} with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:866)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:831)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1270)
   [junit4]   2>        ... 7 more
   [junit4]   2> 
   [junit4]   2> 1030769 INFO  
(SUITE-TestManagedResourceStorage-seed#[F92AF361D97653C7]-worker) 
[n:10.41.0.5:8983_    ] o.a.s.SolrTestCaseJ4 
------------------------------------------------------- Done waiting for 
tracked resources to be released
   [junit4]   2> Oct 14, 2018 3:36:06 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> Oct 14, 2018 3:37:26 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 4 threads leaked from SUITE scope at 
org.apache.solr.rest.TestManagedResourceStorage: 
   [junit4]   2>    1) Thread[id=54501, name=ProcessThread(sid:0 cport:42821):, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [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 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   [junit4]   2>    2) Thread[id=54497, name=Thread-49105, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
   [junit4]   2>         at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
   [junit4]   2>         at 
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)
   [junit4]   2>    3) Thread[id=54498, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native 
Method)
   [junit4]   2>         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]   2>         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]   2>         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    4) Thread[id=54499, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
   [junit4]   2> Oct 14, 2018 3:37:26 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=54501, name=ProcessThread(sid:0 cport:42821):, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]   2>    2) Thread[id=54497, name=Thread-49105, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>    3) Thread[id=54498, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>    4) Thread[id=54499, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]   2> 1111047 WARN  (Thread-49105) [    ] o.a.s.c.ZkTestServer 
Server interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at java.lang.Object.wait(Native Method) ~[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.join(Thread.java:1252) 
~[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.join(Thread.java:1326) 
~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
 ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2>        at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496) [java/:?]
   [junit4]   2> 1111047 ERROR (ProcessThread(sid:0 cport:42821):) [    ] 
o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : 
ProcessThread(sid:0 cport:42821):
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 
~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
 [zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 1111049 ERROR (ProcessThread(sid:0 cport:42821):) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1111049 ERROR (SessionTracker) [    ] 
o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : 
SessionTracker
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at java.lang.Object.wait(Native Method) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147) 
[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 1111050 ERROR (SessionTracker) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> Oct 14, 2018 3:37:29 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=54498, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]
   [junit4]   2>         at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]   2>         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)
   [junit4]   2>         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1553, maxMBSortInHeap=5.0053890062962845, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-US, 
timezone=America/Argentina/San_Luis
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=3,free=96834352,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25SimilarityFactory, 
TestSchemaSimilarityResource, NotRequiredUniqueKeyTest, 
TestCorePropertiesReload, TestSlowCompositeReaderWrapper, 
RestoreTriggerStateTest, SparseHLLTest, DistribJoinFromCollectionTest, 
CollectionStateFormat2Test, CustomHighlightComponentTest, 
ShowFileRequestHandlerTest, TestManagedSynonymGraphFilterFactory, 
HdfsLockFactoryTest, TestFieldSortValues, ClassificationUpdateProcessorTest, 
BlockDirectoryTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestHdfsBackupRestoreCore, DocumentAnalysisRequestHandlerTest, 
InfixSuggestersTest, SuggesterTSTTest, FileBasedSpellCheckerTest, 
PeerSyncWithBufferUpdatesTest, TestHdfsUpdateLog, ClusterStateTest, 
SuggestComponentContextFilterQueryTest, TestFieldTypeResource, 
AssignBackwardCompatibilityTest, MinimalSchemaTest, BooleanFieldTest, 
TestPerFieldSimilarityWithDefaultOverride, TestSegmentSorting, FullHLLTest, 
TestLegacyFieldCache, TestFieldCollectionResource, 
SharedFSAutoReplicaFailoverTest, ConfigureRecoveryStrategyTest, RankQueryTest, 
DistributedFacetPivotWhiteBoxTest, TestMacros, ZkStateReaderTest, 
HdfsBasicDistributedZk2Test, SpellCheckCollatorWithCollapseTest, 
ComputePlanActionTest, PluginInfoTest, TestPHPSerializedResponseWriter, 
TestConfigSets, TestFileDictionaryLookup, ReplicaListTransformerTest, 
TestBinaryResponseWriter, SaslZkACLProviderTest, TestHighlightDedupGrouping, 
DocValuesMissingTest, DocValuesNotIndexedTest, LeaderTragicEventTest, 
LeaderElectionTest, TestNumericTokenStream, TestConfigOverlay, 
HdfsThreadLeakTest, ProtectedTermFilterFactoryTest, SolrPluginUtilsTest, 
TestLuceneIndexBackCompat, ConfigSetsAPITest, TestChildDocTransformer, 
TestSystemCollAutoCreate, EnumFieldTest, TestReqParamsAPI, 
SynonymTokenizerTest, SortByFunctionTest, TestPKIAuthenticationPlugin, 
CurrencyFieldTypeTest, RuleEngineTest, TriggerEventQueueTest, 
TestCloudInspectUtil, TestInfoStreamLogging, CircularListTest, 
DisMaxRequestHandlerTest, ZkControllerTest, TestAtomicUpdateErrorCases, 
TestDefaultStatsCache, TestDistributedSearch, TestSolrXml, TestJsonRequest, 
CoreAdminOperationTest, TestManagedResourceStorage]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedResourceStorage -Dtests.seed=F92AF361D97653C7 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-US -Dtests.timezone=America/Argentina/San_Luis 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestManagedResourceStorage (suite) <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
SolrCore.getOpenCount()==2
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F92AF361D97653C7]:0)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.close(TestHarness.java:380)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:802)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractZkTestCase.azt_afterClass(AbstractZkTestCase.java:147)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.rest.TestManagedResourceStorage: 
   [junit4]    >    1) Thread[id=54501, name=ProcessThread(sid:0 cport:42821):, 
state=WAITING, group=TGRP-TestManagedResourceStorage]
   [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 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   [junit4]    >    2) Thread[id=54497, name=Thread-49105, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1252)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1326)
   [junit4]    >         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
   [junit4]    >         at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
   [junit4]    >         at 
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)
   [junit4]    >    3) Thread[id=54498, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native 
Method)
   [junit4]    >         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    4) Thread[id=54499, name=SessionTracker, 
state=TIMED_WAITING, group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F92AF361D97653C7]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=54498, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]
   [junit4]    >         at sun.nio.ch.IOUtil.drain(Native Method)
   [junit4]    >         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:104)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F92AF361D97653C7]:0)
   [junit4] Completed [202/834 (1!)] on J1 in 85.76s, 2 tests, 3 errors <<< 
FAILURES!

[...truncated 50839 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: 
invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid 
part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2430 links (1982 relative) to 3170 anchors in 245 files
     [echo] Validated Links & Anchors via: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null2044944486
     [copy] Copying 35 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null2044944486
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/null2044944486

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1414855464
     [copy] Copying 239 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1414855464
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1414855464

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 48ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 272 minutes 50 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to